paper-with-me

홈 › Papers

Noise Supervised Contrastive Learning and Feature-Perturbed for Anomalous Sound Detection

2025-09-17 · Shun Huang, Zhihua Fang, Liang He arxiv

Unsupervised anomalous sound detection aims to detect unknown anomalous sounds by training a model using only normal audio data. Despite advancements in self-supervised methods, the issue of frequent false alarms when handling samples of the same type from different machines remains unresolved. This paper introduces a novel training technique called one-stage supervised contrastive learning (OS-SCL), which significantly addresses this problem by perturbing features in the embedding space and employing a one-stage noisy supervised contrastive learning approach. On the DCASE 2020 Challenge Task 2, it achieved 94.64\% AUC, 88.42\% pAUC, and 89.24\% mAUC using only Log-Mel features. Additionally, a time-frequency feature named TFgram is proposed, which is extracted from raw audio. This feature effectively captures critical information for anomalous sound detection, ultimately achieving 95.71\% AUC, 90.23\% pAUC, and 91.23\% mAUC. The source code is available at: \underline{www.github.com/huangswt/OS-SCL}.

📄 PDF Abstract BibTeX arXiv:2509.13853

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Squeeze and Excitation: A Weighted Graph Contrastive Learning for Collaborative Filtering

2025-04-06 · Zheyu Chen, Jinfeng Xu, Yutong Wei, Ziyue Peng

Contrastive Learning (CL) has recently emerged as a powerful technique in recommendation systems, particularly for its capability to harness self-supervised signals from perturbed views to mitigate the persistent challen…

Collaborative FilteringContrastive LearningRecommendation SystemsRepresentation Learning

Diffusion-Scheduled Denoising Autoencoders for Anomaly Detection in Tabular Data

2025-08-01 · Timur Sattarov, Marco Schreyer, Damian Borth arxiv

Anomaly detection in tabular data remains challenging due to complex feature interactions and the scarcity of anomalous examples. Denoising autoencoders rely on fixed-magnitude noise, limiting adaptability to diverse dat…

Contrastive LearningAnomaly Detection

Anomaly Detection via Autoencoder Composite Features and NCE

2025-02-04 · Yalin Liao, Austin J. Brockmeier

Unsupervised anomaly detection is a challenging task. Autoencoders (AEs) or generative models are often employed to model the data distribution of normal inputs and subsequently identify anomalous, out-of-distribution in…

Anomaly DetectionUnsupervised Anomaly Detection

Anomalous Sound Detection using Audio Representation with Machine ID based Contrastive Learning Pretraining

2023-04-07 · Jian Guan, Feiyang Xiao, Youde Liu, Qiaoxi Zhu 외

Existing contrastive learning methods for anomalous sound detection refine the audio representation of each audio sample by using the contrast between the samples' augmentations (e.g., with time or frequency masking). Ho…

Anomaly DetectionContrastive Learning

DACAD: Domain Adaptation Contrastive Learning for Anomaly Detection in Multivariate Time Series

2024-04-17 · Zahra Zamanzadeh Darban, Yiyuan Yang, Geoffrey I. Webb, Charu C. Aggarwal 외

In time series anomaly detection (TSAD), the scarcity of labeled data poses a challenge to the development of accurate models. Unsupervised domain adaptation (UDA) offers a solution by leveraging labeled data from a rela…

Anomaly DetectionContrastive LearningDomain AdaptationRepresentation Learning+4