Content-Augmented Feature Pyramid Network with Light Linear Spatial Transformers for Object Detection
Yongxiang Gu, Xiaolin Qin, Yuncong Peng, Lu Li

TL;DR
This paper introduces CA-FPN, a novel feature pyramid network that uses content augmentation and lightweight spatial Transformers to improve multi-scale object detection by addressing feature misalignment and local information loss.
Contribution
The paper proposes a new CA-FPN architecture with a global content extraction module and linear spatial Transformer connections, enhancing feature fusion without complex alignment.
Findings
Outperforms existing FPN-based detectors on COCO and PASCAL VOC datasets.
Effectively addresses feature misalignment and local information loss.
Demonstrates robustness across different experimental settings.
Abstract
As one of the prevalent components, Feature Pyramid Network (FPN) is widely used in current object detection models for improving multi-scale object detection performance. However, its feature fusion mode is still in a misaligned and local manner, thus limiting the representation power. To address the inherit defects of FPN, a novel architecture termed Content-Augmented Feature Pyramid Network (CA-FPN) is proposed in this paper. Firstly, a Global Content Extraction Module (GCEM) is proposed to extract multi-scale context information. Secondly, lightweight linear spatial Transformer connections are added in the top-down pathway to augment each feature map with multi-scale features, where a linearized approximate self-attention function is designed for reducing model complexity. By means of the self-attention mechanism in Transformer, there is no longer need to align feature maps during…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Remote-Sensing Image Classification
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Dense Connections · Layer Normalization · Spatial Transformer · Residual Connection · Softmax
