paper-with-me

홈 › Papers

RemDet: Rethinking Efficient Model Design for UAV Object Detection

2024-12-13 · Chen Li, Rui Zhao, Zeyu Wang, Huiying Xu, Xinzhong Zhu

Object detection in Unmanned Aerial Vehicle (UAV) images has emerged as a focal area of research, which presents two significant challenges: i) objects are typically small and dense within vast images; ii) computational resource constraints render most models unsuitable for real-time deployment. Current real-time object detectors are not optimized for UAV images, and complex methods designed for small object detection often lack real-time capabilities. To address these challenges, we propose a novel detector, RemDet (Reparameter efficient multiplication Detector). Our contributions are as follows: 1) Rethinking the challenges of existing detectors for small and dense UAV images, and proposing information loss as a design guideline for efficient models. 2) We introduce the ChannelC2f module to enhance small object detection performance, demonstrating that high-dimensional representations can effectively mitigate information loss. 3) We design the GatedFFN module to provide not only strong performance but also low latency, effectively addressing the challenges of real-time detection. Our research reveals that GatedFFN, through the use of multiplication, is more cost-effective than feed-forward networks for high-dimensional representation. 4) We propose the CED module, which combines the advantages of ViT and CNN downsampling to effectively reduce information loss. It specifically enhances context information for small and dense objects. Extensive experiments on large UAV datasets, Visdrone and UAVDT, validate the real-time efficiency and superior performance of our methods. On the challenging UAV dataset VisDrone, our methods not only provided state-of-the-art results, improving detection by more than 3.4%, but also achieve 110 FPS on a single 4090.

📄 PDF Abstract BibTeX arXiv:2412.10040

Code (1)

hzai-zjnu/remdet 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionSmall Object Detection

Similar Papers 제목 키워드 기반

DetZero: Rethinking Offboard 3D Object Detection with Long-term Sequential Point Clouds

2023-06-09 · ICCV 2023 1 · Tao Ma, Xuemeng Yang, Hongbin Zhou, Xin Li 외

Existing offboard 3D detectors always follow a modular pipeline design to take advantage of unlimited sequential point clouds. We have found that the full potential of offboard 3D detectors is not explored mainly due to …

3D Multi-Object Tracking3D Object DetectionObjectobject-detection+1

PillarNeXt: Rethinking Network Designs for 3D Object Detection in LiDAR Point Clouds

2023-05-08 · CVPR 2023 1 · Jinyu Li, Chenxu Luo, Xiaodong Yang

In order to deal with the sparse and unstructured raw point clouds, LiDAR based 3D object detection research mostly focuses on designing dedicated local point aggregators for fine-grained geometrical modeling. In this pa…

2D Object Detection3D Object DetectionObjectobject-detection+1

Rethinking Backbone Design for Lightweight 3D Object Detection in LiDAR

2025-08-01 · Adwait Chandorkar, Hasan Tercan, Tobias Meisen arxiv

Recent advancements in LiDAR-based 3D object detection have significantly accelerated progress toward the realization of fully autonomous driving in real-world environments. Despite achieving high detection performance, …

2D Object Detection3D Object DetectionAutonomous Driving

Rethinking the Defocus Blur Detection Problem and A Real-Time Deep DBD Model

2020-08-01 · ECCV 2020 8 · Ning Zhang, Junchi Yan

Defocus blur detection (DBD) is a classical low level vision task. It has recently attracted attention focusing on designing complex convolutional neural networks (CNN) which make full use of both low level features and …

Data AugmentationDefocus Blur Detection

Rethinking Features-Fused-Pyramid-Neck for Object Detection

2025-05-19 · Hulin Li

Multi-head detectors typically employ a features-fused-pyramid-neck for multi-scale detection and are widely adopted in the industry. However, this approach faces feature misalignment when representations from different …

object-detectionObject Detection