paper-with-me

홈 › Papers

Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images

2023-03-25 · CVPR 2023 1 · Bowei Du, Yecheng Huang, Jiaxin Chen, Di Huang

Object detection on drone images with low-latency is an important but challenging task on the resource-constrained unmanned aerial vehicle (UAV) platform. This paper investigates optimizing the detection head based on the sparse convolution, which proves effective in balancing the accuracy and efficiency. Nevertheless, it suffers from inadequate integration of contextual information of tiny objects as well as clumsy control of the mask ratio in the presence of foreground with varying scales. To address the issues above, we propose a novel global context-enhanced adaptive sparse convolutional network (CEASC). It first develops a context-enhanced group normalization (CE-GN) layer, by replacing the statistics based on sparsely sampled features with the global contextual ones, and then designs an adaptive multi-layer masking strategy to generate optimal mask ratios at distinct scales for compact foreground coverage, promoting both the accuracy and efficiency. Extensive experimental results on two major benchmarks, i.e. VisDrone and UAVDT, demonstrate that CEASC remarkably reduces the GFLOPs and accelerates the inference procedure when plugging into the typical state-of-the-art detection frameworks (e.g. RetinaNet and GFL V1) with competitive performance. Code is available at https://github.com/Cuogeihong/CEASC.

📄 PDF Abstract BibTeX arXiv:2303.14488

Code (1)

cuogeihong/ceasc 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
Group Normalization Group Normalization is a normalization layer that divides channels into groups and normalizes the features within each group. GN does not exploit the batch dimension, and its…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

Completion as Enhancement: A Degradation-Aware Selective Image Guided Network for Depth Completion

2024-12-26 · CVPR 2025 1 · Zhiqiang Yan, Zhengxue Wang, Kun Wang, Jun Li 외

In this paper, we introduce the Selective Image Guided Network (SigNet), a novel degradation-aware framework that transforms depth completion into depth enhancement for the first time. Moving beyond direct completion usi…

Depth CompletionMamba

A Coarse-to-Fine Framework for Learned Color Enhancement with Non-Local Attention

2019-06-08 · Chaowei Shan, Zhizheng Zhang, Zhibo Chen

Automatic color enhancement is aimed to adaptively adjust photos to expected styles and tones. For current learned methods in this field, global harmonious perception and local details are hard to be well-considered in a…

Low Light Image Enhancement via Global and Local Context Modeling

2021-01-04 · Aditya Arora, Muhammad Haris, Syed Waqas Zamir, Munawar Hayat 외

Images captured under low-light conditions manifest poor visibility, lack contrast and color vividness. Compared to conventional approaches, deep convolutional neural networks (CNNs) perform well in enhancing images. How…

Image EnhancementLow-Light Image Enhancement

Scale-Invariant Object Detection by Adaptive Convolution with Unified Global-Local Context

2024-09-17 · Amrita Singh, Snehasis Mukherjee

Dense features are important for detecting minute objects in images. Unfortunately, despite the remarkable efficacy of the CNN models in multi-scale object detection, CNN models often fail to detect smaller objects in im…

object-detectionObject Detection

Adaptive Low Light Enhancement via Joint Global-Local Illumination Adjustment

2025-04-01 · Haodian Wang, Yaqi Song

Images captured under real-world low-light conditions face significant challenges due to uneven ambient lighting, making it difficult for existing end-to-end methods to enhance images with a large dynamic range to normal…