用多源数据训练模型,同时检测船只位置并估算吨位,识别逃避监控的暗船。
SAR Vessel Detection and Gross Tonnage Estimation from Heterogeneous Datasets for Dark Vessel Identification

- 融合遥感图像与表格数据,多任务学习预测船位、类型和尺寸。
- 通过混合距离的KNN回归,实现基于船体大小和类别的吨位估计。
- 适合关注海上安全与非法航运监控的研究者和应用开发者。
识别从事非法活动的船只对海上安全至关重要,其中关键目标是发现关闭应答器的暗船。深度学习模型可从合成孔径雷达(SAR)图像中检测船只,实现全天候海事交通分析。但要识别潜在暗船,需根据船只总吨位(GT)判断其是否必须配备应答器。目前尚无公开的SAR数据集可用于端到端训练船舶检测与GT回归模型。本文提出一种框架,利用异构图像与表格数据联合训练。方案采用多任务深度学习模型预测船只位置、类型及物理尺寸,并级联非参数化模型,基于船体大小与类别,通过混合欧氏与分类距离的KNN进行GT回归。实验表明,该方法在多项输出预测上表现优异,且单个子任务性能优于现有先进模型,从而有效支持暗船识别。代码已开源:https://github.com/PaltrinieriDavide/vesseldetection。
原文摘要 · Abstract (English)
Detecting vessels engaging in illegal activities is of paramount importance for maritime security. One of the major goals is to detect dark vessels, ships that disable their transponders to evade surveillance. Deep Learning (DL) models can detect vessels in Synthetic Aperture Radar (SAR) images, enabling maritime traffic analysis regardless of weather or visibility conditions. However, to detect potential dark vessels, a DL model must select only those that are required to carry a transponder based on their Gross Tonnage (GT). Unfortunately, no public SAR dataset is available for training an end-to-end DL model for vessel detection and GT regression. In this work, we present a framework that leverages heterogeneous image and tabular datasets to solve this task. Our solution combines a multi-task DL framework for predicting the location, vessel type, and physical dimensions of ships, cascaded with a non-parametric model for predicting GT from vessel size and category. We perform GT regression by a KNN that measures sample similarity using a hybrid Euclidean and categorical distance. Experiments show that our solution can predict multiple outputs while remaining competitive with state-of-the-art models on individual subtasks, thus enabling the identification of dark vessels. We publish our code on GitHub https://github.com/PaltrinieriDavide/vesseldetection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。