Towards Physics-informed Diffusion for Anomaly Detection in Trajectories
This work addresses the detection of illegal activities like unauthorized fishing in international waters, but it is incremental as it builds on existing generative models by adding physics-informed constraints.
The paper tackles the problem of detecting anomalous trajectories, such as GPS spoofing, by integrating kinematic constraints into a diffusion model to improve accuracy and reduce false positives. Experimental results on real-world maritime and urban datasets show higher prediction accuracy and lower error rates compared to existing methods.
Given trajectory data, a domain-specific study area, and a user-defined threshold, we aim to find anomalous trajectories indicative of possible GPS spoofing (e.g., fake trajectory). The problem is societally important to curb illegal activities in international waters, such as unauthorized fishing and illicit oil transfers. The problem is challenging due to advances in AI generated in deep fakes generation (e.g., additive noise, fake trajectories) and lack of adequate amount of labeled samples for ground-truth verification. Recent literature shows promising results for anomalous trajectory detection using generative models despite data sparsity. However, they do not consider fine-scale spatiotemporal dependencies and prior physical knowledge, resulting in higher false-positive rates. To address these limitations, we propose a physics-informed diffusion model that integrates kinematic constraints to identify trajectories that do not adhere to physical laws. Experimental results on real-world datasets in the maritime and urban domains show that the proposed framework results in higher prediction accuracy and lower estimation error rate for anomaly detection and trajectory generation methods, respectively. Our implementation is available at https://github.com/arunshar/Physics-Informed-Diffusion-Probabilistic-Model.