일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Convolution
- optimizer
- 인공지능
- Computer Vision
- 딥러닝
- object detection
- 파이토치
- ViT
- Semantic Segmentation
- cnn
- 옵티마이저
- 논문리뷰
- 논문 리뷰
- 코딩테스트
- transformer
- 논문
- Python
- Self-supervised
- Segmentation
- pytorch
- 머신러닝
- 알고리즘
- opencv
- 코드구현
- 파이썬
- 논문구현
- programmers
- Ai
- 프로그래머스
- Paper Review
- Today
- Total
목록Paper Review (3)
Attention please
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/brP8Eq/btspFMwsj4q/KtoQS4NvYlbKlhOKWTPpc1/img.png)
이번에 리뷰할 논문은 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" 의 기본적인 이해가 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/VdMyC/btsnxDo70As/33C9Z4HdEcTOxFJygZ0WMK/img.png)
이번에 리뷰할 논문은 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..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cmZDSY/btsl0jscXsw/Kzmd1WVlcrXRzavOdWwPok/img.png)
이번에 리뷰할 논문은 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..