DANet(Dual Attention Network for Scene Segmentation) 논문 리뷰 - CVPR_2019
인공지능/Segmentation 2021. 9. 3. 12:16

Abstract Self Attention Mechanism 을 기반으로 다양한 상황 의존성을 캡처하여 Scene Segmentation 수행 multi-scale feature fusion 으로 context를 포착하는 이전 논문(ICEnet, ... ) 과 달리, local feature 를 global dependencies과 적응적(adaptively)으로 통합할 수 있는 DANet (Dual Attention Network)을 제안 (position + channel Attention) 두 가지 유형의 Attention 모듈을 dilated FCN 모듈 위에 추가 position 및 channel 에서 각각 semantic interdependencies을 모델링 1) position Atten..