paper-with-me

Papers

RT-DETR++ for UAV Object Detection

2025-09-11 · Yuan Shufang arxiv

Object detection in unmanned aerial vehicle (UAV) imagery presents significant challenges. Issues such as densely packed small objects, scale variations, and occlusion are commonplace. This paper introduces RT-DETR++, which enhances the encoder component of the RT-DETR model. Our improvements focus on two key aspects. First, we introduce a channel-gated attention-based upsampling/downsampling (AU/AD) mechanism. This dual-path system minimizes errors and preserves details during feature layer propagation. Second, we incorporate CSP-PAC during feature fusion. This technique employs parallel hollow convolutions to process local and contextual information within the same layer, facilitating the integration of multi-scale features. Evaluation demonstrates that our novel neck design achieves superior performance in detecting small and densely packed objects. The model maintains sufficient speed for real-time detection without increasing computational complexity. This study provides an effective approach for feature encoding design in real-time detection systems.

📄 PDF Abstract BibTeX arXiv:2509.09157

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

DFAM-DETR: Deformable feature based attention mechanism DETR on slender object detection

2022-04-22 · Wen Feng, Wang Mei, Hu Xiaojie

Object detection is one of the most significant aspects of computer vision, and it has achieved substantial results in a variety of domains. It is worth noting that there are few studies focusing on slender object detect…

Objectobject-detectionObject Detection

MSF3DDETR: Multi-Sensor Fusion 3D Detection Transformer for Autonomous Driving

2022-10-27 · Gopi Krishna Erabati, Helder Araujo

3D object detection is a significant task for autonomous driving. Recently with the progress of vision transformers, the 2D object detection problem is being treated with the set-to-set loss. Inspired by these approaches…

2D Object Detection3D Object DetectionAutonomous DrivingObject+3

SpecDETR: A Transformer-based Hyperspectral Point Object Detection Network

2024-05-16 · Zhaoxu Li, Wei An, Gaowei Guo, Longguang Wang 외

Hyperspectral target detection (HTD) aims to identify specific materials based on spectral information in hyperspectral imagery and can detect extremely small objects, some of which occupy a smaller than one-pixel area. …

Binary ClassificationDecoderObjectobject-detection+1

Sparse Semi-DETR: Sparse Learnable Queries for Semi-Supervised Object Detection

2024-04-02 · CVPR 2024 1 · Tahira Shehzadi, Khurram Azeem Hashmi, Didier Stricker, Muhammad Zeshan Afzal

In this paper, we address the limitations of the DETR-based semi-supervised object detection (SSOD) framework, particularly focusing on the challenges posed by the quality of object queries. In DETR-based SSOD, the one-t…

Objectobject-detectionObject DetectionPseudo Label+2

Semantic-Aligned Matching for Enhanced DETR Convergence and Multi-Scale Feature Fusion

2022-07-28 · Gongjie Zhang, Zhipeng Luo, Jiaxing Huang, Shijian Lu 외

The recently proposed DEtection TRansformer (DETR) has established a fully end-to-end paradigm for object detection. However, DETR suffers from slow training convergence, which hinders its applicability to various detect…

Objectobject-detectionObject Detection