REVIEW 3 major objections 5 minor 278 references
A Self-Supervised Approach for Minimal-Annotation Hydroacoustic Data Exploration
T0 review · 3 major / 5 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read A self-supervised MAE pipeline can explore multi-year ocean sound recordings and turn them into usable signal classes with under an hour of human mapping.
desk verdict Solid practical pipeline for low-frequency hydroacoustic exploration; event-level extraction is the real engineering contribution, but its empirical thresholds are under-tested and the F1 gains are only partly attributed. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Event-level disentanglement: after the MAE encoder produces a 14 imes14 grid of 256-dimensional patch embeddings, empty patches are discarded by energy and activation thresholds and remaining adjacent patches are merged by Chebyshev distance ≤3, so each spectrogram yields separate embeddings for co-occurring sources rather than a single window embedding.
What would settle it
Re-run the identical pipeline on a fully annotated multi-source subset where every overlapping event is timed and labeled; if the recovered event embeddings routinely fuse distinct concurrent sources or split single calls into multiple clusters, the central claim that event-level aggregation enables reliable exploration collapses.
Extended reading notes
Core claim
On multi-year low-frequency hydroacoustic data, an MAE that learns patch embeddings, followed by within-spectrogram aggregation of neighboring patches into event embeddings and dataset-scale clustering, yields a few hundred clusters that a human can map to meaningful hydroacoustic classes in under an hour; the resulting lightweight classifiers perform comparably to existing detectors and recover both known seasonal activity and previously uncharacterized signals.
Load-bearing premise
The empirical rules that throw away low-energy or low-activation patches and then merge any remaining patches within a Chebyshev distance of three actually isolate true single events rather than systematically merging or splitting overlapping sources.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a self-supervised pipeline for large-scale exploration of low-frequency hydroacoustic recordings with minimal annotation. A Vision Transformer MAE is pre-trained (multi-site Indian Ocean data) then specialized on the target MAHY*2 hydrophone; patch embeddings are filtered by energy/activation rules and merged by Chebyshev distance ≤3 into event-level embeddings; these are clustered dataset-wide (MAE-K-Means or MAE-UMAP/HDBSCAN) and mapped by an annotator in ~1 h to 15 semantic classes. Quantitative evaluation converts cluster densities into hourly detectors and reports F1/ROC against a periodicity detector and a supervised YOLO baseline on seven classes with independent ground truth; qualitative evaluation recovers known seasonalities and isolates previously unstudied signals.
Significance. If the results hold, the work supplies a practical, open-source workflow (code and MAE weights released) that lowers the annotation barrier for multi-year passive acoustic monitoring archives containing biological, geophysical, and anthropogenic sources. The event-level aggregation step is a concrete response to source overlap, a recurring difficulty in low-frequency hydroacoustics. Independent ground-truth catalogs, ablations of pre-training and aggregation, and recovery of literature seasonal patterns strengthen the claim that the pipeline is useful both as an approximate detector and as an exploratory tool for unknown signals.
major comments (3)
- §V.B.1–2 defines “empty” patches by E_i < μ_E−σ_E or A_i < μ_A+σ_A and merges regions whose min Chebyshev distance ≤3; both rules are stated as chosen empirically. The abstract and contribution list attribute performance gains to this event-level disentanglement. Table II shows that event-level variants generally outperform whole-spectrogram aggregations, yet the max-deviation ablation already exceeds event extraction on EQ P, and §VIII acknowledges failure on time-frequency-overlapping sources. No sensitivity sweep on the three free thresholds, and no purity/completeness metric against the Dréo or Raumer catalogs, is provided. Without that check, attribution of the reported F1 gains specifically to “disentanglement” remains under-anchored and should be either quantified or more carefully qualified.
- §VI.B and Fig. 6: the hourly density score s(h) yields incomplete ROC curves by construction because the decision region is bounded by cluster support. The paper notes this, yet still claims performance “comparable to two existing detectors.” For classes where the operating point sits far from the full FPR range (e.g., AMW, OW), the comparison is only partial. The manuscript should state more explicitly what “comparable” means under this constraint (e.g., F1 at the optimal threshold only) and discuss whether the method can ever serve as a tunable detector.
- §V.D / Table I: cluster-to-class mapping of 317 clusters into 15 classes in one hour is central to both the quantitative F1 numbers and the qualitative seasonal plots. The procedure (eight nearest spectrograms per cluster) is reasonable but subjective and unreplicated. Different annotators, or the same annotator on a different day, could re-group clusters and change which events enter s(h). A short inter-annotator check or a leave-one-cluster-out stability note would strengthen that the reported metrics are not mapping-dependent.
minor comments (5)
- §V.C: HDBSCAN is incorrectly glossed as “Uniform Manifold Approximation and Projection” (copy-paste from the UMAP sentence).
- Discussion: typos “minimsl”, “reasults”, and “f (Hz)” column header in Table I should be cleaned.
- Fig. 4 and Fig. 5: spectrogram normalization and frequency axis limits are stated in captions but would benefit from explicit color-scale bars for reproducibility.
- §VII.A: pre-training used 12.20 % of available data with 50 % overlap; a one-sentence justification for the sampling fraction would help readers assess diversity.
- Related work could briefly situate the event-level step against recent whole-window SSL clustering in seismology (Rimpot et al. is cited but the distinction could be sharper).
Circularity Check
No load-bearing circularity: unsupervised MAE + event clustering + post-hoc mapping is evaluated against external catalogs; self-citations supply data/baselines only.
full rationale
The pipeline (MAE reconstruction pre-training, empirical patch discard + Chebyshev merge into event embeddings, UMAP/HDBSCAN or K-Means clustering, then ~1 h visual cluster-to-class mapping) is fully unsupervised with respect to the evaluation labels. Hourly density scores s(h) and the resulting ROC/F1 numbers (Table II, Fig. 6) are obtained by comparing the mapped clusters against two external sources (Dréo et al. 2025 weakly-annotated whale presence and Raumer et al. 2025 automatic P-phase catalog). Those catalogs pre-exist the present clustering and are not used to train the MAE, to set the discard/merge thresholds, or to form the clusters; the mapping step inspects spectrogram patches, not the ground-truth labels. Self-citations therefore supply the evaluation data and one baseline detector but do not force the reported F1 values or seasonal recoveries by construction. No equation equates a claimed prediction to a fitted input, no uniqueness theorem is imported to forbid alternatives, and no known empirical pattern is merely renamed. The empirical character of the patch rules is a methodological assumption (correctness risk), not a circular reduction. Score 1 reflects only the ordinary author-overlap on the evaluation corpora, which is non-load-bearing under the stated criteria.
Assumptions & free parameters
free parameters (5)
- patch energy discard threshold =
μE − σE
- patch activation discard threshold =
μA + σA
- Chebyshev merge distance =
3
- target number of clusters / HDBSCAN min cluster size =
~317 clusters
- MAE mask ratio and architecture size =
50 % mask, dim 256
assumptions (3)
- domain assumption Reconstruction of masked spectrogram patches yields embeddings that capture hydroacoustic event structure useful for clustering.
- ad hoc to paper Adjacent informative patches after energy/activation filtering correspond to single hydroacoustic events that can be represented by one mean embedding.
- domain assumption Hourly density of cluster membership is a valid proxy for binary presence/absence of a semantic class.
Cite this review
Pith. "Pith review of A Self-Supervised Approach for Minimal-Annotation Hydroacoustic Data Exploration." pith.science (2026). https://pith.science/paper/CQTT4JC6
@misc{pith2026260707733,
author = {Pith},
title = {Pith review of: A Self-Supervised Approach for Minimal-Annotation Hydroacoustic Data Exploration},
year = {2026},
howpublished = {\url{https://pith.science/paper/CQTT4JC6}},
note = {Machine review of arXiv:2607.07733}
}
read the original abstract
Passive hydroacoustic monitoring often generates large volumes of continuous recordings that are only partially exploited due to the cost of manual annotation. Supervised detection methods perform well but require large labeled datasets, seldom available for rare signals or understudied environments. This work proposes a self-supervised exploration pipeline to address this limitation in low-frequency settings. A Masked AutoEncoder (MAE) is pre-trained on a reconstruction pretext task, then used to extract patch-level representations from spectrograms. Within each spectrogram, adjacent informative patches are aggregated into event-level embeddings, enabling the disentanglement of overlapping events. These embeddings are then clustered at the dataset scale using the dimension reduction algorithm UMAP and the clustering algorithm HDBSCAN to identify hydroacoustic patterns. The pipeline was applied to a multi-year hydroacoustic dataset collected near Mayotte Island, Indian Ocean, containing marine mammal vocalizations, seismo-volcanic signals, and anthropogenic noise. The 317 clusters were manually mapped to 15 hydroacoustic classes or noise in less than one hour. The method was evaluated in two ways. Quantitatively, when used as a classifier, it achieved performance comparable to two existing detectors. Qualitatively, it recovered known seasonal patterns of marine mammal acoustic activity. It also identified patterns of previously unstudied signals, thereby demonstrating its practical value.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction
McInnes, Leland and Healy, John and Melville, James , year =. doi:10.48550/ARXIV.1802.03426 , abstract =
-
[2]
Campello, Ricardo J. G. B. and Moulavi, Davoud and Sander, Joerg , editor =. Density-. Advances in. 2013 , note =. doi:10.1007/978-3-642-37456-2_14 , urldate =
-
[3]
Geophysical Journal International , author =
Self-supervised learning of seismological data reveals new eruptive sequences at the. Geophysical Journal International , author =. 2024 , pages =. doi:10.1093/gji/ggae361 , abstract =
-
[4]
The Journal of the Acoustical Society of America , author =
Automated detection of. The Journal of the Acoustical Society of America , author =. 2015 , pages =. doi:10.1121/1.4934271 , abstract =
-
[5]
Geophysical Research Letters , author =
Determining the orientations of ocean bottom seismometers using ambient noise correlation , volume =. Geophysical Research Letters , author =. 2013 , pages =. doi:10.1002/grl.50698 , abstract =
-
[6]
Rauch, Lukas and Heinrich, René and Moummad, Ilyass and Joly, Alexis and Sick, Bernhard and Scholz, Christoph , year =. Can. doi:10.48550/ARXIV.2504.12880 , abstract =
-
[7]
Caron, Mathilde and Touvron, Hugo and Misra, Ishan and Jegou, Herve and Mairal, Julien and Bojanowski, Piotr and Joulin, Armand , month = oct, year =. Emerging. 2021. doi:10.1109/ICCV48922.2021.00951 , abstract =
-
[8]
Geophysical Journal International , author =
Clock errors in land and ocean bottom seismograms: high-accuracy estimates from multiple-component noise cross-correlations , volume =. Geophysical Journal International , author =. 2018 , pages =. doi:10.1093/gji/ggy236 , abstract =
Show all 278 references
-
[9]
Journal of Geophysical Research: Solid Earth , author =
Earthquake scaling relations for mid‐ocean ridge transform faults , volume =. Journal of Geophysical Research: Solid Earth , author =. 2004 , pages =. doi:10.1029/2004JB003110 , abstract =
2004 doi
-
[10]
Journal of Geophysical Research: Solid Earth , author =
780. Journal of Geophysical Research: Solid Earth , author =. 2021 , pages =. doi:10.1029/2021JB022152 , abstract =
2021 doi
-
[12]
Earth and Planetary Science Letters , author =
Controls on the magmatic fraction of extension at mid-ocean ridges , volume =. Earth and Planetary Science Letters , author =. 2020 , pages =. doi:10.1016/j.epsl.2020.116541 , abstract =
2020 doi
-
[13]
Journal of Geophysical Research: Solid Earth , author =
Controls on. Journal of Geophysical Research: Solid Earth , author =. 2018 , pages =. doi:10.1029/2018JB015545 , abstract =
2018 doi
-
[14]
The Journal of the Acoustical Society of America , author =
Detecting, classifying, and counting blue whale calls with. The Journal of the Acoustical Society of America , author =. 2021 , pages =. doi:10.1121/10.0004828 , abstract =
2021 doi
- [15]
-
[16]
Quelennec, Aurian and Chouteau, Pierre and Peeters, Geoffroy and Essid, Slim , month = apr, year =. Masked. doi:10.1109/ICASSP49660.2025.10887666 , abstract =
2025 doi
-
[17]
Comptes Rendus
Initial results from a hydroacoustic network to monitor submarine lava flows near. Comptes Rendus. Géoscience , author =. 2023 , pages =. doi:10.5802/crgeos.119 , language =
2023 doi
-
[18]
doi:10.1109/ICASSP49357.2023.10095642 , abstract =
Hagiwara, Masato , month = jun, year =. doi:10.1109/ICASSP49357.2023.10095642 , abstract =
2023 doi
- [19]
-
[20]
The Thirty-Ninth Annual Conference on Neural Information Processing Systems workshop: AI for non-human animal communication , author =
-
[21]
Comparing
Sarkar, Eklavya and Magimai.-Doss, Mathew , month = apr, year =. Comparing. doi:10.1109/ICASSP49660.2025.10889684 , abstract =
2025 doi
-
[22]
Self-supervised
Liang, Jingyong and Meyer, Bernd and Lee, Issac Ning and Do, Thanh-Toan , month = apr, year =. Self-supervised. doi:10.1109/ICASSP49660.2025.10890060 , abstract =
2025 doi
-
[23]
and Brickson, Leandra and Titus, Alexander J
Bermant, Peter C. and Brickson, Leandra and Titus, Alexander J. , month = oct, year =. Bioacoustic. doi:10.1101/2022.10.12.511740 , abstract =
2022 doi
- [24]
-
[25]
Geophysical Research Letters , author =
Voluminous eruption from a zoned magma body after an increase in supply rate at. Geophysical Research Letters , author =. doi:10.1002/2016GL071327 , abstract =
-
[26]
Environmental Reviews , author =
Underwater noise and. Environmental Reviews , author =. 2020 , pages =. doi:10.1139/er-2019-0033 , abstract =
2020 doi
- [27]
-
[28]
2024 , pages =
Earth and Space Science , author =. 2024 , pages =. doi:10.1029/2023EA003332 , abstract =
2024 doi
-
[29]
Niklasson, Siobhan Marion Yueh Ming and Rowe, Charlotte Anne , year =. Arctic
-
[30]
Acoustic
Blondel, Philippe and Dell, Benedict and Suriyaprakasam, Cheran , year =. Acoustic. doi:10.1121/2.0001312 , urldate =
-
[31]
Better quantifying inter-annotator variability:
Dubus, Gabriel and Torterotot, Maëlle and Duc, Paul Nguyen Hong and Beesau, Julie and Cazau, Dorian and Adam, Olivier , month = jun, year =. Better quantifying inter-annotator variability:. doi:10.1109/OCEANSLimerick52467.2023.10244502 , urldate =
2023 doi
-
[32]
and Kanamori, Hiroo , month = may, year =
Hanks, Thomas C. and Kanamori, Hiroo , month = may, year =. A moment magnitude scale , volume =. Journal of Geophysical Research: Solid Earth , publisher =. doi:10.1029/jb084ib05p02348 , abstract =
-
[33]
Science , author =
Seismic constraints on caldera dynamics from the 2015. Science , author =. 2016 , pages =. doi:10.1126/science.aah5563 , abstract =
2015 doi
-
[34]
Geochemistry, Geophysics, Geosystems , author =
Automatic. Geochemistry, Geophysics, Geosystems , author =. 2025 , pages =. doi:10.1029/2025GC012572 , abstract =
2025 doi
-
[35]
Journal of Geophysical Research: Machine Learning and Computation , author =
Self‐. Journal of Geophysical Research: Machine Learning and Computation , author =. 2025 , pages =. doi:10.1029/2025JH000958 , abstract =
2025 doi
- [36]
-
[37]
Frontiers in Marine Science , author =
Global. Frontiers in Marine Science , author =. 2019 , pages =. doi:10.3389/fmars.2019.00067 , abstract =
2019 doi
-
[38]
Royal Society Open Science , author =
Omura’s whales (. Royal Society Open Science , author =. 2015 , pages =. doi:10.1098/rsos.150301 , abstract =
2015 doi
-
[39]
Marine Biology Research , author =
Omura's whale off. Marine Biology Research , author =. 2016 , pages =. doi:10.1080/17451000.2015.1084424 , abstract =
2016 doi
-
[40]
First specimen record of
Jung, Jean-Luc , year =. First specimen record of
-
[41]
JASA Express Letters , author =
Omura's whale (. JASA Express Letters , author =. 2025 , pages =. doi:10.1121/10.0037187 , abstract =
2025 doi
-
[42]
Animals , author =
Distribution and. Animals , author =. 2024 , pages =. doi:10.3390/ani14202944 , abstract =
2024 doi
-
[43]
Acoustics Australia , author =
Review of. Acoustics Australia , author =. 2017 , pages =. doi:10.1007/s40857-017-0101-z , abstract =
2017 doi
-
[44]
Scientific Reports , author =
Multiple pygmy blue whale acoustic populations in the. Scientific Reports , author =. 2021 , pages =. doi:10.1038/s41598-021-88062-5 , abstract =
2021 doi
-
[45]
The Journal of the Acoustical Society of America , author =
Description and seasonal detection of two potential whale calls recorded in the. The Journal of the Acoustical Society of America , author =. 2015 , pages =. doi:10.1121/1.4928719 , abstract =
2015 doi
-
[46]
Journal of Mammalogy , author =
Occurrence of. Journal of Mammalogy , author =. 2020 , pages =. doi:10.1093/jmammal/gyaa130 , abstract =
2020 doi
-
[47]
Marine Mammal Science , author =
Rare or cryptic?. Marine Mammal Science , author =. 2017 , pages =. doi:10.1111/mms.12348 , abstract =
2017 doi
-
[48]
Omura’s whale (
Ranjbar, Sharif and Dakhteh, Mohammad Sayed and Van Waerebeek, Koen , month = mar, year =. Omura’s whale (. doi:10.1101/042614 , abstract =
-
[49]
Water Biology and Security , author =
Record of a juvenile. Water Biology and Security , author =. 2022 , pages =. doi:10.1016/j.watbs.2022.100056 , abstract =
2022 doi
-
[50]
Aquatic Mammals , author =
First. Aquatic Mammals , author =. 2020 , pages =. doi:10.1578/AM.46.3.2020.301 , abstract =
2020 doi
-
[51]
Aquatic Mammals , author =
A. Aquatic Mammals , author =. 2016 , pages =. doi:10.1578/AM.42.2.2016.193 , abstract =
2016 doi
-
[52]
Marine Biodiversity Records , author =
First record of. Marine Biodiversity Records , author =. 2017 , pages =. doi:10.1186/s41200-017-0121-2 , abstract =
2017 doi
-
[53]
Animal Systematics, Evolution and Diversity , author =
First. Animal Systematics, Evolution and Diversity , author =. 2018 , pages =. doi:10.5635/ASED.2018.34.3.162 , abstract =
2018 doi
-
[54]
The Journal of the Acoustical Society of America , author =
Source levels of. The Journal of the Acoustical Society of America , author =. 2025 , pages =. doi:10.1121/10.0036847 , abstract =
2025 doi
-
[55]
The Journal of the Acoustical Society of America , author =
Automatic detectors for low-frequency vocalizations of. The Journal of the Acoustical Society of America , author =. 2020 , pages =. doi:10.1121/10.0001108 , abstract =
2020 doi
-
[56]
Nature , author =
A newly discovered species of living baleen whale , volume =. Nature , author =. 2003 , pages =. doi:10.1038/nature02103 , abstract =
2003 doi
-
[57]
Nature , author =
Proxy evidence for an. Nature , author =. 2003 , pages =. doi:10.1038/nature02101 , language =
2003 doi
-
[58]
Journal of Geophysical Research: Solid Earth , author =
Global observation of vertical‐. Journal of Geophysical Research: Solid Earth , author =. 2013 , pages =. doi:10.1029/2012JB009721 , abstract =
2013 doi
-
[59]
Marine Pollution Bulletin , author =
The variable influence of anthropogenic noise on summer season coastal underwater soundscapes near a port and marine reserve , volume =. Marine Pollution Bulletin , author =. 2023 , pages =. doi:10.1016/j.marpolbul.2023.115406 , abstract =
2023 doi
-
[60]
, month = dec, year =
Wenz, Gordon M. , month = dec, year =. Acoustic. The Journal of the Acoustical Society of America , publisher =. doi:10.1121/1.1909155 , abstract =
-
[61]
Journal of Geophysical Research: Biogeosciences , author =
Seasonal. Journal of Geophysical Research: Biogeosciences , author =. 2023 , pages =. doi:10.1029/2023JG007409 , abstract =
2023 doi
-
[62]
Earth and Planetary Science Letters , author =
Ring faulting and piston collapse in the mantle sustained the largest submarine eruption ever documented , volume =. Earth and Planetary Science Letters , author =. 2024 , pages =. doi:10.1016/j.epsl.2024.119026 , language =
2024 doi
-
[63]
Earth System Science Data , author =
A 30-month data set of glider physico-chemical data off. Earth System Science Data , author =. 2025 , pages =. doi:10.5194/essd-17-4535-2025 , abstract =
2025 doi
- [64]
-
[65]
The Seismic Record , author =
Estimating the. The Seismic Record , author =. 2023 , pages =. doi:10.1785/0320230017 , abstract =
2023 doi
-
[66]
Science Advances , author =
Earthquake frequency-magnitude distribution at. Science Advances , author =. 2025 , pages =. doi:10.1126/sciadv.adx9873 , abstract =
2025 doi
-
[68]
Seismological Research Letters , author =
A. Seismological Research Letters , author =. 2022 , pages =. doi:10.1785/0220210279 , abstract =
2022 doi
-
[69]
Bulletin of Volcanology , author =
No depth limit to hydrovolcanic limu o. Bulletin of Volcanology , author =. 2010 , pages =. doi:10.1007/s00445-009-0315-5 , abstract =
2010 doi
-
[70]
Nature , author =
Dynamics of a seafloor-spreading episode at the. Nature , author =. 2016 , pages =. doi:10.1038/nature20116 , abstract =
2016 doi
-
[71]
Geophysical Research Letters , author =
Empirical relationship of. Geophysical Research Letters , author =. 2001 , pages =. doi:10.1029/2001GL012939 , abstract =
2001 doi
-
[72]
and Lee, W
Dziak, Robert P. and Lee, W. S. and Haxel, J. H. and Matsumoto, H. and Tepp, G. and Lau, T.-K. and Roche, L. and Yun, S. and Lee, C.-K. and Lee, J. and Yoon, S.-T. , month = jul, year =. Hydroacoustic,. Frontiers in Earth Science , publisher =. doi:10.3389/feart.2019.00183 , urldate =
2019 doi
-
[73]
and Fowler, Matthew and Matsumoto, Haruyoshi and Bohnenstiehl, DelWayne and Park, Minkyu and Warren, Kyle and Lee, Won Sang , year =
Dziak, Robert P. and Fowler, Matthew and Matsumoto, Haruyoshi and Bohnenstiehl, DelWayne and Park, Minkyu and Warren, Kyle and Lee, Won Sang , year =. Life and. Oceanography , publisher =. doi:10.5670/oceanog.2013.20 , number =
2013 doi
-
[74]
Bulletin of the Seismological Society of America , author =
P- and. Bulletin of the Seismological Society of America , author =. 2004 , pages =. doi:10.1785/0120030156 , language =
2004 doi
-
[75]
Geology , author =
Rapid dike emplacement leads to eruptions and hydrothermal plume release during seafloor spreading events , volume =. Geology , author =. 2007 , pages =. doi:10.1130/G23476A.1 , abstract =
2007 doi
-
[76]
Nature Geoscience , author =
Seismic precursors and magma ascent before the. Nature Geoscience , author =. 2012 , pages =. doi:10.1038/ngeo1490 , abstract =
2012 doi
-
[77]
Bulletin of the Seismological Society of America , author =
Practical. Bulletin of the Seismological Society of America , author =. 2007 , pages =. doi:10.1785/0120060193 , language =
2007 doi
-
[78]
pure and applied geophysics , author =
Universality of the. pure and applied geophysics , author =. 1999 , pages =. doi:10.1007/s000240050277 , language =
1999 doi
-
[79]
Nature , author =
The seismic moment budget of slowly spreading ridges , volume =. Nature , author =. 1988 , pages =. doi:10.1038/334058a0 , language =
1988 doi
-
[80]
Journal of Geophysical Research , author =
Seismology and the new global tectonics , volume =. Journal of Geophysical Research , author =. 1968 , pages =. doi:10.1029/JB073i018p05855 , language =
1968 doi
-
[81]
Physics of the Earth and Planetary Interiors , author =
Seismicity of oceanic and continental rifts—a geodynamic approach , volume =. Physics of the Earth and Planetary Interiors , author =. 1999 , pages =. doi:10.1016/S0031-9201(98)00165-4 , language =
1999 doi
-
[82]
Nature Geoscience , author =
Continuous exhumation of mantle-derived rocks at the. Nature Geoscience , author =. 2013 , pages =. doi:10.1038/ngeo1771 , language =
2013 doi
-
[83]
Journal of Geophysical Research: Solid Earth , author =
Lithospheric. Journal of Geophysical Research: Solid Earth , author =. 2023 , pages =. doi:10.1029/2023JB026467 , abstract =
2023 doi
-
[84]
Journal of Seismology , author =
Empirical. Journal of Seismology , author =. 2006 , pages =. doi:10.1007/s10950-006-9012-4 , abstract =
2006 doi
-
[85]
Bulletin of the Seismological Society of America , author =
Performance of. Bulletin of the Seismological Society of America , author =. 2007 , pages =. doi:10.1785/0120060102 , abstract =
2007 doi
-
[86]
Natural Hazards , author =
Global regression relations for conversion of surface wave and body wave magnitudes to moment magnitude , volume =. Natural Hazards , author =. 2011 , pages =. doi:10.1007/s11069-011-9796-6 , abstract =
2011 doi
-
[87]
, year =
Wolfson-Schwehr, Monica and Boettcher, Margaret S. , year =. Global. Transform. doi:10.1016/B978-0-12-812064-4.00002-5 , abstract =
-
[88]
Geochemistry, Geophysics, Geosystems , author =
Dependence of seismic coupling on normal fault style along the. Geochemistry, Geophysics, Geosystems , author =. 2016 , pages =. doi:10.1002/2016GC006460 , abstract =
2016 doi
-
[89]
Journal of Geophysical Research: Solid Earth , author =
Rapid rotation of normal faults due to flexural stresses:. Journal of Geophysical Research: Solid Earth , author =. 2014 , pages =. doi:10.1002/2013JB010512 , abstract =
2014 doi
-
[90]
Seismological Research Letters , author =
Comparison of. Seismological Research Letters , author =. 2003 , pages =. doi:10.1785/gssrl.74.6.791 , abstract =
2003 doi
-
[91]
Geoscience Letters , author =
Rebuild of the. Geoscience Letters , author =. 2020 , pages =. doi:10.1186/s40562-020-00164-6 , abstract =
2020 doi
-
[92]
doi:10.31905/D808B830 , language =
-
[93]
Safran, Romain and Sukhovich, Alexey and Perrot, Julie and Raumer, Pierre-Yves and Bazin, Sara and Briais, Anne and Royer, Jean-Yves , month = jun, year =. Seismo-. doi:10.1109/OCEANS58557.2025.11104407 , urldate =
2025 doi
-
[94]
Nature Communications , author =
Earthquake transformer—an attentive deep-learning model for simultaneous earthquake detection and phase picking , volume =. Nature Communications , author =. 2020 , pages =. doi:10.1038/s41467-020-17591-w , abstract =
2020 doi
-
[95]
and White, N.J
Jackson, J.A. and White, N.J. , year =. Normal faulting in the upper continental crust: observations from regions of active extension , journal =
-
[96]
Bulletin of Earthquake Research , author =
Maximum likelihood estimation of b in the formula log. Bulletin of Earthquake Research , author =. 1965 , pages =
1965
-
[97]
Geochemistry, Geophysics, Geosystems , author =
Detection and. Geochemistry, Geophysics, Geosystems , author =. 2025 , pages =. doi:10.1029/2025GC012320 , abstract =
2025 doi
-
[99]
Geophysical Research Letters , author =
Mantle flow and melting underneath oblique and ultraslow mid‐ocean ridges , volume =. Geophysical Research Letters , author =. 2007 , pages =. doi:10.1029/2007GL031067 , abstract =
2007 doi
-
[100]
Marine Ecology Progress Series , author =
Anthropogenic and natural sources of ambient noise in the ocean , volume =. Marine Ecology Progress Series , author =. 2009 , pages =. doi:10.3354/meps08353 , language =
2009 doi
-
[101]
and Gavrilov, Alexander and Landero, Montserrat and McCauley, Robert D
Erbe, Christine and Duncan, Alec J. and Gavrilov, Alexander and Landero, Montserrat and McCauley, Robert D. and Parnum, Iain and Salgado-Kent, Chandra and Sidenko, Evgeny , editor =. Sources of. Marine. 2025 , pages =. doi:10.1007/978-3-031-77022-7_2 , abstract =
2025 doi
-
[102]
Journal of Experimental Biology , author =
Determining the behavioural dose–response relationship of marine mammals to air gun noise and source proximity , volume =. Journal of Experimental Biology , author =. 2017 , pages =. doi:10.1242/jeb.160192 , abstract =
2017 doi
-
[103]
Aquatic Mammals , author =
The. Aquatic Mammals , author =. 2015 , pages =. doi:10.1578/AM.41.4.2015.412 , abstract =
2015 doi
-
[104]
doi:10.17600/18003036 , abstract =
Royer, Jean-Yves and Olive, Jean-Arthur , year =. doi:10.17600/18003036 , abstract =
-
[105]
1933 , pages =
The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science , author =. 1933 , pages =. doi:10.1080/14786443309462277 , language =
1933 doi
-
[106]
Geology , author =
Underwater observations of active lava flows from. Geology , author =. 1991 , pages =. doi:10.1130/0091-7613(1991)019<0633:UOOALF>2.3.CO;2 , language =
1991 doi
-
[107]
Science Advances , author =
Source mechanism of impulsive seafloor events that track submarine lava flows , volume =. Science Advances , author =. 2025 , pages =. doi:10.1126/sciadv.adk3942 , abstract =
2025 doi
-
[108]
Mapping spatial variability of the frequency-magnitude distribution of earthquakes , volume =
Wiemer, Stefan and Wyss, Max , year =. Mapping spatial variability of the frequency-magnitude distribution of earthquakes , volume =. Advances in. doi:10.1016/S0065-2687(02)80007-3 , abstract =
-
[109]
Bulletin of the Seismological Society of America , author =
The standard error of the magnitude-frequency. Bulletin of the Seismological Society of America , author =. 1982 , pages =. doi:10.1785/BSSA0720051677 , abstract =
1982 doi
-
[110]
Journal of Geophysical Research: Solid Earth , author =
A. Journal of Geophysical Research: Solid Earth , author =. 2023 , pages =. doi:10.1029/2022JB025662 , abstract =
2023 doi
-
[111]
Dynamics of
Mid-. Dynamics of. 2023 , pages =. doi:10.1016/b978-0-323-85733-8.00018-4 , language =
2023 doi
-
[112]
Scientific Reports , author =
Global variation of seismic energy release with oceanic lithosphere age , volume =. Scientific Reports , author =. 2021 , pages =. doi:10.1038/s41598-020-80475-y , abstract =
2021 doi
-
[113]
Journal of Geophysical Research: Solid Earth , author =
Strengths of serpentinite gouges at elevated temperatures , volume =. Journal of Geophysical Research: Solid Earth , author =. 1997 , pages =. doi:10.1029/97JB00995 , abstract =
1997 doi
-
[115]
and Jackson, David D
Bird, Peter and Kagan, Yan Y. and Jackson, David D. , editor =. Plate. Geodynamics. 2013 , pages =. doi:10.1029/GD030p0203 , urldate =
2013 doi
-
[116]
Journal of Geophysical Research: Oceans , author =
Genesis and. Journal of Geophysical Research: Oceans , author =. 2024 , pages =. doi:10.1029/2024JC021518 , abstract =
2024 doi
-
[117]
Geophysical Journal International , author =
Probabilistic forecasting of earthquakes , volume =. Geophysical Journal International , author =. 2000 , pages =. doi:10.1046/j.1365-246X.2000.01267.x , language =
2000 doi
-
[118]
Pure and Applied Geophysics , author =
Approximating the. Pure and Applied Geophysics , author =. 2005 , pages =. doi:10.1007/s00024-004-2666-3 , language =
2005 doi
-
[119]
Nature , author =
Central role of detachment faults in accretion of slow-spreading oceanic lithosphere , volume =. Nature , author =. 2008 , pages =. doi:10.1038/nature07333 , abstract =
2008 doi
-
[120]
Neurocomputing , author =
Self-training:. Neurocomputing , author =. 2025 , pages =. doi:10.1016/j.neucom.2024.128904 , language =
2025 doi
-
[121]
and Sugiyama, Masashi , year =
Kiryo, Ryuichi and Niu, Gang and du Plessis, Marthinus C. and Sugiyama, Masashi , year =. Positive-
-
[122]
Proceedings of the AAAI Conference on Artificial Intelligence , author =
Variational. Proceedings of the AAAI Conference on Artificial Intelligence , author =. doi:10.1609/aaai.v31i1.10966 , abstract =
- [123]
-
[124]
IEEE Journal of Selected Topics in Signal Processing , author =
Learning for. IEEE Journal of Selected Topics in Signal Processing , author =. 2021 , pages =. doi:10.1109/JSTSP.2020.3043590 , number =
2021 doi
-
[125]
Unsupervised
Xie, Junyuan and Girshick, Ross and Farhadi, Ali , year =. Unsupervised
-
[126]
IEEE Signal Processing Letters , author =
Passive. IEEE Signal Processing Letters , author =. 2021 , pages =. doi:10.1109/LSP.2021.3071255 , urldate =
2021 doi
-
[127]
wav2vec 2.0:
Baevski, Alexei and Zhou, Yuhao and Mohamed, Abdelrahman and Auli, Michael , year =. wav2vec 2.0:
-
[128]
, year =
Pennington, Jeffrey and Socher, Richard and Manning, Christopher D. , year =. Glove:
-
[129]
2017 , pages =
Natural Language Engineering , author =. 2017 , pages =. doi:10.1017/S1351324916000334 , abstract =
2017 doi
-
[130]
and McNutt, Stephen R
Jacobs, Katrina M. and McNutt, Stephen R. , year =. Using seismic b-values to interpret seismicity rates and physical processes during the preeruptive earthquake swarm at
-
[131]
Healthcare Informatics Research , author =
Book. Healthcare Informatics Research , author =. 2016 , pages =. doi:10.4258/hir.2016.22.4.351 , language =
2016 doi
-
[132]
Nature Communications , author =
Tracking the global reduction of marine traffic during the. Nature Communications , author =. 2021 , pages =. doi:10.1038/s41467-021-22423-6 , abstract =
2021 doi
-
[133]
Annals of the Institute of Statistical Mathematics , author =
On the estimation of entropy , volume =. Annals of the Institute of Statistical Mathematics , author =. 1993 , pages =. doi:10.1007/BF00773669 , language =
1993 doi
-
[134]
Ecological Informatics , author =
From citizen science to. Ecological Informatics , author =. 2024 , pages =. doi:10.1016/j.ecoinf.2024.102642 , language =
2024 doi
-
[135]
Physical Review E , author =
Estimating mutual information , volume =. Physical Review E , author =. 2004 , pages =. doi:10.1103/PhysRevE.69.066138 , language =
2004 doi
-
[136]
Finding. Fifth. 2005 , pages =. doi:10.1109/ICDM.2005.69 , urldate =
2005 doi
-
[137]
Engineering Applications of Artificial Intelligence , author =
Distance based resampling of imbalanced classes:. Engineering Applications of Artificial Intelligence , author =. 2017 , pages =. doi:10.1016/j.engappai.2017.07.001 , language =
2017 doi
-
[138]
The Journal of the Acoustical Society of America , author =
The social vocalization repertoire of east. The Journal of the Acoustical Society of America , author =. 2007 , pages =. doi:10.1121/1.2783115 , abstract =
2007 doi
-
[139]
Bulletin of the Seismological Society of America , author =
Plate-. Bulletin of the Seismological Society of America , author =. 2004 , pages =. doi:10.1785/0120030107 , abstract =
2004 doi
-
[140]
Nature , author =
Variations in earthquake-size distribution across different stress regimes , volume =. Nature , author =. 2005 , pages =. doi:10.1038/nature04094 , abstract =
2005 doi
-
[141]
Journal of the American Statistical Association , author =
Parameter. Journal of the American Statistical Association , author =. 2006 , pages =. doi:10.1198/016214505000000411 , language =
2006 doi
-
[142]
Journal of Seismology , author =
Gutenberg-. Journal of Seismology , author =. 2017 , pages =. doi:10.1007/s10950-016-9589-1 , abstract =
2017 doi
-
[143]
and Nettles, M
Ekström, G. and Nettles, M. and Dziewoński, A.M. , month = jun, year =. The global. Physics of the Earth and Planetary Interiors , publisher =. doi:10.1016/j.pepi.2012.04.002 , abstract =
2012 doi
-
[144]
Catalogs of
Raumer, Pierre-Yves and Bazin, Sara and Safran, Romain and Cazau, Dorian and Royer, Jean-Yves , note =. Catalogs of. doi:10.17882/107572 , abstract =
-
[145]
and Kuperman, W
Yildiz, Selda and Sabra, Karim and Dorman, LeRoy M. and Kuperman, W. A. , month = jun, year =. Using hydroacoustic stations as water column seismometers , volume =. Geophysical Research Letters , publisher =. doi:10.1002/grl.50371 , abstract =
-
[146]
SoftwareX , publisher =
Dubus, Gabriel and Torterotot, Maëlle and Béesau, Julie and Dupont, Mathieu and Gros-Martial, Anatole and Michel, Mathilde and Morin, Elodie and Duc, Paul Nguyen Hong and Raumer, Pierre-Yves and Adam, Olivier and Samaran, Flore and Cazau, Dorian , month = feb, year =. Software...
2025 doi
-
[147]
, month = jul, year =
Gibbons, Steven J. , month = jul, year =. The. Journal for Peace and Nuclear Disarmament , publisher =. doi:10.1080/25751654.2022.2129948 , language =
2022 doi
-
[148]
Frozen verses:
Filun, Diego and Thomisch, Karolin and Boebel, Olaf and Brey, Thomas and Širović, Ana and Spiesecke, Stefanie and Van Opzeeland, Ilse , month = oct, year =. Frozen verses:. Royal Society Open Science , publisher =. doi:10.1098/rsos.192112 , abstract =
-
[149]
Minke whale acoustic behavior and multi-year seasonal and diel vocalization patterns in
Risch, D and Clark, Cw and Dugan, Pj and Popescu, M and Siebert, U and Van Parijs, Sm , month = aug, year =. Minke whale acoustic behavior and multi-year seasonal and diel vocalization patterns in. Marine Ecology Progress Series , publisher =. doi:10.3354/meps10426 , language =
-
[150]
A new blue whale song-type described for the
Cerchio, S and Willson, A and Leroy, Ec and Muirhead, C and Al Harthi, S and Baldwin, R and Cholewiak, D and Collins, T and Minton, G and Rasoloarijao, T and Rogers, Tl and Sarrouf Willson, M , month = dec, year =. A new blue whale song-type described for the. Endangered Speci...
-
[151]
Long‐term acoustic monitoring of nonstereotyped blue whale calls in the southern
Torterotot, Maëlle and Samaran, Flore and Royer, Jean‐Yves , month = apr, year =. Long‐term acoustic monitoring of nonstereotyped blue whale calls in the southern. Marine Mammal Science , publisher =. doi:10.1111/mms.12998 , abstract =
-
[152]
and Kerosky, Sara M
Širović, Ana and Williams, Lauren N. and Kerosky, Sara M. and Wiggins, Sean M. and Hildebrand, John A. , month = jan, year =. Temporal separation of two fin whale call types across the eastern. Marine Biology , publisher =. doi:10.1007/s00227-012-2061-z , language =
-
[153]
Automatic recognition of
Sukhovich, Alexey and Irisson, Jean‐Olivier and Perrot, Julie and Nolet, Guust , month = aug, year =. Automatic recognition of. Journal of Geophysical Research: Solid Earth , publisher =. doi:10.1002/2013jb010936 , abstract =
-
[154]
Giusti, Marion and Perrot, Julie and Dziak, Robert P and Sukhovich, Alexey and Maia, Marcia , month = oct, year =. The. Geophysical Journal International , publisher =. doi:10.1093/gji/ggy239 , language =
-
[155]
Sukhovich, Alexey and Perrot, Julie and Royer, Jean-Yves , month = feb, year =. Using. Bulletin of the Seismological Society of America , publisher =. doi:10.1785/0120200217 , abstract =
-
[156]
and Barruol, Guilhem and Bazin, Sara and Royer, Jean-Yves and Samaran, Flore , month = may, year =
Dréo, Richard and Crawford, Wayne C. and Barruol, Guilhem and Bazin, Sara and Royer, Jean-Yves and Samaran, Flore , month = may, year =. Singing around the volcano:. The Journal of the Acoustical Society of America , publisher =. doi:10.1121/10.0036510 , abstract =
-
[157]
Detection strategy for long-term acoustic monitoring of blue whale stereotyped and non-stereotyped calls in the
Torterotot, Maelle and Royer, Jean-Yves and Samaran, Flore , month = jun, year =. Detection strategy for long-term acoustic monitoring of blue whale stereotyped and non-stereotyped calls in the. doi:10.1109/oceanse.2019.8867271 , urldate =
2019 doi
-
[158]
and Royer, Jean-Yves , month = sep, year =
Torterotot, Maëlle and Samaran, Flore and Stafford, Kathleen M. and Royer, Jean-Yves , month = sep, year =. Distribution of blue whale populations in the. Deep Sea Research Part II: Topical Studies in Oceanography , publisher =. doi:10.1016/j.dsr2.2020.104874 , language =
2020 doi
-
[159]
, month = aug, year =
Wiemer, S. , month = aug, year =. Minimum. Bulletin of the Seismological Society of America , publisher =. doi:10.1785/0119990114 , language =
-
[160]
Broad-scale study of the seasonal and geographic occurrence of blue and fin whales in the
Leroy, Ec and Samaran, F and Stafford, Km and Bonnel, J and Royer, Jy , month = dec, year =. Broad-scale study of the seasonal and geographic occurrence of blue and fin whales in the. Endangered Species Research , publisher =. doi:10.3354/esr00927 , language =
-
[161]
and Samaran, Flore and Bonnel, Julien and Royer, Jean-Yves , editor =
Leroy, Emmanuelle C. and Samaran, Flore and Bonnel, Julien and Royer, Jean-Yves , editor =. Seasonal and. PLOS ONE , publisher =. 2016 , pages =. doi:10.1371/journal.pone.0163587 , language =
2016 doi
-
[162]
and Royer, Jean‐Yves and Bonnel, Julien and Samaran, Flore , month = nov, year =
Leroy, Emmanuelle C. and Royer, Jean‐Yves and Bonnel, Julien and Samaran, Flore , month = nov, year =. Long‐. Journal of Geophysical Research: Oceans , publisher =. doi:10.1029/2018jc014352 , abstract =
-
[163]
and Branch, Trevor A
Samaran, Flore and Stafford, Kathleen M. and Branch, Trevor A. and Gedamke, Jason and Royer, Jean-Yves and Dziak, Robert P. and Guinet, Christophe , editor =. Seasonal and. PLoS ONE , publisher =. 2013 , pages =. doi:10.1371/journal.pone.0071561 , language =
2013 doi
-
[164]
and Branch, Trevor A
Samaran, Flore and Stafford, Kathleen M. and Branch, Trevor A. and Gedamke, Jason and Royer, Jean-Yves and Dziak, Robert P. and Guinet, Christophe , editor =. Correction:. PLoS ONE , publisher =. doi:10.1371/annotation/01e9ce55-8fc3-4eda-964d-755ad7e70e72 , language =
-
[165]
and Thomisch, Karolin and Royer, Jean-Yves and Boebel, Olaf and Van Opzeeland, Ilse , month = aug, year =
Leroy, Emmanuelle C. and Thomisch, Karolin and Royer, Jean-Yves and Boebel, Olaf and Van Opzeeland, Ilse , month = aug, year =. On the reliability of acoustic annotations and automatic detections of. The Journal of the Acoustical Society of America , publisher =. doi:10.1121/1...
-
[167]
Long-term autonomous hydrophones for large-scale hydroacoustic monitoring of the oceans , url =
D'Eu, Jean-Francois and Royer, Jean-Yves and Perrot, Julie , month = may, year =. Long-term autonomous hydrophones for large-scale hydroacoustic monitoring of the oceans , url =. 2012. doi:10.1109/oceans-yeosu.2012.6263519 , urldate =
2012 doi
-
[168]
, month = dec, year =
Tsang-Hin-Sun, Eve and Royer, Jean-Yves and Leroy, Emmanuelle C. , month = dec, year =. Low-frequency sound level in the. The Journal of the Acoustical Society of America , publisher =. doi:10.1121/1.4936855 , abstract =
-
[169]
and Bohnenstiehl, DelWayne R
Dziak, Robert P. and Bohnenstiehl, DelWayne R. and Stafford, Kathleen M. and Matsumoto, Haruyoshi and Park, Minkyu and Lee, Won Sang and Fowler, Matt J. and Lau, Tai-Kwan and Haxel, Joseph H. and Mellinger, David K. , editor =. Sources and. PLOS ONE , publisher =. 2015 , pages...
2015 doi
-
[170]
Cato, D. H. , month = aug, year =. Ambient sea noise in waters near. The Journal of the Acoustical Society of America , publisher =. doi:10.1121/1.381109 , abstract =
-
[171]
and Park, Minkyu and Lee, Won Sang and Matsumoto, Haru and Bohnenstiehl, DelWayne R
Dziak, Robert P. and Park, Minkyu and Lee, Won Sang and Matsumoto, Haru and Bohnenstiehl, DelWayne R. and Haxel, Joseph H. , month = jan, year =. Tectonomagmatic activity and ice dynamics in the. Journal of Geophysical Research: Solid Earth , publisher =. doi:10.1029/2009jb006...
-
[172]
and Upton, Zachary M
Pulli, Jay J. and Upton, Zachary M. , month = mar, year =. Hydroacoustic observations of. Eos, Transactions American Geophysical Union , publisher =. doi:10.1029/2002eo000090 , abstract =
-
[173]
T-wave duration, magnitudes and seismic moment of an earthquake-application to tsunami warning , author =
-
[174]
, year =
Johnson, R.H. , year =. Estimating earthquake rupture length from
-
[175]
Seismic ocean thermometry , volume =
Wu, Wenbo and Zhan, Zhongwen and Peng, Shirui and Ni, Sidao and Callies, Jörn , month = sep, year =. Seismic ocean thermometry , volume =. Science , publisher =. doi:10.1126/science.abb9519 , abstract =
-
[176]
The Journal of the Acoustical Society of America , author =
Excitation of. The Journal of the Acoustical Society of America , author =. 2001 , pages =. doi:10.1121/1.1361057 , abstract =
2001 doi
-
[177]
and Radford, W
Fox, Christopher G. and Radford, W. Eddie and Dziak, Robert P. and Lau, Tai‐Kwan and Matsumoto, Haruyoshi and Schreiner, Anthony E. , month = jan, year =. Acoustic detection of a seafloor spreading episode on the. Geophysical Research Letters , publisher =. doi:10.1029/94gl020...
-
[178]
and Norris, Roger A
Johnson, Rockne H. and Norris, Roger A. , month = feb, year =. Bulletin of the Seismological Society of America , publisher =. doi:10.1785/bssa0580010001 , abstract =
-
[179]
Geophysical Research Letters , author =
Coupled. Geophysical Research Letters , author =
-
[180]
, year =
Officer, Charles B. , year =. Introduction to the
-
[181]
and Northrop, John and Eppley, Robert , month = jul, year =
Johnson, Rockne H. and Northrop, John and Eppley, Robert , month = jul, year =. Sources of. Journal of Geophysical Research , publisher =. doi:10.1029/jz068i014p04251 , language =
-
[182]
Eaton, J. P. and Richter, D. H. and Ault, W. U. , month = apr, year =. The tsunami of. Bulletin of the Seismological Society of America , publisher =. doi:10.1785/bssa0510020135 , abstract =
-
[183]
Tolstoy, Ivan and Ewing, Maurice , year =. The "
-
[184]
Walker, D. A. and Bernard, E. N. , month = jul, year =. Comparison of. Journal of Geophysical Research: Oceans , publisher =. doi:10.1029/93jc00675 , abstract =
-
[185]
and Alasset, Pierre-Jean and Hyvernaud, Olivier and Schindelé, François , month = feb, year =
Okal, Emile A. and Alasset, Pierre-Jean and Hyvernaud, Olivier and Schindelé, François , month = feb, year =. The deficient. Geophysical Journal International , publisher =. doi:10.1046/j.1365-246x.2003.01853.x , language =
-
[186]
Tolstoy, Ivan and Ewing, Maurice and Press, Frank , month = jan, year =. The. Bulletin of the Seismological Society of America , publisher =. doi:10.1785/bssa0400010025 , abstract =
-
[187]
Earthquakes in the. Trans. Amer. Geophys. Un. 21 , author =. 1940 , pages =
1940
-
[188]
, year =
Jaggar, T.A. , year =. How the seismograph works , journal =
-
[189]
, year =
Collins, M.P. , year =. Bulletin
-
[190]
Johnson, R. H. and Northrop, J. , month = feb, year =. A comparison of earthquake magnitude with. Bulletin of the Seismological Society of America , publisher =. doi:10.1785/bssa0560010119 , abstract =
-
[191]
Dietmar and Zahirovic, Sabin and Williams, Simon and Wright, Nicky M
Seton, Maria and Müller, R. Dietmar and Zahirovic, Sabin and Williams, Simon and Wright, Nicky M. and Cannon, John and Whittaker, Joanne M. and Matthews, Kara J. and McGirr, Rebecca , month = oct, year =. A. Geochemistry, Geophysics, Geosystems , publisher =. doi:10.1029/2020g...
-
[192]
Dick, Henry J. B. and Lin, Jian and Schouten, Hans , month = nov, year =. An ultraslow-spreading class of ocean ridge , volume =. Nature , publisher =. doi:10.1038/nature02128 , language =
-
[193]
Kennet, B. L. N. , month = mar, year =. Terra Nova , publisher =. doi:10.1111/j.1365-3121.1991.tb00863.x , language =
1991 doi
-
[194]
, month = may, year =
Shearer, Peter M. , month = may, year =. Introduction to. doi:10.1017/9781316877111 , urldate =
-
[195]
An introduction to seismology, earthquakes, and earth structure , author =
-
[196]
Advances in earthquake and tsunami sciences and disaster risk reduction since the 2004
Satake, Kenji , month = dec, year =. Advances in earthquake and tsunami sciences and disaster risk reduction since the 2004. Geoscience Letters , publisher =. doi:10.1186/s40562-014-0015-7 , language =
2004 doi
-
[197]
The. The. 1982 , pages =. doi:10.1007/978-1-4615-8038-6_2 , language =
1982 doi
-
[198]
, month = dec, year =
Stern, Robert J. , month = dec, year =. Reviews of Geophysics , publisher =. doi:10.1029/2001rg000108 , abstract =
-
[199]
Geodynamic implications of moving
O’Neill, Craig and Müller, Dietmar and Steinberger, Bernhard , month = oct, year =. Geodynamic implications of moving. Earth and Planetary Science Letters , publisher =. doi:10.1016/s0012-821x(03)00368-6 , abstract =
-
[200]
and Uyeda, S
Forsyth, D. and Uyeda, S. , month = oct, year =. On the. Geophysical Journal International , publisher =. doi:10.1111/j.1365-246x.1975.tb00631.x , language =
1975 doi
-
[201]
and Engdahl, E
Bondár, I. and Engdahl, E. Robert and Villaseñor, A. and Harris, James and Storchak, D. , month = feb, year =. Physics of the Earth and Planetary Interiors , publisher =. doi:10.1016/j.pepi.2014.06.002 , language =
2014 doi
-
[202]
doi:10.31905/d808b825 , urldate =
-
[203]
Sea-floor spreading and continental drift , volume =
Le Pichon, Xavier , month = jun, year =. Sea-floor spreading and continental drift , volume =. Journal of Geophysical Research , publisher =. doi:10.1029/jb073i012p03661 , language =
-
[204]
Wegener, Alfred , year =. The
- [205]
-
[206]
Application of machine learning to hydro-acoustic seismic and magmatic events detections , url =
Raumer, Pierre-Yves and Bazin, Sara and Cazau, Dorian and Ingale, Vaibhav Vijay and Lavayssière, Aude and Royer, Jean-Yves , month = may, year =. Application of machine learning to hydro-acoustic seismic and magmatic events detections , url =. doi:10.5194/egusphere-egu23-7028 ...
-
[207]
2021 , note =
Data collection of the. 2021 , note =. doi:10.18715/MAYOTTE.REVOSIMA , abstract =
2021 doi
-
[208]
Bulletin of the Seismological Society of America , author =
Double-. Bulletin of the Seismological Society of America , author =. 2003 , pages =. doi:10.1785/0120020190 , language =
2003 doi
- [209]
-
[210]
2023 , keywords =
The. 2023 , keywords =. doi:10.5285/F98B053B-0CBC-6C23-E053-6C86ABC0AF7B , abstract =
2023 doi
-
[211]
Nouvelles méthodes pour la détermination des orbites des comètes , volume =
Legendre, Adrien-Marie , year =. Nouvelles méthodes pour la détermination des orbites des comètes , volume =
-
[212]
, month = jan, year =
Porter, Michael B. , month = jan, year =. The
-
[213]
Rodríguez, Orlando Camargo , collaborator =. A. Fundamentals of. 2023 , pages =. doi:10.1007/978-3-031-31319-6_1 , language =
2023 doi
-
[214]
and Boyer, Tim P
Reagan, James R. and Boyer, Tim P. and García, Hernán E. and Locarini, Ricardo A. and Baranova, Olga K. and Bouchard, Courtney and Cross, Scott L. and Mishonov, Alexey V. and Paver, Christopher R. and Seidov, Dan and Wang, Zhankun and Dukhovskoy, Dimitry , year =. World
-
[215]
Earth and Planetary Science Letters , author =
Deep-subaqueous implosive volcanism at. Earth and Planetary Science Letters , author =. 2022 , pages =. doi:10.1016/j.epsl.2021.117328 , language =
2022 doi
-
[216]
2010 , note =
Professional. 2010 , note =
2010
-
[217]
doi:10.18142/291 , abstract =
Rinnert, Emmanuel and Lebas, Elodie and Komorowski, Jean-Christophe and Paquet, Fabien and Jorry, Stéphan and Feuillet, Nathalie and Thinon, Isabelle and Fouquet, Yves , year =. doi:10.18142/291 , abstract =
-
[218]
QUAGEO , author =
Comparison of. QUAGEO , author =. 2011 , pages =. doi:10.2478/v10117-011-0021-1 , abstract =
2011 doi
-
[219]
1999 , pages =
Journal of Geophysical Research: Solid Earth , author =. 1999 , pages =. doi:10.1029/1999JB900112 , abstract =
1999 doi
-
[220]
Nature Geoscience , author =
Birth of a large volcanic edifice offshore. Nature Geoscience , author =. 2021 , pages =. doi:10.1038/s41561-021-00809-x , language =
2021 doi
-
[221]
The Journal of the Acoustical Society of America , author =
T-wave generation and propagation:. The Journal of the Acoustical Society of America , author =. 2013 , pages =. doi:10.1121/1.4818902 , abstract =
2013 doi
-
[222]
The Journal of the Acoustical Society of America , author =
Three-dimensional modeling of earthquake generated acoustic waves in the ocean in simplified configurations , volume =. The Journal of the Acoustical Society of America , author =. 2019 , pages =. doi:10.1121/1.5126009 , abstract =
2019 doi
-
[223]
Artificial Intelligence Review , author =
Human-in-the-loop machine learning: a state of the art , volume =. Artificial Intelligence Review , author =. 2023 , pages =. doi:10.1007/s10462-022-10246-w , abstract =
2023 doi
-
[224]
Seismological Research Letters , author =
The. Seismological Research Letters , author =. 1999 , pages =. doi:10.1785/gssrl.70.2.154 , language =
1999 doi
-
[225]
Smith, Brendan and Barclay, David , editor =. The. Geophysical. 2024 , pages =. doi:10.1002/9781119750925.ch7 , language =
2024 doi
-
[226]
Seismological Research Letters , author =
Hydroacoustic. Seismological Research Letters , author =. doi:10.1785/0220240448 , abstract =
-
[227]
The Journal of the Acoustical Society of America , author =
Sound channel in an exponentially stratified ocean, with application to. The Journal of the Acoustical Society of America , author =. 1974 , pages =. doi:10.1121/1.1914492 , abstract =
1974 doi
-
[228]
Geochemistry, Geophysics, Geosystems , author =
Hydroacoustic events located at the intersection of the. Geochemistry, Geophysics, Geosystems , author =. 2006 , pages =. doi:10.1029/2005GC001127 , abstract =
2006 doi
-
[229]
IEEE Journal of Oceanic Engineering , author =
Statistical characterization of seafloor roughness , volume =. IEEE Journal of Oceanic Engineering , author =. 1984 , pages =. doi:10.1109/JOE.1984.1145588 , abstract =
1984 doi
-
[230]
Komatitsch, Dimitri and Tromp, Jeroen and Garg, Rahul and Gharti, Hom Nath and Nagaso, Masaru and Oral, Elif and Peter, Daniel and Afanasiev, Michael and Almada, Rafael and Ampuero, Jean-Paul and Bachmann, Etienne and Bai, Kangchen and Basini, Piero and Beller, Stephen and Bis...
-
[231]
Bulletin of the Seismological Society of America , author =
Hydroacoustic. Bulletin of the Seismological Society of America , author =. doi:10.1785/0120220213 , abstract =
-
[232]
Pure and Applied Geophysics , author =
Analysis of. Pure and Applied Geophysics , author =. 2021 , pages =. doi:10.1007/s00024-020-02625-7 , abstract =
2021 doi
-
[233]
Volcanica , author =
Capturing. Volcanica , author =. 2023 , pages =. doi:10.30909/vol.06.02.331344 , abstract =
2023 doi
-
[234]
Geophysical Research Letters , author =
Estimation of the rupture length and velocity of the. Geophysical Research Letters , author =. 2005 , pages =. doi:10.1029/2005GL022695 , abstract =
2005 doi
-
[235]
Geophysical Journal International , author =
Seafloor seismicity,. Geophysical Journal International , author =. 2015 , pages =. doi:10.1093/gji/ggv178 , language =
2015 doi
-
[236]
Données hydro-acoustiques passives 240
Raumer Pierre-Yves and Bazin Sara and Cazau Dorian and Ingale Vaibhav Vijay and Royer Jean-Yves , year =. Données hydro-acoustiques passives 240. doi:10.12770/B618B24E-82F9-4B3B-9753-048E1F043CA6 , abstract =
-
[237]
The Journal of the Acoustical Society of America , author =
Nine-term equation for sound speed in the oceans , volume =. The Journal of the Acoustical Society of America , author =. 1981 , pages =. doi:10.1121/1.386920 , abstract =
1981 doi
-
[238]
and Boyer, Tim P
Reagan, James R. and Boyer, Tim P. and García, Hernán E. and Locarnini, Ricardo A. and Baranova, Olga K. and Bouchard, Courtney and Cross, Scott L. and Mishonov, Alexey V. and Paver, Christopher R. and Seidov, Dan and Wang, Zhankun and Dukhovskoy, Dmitry , year =. World. doi:1...
-
[239]
Journal of Geophysical Research: Solid Earth , author =
Monitoring. Journal of Geophysical Research: Solid Earth , author =. 2001 , pages =. doi:10.1029/2000JB900404 , abstract =
2001 doi
-
[240]
doi:10.31905/EJ3B5LV6 , abstract =
-
[241]
Seismological Research Letters , author =
A. Seismological Research Letters , author =. 2014 , pages =. doi:10.1785/0220130143 , language =
2014 doi
-
[242]
Journal of Geophysical Research: Solid Earth , author =
Earthquake. Journal of Geophysical Research: Solid Earth , author =. 2022 , pages =. doi:10.1029/2021JB023249 , abstract =
2022 doi
-
[243]
doi:10.1093/gji/ggy423 , language =
Geophysical Journal International , author =. doi:10.1093/gji/ggy423 , language =
-
[244]
Geophysical Research Letters , author =
Automatic discrimination of underwater acoustic signals generated by teleseismic. Geophysical Research Letters , author =. 2011 , pages =. doi:10.1029/2011GL048474 , language =
2011 doi
- [245]
- [246]
-
[247]
Geosciences , author =
Hydroacoustic. Geosciences , author =. 2024 , pages =. doi:10.3390/geosciences14060170 , abstract =
2024 doi
-
[248]
Journal of Volcanology and Geothermal Research , author =
Seismicity near. Journal of Volcanology and Geothermal Research , author =. 2024 , pages =. doi:10.1016/j.jvolgeores.2023.107985 , language =
2024 doi
-
[249]
Comptes Rendus
Onset of a submarine eruption east of. Comptes Rendus. Géoscience , author =. 2023 , pages =. doi:10.5802/crgeos.191 , language =
2023 doi
-
[250]
Journal of Volcanology and Geothermal Research , author =
A new. Journal of Volcanology and Geothermal Research , author =. 2022 , pages =. doi:10.1016/j.jvolgeores.2021.107440 , language =
2022 doi
-
[251]
Comptes Rendus
Automatic detection for a comprehensive view of. Comptes Rendus. Géoscience , author =. 2023 , pages =. doi:10.5802/crgeos.133 , language =
2023 doi
-
[252]
Marine Policy , author =
Monitoring long-term soundscape trends in. Marine Policy , author =. 2018 , pages =. doi:10.1016/j.marpol.2018.01.023 , abstract =
2018 doi
-
[253]
Geochemistry, Geophysics, Geosystems , author =
Quantification of. Geochemistry, Geophysics, Geosystems , author =. 2020 , pages =. doi:10.1029/2020GC009136 , abstract =
2020 doi
-
[254]
Marine Policy , author =
Assessing marine traffic and related pressures and threats to cetacean populations to support vessel management in the. Marine Policy , author =. 2025 , pages =. doi:10.1016/j.marpol.2025.106632 , abstract =
2025 doi
-
[255]
The Cryosphere , author =
Tremor during ice-stream stick slip , volume =. The Cryosphere , author =. 2016 , pages =. doi:10.5194/tc-10-385-2016 , language =
2016 doi
-
[256]
Journal of Geophysical Research: Solid Earth , author =
Hydroacoustic. Journal of Geophysical Research: Solid Earth , author =. 2022 , pages =. doi:10.1029/2022JB024008 , abstract =
2022 doi
-
[257]
Geosciences , author =
Hydroacoustic. Geosciences , author =. 2021 , pages =. doi:10.3390/geosciences11060225 , abstract =
2021 doi
-
[258]
The Journal of the Acoustical Society of America , author =
Conversion from seismic to underwater sound waves along the. The Journal of the Acoustical Society of America , author =. 2024 , pages =. doi:10.1121/10.0026115 , abstract =
2024 doi
- [259]
-
[260]
King, Geoffrey C. P. and Stein, Ross S. and Lin, Jian , month = jun, year =. Static
-
[261]
Geophysical Journal International , author =
Seismicity and active accretion processes at the ultraslow-spreading. Geophysical Journal International , author =. 2016 , pages =. doi:10.1093/gji/ggw201 , abstract =
2016 doi
-
[262]
Science China Earth Sciences , author =
Sulfide metallogenic model for the ultraslow-spreading. Science China Earth Sciences , author =. 2023 , pages =. doi:10.1007/s11430-023-1108-7 , language =
2023 doi
-
[263]
Tectonophysics , author =
Evolution of enhanced magmatism at the ultraslow spreading. Tectonophysics , author =. 2023 , pages =. doi:10.1016/j.tecto.2023.229903 , language =
2023 doi
-
[264]
Geophysical Journal of the Royal Astronomical Society , author =
Seabed shear modulus profile inversion using surface gravity (water) wave-induced bottom motion , volume =. Geophysical Journal of the Royal Astronomical Society , author =. 1985 , pages =. doi:10.1111/j.1365-246X.1986.tb04521.x , abstract =
1985 doi
-
[265]
Ocean Modelling , author =
Global prediction of abyssal hill roughness statistics for use in ocean models from digital maps of paleo-spreading rate, paleo-ridge orientation, and sediment thickness , volume =. Ocean Modelling , author =. 2010 , pages =. doi:10.1016/j.ocemod.2009.10.001 , abstract =
2010 doi
-
[266]
Reviews of Geophysics , author =
Quantitative methods for analyzing the roughness of the seafloor , volume =. Reviews of Geophysics , author =. 1985 , pages =. doi:10.1029/RG023i001p00001 , abstract =
1985 doi
- [267]
-
[268]
The Journal of the Acoustical Society of America , author =
The directionality of acoustic. The Journal of the Acoustical Society of America , author =. 2006 , pages =. doi:10.1121/1.2195073 , abstract =
2006 doi
-
[269]
The Journal of the Acoustical Society of America , author =
Noise from. The Journal of the Acoustical Society of America , author =. 1984 , pages =. doi:10.1121/1.390591 , abstract =
1984 doi
-
[270]
The Journal of the Acoustical Society of America , author =
Arctic abyssal. The Journal of the Acoustical Society of America , author =. 1991 , pages =. doi:10.1121/1.400648 , abstract =
1991 doi
-
[271]
Geophysical Research Letters , author =
Modal scattering:. Geophysical Research Letters , author =. 2001 , pages =. doi:10.1029/2001GL013472 , abstract =
2001 doi
-
[272]
The Journal of the Acoustical Society of America , author =
Contributions of gravity waves in the ocean to. The Journal of the Acoustical Society of America , author =. 2021 , pages =. doi:10.1121/10.0007283 , abstract =
2021 doi
-
[273]
Frontiers in Earth Science , author =
Combining hydro-acoustic sources and bathymetric differences to track the vent evolution of the. Frontiers in Earth Science , author =. 2022 , pages =. doi:10.3389/feart.2022.983051 , abstract =
2022 doi
-
[274]
Remote Sensing in Ecology and Conservation , author =
Deep learning in marine bioacoustics: a benchmark for baleen whale detection , volume =. Remote Sensing in Ecology and Conservation , author =. 2024 , pages =. doi:10.1002/rse2.392 , abstract =
2024 doi
-
[275]
Multiplexed
Shi, Qibin and Williams, Ethan F and Lipovsky, Bradley P and Denolle, Marine A and Wilcock, William S D and Kelley, Deborah S and Schoedl, Katelyn , month = dec, year =. Multiplexed. doi:10.22541/essoar.173456580.01063282/v1 , abstract =
-
[276]
Pure and Applied Geophysics , author =
Identification. Pure and Applied Geophysics , author =. 2001 , pages =. doi:10.1007/PL00001195 , abstract =
2001 doi
-
[277]
, year =
Okal, Emile A. , year =. The generation of. Advances in. doi:10.1016/S0065-2687(07)49001-X , abstract =
-
[278]
Geophysical Research Letters , author =
Earthquake magnitude estimation from peak amplitudes of very early seismic signals on strong motion records , volume =. Geophysical Research Letters , author =. 2006 , pages =. doi:10.1029/2006GL027795 , abstract =
2006 doi
-
[279]
Proceedings of
Bazin, Sara and Raumer, Pierre-Yves and Lavayssière, Aude and Fauvel, Hugo and Safran, Romain and Ingale, Vaibhav Vijay and Tanrin, Jonathan and Vergoz, Julien and Royer, Jean-Yves and Korenaga, Jun , title =. Proceedings of
-
[280]
task2\_2025\_2026 , year =
-
[281]
Psychometrika , author =
Hierarchical. Psychometrika , author =. 1967 , pages =. doi:10.1007/BF02289588 , abstract =
1967 doi
-
[282]
IEEE Transactions on Information Theory , author =
Least squares quantization in. IEEE Transactions on Information Theory , author =. 1982 , pages =. doi:10.1109/TIT.1982.1056489 , number =
1982 doi
-
[283]
Raumer, Pierre-Yves and Marmoret, Axel and Cazau, Dorian and Gros-Martial, Anatole and Dreo, Richard and Torterotot, Maëlle and Bazin, Sara and Samaran, Flore and Royer, Jean-Yves , doi =
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.