Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

DEPFusion: Dual-Domain Enhancement and Priority-Guided Mamba Fusion for UAV Multispectral Object Detection

Created by
  • Haebom

Author

Shucong Li, Zhenyu Liu, Zijie Hong, Zhiheng Zhou, Xianghai Cao

Outline

To address the challenges of multispectral object detection for unmanned aerial vehicles (UAVs), we propose the DEPFusion framework, which includes the Dual-Domain Enhancement (DDE) and Priority-Guided Mamba Fusion (PGMF) modules. DDE addresses detail loss caused by low-light RGB images, while PGMF reduces interference information to improve local target modeling. With the DDE module, which utilizes the Cross-Scale Wavelet Mamba (CSWM) block and the Fourier Details Recovery (FDR) block, and the PGMF module, which utilizes priority-based serialization, we achieve state-of-the-art performance on the DroneVehicle and VEDAI datasets.

Takeaways, Limitations

Takeaways:
Contributing to solving the problem of UAV multispectral object detection
Improved performance in low-light environments
Improved accuracy of local target modeling
Ensuring computational cost efficiency (compared to Transformer-based methods)
Limitations:
There is no Limitations specified in the paper
👍