Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SRGAN
- 군집
- Deep Learning
- K-means
- 비지도학습
- super-resolution
- 이미지 초해상화
- GAN
- Fast R-CNN
- Region Proposal Networks
- 군집화
- CV
- hierarchical clustering
- Object Detection
- RPN
- Clustering
- 적대적 생성 신경망
- Faster R-CNN
Archives
- Today
- Total
목록CV 논문 리뷰/Image Segmentation (1)
수혁지능
[논문 리뷰] U-Net: Convolutional Networks for Biomedical Image Segmentation, 2015
Abstract 기존까지 deep network들을 성공적으로 훈련시키려면 필연적으로 수천개 이상의 annotated된 training sample이 필요했음. 본 논문에서 제시하는 네트워크와 training 방법은 data augmentation에 focus를 하여 available한 annotated sample을 더 효과적으로 활용할 수 있게 하였음. U-Net은 context를 포착하는 contracting path와 정확한 localization을 위한 expanding path로 구성되어 있고, 이 두 path는 서로 symmetric.(localization = 이미지 안에서 bbox등을 사용하여 객체의 위치 정보를 출력해 주는 것(bbox에선 왼쪽 위, 오른쪽 아래 좌표 출력)) U-Net..
CV 논문 리뷰/Image Segmentation
2023. 1. 3. 01:57