Papers › A Distributed Acoustic Sensing Dataset for Vessel Detection and Localization in...

A Distributed Acoustic Sensing Dataset for Vessel Detection and Localization in Submarine Cable Protection

30 Jul 2026arXiv:2607.28306added by Syntology

Erick Eduardo Ramirez-Torres, Javier Macias-Guarasa, Daniel Pizarro, Javier Tejedor, Sira Elena Palazuelos-Cagigas, Pedro J. Vidal-Moreno, María R. Fernández-Ruiz, Sonia Martin-Lopez, Miguel Gonzalez-Herraez, Roel Vanthillo

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Recent incidents of accidental damage and suspected sabotage to submarine telecommunication and power cables, particularly in the Baltic Sea, have underscored their vulnerability and the need for continuous monitoring solutions. Distributed acoustic sensing (DAS) applied to submarine optical-fiber cables enables wide-area monitoring of underwater acoustic activity. We present the Marlinks-NS DAS dataset, comprising processed submarine DAS measurements and AIS-derived vessel information curated for cable-protection research. The dataset defines two machine-learning tasks (vessel detection and vessel-to-cable distance estimation) allowing reproducible research under realistic marine conditions. The dataset contains 74,771 labeled data instances from ten days of continuous recording along a 2,554 m segment in a 28 km buried fiber-optic cable in the North Sea. Each instance includes spectral-energy features from 250 sensing channels, together with anonymized distance measurements and metadata from AIS information. The released HDF5 data, documentation, processing description, and example code support reproducible development and evaluation of DAS-based vessel-monitoring methods for submarine cable protection.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.28306")

Code

Syntology Ran 17 of 18 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 17 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

UAH-PSI/das-vessel-detection found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 17 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17ran
1unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from UAH-PSI/das-vessel-detection. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

combine_metric UAH-PSI/das-vessel-detection/src/model_csv_report.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 2328ec5f52e07a55 · report
compute_frame_resampled_regression_results UAH-PSI/das-vessel-detection/src/model_experiment_hdf5_base.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · d75f4bd00c73d9da · report
compute_pooled_regression_final_results UAH-PSI/das-vessel-detection/src/model_experiment_hdf5_base.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 2bc1abdbf45bcfbd · report
compute_pooled_regression_metrics UAH-PSI/das-vessel-detection/src/model_experiment_hdf5_base.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · b116409cc6cab28e · report
configure_logging UAH-PSI/das-vessel-detection/src/model_experiment_hdf5.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 769193ebc9170dfe · report
debug_compute_f1 UAH-PSI/das-vessel-detection/src/model_csv_report.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · 8a328df748c00977 · report
debug_lambda UAH-PSI/das-vessel-detection/src/model_csv_report.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · f1b714ba73545a2b · report
detect_task UAH-PSI/das-vessel-detection/src/print_experiment_results.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 4cee21328f5b5dc2 · report
format_array_for_log UAH-PSI/das-vessel-detection/src/model_experiment_hdf5.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 6f266428c576f7b5 · report
format_value UAH-PSI/das-vessel-detection/src/print_experiment_results.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · 2cdee3e373085756 · report
load_hdf5_data UAH-PSI/das-vessel-detection/src/plot_energy_distance.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 853884a473a9f760 · report
load_hdf5_datasets UAH-PSI/das-vessel-detection/src/load_and_split_dataset.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 8179782af7f00b2f · report
load_model UAH-PSI/das-vessel-detection/models/baseline_xgb_regression_model.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · fa4e0107672fee04 · report
optional_import UAH-PSI/das-vessel-detection/src/optional_import.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · f5967e9f90aeb62c · report
prepare_execution_paths UAH-PSI/das-vessel-detection/src/model_experiment_hdf5.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 805e1782bf397bdd · report
split_by_date UAH-PSI/das-vessel-detection/src/load_and_split_dataset.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 6c1a3b14f96616f5 · report
validate_date UAH-PSI/das-vessel-detection/src/load_and_split_dataset.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · 565f3ca882845833 · report
print_table UAH-PSI/das-vessel-detection/src/print_experiment_results.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · d638e130eb483a47 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.28306, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections