CVMay 7, 2021

A^2-FPN: Attention Aggregation based Feature Pyramid Network for Instance Segmentation

arXiv:2105.03186v1116 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in instance segmentation for computer vision applications, offering incremental improvements over existing Feature Pyramid Network architectures.

The paper tackles the problem of improving multi-scale feature learning for instance segmentation by proposing A^2-FPN, which uses attention-guided feature aggregation to enhance feature extraction and fusion, resulting in performance boosts of up to 2.1% mask AP in Mask R-CNN with ResNet-50.

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semantics throughout. However, intrinsic defects in feature extraction and fusion inhibit FPN from further aggregating more discriminative features. In this work, we propose Attention Aggregation based Feature Pyramid Network (A^2-FPN), to improve multi-scale feature learning through attention-guided feature aggregation. In feature extraction, it extracts discriminative features by collecting-distributing multi-level global context features, and mitigates the semantic information loss due to drastically reduced channels. In feature fusion, it aggregates complementary information from adjacent features to generate location-wise reassembly kernels for content-aware sampling, and employs channel-wise reweighting to enhance the semantic consistency before element-wise addition. A^2-FPN shows consistent gains on different instance segmentation frameworks. By replacing FPN with A^2-FPN in Mask R-CNN, our model boosts the performance by 2.1% and 1.6% mask AP when using ResNet-50 and ResNet-101 as backbone, respectively. Moreover, A^2-FPN achieves an improvement of 2.0% and 1.4% mask AP when integrated into the strong baselines such as Cascade Mask R-CNN and Hybrid Task Cascade.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes