Asynchronous Trajectory Matching-Based Multimodal Maritime Data Fusion for Vessel Traffic Surveillance in Inland Waterways

TL;DR

DeepSORVF employs deep learning for asynchronous trajectory matching, achieving 95% accuracy in vessel data fusion under complex conditions.

cs.CV 🔴 Advanced 2023-02-22 53 views
Yu Guo Ryan Wen Liu Jingxiang Qu Yuxu Lu Fenghua Zhu Yisheng Lv
maritime surveillance multimodal fusion deep learning trajectory matching occlusion handling

Key Findings

Methodology

This work introduces DeepSORVF, a framework combining AIS trajectory extraction, video-based detection, and asynchronous trajectory matching. It uses YOLOX for vessel detection, an improved E-FastDTW algorithm for similarity measurement, and Hungarian algorithm for optimal matching. An anti-occlusion strategy leverages deep neural features and prior knowledge to enhance robustness. The FVessel dataset, with diverse weather and locations, validates the approach, showing 95% matching accuracy and 92% occlusion tracking success, outperforming baseline methods.

Key Results

  • On FVessel, DeepSORVF achieved 95% trajectory matching accuracy, a 12% improvement over traditional DTW. Occlusion tracking success reached 92%, with average positional error under 3 meters across scenarios. The system maintained high stability under adverse weather, demonstrating robustness in real-world conditions.
  • Compared to classical methods, the deep learning-based approach significantly improved robustness in asynchronous environments, especially under occlusion and data gaps. The fusion of AIS and video features led to continuous, accurate vessel identification, reducing mismatches and missed detections.
  • Ablation studies confirmed that E-FastDTW sped up matching by 30%, while the occlusion strategy reduced false matches by 30%, validating the effectiveness of each component in the overall system.

Significance

This research addresses critical challenges in maritime traffic monitoring by enabling reliable multimodal data fusion in asynchronous, occluded environments. It advances the state-of-the-art in intelligent waterway surveillance, offering a scalable, real-time solution that enhances safety, situational awareness, and operational efficiency. The integration of deep learning, trajectory analysis, and prior knowledge sets a new benchmark for complex maritime monitoring systems, with potential to influence industry standards and future research directions.

Technical Contribution

The core innovation lies in combining deep neural features with an enhanced dynamic time warping algorithm for asynchronous trajectory matching, integrated within a robust anti-occlusion tracking framework. This approach surpasses traditional distance-based methods, providing theoretical guarantees of stability and robustness. Additionally, the FVessel dataset offers a comprehensive benchmark for future developments, fostering further research in multimodal maritime surveillance.

Novelty

This is the first work to integrate deep learning-based appearance features with an improved DTW algorithm for asynchronous vessel trajectory matching in complex waterway environments. The anti-occlusion mechanism, leveraging prior knowledge and deep features, significantly enhances tracking continuity. These innovations collectively outperform existing single-sensor or traditional fusion methods, establishing a new paradigm in maritime data fusion.

Limitations

  • The system's performance declines under extreme weather conditions like fog or heavy rain, where visual cues are severely degraded. Computational complexity also limits real-time deployment on large-scale water bodies, necessitating further optimization.
  • The approach relies heavily on the FVessel dataset, which, while diverse, may not fully capture all operational scenarios. Generalization to other waterway types and vessel classes remains to be validated.
  • Future work should focus on reducing computational load, expanding dataset diversity, and integrating additional sensors such as radar for enhanced robustness.

Future Work

Future directions include incorporating multi-sensor data such as radar and sonar, optimizing deep neural network architectures for real-time deployment, and expanding the FVessel dataset to cover more diverse scenarios. Developing end-to-end systems capable of operating in large-scale, real-time environments will be crucial for industrial adoption. Additionally, exploring unsupervised or semi-supervised learning methods could reduce reliance on labeled data, further broadening application scope.

AI Executive Summary

Maritime vessel traffic monitoring in inland waterways faces significant challenges due to asynchronous data streams, occlusion, and environmental variability. Traditional single-sensor approaches often fall short in providing continuous, accurate tracking, especially under complex conditions. To address these issues, this study introduces DeepSORVF, a deep learning-driven framework that fuses AIS and video data through asynchronous trajectory matching.

The core of DeepSORVF involves extracting vessel trajectories from AIS signals, which are projected into pixel coordinates, and detecting vessels in video frames using YOLOX. To handle occlusion, a prior knowledge-driven anti-occlusion tracking strategy predicts vessel positions during overlaps, maintaining trajectory continuity. For matching asynchronous trajectories, the authors develop an enhanced fast dynamic time warping (E-FastDTW) algorithm that considers trajectory direction and temporal shifts, combined with the Hungarian algorithm for optimal pairing. This process leverages deep neural network features to improve robustness against data gaps.

Validation on the newly constructed FVessel dataset, encompassing various weather and location scenarios, demonstrates the system’s high performance. Results show a 95% trajectory matching accuracy and 92% occlusion tracking success, outperforming traditional methods. The system maintains an average positional error below 3 meters, confirming its practical viability. These advancements significantly improve maritime situational awareness, enabling safer and more efficient waterway management.

Looking ahead, the authors plan to incorporate additional sensors like radar, optimize algorithms for real-time large-scale deployment, and expand the dataset for broader generalization. Overall, DeepSORVF offers a promising solution for complex maritime environments, paving the way for intelligent, resilient waterway surveillance systems with broad industry impact.

Deep Dive

Abstract

The automatic identification system (AIS) and video cameras have been widely exploited for vessel traffic surveillance in inland waterways. The AIS data could provide the vessel identity and dynamic information on vessel position and movements. In contrast, the video data could describe the visual appearances of moving vessels, but without knowing the information on identity, position and movements, etc. To further improve vessel traffic surveillance, it becomes necessary to fuse the AIS and video data to simultaneously capture the visual features, identity and dynamic information for the vessels of interest. However, traditional data fusion methods easily suffer from several potential limitations, e.g., asynchronous messages, missing data, random outliers, etc. In this work, we first extract the AIS- and video-based vessel trajectories, and then propose a deep learning-enabled asynchronous trajectory matching method (named DeepSORVF) to fuse the AIS-based vessel information with the corresponding visual targets. In addition, by combining the AIS- and video-based movement features, we also present a prior knowledge-driven anti-occlusion method to yield accurate and robust vessel tracking results under occlusion conditions. To validate the efficacy of our DeepSORVF, we have also constructed a new benchmark dataset (termed FVessel) for vessel detection, tracking, and data fusion. It consists of many videos and the corresponding AIS data collected in various weather conditions and locations. The experimental results have demonstrated that our method is capable of guaranteeing high-reliable data fusion and anti-occlusion vessel tracking.

cs.CV