Increasing the Efficiency of DETR for Maritime High-Resolution Images
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Computational EfficiencyObject DetectionSimilar Papers 제목 키워드 기반
Enhancing Maritime Object Detection in Real-Time with RT-DETR and Data Augmentation
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 AugmentationEvaluation and Optimization of Positional Accuracy for Maritime Positioning Systems
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 DetectionEnhanced Small Ship Segmentation with Optimized ScatYOLOv8+CBAM on Embedded Systems
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 …
SegmentationCross Resolution Encoding-Decoding For Detection Transformers
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 DetectionLite DETR : An Interleaved Multi-Scale Encoder for Efficient DETR
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