paper-with-me

홈 › Papers

AugFPN: Improving Multi-scale Feature Learning for Object Detection

2019-12-11 · CVPR 2020 6 · Chaoxu Guo, Bin Fan, Qian Zhang, Shiming Xiang, Chunhong Pan

Current state-of-the-art detectors typically exploit feature pyramid to detect objects at different scales. Among them, FPN is one of the representative works that build a feature pyramid by multi-scale features summation. However, the design defects behind prevent the multi-scale features from being fully exploited. In this paper, we begin by first analyzing the design defects of feature pyramid in FPN, and then introduce a new feature pyramid architecture named AugFPN to address these problems. Specifically, AugFPN consists of three components: Consistent Supervision, Residual Feature Augmentation, and Soft RoI Selection. AugFPN narrows the semantic gaps between features of different scales before feature fusion through Consistent Supervision. In feature fusion, ratio-invariant context information is extracted by Residual Feature Augmentation to reduce the information loss of feature map at the highest pyramid level. Finally, Soft RoI Selection is employed to learn a better RoI feature adaptively after feature fusion. By replacing FPN with AugFPN in Faster R-CNN, our models achieve 2.3 and 1.6 points higher Average Precision (AP) when using ResNet50 and MobileNet-v2 as backbone respectively. Furthermore, AugFPN improves RetinaNet by 1.6 points AP and FCOS by 0.9 points AP when using ResNet50 as backbone. Codes will be made available.

📄 PDF Abstract BibTeX arXiv:1912.05384

Code (2)

Gus-Guo/AugFPN pytorch
gakkiri/AugFPN-detectron2 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Residual Connection 설명 없음
Average Pooling 설명 없음
Inverted Residual Block 설명 없음

Similar Papers 제목 키워드 기반

BAFPN: Bi directional alignment of features to improve localization accuracy

2024-12-01 · Li Jiakun, Wang Qingqing, Dong Hongbin, Li Kexin

Current state-of-the-art vision models often utilize feature pyramids to extract multi-scale information, with the Feature Pyramid Network (FPN) being one of the most widely used classic architectures. However, tradition…

Multi-scale Network Architecture Search for Object Detection

2021-01-01 · Yuxin Yue, Quanquan Li, Yujie Wang

Many commonly-used detection frameworks aim to handle the multi-scale object detection problem. The input image is always encoded to multi-scale features and objects grouped by scale range are assigned to the correspondi…

feature selectionObjectobject-detectionObject Detection

Towards Efficient Use of Multi-Scale Features in Transformer-Based Object Detectors

2022-08-24 · CVPR 2023 1 · Gongjie Zhang, Zhipeng Luo, Zichen Tian, Jingyi Zhang 외

Multi-scale features have been proven highly effective for object detection but often come with huge and even prohibitive extra computation costs, especially for the recent Transformer-based detectors. In this paper, we …

DecoderObjectobject-detectionObject Detection

AF-EMS Detector: Improve the Multi-Scale Detection Per- formance of the Anchor-Free Detector

2021-01-06 · Remote Sensing 2021 1 · Jiangqiao Yan, Liangjin Zhao, Wenhui Diao, Hongqi Wang 외

As a precursor step for computer vision algorithms, object detection plays an important role in various practical application scenarios. With the objects to be detected becoming more complex, the problem of multi-scale o…

Objectobject-detectionObject DetectionOne-stage Anchor-free Oriented Object Detection+1

Rethinking the Detection Head Configuration for Traffic Object Detection

2022-10-08 · Yi Shi, Jiang Wu, Shixuan Zhao, Gangyao Gao 외

Multi-scale detection plays an important role in object detection models. However, researchers usually feel blank on how to reasonably configure detection heads combining multi-scale features at different input resolutio…

Objectobject-detectionObject DetectionTraffic Object Detection