Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path Aggregation Network for Instance Segmentation #207

Open
0x00b1 opened this issue Jun 25, 2018 · 0 comments
Open

Path Aggregation Network for Instance Segmentation #207

0x00b1 opened this issue Jun 25, 2018 · 0 comments

Comments

@0x00b1
Copy link
Contributor

0x00b1 commented Jun 25, 2018

Path Aggregation Network for Instance Segmentation
Shu Liu, Lu Qi, Haifang Qin, Jianping Shi, Jiaya Jia.
IEEE Conference on Computer Vision and Pattern Recognition, (CVPR), 2018 (Spotlight Presentation)
Ranked No. 1 of COCO 2017 Detection Challenge in Instance Segmentation track
Ranked No. 2 of COCO 2017 Detection Challenge in Object Detection track

The way that information propagates in neural networks is of great importance. In this paper, we propose Path Aggregation Network (PANet) aiming at boosting information flow in proposal-based instance segmentation framework. Specifically, we enhance the entire feature hierarchy with accurate localization signals in lower layers by bottom-up path augmentation, which shortens the information path between lower layers and topmost feature. We present adaptive feature pooling, which links feature grid and all feature levels to make useful information in each feature level propagate directly to following proposal subnetworks. A complementary branch capturing different views for each proposal is created to further improve mask prediction. These improvements are simple to implement, with subtle extra computational overhead. Our PANet reaches the 1st place in the COCO 2017 Challenge Instance Segmentation task and the 2nd place in Object Detection task without large-batch training. It is also state-of-the-art on MVD and Cityscapes.

https://arxiv.org/abs/1803.01534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant