Related Experiment Video
Updated: May 5, 2026

06:25
Time Multiplexing Super Resolving Technique for Imaging from a Moving Platform
Published on: February 12, 2014
8.4K
A Texture Reconstructive Downsampling for Multi-Scale Object Detection in UAV Remote-Sensing Images
Wenhao Zheng1,2, Bangshu Xiong1,2, Jiujiu Chen1,2
1The School of Information Engineering, Nanchang Hangkong University, Nanchang 330063, China.
Sensors (Basel, Switzerland)
|March 17, 2025
Summary
This study introduces a Texture Reconstructive Downsampling (TRD) module to improve object detection in Unmanned Aerial Vehicle (UAV) images. TRD reconstructs lost texture features during downsampling, enhancing multi-scale object detection accuracy.
Area of Science:
- Computer Vision
- Remote Sensing
- Deep Learning
Background:
- Unmanned aerial vehicle (UAV) remote-sensing images pose challenges for object detection due to scale variations and feature loss during downsampling.
- Existing deep networks often lose crucial texture information in multi-scale object detection tasks when employing multi-layer downsampling.
Purpose of the Study:
- To address the degradation in multi-scale object detection performance caused by texture feature loss in UAV remote-sensing images.
- To propose a novel, lightweight Texture Reconstructive Downsampling (TRD) module designed to mitigate feature loss during the downsampling process.
Main Methods:
- Proposed a lightweight Texture Reconstructive Downsampling (TRD) module that models lost texture features as residual information.
- Implemented cascading downsampling and upsampling operators within TRD to provide residual feedback for feature map reconstruction.
- Replaced existing downsampling modules in backbone networks with the TRD module for evaluation.
Main Results:
- The TRD module improved average precision (AP) by 3.1% on the NWPU VHR-10 dataset compared to the baseline.
- On the VisDrone-DET dataset, TRD enhanced AP by 3.2%, with significant improvements in AP for small (APS), medium (APM), and large (APL) objects by 3.1%, 8.8%, and 13.9%, respectively.
- TRD demonstrated enriched feature information post-downsampling with minimal additional computational cost.
Conclusions:
- The proposed TRD module effectively reconstructs lost texture features, enhancing discriminative capabilities for subsequent vision tasks.
- TRD significantly improves the accuracy of multi-scale object detection in challenging UAV remote-sensing image datasets.
- The lightweight design of TRD offers an efficient solution for improving feature extraction in deep networks for remote sensing applications.
Related Concept Videos
Downsampling
872
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
872
Upsampling
745
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
745

