일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- computervision
- cs
- Front
- nlp
- 딥러닝
- clean code
- SSL
- Depth estimation
- Python
- GAN
- 3d
- algorithm
- 알고리즘
- CV
- 자료구조
- dl
- Meta Learning
- PRML
- Vision
- 머신러닝
- REACT
- Torch
- ML
- pytorch
- FineGrained
- classification
- FGVC
- nerf
- web
- math
- Today
- Total
목록self supervised learning (2)
KalelPark's LAB
Contrastive Learning이란? Contrastive Learning이란? 입력 샘플 간의 비교를 통하여, 학습을 하는 것으로 볼 수 있다. Contrastive Representation Learning이라고도 부르며, Self Supervised learning에 사용되는 접근법 중 하나라고 볼 수 있습니다. 그러므로, 데이터 구축 비용이 들지 않음과 동시에, 학습 과정에 있어서 용이하다는 이점이 존재합니다. 이러한 데이터 구축 비용 이외 에도 label이 없기 때문에, 보다 일반적인 feature representation 과 새로운 class가 들어와도 대응이 가능하다는 장점이 있습니다. Representation Learning Representation Learning에는 2가지 측..
GitHub를 참고하시면, CODE 및 다양한 논문 리뷰가 있습니다! 하단 링크를 참고하시기 바랍니다. (+ Star 및 Follow는 사랑입니다..!) https://github.com/kalelpark/Awesome-ComputerVision GitHub - kalelpark/Awesome-ComputerVision: Awesome-ComputerVision Awesome-ComputerVision. Contribute to kalelpark/Awesome-ComputerVision development by creating an account on GitHub. github.com Abstract Self Supervision 원칙을 따름으로써, 우리는 pretext task를 따름으로써, jigs..