Mask R-CNN + FPN + enhancing information propagation
Mask R-CNN과의 차이점
1. 피쳐 추출단에서 - 새롭게 증강된 방식의 bottom-up pathway FPN 구조를 이용한다.
이렇게 하면 low-layer의 특징들이 좀 더 잘 전파된다고 한다.
2. adaptative feature pooling를 이용하여 모든 레벨의 피쳐에서 제안들을 다 추출한다.
3. 예측된 픽셀의 위치 정합성을 향상시키위해 FCN의 conv layer의 출력 결과와 fully connected layer를 이어주는 통로를 만들었다. added a path processing the output of a convolutional layer of the FCN with a fully connected layer to improve the localisation of the predicted pixels.
성능
ResNeXt 를 특징 추출기로 써서 2016 COCO segmenation challenge에서 42.0% AP score를 달성
2017 COCO segmentation challenge에선 46.7% AP 달성 (using a ensemble of seven feature extractors: ResNet (K. He et al. (2015), ResNeXt (S. Xie et al. (2016)) and SENet (J. Hu et al.(2017)).)
'Data-science > deep learning' 카테고리의 다른 글
pycocotools 설치 gcc, gnu? visual studio c++ build tools? (0) | 2019.07.23 |
---|---|
1 stage Detection SOTA - M2Det 정리 (0) | 2019.05.22 |
detection 복습 (1) | 2019.04.09 |
detection 연구 Anchor box ? region proposal 자세한 원리 (0) | 2019.04.05 |
convent,detection에서 translatioan invariant 하다는 의미에 관한 고찰 (0) | 2019.03.27 |