Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FaPN: Feature-aligned Pyramid Network for Dense Image Prediction

About

Recent advancements in deep neural networks have made remarkable leap-forwards in dense image prediction. However, the issue of feature alignment remains as neglected by most existing approaches for simplicity. Direct pixel addition between upsampled and local features leads to feature maps with misaligned contexts that, in turn, translate to mis-classifications in prediction, especially on object boundaries. In this paper, we propose a feature alignment module that learns transformation offsets of pixels to contextually align upsampled higher-level features; and another feature selection module to emphasize the lower-level features with rich spatial details. We then integrate these two modules in a top-down pyramidal architecture and present the Feature-aligned Pyramid Network (FaPN). Extensive experimental evaluations on four dense prediction tasks and four datasets have demonstrated the efficacy of FaPN, yielding an overall improvement of 1.2 - 2.6 points in AP / mIoU over FPN when paired with Faster / Mask R-CNN. In particular, our FaPN achieves the state-of-the-art of 56.7% mIoU on ADE20K when integrated within Mask-Former. The code is available from https://github.com/EMI-Group/FaPN.

Shihua Huang, Zhichao Lu, Ran Cheng, Cheng He• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU56.7
2731
Semantic segmentationCityscapes (test)
mIoU78.1
1145
Semantic segmentationCoco-Stuff (test)--
184
Semantic segmentationADE20K 150 classes (val)--
35
Semantic segmentationADE20K 15 (val)
mIoU (ss)56.4
20
Semantic segmentationCityscapes (val)
mIoU (s.s.)83.3
18
Semantic segmentationCityscapes (val)
mIoU (small)83.3
11
Semantic segmentationCOCO-Stuff10K (val)
mIoU30.3
5
Showing 8 of 8 rows

Other info

Code

Follow for update