일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- cnn
- 알고리즘
- object detection
- 옵티마이저
- 파이토치
- pytorch
- Convolution
- Segmentation
- 논문리뷰
- 머신러닝
- 코드구현
- 강화학습
- optimizer
- reinforcement
- ViT
- 인공지능
- Computer Vision
- 코딩테스트
- transformer
- 프로그래머스
- opencv
- Self-supervised
- Learning
- 논문
- Python
- 논문구현
- 파이썬
- 딥러닝
- Ai
- 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" 의 기본적인 이해가 ..