[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Real-Time Fusion of Visual and Chart Data for Enhanced Maritime Vision

Created by
  • Haebom

Author

Marten Kreis, Benjamin Kiefer

Outline

This paper presents a novel method to improve marine visibility by fusing real-time image data with nautical chart information. The system overlays nautical chart data on the real-time image feed by detecting navigational aids such as buoys and accurately matching their representations with the corresponding nautical chart data. To ensure strong correlation, we introduce a transformer-based end-to-end neural network that predicts bounding boxes and confidence scores for buoy queries, thereby directly matching the detections of image regions with nautical chart markers in the world coordinate system. The proposed method is compared with baseline methods including a ray tracing model that estimates buoy positions via camera projections and an extended YOLOv7-based network with a distance estimation module. Experimental results on a real-world maritime scene dataset demonstrate that the proposed method significantly improves object localization and association accuracy in dynamic and challenging environments.

Takeaways, Limitations

Takeaways:
Provides improved maritime visibility through accurate fusion of real-time maritime imagery and nautical chart information.
Buoy detection and accurate matching with chart information using transformer-based networks.
Improved object location and association accuracy compared to existing methods.
Effective performance even in dynamic and challenging maritime environments.
Limitations:
Further research is needed on the application of the proposed method to real marine environments.
Generalized performance assessments are needed for various types of navigation aids and marine environments.
Lack of clear description of the size and diversity of the datasets used.
Lack of details on ray tracing models and comparative analysis with YOLOv7-based networks.
👍