CVROMay 11

Increasing the Efficiency of DETR for Maritime High-Resolution Images

arXiv:2605.1026949.9
Predicted impact top 69% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For maritime autonomous navigation, this work improves detection efficiency on edge devices without sacrificing accuracy.

The paper tackles real-time maritime object detection from high-resolution images on edge devices. By using Vision Mamba backbones and a tailored Feature Pyramid Network with token pruning, they achieve a better performance-efficiency trade-off than RT-DETR with ResNet50.

Maritime object detection is critical for the safe navigation of unmanned surface vessels (USVs), requiring accurate recognition of obstacles from small buoys to large vessels. Real-time detection is challenging due to long distances, small object sizes, large-scale variations, edge computing limitations, and the high memory demands of high-resolution imagery. Existing solutions, such as downsampling or image splitting, often reduce accuracy or require additional processing, while memory-efficient models typically handle only limited resolutions. To overcome these limitations, we leverage Vision Mamba (ViM) backbones, which build on State Space Models (SSMs) to capture long-range dependencies while scaling linearly with sequence length. Images are tokenized into sequences for efficient high-resolution processing. For further computational efficiency, we design a tailored Feature Pyramid Network with successive downsampling and SSM layers, as well as token pruning to reduce unnecessary computation on background regions. Compared to state-of-the-art methods like RT-DETR with ResNet50 backbone, our approach achieves a better balance between performance and computational efficiency in maritime object detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes