paper-with-me

홈 › Papers

Increasing the Efficiency of DETR for Maritime High-Resolution Images

2026-05-11 · Tinsae Yehuala, Hao Cheng, Ville Lehtola arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.10269

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyObject Detection

Similar Papers 제목 키워드 기반

Enhancing Maritime Object Detection in Real-Time with RT-DETR and Data Augmentation

2025-10-07 · Nader Nemati arxiv

Maritime object detection faces essential challenges due to the small target size and limitations of labeled real RGB data. This paper will present a real-time object detection system based on RT-DETR, enhanced by employ…

Real-Time Object DetectionData Augmentation

Evaluation and Optimization of Positional Accuracy for Maritime Positioning Systems

2024-04-06 · Atilla Alpay Nalcaci, Fidan Mehmeti, Wolfgang Kellerer, Florian Schiegg

Navigation and trajectorial estimation of maritime vessels are contingent upon the context of positional accuracy. Even the smallest deviations in the estimation of a given vessel may result in detrimental consequences i…

Vessel Detection

Enhanced Small Ship Segmentation with Optimized ScatYOLOv8+CBAM on Embedded Systems

2024-09-13 · IEEE International Conference on Real-time Computing and Robotics (RCAR) 2024 9 · Borja Carrillo-Perez, Angel Bueno Rodriguez, Sarah Barnes, Maurice Stephan

To enhance maritime situational awareness, real-time segmentation of small or distant ships from optical monitoring footage, poses significant performance challenges, especially on embedded systems. Efficient processing …

Segmentation

Cross Resolution Encoding-Decoding For Detection Transformers

2024-10-05 · Ashish Kumar, Jaesik Park

Detection Transformers (DETR) are renowned object detection pipelines, however computationally efficient multiscale detection using DETR is still challenging. In this paper, we propose a Cross-Resolution Encoding-Decodin…

object-detectionObject Detection

Lite DETR : An Interleaved Multi-Scale Encoder for Efficient DETR

2023-03-13 · Feng Li, Ailing Zeng, Shilong Liu, Hao Zhang 외

Recent DEtection TRansformer-based (DETR) models have obtained remarkable performance. Its success cannot be achieved without the re-introduction of multi-scale feature fusion in the encoder. However, the excessively inc…

object-detectionObject Detection