Jadwal Sholat

Memuat jadwal sholatโ€ฆ

Ilmu Komputer & AI editorial

Open AccessOA2026

From Continuous Deployment to Queryable Dataset: Terabyte-Scale AIS-Aligned Passive Acoustic Labelling

A database-native workflow that turns multi-year hydrophone archives and AIS position reports into a queryable, distance-resolved GeoAI dataset
Wayne Renaud; Priyanka Aravindan; Gabriel Spadonยท 2026ยท DOI 10.48550/arXiv.2607.13840

The core problem

Long-duration passive acoustic deployments generate large archives of recordings that are not linked to vessel tracks or encounter structure. As a result, range and contact conditions remain unavailable as variables, and analysts must manually select recordings for study. This limitation motivates a database-native workflow that aligns hydrophone recordings with Automatic Identification System (AIS) position reports to produce distance-resolved data.

The authors frame the problem as one of scale and structure: continuous, multi-year, million-window archival deployments cannot be processed through in-memory nested iteration without exhausting available memory. Their proposed approach replaces that pattern with a single scalable set-based database process, enabling a GeoAI framework in which spatially indexed, queryable data become directly usable for machine learning.

Innovation

The resulting data product reveals predominantly noise-dominated conditions, with vessel contributions emerging mainly at shorter ranges. This indicates that the task lies in extracting structure under background-limited regimes. Spectrogram and quantitative analyses show weak tonal signatures embedded in noise and a consistent decay of signal-to-noise ratio with distance.

The structured table separates no-contact, single-contact, and two-contact windows, with the closest point of approach computed directly where applicable. Background conditions are characterized via deterministic spectral ranking. These results support the use of this representation for scalable machine learning, similarity analysis, and predictive acoustic modelling in real maritime environments.

Long-duration passive acoustic deployments generate large archives of recordings that are not linked to vessel tracks or encounter structure. As a result, range and contact conditions remain unavailable as variables, and analysts must manually select recordings for study. This limitation motivates a database-native workflow that aligns hydrophone recordings with Automatic Identification System (AIS) position reports to produce distance-resolved data.
The authors frame the problem as one of scale and structure: continuous, multi-year, million-window archival deployments cannot be processed through in-memory nested iteration without exhausting available memory. Their proposed approach replaces that pattern with a single scalable set-based database process, enabling a GeoAI framework in which spatially indexed, queryable data become directly usable for machine learning.

Why it matters

The authors position their contribution as a shift from continuous deployment to queryable dataset. By storing recordings and AIS messages as persistent geospatial tables and joining them through an indexed spatiotemporal join, the workflow avoids the memory limits of in-memory nested iteration and scales to continuous, multi-year, million-window archival deployments.

The distance-resolved representation makes range and contact conditions available as variables, enabling a GeoAI framework in which spatially indexed, queryable data become directly usable for machine learning. The observed decay of signal-to-noise ratio with distance and the weak tonal signatures embedded in noise suggest that future work must focus on extracting structure under background-limited regimes. The approach is presented as a foundation for scalable machine learning, similarity analysis, and predictive acoustic modelling in real maritime environments.

Who should read this

CS practitioners and researchers

Opening member contentโ€ฆ