일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 논문 리뷰
- programmers
- transformer
- 옵티마이저
- 논문구현
- optimizer
- 논문
- 파이썬
- Semantic Segmentation
- opencv
- cnn
- pytorch
- 코드구현
- 파이토치
- 프로그래머스
- 논문리뷰
- 인공지능
- Segmentation
- 머신러닝
- Self-supervised
- 코딩테스트
- 알고리즘
- Computer Vision
- Python
- Ai
- ViT
- Convolution
- Paper Review
- 딥러닝
- object detection
- Today
- Total
목록contrast learning (2)
Attention please
이번에 리뷰할 논문은 Learning Transferable Visual Models From Natural Language Supervision 입니다. https://arxiv.org/abs/2103.00020 Learning Transferable Visual Models From Natural Language Supervision State-of-the-art computer vision systems are trained to predict a fixed set of predetermined object categories. This restricted form of supervision limits their generality and usability since additional label..
이번에 리뷰할 논문은 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" 의 기본적인 이해가 ..