Recent Posts
Archives
Tags
- Python
- CodeUp6013
- Domain Adaptation
- Vision Transformer
- 백준
- CodeUp6012
- Attention
- Baekjoon
- ComputerVision
- Semi Supervised Learning
- Contrastive Domain Discrepancy
- CodeUp6011
- Pseudo Label
- 이것이 취업을 위한 코딩테스트다
- CodeUp6016
- CVPR2021
- Consistency Regularization
- CodeUp6014
- CodeUp
- Computer Vision
- ICLR2021
- Class Aware Sampling
- 비전공자를 위한 HTML/CSS
- Segmentation Map
- ViT
- Feature Augmentation
- Maximum Mean Discrepancy
- CodeUp6015
- 코드업
- transformer
Link
목록Consistency Regularization (1)
IT 정리용 블로그!

Introduction 기존에 성공적이였던 Semi-Supervised Learning(SSL) 접근법은 image-based augmentation이였다. 하지만 이는 image space에서의 transformation만 가능하고, 다양한 transformation에서의 dataset의 다른 instance의 지식을 leverage해주지는 못한다. 이를 위해 feature-based refinement와 augmentation을 제안한다. dataset에 있는 다른 image feature에서 추출한 prototype의 작은 set을 이용해 image feature에서 soft-attention을 통해 refine과 augment를 하는 모듈을 사용한다. Memory bank와 k-means clus..
Computer Vision
2021. 7. 17. 14:31