모두의연구소 딥러닝연구실 DeepLAB에서 진행중인 논문세미나 발표자료입니다.
논문제목 : Fully Convolutional Networks for Semantic Segmentation
( http://arxiv.org/pdf/1411.4038.pdf )
발표자 : 이동헌 연구원님
날짜 : 2016년 1월 25일
내용요약 : object를 detect하고 rectangular 영역으로 표시하는게 아닌, pixel 단위로 classification하는 semantic segmenatation에 관련된 논문입니다. 본 논문에서는
fully connected layer의 출력을 class 값이 아닌 pixel heat map이 나오도록 합니다. 이 heat map을 만들기 위해 convolutional layer의 아랫단쪽 - 즉, pool 3, 4, 5 layer의 값을 upsampling 하여 적절히 mix해서 만듭니다. 마지막 conv. layer의 값만을 사용해서 heat map을 만들면 pooling이 너무 많이 된 값을 이용하기 때문에, heat map의 resolution이 나빠지게 됩니다. 따라서, heat map의 resolution을 높이기 위해서 pool 3, 4, 5 layer의 값들도 함께 적절히 mix하여 heat map을 만들어냅니다.
모두의연구소 페이지와 커뮤니티 그룹에 오시면 더 많은 정보를 만나보실 수 있습니다.
모두의연구소 페이지 https://www.facebook.com/lab4all
모두의연구소 커뮤니티 그룹 : https://www.facebook.com/groups/modulabs
'딥러닝연구실' 카테고리의 다른 글
딥러닝 특강 <Deep Learning and Caffe> (0) | 2016.02.17 |
---|---|
[딥러닝 논문 세미나 017] Learning Deconvolution Network for Semantic Segmentation (1) | 2016.02.17 |
[딥러닝 논문 세미나 016] Fully Convolutional Networks for Semantic Segmentation (0) | 2016.02.17 |
Caffe 설치하는 방법 정리 (4) | 2016.02.01 |
[딥러닝 논문 세미나 015] You Only Look Once - Unified Real Time Object Detection (0) | 2016.01.24 |
[딥러닝 논문 세미나 014] Texture Synthesis using Convolutional Neural Networks (0) | 2016.01.24 |