REVIEW 2 major objections 5 minor 63 references
ECHOv2: Two-Level Band-Splitting Representation Learning for Anomalous Sound Detection
T0 review · 2 major / 5 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read Teaching frequency bands to share context, not just encode themselves, improves machine anomalous sound detection across six years of DCASE benchmarks.
desk verdict Solid incremental ASD paper: explicit inter-band self-distillation on a band-splitting backbone plus a useful multi-year dual-protocol benchmark; gains are real but small and partly protocol-tied. 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
Two-level self-distillation on a band-splitting backbone: each sub-band is trained with masked reconstruction and context matching, then an inter-band branch aligns several frequency-region summary tokens and reconstructs masked band representations so cross-frequency dependencies become explicit during pre-training while inference still concatenates band features.
What would settle it
Re-run the same multi-year comparison of ECHOv2 versus its band-splitting predecessor with identical pre-training, but replace the benchmark’s nearest-neighbor cosine bank with a different standard ASD scorer (for example Gaussian density or reconstruction residual) under the same year-wise protocols; if the overall ranking and year-level gains vanish, the claim that the inter-band design improves representation quality is not supported.
Extended reading notes
Core claim
Structured cross-band modeling—localized intra-band self-distillation plus inter-band context alignment, masked sub-band reconstruction, and multi-summary-token aggregation—yields stronger anomalous-sound representations than band-splitting alone or general-purpose pre-trained audio models, as measured by both frozen-embedding discriminability and lightweight adaptation transfer on a unified DCASE 2020–2025 benchmark.
Load-bearing premise
That gains under one fixed nearest-neighbor cosine memory-bank scorer and one lightweight linear adapter, with each year’s official metadata matching and score aggregation, fairly isolate representation quality rather than how well each model fits that scoring recipe.
Editorial extensions
If this is right
- ASD systems can improve representation quality with cross-band training-time supervision without changing the inference format of concatenated band features.
- Three summary tokens strike a better balance for machine sounds than a single global token or six finer tokens under both evaluation protocols.
- Inter-context alignment is the main driver of the inter-band gain; masked reconstruction and frequency positional embeddings act as secondary refinements.
- A dual-protocol benchmark (frozen embeddings versus light adaptation) separates intrinsic discriminability from transferability when comparing audio backbones for ASD.
- Open release of the model and the multi-year protocols makes future backbone comparisons on machine ASD more reproducible and less pipeline-dependent.
Reading between the lines
- The same multi-summary-token cross-band idea may help other narrow-band anomaly tasks such as medical auscultation or industrial vibration monitoring.
- Adaptive band partitions or data-dependent summary-token allocation could further help first-shot and domain-shift machine types the fixed design does not tailor.
- If inter-band context mainly reorganizes the embedding geometry, denser or parametric scorers might enlarge or shrink the reported margins relative to nearest-neighbor cosine.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ECHOv2, extending the authors’ ECHO band-splitting backbone with a two-level self-distillation scheme: intra-band masked reconstruction and context alignment, plus an inter-band branch that performs global context alignment, masked sub-band reconstruction, and structured aggregation via multiple frequency-region summary tokens. The design aims to capture both fine-grained spectral patterns and cross-frequency dependencies for machine anomalous sound detection (ASD). The authors also introduce a unified ASD benchmark over DCASE 2020–2025 with two protocols—embedding-based nearest-neighbor cosine scoring of frozen representations and adaptation-based evaluation with a fixed linear projection—and report consistent but modest gains of ECHOv2 over ECHO-Small and strong public audio backbones (overall 62.63/64.52 vs 62.11/64.27), supported by ablations, summary-token sweeps, representation-type comparisons, and paired year-level t-tests. Models and benchmark code are open-sourced.
Significance. If the gains hold under broader scoring and adaptation choices, the work offers a clear, frequency-structured alternative to generic ViT-style audio pre-training for ASD and a reusable multi-year evaluation scaffold that the community currently lacks. Strengths include open release of model and benchmark, multi-year coverage under two complementary protocols, component ablations (Table V), summary-token granularity analysis (Table VI), and paired statistical tests (Table VII). The contribution is incremental over ECHO rather than transformative, and the absolute margins are small, but the combination of explicit inter-band supervision, structured aggregation, and a standardized ASD backbone benchmark is useful for the field.
major comments (2)
- §III-C/D and Fig. 6: The central claim that the two protocols isolate representation quality rests on a single fixed scorer (ℓ2-normalized nearest-neighbor cosine to a year-specific metadata-matched memory bank) and one fixed linear adapter (dim 256, 10 epochs, metadata-derived labels). Year-level margins are small; adaptation vs ECHO is not significant (Table VII, p=0.1843); removing inter-context returns embedding overall exactly to ECHO-Small (Table V). Without at least one alternative scorer (e.g., kNN with k>1, Mahalanobis, GMM, or a non-linear adapter), it remains possible that band-concatenation interacts favorably with this particular protocol rather than reflecting transferable discriminability. A short sensitivity experiment on 1–2 years would substantially strengthen the claim.
- Tables III–IV and VII: Gains over ECHO-Small are consistent but modest (≈0.5 overall points) and mixed year-wise (e.g., embedding 2023 slightly below ECHO). The paper should more carefully bound the claim—e.g., that inter-band supervision yields a small but statistically supported improvement under the stated protocols—rather than framing structured cross-band modeling as broadly “powerful” without quantifying practical impact or reporting confidence intervals / effect sizes alongside p-values.
minor comments (5)
- Table I and §II: Clarify whether the inter-band encoder and summary tokens are used only at training time or also at inference; the default downstream representation is band concatenation, but this is easy to miss.
- §II-E / Eq. (17): The two-stage schedule and equal λ splitting are stated, but a short justification or sensitivity note for the 400k+100k split and λ values would help reproducibility.
- §IV-A: Pre-training data scale is described as conservative relative to some baselines; a compact table of pre-training corpora and approximate hours for each compared model would make that comparison more transparent.
- Notation: FPE (Eq. 9) and summary-token grouping G_m (Eq. 16) are clear, but the relationship between stratified sampling (low/mid/high) and M summary tokens could be stated more explicitly in the text around Fig. 5.
- Minor polish: occasional spacing issues in URLs and table headers; ensure “DCASE 2020–2025” is consistent throughout.
Circularity Check
Empirical ASD representation paper; no derivation-by-construction. Mild self-citation of authors' ECHO backbone is normal extension, not load-bearing circularity.
-
self citation load bearing
[§I contributions; Table I; §II-A Recap of ECHO; Tables III–VI baselines]
"We present ECHO as the band-splitting backbone of this journal work [43]. ECHO decomposes time–frequency inputs into sub-bands and learns frequency-localized representations through intra-band self-distillation. ... We extend ECHO to ECHOv2 to address its limitation in modeling cross-band dependencies."
The paper's architecture and strongest baseline are the authors' prior ECHO model. This is ordinary self-extension, not a uniqueness theorem or forced prediction: gains of ECHOv2 over ECHO and over independent public backbones are measured on external DCASE data with ablations. Flagged only as mild self-citation dependence; it does not make the reported ASD scores true by construction.
full rationale
ECHOv2 is an empirical architecture-and-benchmark paper, not a first-principles derivation that redefines its target. The claimed chain is: (i) band-split spectrograms and train intra-band self-distillation (masked latent reconstruction + context alignment to EMA teacher targets); (ii) add an inter-band branch with context alignment, masked band reconstruction, FPE, and multi-summary-token aggregation; (iii) evaluate frozen and lightly adapted embeddings on external DCASE 2020–2025 data under fixed NN-cosine memory-bank and linear-adapter protocols against public baselines (BEATs, CED, Dasheng, EAT, FISHER). Training losses (Eqs. 5–6, 12–13, 15–17) optimize representation learning; evaluation metrics (AUC/pAUC under year-specific aggregation) are independent external scores, not algebraic rearrangements of those losses. Ablations (Tables V–VI) and paired t-tests (Table VII) are empirical sensitivity checks, not tautologies: removing inter-context returns embedding overall to ECHO-Small is evidence of contribution, not circular definition. Self-citation of ECHO [43] supplies the backbone and a strong baseline; that is ordinary incremental work and does not force the reported gains over public models or the multi-year ranking. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported to forbid alternatives, and no known empirical pattern is merely re-labeled. Protocol–model coupling (fixed scorer/adapter) is a validity concern for isolating representation quality, not circularity of the derivation chain. Score 1 reflects only the non-load-bearing ECHO self-citation; central claims rest on external benchmarks and open baselines.
Assumptions & free parameters
free parameters (4)
- number of summary tokens M =
3 (default)
- sub-band width =
32
- loss weights λ1–λ4 and two-stage schedule =
0.5/0.5 then 0.25 each; 400k+100k steps
- inter-band encoder depth/heads and adaptation projection dim =
2 layers / 4 heads; proj dim 256
assumptions (5)
- domain assumption Teacher–student EMA self-distillation with masked reconstruction yields useful audio representations for downstream ASD.
- domain assumption Machine anomalies often appear as localized spectral changes, so frequency-band decomposition is an appropriate inductive bias.
- domain assumption Nearest-neighbor cosine distance in embedding space (with year-specific metadata matching) is a valid proxy for representation discriminability.
- domain assumption Official DCASE year-specific AUC/pAUC granularities and arithmetic/harmonic means are the right aggregation for multi-year comparison.
- standard math Transformer self-attention and sinusoidal frequency positional encodings are valid operators for band-token interaction.
invented entities (2)
-
ECHOv2 two-level inter-band branch with multi-summary-token structured aggregation
-
Unified ASD backbone benchmark (embedding-based + adaptation-based protocols over DCASE 2020–2025)
independent evidence
Cite this review
Pith. "Pith review of ECHOv2: Two-Level Band-Splitting Representation Learning for Anomalous Sound Detection." pith.science (2026). https://pith.science/paper/6QDIH3HW
@misc{pith2026260710596,
author = {Pith},
title = {Pith review of: ECHOv2: Two-Level Band-Splitting Representation Learning for Anomalous Sound Detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/6QDIH3HW}},
note = {Machine review of arXiv:2607.10596}
}
read the original abstract
Machine anomalous sound detection (ASD) requires robust audio representations capable of capturing subtle deviations in machine sounds under limited supervision. Existing pre-trained audio backbones do not fully capture frequency-specific characteristics of machine sounds. To address this, we propose ECHOv2, a band-splitting model that learns localized intra-band representations to capture fine-grained spectral patterns while also incorporating a two-level self-distillation strategy with explicit inter-band supervision to model cross-frequency dependencies. The inter-band branch performs global context alignment and masked sub-band reconstruction, and multiple summary tokens are introduced for structured aggregation with controllable frequency granularity, enabling region-aware interaction across sub-bands during training. This design allows ECHOv2 to robustly handle diverse machine types and noisy operating conditions while maintaining stable representation quality. To enable fair and consistent evaluation of pre-trained audio backbones, we establish a unified ASD benchmark over DCASE 2020-2025 with two complementary protocols: embedding-based evaluation for frozen representation discriminability and adaptation-based evaluation for downstream transferability. Ablation studies confirm the effectiveness of intra-band learning, inter-band supervision, and structured aggregation granularity for robust ASD representation learning. These findings demonstrate that structured cross-band modeling provides a powerful and adaptable framework for ASD representation learning and can serve as a strong foundation for future research. The model and benchmark are fully open-sourced at https://github.com/yucongzh/ECHOv2 and https://github.com/yucongzh/ASD_Benchmark to promote reproducible research.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Description and discussion on dcase2020 challenge task2: Unsupervised anomalous sound detection for machine condition monitoring,
Y . Koizumi, Y . Kawaguchi, K. Imoto, T. Nakamura, Y . Nikaido, R. Tanabeet al., “Description and discussion on dcase2020 challenge task2: Unsupervised anomalous sound detection for machine condition monitoring,” inProc. DCASE, 2020, pp. 81–85
2020
-
[2]
Description and discussion on dcase 2021 challenge task 2: Unsupervised anomalous detection for machine condition monitoring under domain shifted conditions,
Y . Kawaguchi, K. Imoto, Y . Koizumi, N. Harada, D. Niizumi, K. Dohi et al., “Description and discussion on dcase 2021 challenge task 2: Unsupervised anomalous detection for machine condition monitoring under domain shifted conditions,” inProc. DCASE, 2021, pp. 186–190
2021
-
[3]
Description and discussion on dcase 2022 challenge task 2: Un- supervised anomalous sound detection for machine condition monitoring applying domain generalization techniques,
K. Dohi, K. Imoto, N. Harada, D. Niizumi, Y . Koizumi, T. Nishida et al., “Description and discussion on dcase 2022 challenge task 2: Un- supervised anomalous sound detection for machine condition monitoring applying domain generalization techniques,” inProc. DCASE, 2022
2022
-
[4]
Description and discussion on DCASE 2023 challenge task 2: First-shot unsupervised anomalous sound detection for machine condition monitoring,
——, “Description and discussion on DCASE 2023 challenge task 2: First-shot unsupervised anomalous sound detection for machine condition monitoring,” inProc. DCASE, 2023, pp. 31–35
2023
-
[5]
Description and discussion on dcase 2024 challenge task 2: First- shot unsupervised anomalous sound detection for machine condition monitoring,
T. Nishida, N. Harada, D. Niizumi, D. Albertini, R. Sannino, S. Pradolini et al., “Description and discussion on dcase 2024 challenge task 2: First- shot unsupervised anomalous sound detection for machine condition monitoring,” inProc. DCASE, 2024, pp. 111–115
2024
-
[6]
Description and discussion on dcase 2025 challenge task 2: First- shot unsupervised anomalous sound detection for machine condition monitoring,
——, “Description and discussion on dcase 2025 challenge task 2: First- shot unsupervised anomalous sound detection for machine condition monitoring,” inProc. DCASE, 2025
2025
-
[7]
Anomalous sound detection based on interpolation deep neural network,
K. Suefusa, T. Nishida, H. Purohit, R. Tanabe, T. Endo, and Y . Kawaguchi, “Anomalous sound detection based on interpolation deep neural network,” inProc. ICASSP, 2020, pp. 271–275
2020
-
[8]
Anomaly detection in raw audio using deep autoregressive networks,
E. Rushe and B. Mac Namee, “Anomaly detection in raw audio using deep autoregressive networks,” inProc. ICASSP, 2019, pp. 3597–3601
2019
Show all 63 references
-
[9]
Unsupervised anomaly detection and localization of machine audio: A gan-based approach,
A. Jiang, W.-Q. Zhang, Y . Deng, P. Fan, and J. Liu, “Unsupervised anomaly detection and localization of machine audio: A gan-based approach,” inProc. ICASSP, 2023, pp. 1–5
2023
-
[10]
Unsupervised anomalous sound detection using self- supervised classification and group masked autoencoder for density estimation,
R. Giri, S. V . Tenneti, K. Helwani, F. Cheng, U. Isik, and A. Kr- ishnaswamy, “Unsupervised anomalous sound detection using self- supervised classification and group masked autoencoder for density estimation,”Challenge on Detection and Classification of Acoustic Scenes and Ev...
2020
-
[11]
Self- supervised representation learning for unsupervised anomalous sound detection under domain shift,
H. Chen, Y . Song, L.-R. Dai, I. McLoughlin, and L. Liu, “Self- supervised representation learning for unsupervised anomalous sound detection under domain shift,” inProc. ICASSP, 2022, pp. 471–475
2022
-
[12]
Outlier-aware Inlier Modeling and Multi-scale Scoring for Anomalous Sound Detection via Multitask Learning,
Y . Zhang, S. Hongbin, Y . Wan, and M. Li, “Outlier-aware Inlier Modeling and Multi-scale Scoring for Anomalous Sound Detection via Multitask Learning,” inInterspeech 2023, 2023, pp. 5381–5385
2023
-
[13]
Self-supervised learning for anomalous sound detec- tion,
K. Wilkinghoff, “Self-supervised learning for anomalous sound detec- tion,” inProc. ICASSP, 2024, pp. 276–280
2024
-
[14]
Adaptive prototype learning for anomalous sound detection with partially known attributes,
A. Jiang, X. Zheng, B. Han, Y . Qiu, P. Fan, W.-Q. Zhang, C. Lu, and J. Liu, “Adaptive prototype learning for anomalous sound detection with partially known attributes,” inProc. ICASSP, 2025, pp. 1–5
2025
-
[15]
Self-supervised acoustic anomaly detec- tion via contrastive learning,
H. Hojjati and N. Armanfard, “Self-supervised acoustic anomaly detec- tion via contrastive learning,” inProc. ICASSP, 2022, pp. 3253–3257
2022
-
[16]
Anomalous sound detection using audio representation with machine id based contrastive learning pretraining,
J. Guan, F. Xiao, Y . Liu, Q. Zhu, and W. Wang, “Anomalous sound detection using audio representation with machine id based contrastive learning pretraining,” inProc. ICASSP, 2023, pp. 1–5
2023
-
[17]
Joint generative-contrastive representation learning for anomalous sound detection,
X.-M. Zeng, Y . Song, Z. Zhuo, Y . Zhou, Y .-H. Li, H. Xue, L.-R. Dai, and I. McLoughlin, “Joint generative-contrastive representation learning for anomalous sound detection,” inProc. ICASSP, 2023, pp. 1–5
2023
-
[18]
Robust Prototype Learning for Anomalous Sound Detection,
X.-M. Zeng, Y . Song, I. McLoughlin, L. Liu, and L.-R. Dai, “Robust Prototype Learning for Anomalous Sound Detection,” inInterspeech 2023, 2023, pp. 261–265
2023
-
[19]
An image is worth 16x16 words: Transformers for image recognition at scale,
A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthineret al., “An image is worth 16x16 words: Transformers for image recognition at scale,” inProc. ICLR, 2021
2021
-
[20]
AST: Audio Spectrogram Trans- former,
Y . Gong, Y .-A. Chung, and J. Glass, “AST: Audio Spectrogram Trans- former,” inInterspeech 2021, 2021, pp. 571–575
2021
-
[21]
Masked autoencoders that listen,
P.-Y . Huang, H. Xu, J. Li, A. Baevski, M. Auli, W. Galubaet al., “Masked autoencoders that listen,” inProc. NeurIPS, vol. 35, 2022, pp. 28 708–28 720
2022
-
[22]
BEATs: Audio pre-training with acoustic tokenizers,
S. Chen, Y . Wu, C. Wang, S. Liu, D. Tompkins, Z. Chenet al., “BEATs: Audio pre-training with acoustic tokenizers,” inProc. ICML, 2023, pp. 5178–5193
2023
-
[23]
EAT: Self- supervised pre-training with efficient audio transformer,
W. Chen, Y . Liang, Z. Ma, Z. Zheng, and X. Chen, “EAT: Self- supervised pre-training with efficient audio transformer,” inProc. IJCAI, 2024, pp. 3807–3815
2024
-
[24]
CED: Consistent ensemble distillation for audio tagging,
H. Dinkel, Y . Wang, Z. Yan, J. Zhang, and Y . Wang, “CED: Consistent ensemble distillation for audio tagging,” inProc. ICASSP, 2024, pp. 291–295
2024
-
[25]
Scaling up masked audio encoder learning for general audio classification,
H. Dinkel, Z. Yan, Y . Wang, J. Zhang, Y . Wang, and B. Wang, “Scaling up masked audio encoder learning for general audio classification,” in Proc. Interspeech, 2024, pp. 547–551
2024
-
[26]
Exploring large scale pre-trained models for robust machine anomalous sound detection,
B. Han, Z. Lv, A. Jiang, W. Huang, Z. Chen, Y . Denget al., “Exploring large scale pre-trained models for robust machine anomalous sound detection,” inProc. ICASSP, 2024, pp. 1326–1330
2024
-
[27]
Exploring self-supervised audio models for generalized anomalous sound detection,
B. Han, A. Jiang, X. Zheng, W.-Q. Zhang, J. Liu, P. Fan, and Y . Qian, “Exploring self-supervised audio models for generalized anomalous sound detection,”IEEE Trans. ASLP, 2025
2025
-
[28]
Anopatch: Towards better consistency in machine anomalous sound detection,
A. Jiang, B. Han, Z. Lv, Y . Deng, W.-Q. Zhang, X. Chenet al., “Anopatch: Towards better consistency in machine anomalous sound detection,” inProc. Interspeech, 2024, pp. 107–111
2024
-
[29]
Lora: Low-rank adaptation of large language models
E. J. Hu, Y . Shen, P. Wallis, Z. Allen-Zhu, Y . Li, S. Wang, L. Wang, W. Chenet al., “Lora: Low-rank adaptation of large language models.” 2022
2022
-
[30]
Improving anomalous sound detection via low-rank adaptation fine- tuning of pre-trained audio models,
X. Zheng, A. Jiang, B. Han, Y . Qian, P. Fan, J. Liu, and W.-Q. Zhang, “Improving anomalous sound detection via low-rank adaptation fine- tuning of pre-trained audio models,” inProc. SLT, 2024, pp. 969–974
2024
-
[31]
Anomalous Sound Detection Using Self-Attention-Based Frequency Pattern Analysis of Machine Sounds,
H. Zhang, J. Guan, Q. Zhu, F. Xiao, and Y . Liu, “Anomalous Sound Detection Using Self-Attention-Based Frequency Pattern Analysis of Machine Sounds,” inProc. Interspeech, 2023, pp. 336–340
2023
-
[32]
Robust anomaly sound detection framework for machine condition monitoring,
Y . Zeng, H. Liu, L. Xu, Y . Zhou, and L. Gan, “Robust anomaly sound detection framework for machine condition monitoring,” inProc. DCASE, 2022
2022
-
[33]
Explaining the decisions of anomalous sound detectors,
K. T. Mai, T. Davies, L. Griffi, E. Benetoset al., “Explaining the decisions of anomalous sound detectors,” inProc. DCASE
-
[34]
A dual-path framework with frequency-and-time excited network for anomalous sound detec- tion,
Y . Zhang, J. Liu, Y . Tian, H. Liu, and M. Li, “A dual-path framework with frequency-and-time excited network for anomalous sound detec- tion,” inProc. ICASSP, 2024, pp. 1266–1270
2024
-
[35]
A lightweight framework for unsupervised anomalous sound detection based on selective learning of time-frequency domain features,
Y . Wang, Q. Zhang, W. Zhang, and Y . Zhang, “A lightweight framework for unsupervised anomalous sound detection based on selective learning of time-frequency domain features,”Applied Acoustics, vol. 228, p. 110308, 2025
2025
-
[36]
Enhancing reliability through interpretability: A comprehensive survey of interpretable intelligent fault diagnosis in rotating machinery,
G. Chen, J. Yuan, Y . Zhang, H. Zhu, R. Huang, F. Wang, and W. Li, “Enhancing reliability through interpretability: A comprehensive survey of interpretable intelligent fault diagnosis in rotating machinery,”IEEE access, vol. 12, pp. 103 348–103 379, 2024
2024
-
[37]
Explainable artificial intelligence based intelligent fault diagnosis: A systematic review from applications to insights,
T. Li, J. Chen, T. Liu, C. Sun, Z. Zhao, X. Chen, and R. Yan, “Explainable artificial intelligence based intelligent fault diagnosis: A systematic review from applications to insights,”Reliability Engineering & System Safety, p. 111935, 2025
2025
-
[38]
Attention is all you need,
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez et al., “Attention is all you need,”Proc. NeurIPS, vol. 30, 2017
2017
-
[39]
Anomalous sound detection using spectral-temporal information fusion,
Y . Liu, J. Guan, Q. Zhu, and W. Wang, “Anomalous sound detection using spectral-temporal information fusion,” inProc. ICASSP, 2022, pp. 816–820
2022
-
[40]
Multi-scale scanning network for machine anomalous sound detection,
Y . Zhang, J. Liu, and M. Li, “Multi-scale scanning network for machine anomalous sound detection,” inProc. ICONIP, 2025, pp. 303–316
2025
-
[41]
Multi-spectral and multi-temporal features fusion with se network for anomalous sound detection,
D. Kong, H. Yu, and G. Yuan, “Multi-spectral and multi-temporal features fusion with se network for anomalous sound detection,”IEEE Access, vol. 12, pp. 167 262–167 277, 2024
2024
-
[42]
Estm: An enhanced dual-branch spectral-temporal mamba for anomalous sound detection,
C. Ma, P. Jia, H. Guo, and W. Yang, “Estm: An enhanced dual-branch spectral-temporal mamba for anomalous sound detection,”IEEE SPL, 2025
2025
-
[43]
Echo: Frequency-aware hierarchical encoding for variable-length signals,
Y . Zhang, J. Liu, and M. Li, “Echo: Frequency-aware hierarchical encoding for variable-length signals,” inProc. ICASSP, 2026
2026
-
[44]
FISHER: A foundation model for multi-modal industrial signal comprehensive representation,
P. Fan, A. Jiang, S. Zhang, Z. Lv, B. Han, X. Zhenget al., “FISHER: A foundation model for multi-modal industrial signal comprehensive representation,”arXiv preprint arXiv:2507.16696, 2025
2025 arXiv
-
[45]
Hear: Holistic evaluation of audio representations,
J. Turian, J. Shier, H. R. Khan, B. Raj, B. W. Schuller, C. J. Steinmetz, C. Malloy, G. Tzanetakis, G. Velarde, K. McNallyet al., “Hear: Holistic evaluation of audio representations,” inProc. NeurIPS, 2022, pp. 125– 145
2022
-
[46]
SUPERB: Speech Processing Universal PERformance Benchmark,
S. wen Yang, P.-H. Chi, Y .-S. Chuang, C.-I. J. Lai, K. Lakhotia, Y . Y . Lin, A. T. Liu, J. Shi, X. Chang, G.-T. Lin, T.-H. Huang, W.-C. Tseng, K. tik Lee, D.-R. Liu, Z. Huang, S. Dong, S.-W. Li, S. Watanabe, A. Mohamed, and H. yi Lee, “SUPERB: Speech Processing Universal PER...
2021
-
[47]
X-ares: A comprehensive framework for assessing audio encoder performance,
J. Zhang, H. Dinkel, Y . Niu, C. Liu, S. Cheng, A. Zhao, and J. Luan, “X-ares: A comprehensive framework for assessing audio encoder performance,” inProc. Interspeech, 2025
2025
-
[48]
Mimii dataset: Sound dataset for malfunctioning industrial machine investigation and inspection,
H. Purohit, R. Tanabe, K. Ichige, T. Endo, Y . Nikaido, K. Suefusa, and Y . Kawaguchi, “Mimii dataset: Sound dataset for malfunctioning industrial machine investigation and inspection,” inProc. DCASE, 2019, pp. 209–213
2019
-
[49]
Toyadmos: A dataset of miniature-machine operating sounds for anomalous sound detection,
Y . Koizumi, S. Saito, H. Uematsu, N. Harada, and K. Imoto, “Toyadmos: A dataset of miniature-machine operating sounds for anomalous sound detection,” inProc. WASPAA, 2019, pp. 313–317
2019
-
[50]
Mimii due: Sound dataset for malfunctioning industrial machine investigation and inspection with domain shifts due to changes in operational and environmental conditions,
R. Tanabe, H. Purohit, K. Dohi, T. Endo, Y . Nikaido, T. Nakamura, and Y . Kawaguchi, “Mimii due: Sound dataset for malfunctioning industrial machine investigation and inspection with domain shifts due to changes in operational and environmental conditions,” inProc. WASPAA, 20...
2021
-
[51]
Toyadmos2: Another dataset of miniature-machine operating sounds for anomalous sound detection under domain shift conditions,
N. Harada, D. Niizumi, D. Takeuchi, Y . Ohishi, M. Yasuda, and S. Saito, “Toyadmos2: Another dataset of miniature-machine operating sounds for anomalous sound detection under domain shift conditions,” inProc. DCASE, 2021
2021
-
[52]
Mimii dg: Sound dataset for mal- functioning industrial machine investigation and inspection for domain generalization task,
K. Dohi, T. Nishida, H. Purohit, R. Tanabe, T. Endo, M. Yamamoto, Y . Nikaido, and Y . Kawaguchi, “Mimii dg: Sound dataset for mal- functioning industrial machine investigation and inspection for domain generalization task,” inProc. DCASE, 2022, pp. 31–35
2022
-
[53]
Toyadmos2+: New toyadmos data and benchmark results of the first- shot anomalous sound event detection baseline,
N. Harada, D. Niizumi, D. Takeuchi, Y . Ohishi, and M. Yasuda, “Toyadmos2+: New toyadmos data and benchmark results of the first- shot anomalous sound event detection baseline,” inProc. DCASE, 2023, pp. 41–45
2023
-
[54]
Toyadmos2#: Yet another dataset for the dcase2024 challenge task 2 first-shot anomalous sound detection,
D. Niizumi, N. Harada, Y . Ohishi, D. Takeuchi, and M. Yasuda, “Toyadmos2#: Yet another dataset for the dcase2024 challenge task 2 first-shot anomalous sound detection,” inProc. DCASE, 2024, pp. 106– 110
2024
-
[55]
Toyadmos2025: The evaluation dataset for the dcase2025t2 first-shot unsupervised anomalous sound detection for machine condition moni- toring,
N. Harada, D. Niizumi, Y . Ohishi, D. Takeuchi, and M. Yasuda, “Toyadmos2025: The evaluation dataset for the dcase2025t2 first-shot unsupervised anomalous sound detection for machine condition moni- toring,” inProc. DCASE, 2025, pp. 230–234
2025
-
[56]
Imad-ds: A dataset for industrial multi-sensor anomaly detection under domain shift conditions,
D. Albertini, F. Augusti, K. Esmer, A. Bernardini, and R. Sannino, “Imad-ds: A dataset for industrial multi-sensor anomaly detection under domain shift conditions,” inProc. DCASE, 2024, pp. 1–5
2024
-
[57]
Audio set: An ontology and human-labeled dataset for audio events,
J. F. Gemmeke, D. P. Ellis, D. Freedman, A. Jansen, W. Lawrence, R. C. Mooreet al., “Audio set: An ontology and human-labeled dataset for audio events,” inProc. ICASSP, 2017, pp. 776–780
2017
-
[58]
Vggsound: A large- scale audio-visual dataset,
H. Chen, W. Xie, A. Vedaldi, and A. Zisserman, “Vggsound: A large- scale audio-visual dataset,” inProc. ICASSP, 2020, pp. 721–725
2020
-
[59]
Acav100m: Automatic curation of large-scale datasets for audio-visual video representation learning,
S. Lee, J. Chung, Y . Yu, G. Kim, T. Breuel, G. Chechik, and Y . Song, “Acav100m: Automatic curation of large-scale datasets for audio-visual video representation learning,” inProc. ICCV, 2021, pp. 10 274–10 284. JOURNAL OF LATEX CLASS FILES, VOL. 18, NO. 9, SEPTEMBER 2020 13
2021
-
[60]
The mtg- jamendo dataset for automatic music tagging,
D. Bogdanov, M. Won, P. Tovstogan, A. Porter, and X. Serra, “The mtg- jamendo dataset for automatic music tagging,” inProc. ICML, 2019
2019
-
[61]
Music4all: A new music database and its applications,
I. A. P. Santana, F. Pinhelli, J. Donini, L. Catharin, R. B. Mangolin, V . D. Feltrimet al., “Music4all: A new music database and its applications,” inProc. IWSSIP, 2020, pp. 399–404
2020
-
[62]
Decoupled weight decay regularization,
I. Loshchilov and F. Hutter, “Decoupled weight decay regularization,” inProc. ICLR, 2019
2019
-
[63]
Wavcaps: A chatgpt-assisted weakly-labelled audio captioning dataset for audio- language multimodal research,
X. Mei, C. Meng, H. Liu, Q. Kong, T. Ko, C. Zhaoet al., “Wavcaps: A chatgpt-assisted weakly-labelled audio captioning dataset for audio- language multimodal research,”IEEE/ACM Trans. ASLP, vol. 32, pp. 3339–3354, 2024. Yucong Zhang(Graduate Student Member, IEEE) received the B...
2024
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.