paper-with-me

Papers

Cross-Layer Feature Pyramid Transformer for Small Object Detection in Aerial Images

2024-07-29 · Zewen Du, Zhenjiang Hu, Guiyu Zhao, Ying Jin, Hongbin Ma

Object detection in aerial images has always been a challenging task due to the generally small size of the objects. Most current detectors prioritize novel detection frameworks, often overlooking research on fundamental components such as feature pyramid networks. In this paper, we introduce the Cross-Layer Feature Pyramid Transformer (CFPT), a novel upsampler-free feature pyramid network designed specifically for small object detection in aerial images. CFPT incorporates two meticulously designed attention blocks with linear computational complexity: the Cross-Layer Channel-Wise Attention (CCA) and the Cross-Layer Spatial-Wise Attention (CSA). CCA achieves cross-layer interaction by dividing channel-wise token groups to perceive cross-layer global information along the spatial dimension, while CSA completes cross-layer interaction by dividing spatial-wise token groups to perceive cross-layer global information along the channel dimension. By integrating these modules, CFPT enables cross-layer interaction in one step, thereby avoiding the semantic gap and information loss associated with element-wise summation and layer-by-layer transmission. Furthermore, CFPT incorporates global contextual information, which enhances detection performance for small objects. To further enhance location awareness during cross-layer interaction, we propose the Cross-Layer Consistent Relative Positional Encoding (CCPE) based on inter-layer mutual receptive fields. We evaluate the effectiveness of CFPT on two challenging object detection datasets in aerial images, namely VisDrone2019-DET and TinyPerson. Extensive experiments demonstrate the effectiveness of CFPT, which outperforms state-of-the-art feature pyramid networks while incurring lower computational costs. The code will be released at https://github.com/duzw9311/CFPT.

📄 PDF Abstract BibTeX arXiv:2407.19696

Code (1)

duzw9311/cfpt 공식 구현 pytorch

Tasks

object-detectionObject DetectionObject Detection In Aerial ImagesSmall Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

CFPFormer: Feature-pyramid like Transformer Decoder for Segmentation and Detection

2024-04-23 · Hongyi Cai, Mohammad Mahdinur Rahman, Jingyu Wu, Yulun Deng

Feature pyramids have been widely adopted in convolutional neural networks (CNNs) and transformers for tasks like medical image segmentation and object detection. However, the currently existing models generally focus on…

DecoderImage SegmentationMedical Image Segmentationobject-detection+4

Sar Ship Detection based on Swin Transformer and Feature Enhancement Feature Pyramid Network

2022-09-21 · Xiao Ke, Xiaoling Zhang, Tianwen Zhang, Jun Shi 외

With the booming of Convolutional Neural Networks (CNNs), CNNs such as VGG-16 and ResNet-50 widely serve as backbone in SAR ship detection. However, CNN based backbone is hard to model long-range dependencies, and causes…

SAR Ship Detection

Efficient End-to-End Video Question Answering with Pyramidal Multimodal Transformer

2023-02-04 · Min Peng, Chongyang Wang, Yu Shi, Xiang-Dong Zhou

This paper presents a new method for end-to-end Video Question Answering (VideoQA), aside from the current popularity of using large-scale pre-training with huge feature extractors. We achieve this with a pyramidal multi…

Computational EfficiencyQuestion AnsweringRetrievalText to Video Retrieval+2

Pyramid Transformer for Traffic Sign Detection

2022-07-13 · Omid Nejati Manzari, Amin Boudesh, Shahriar B. Shokouhi

Traffic sign detection is a vital task in the visual system of self-driving cars and the automated driving system. Recently, novel Transformer-based models have achieved encouraging results for various computer vision ta…

Inductive BiasSelf-Driving CarsTraffic Sign Detection

Parallel Feature Pyramid Network for Object Detection

2018-09-01 · ECCV 2018 9 · Seung-Wook Kim, Hyong-Keun Kook, Jee-Young Sun, Mun-Cheon Kang 외

Recently developed object detectors employ a convolutional neural network (CNN) by gradually increasing the number of feature layers with a pyramidal shape instead of using a featurized image pyramid. However, the differ…

Objectobject-detectionObject Detection