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

Introduction Semantic segmentation은 픽셀 단위의 training data labeling이 필요하기 때문에 다른 computer vision task보다 비용이 많이 든다. Semi-supervised semantic segmentation에는 Consistency regularization을 많이 사용한다. 이것은 다양한 변화(augmentation 등)에도 예측결과의 일관성을 가져다준다. Self-training도 많이 연구되고 있는데, labeled image에서 train된 segmentation model에서 unlabeled image를 이용해 pseudo segmentation map을 얻고, 이를 training data를 늘리고, segmentation mod..
Computer Vision
2021. 7. 19. 17:18