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