Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
datasets:
|
| 6 |
+
- bitmind/MS-COCO
|
| 7 |
+
- Voxel51/VisDrone2019-DET
|
| 8 |
+
- huggan/cityscapes
|
| 9 |
+
- yizhangdev/pascal-voc
|
| 10 |
+
---
|
| 11 |
+
A<sup>3</sup>-FPN: Asymptotic Content-Aware Pyramid Attention Network for Dense Visual Prediction
|
| 12 |
+
---------------------
|
| 13 |
+
|
| 14 |
+
This repository is the checkpoints for our paper "[A<sup>3</sup>-FPN: Asymptotic Content-Aware Pyramid Attention Network for Dense Visual Prediction](https://doi.org/10.48550/arXiv.2604.10210)".
|
| 15 |
+
A<sup>3</sup>-FPN employs a horizontally-spread column network that enables asymptotically global feature interaction and disentangles each level from all hierarchical representations.
|
| 16 |
+
In feature fusion, it collects supplementary content from the adjacent level to generate position-wise offsets and weights for context-aware resampling, and learns deep context reweights to improve intra-category similarity.
|
| 17 |
+
In feature reassembly, it further strengthens intra-scale discriminative feature learning and reassembles redundant features based on information content and spatial variation of feature maps.
|
| 18 |
+
Extensive experiments on MS COCO, VisDrone2019-DET and Cityscapes demonstrate that A<sup>3</sup>-FPN can be easily integrated into state-of-the-art CNN and Transformer-based architectures, yielding remarkable performance gains.
|
| 19 |
+
|
| 20 |
+
If you find A<sup>3</sup>-FPN useful in your research, please consider citing:
|
| 21 |
+
```
|
| 22 |
+
@article{qin2026a3,
|
| 23 |
+
title={A3-FPN: Asymptotic Content-Aware Pyramid Attention Network for Dense Visual Prediction},
|
| 24 |
+
author={Qin, Meng'en and Song, Yu and Zhao, Quanling and Yang, Xiaodong and Che, Yingtao and Yang, Xiaohui},
|
| 25 |
+
journal={arXiv preprint arXiv:2604.10210},
|
| 26 |
+
year={2026}
|
| 27 |
+
}
|
| 28 |
+
```
|