일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 파이썬
- 논문구현
- 프로그래머스
- optimizer
- programmers
- 머신러닝
- 인공지능
- ViT
- Python
- Paper Review
- 코드구현
- 딥러닝
- opencv
- object detection
- Convolution
- Ai
- Computer Vision
- Self-supervised
- 옵티마이저
- Semantic Segmentation
- 논문
- 코딩테스트
- 논문 리뷰
- transformer
- Segmentation
- 논문리뷰
- 파이토치
- 알고리즘
- pytorch
- cnn
- Today
- Total
목록Paper Review (3)
Attention please
이번에 리뷰할 논문은 Momentum Contrast for Unsupervised Visual Representation Learning 입니다. https://paperswithcode.com/paper/momentum-contrast-for-unsupervised-visual Papers with Code - Momentum Contrast for Unsupervised Visual Representation Learning #11 best model for Contrastive Learning on imagenet-1k (ImageNet Top-1 Accuracy metric) paperswithcode.com 본 포스팅을 이해하기 위해서는 "contrast learning" 의 기본적인 이해가 ..
이번에 리뷰할 논문은 A Method for Detection of Small Moving Objects in UAV Videos 입니다. https://paperswithcode.com/paper/a-method-for-detection-of-small-moving Papers with Code - A Method for Detection of Small Moving Objects in UAV Videos 🏆 SOTA for Small Object Detection on Bee4Exp Honeybee Detection (Average F1 metric) paperswithcode.com Object detection의 경우 많은 발전들이 있었습니다. R-CNN, YOLO와 같은 CNN 기반 object..
이번에 리뷰할 논문은 U-Net: Convolutional Networks for BiomedicalImage Segmentation 입니다. https://paperswithcode.com/paper/u-net-convolutional-networks-for-biomedical Papers with Code - U-Net: Convolutional Networks for Biomedical Image Segmentation 🏆 SOTA for Semantic Segmentation on Kvasir-Instrument (DSC metric) paperswithcode.com 2015년도에 나온 논문이며 Image segmentation 분야에서 아주 큰 영향을 준 논문이라고 해도 과원이 아닙니다. UN..