English

Diffusion-Scheduled Denoising Autoencoders for Anomaly Detection in Tabular Data

Machine Learning 2025-08-04 v1

Abstract

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 data distributions. Diffusion models introduce scheduled noise and iterative denoising, but lack explicit reconstruction mappings. We propose the Diffusion-Scheduled Denoising Autoencoder (DDAE), a framework that integrates diffusion-based noise scheduling and contrastive learning into the encoding process to improve anomaly detection. We evaluated DDAE on 57 datasets from ADBench. Our method outperforms in semi-supervised settings and achieves competitive results in unsupervised settings, improving PR-AUC by up to 65% (9%) and ROC-AUC by 16% (6%) over state-of-the-art autoencoder (diffusion) model baselines. We observed that higher noise levels benefit unsupervised training, while lower noise with linear scheduling is optimal in semi-supervised settings. These findings underscore the importance of principled noise strategies in tabular anomaly detection.

Keywords

Cite

@article{arxiv.2508.00758,
  title  = {Diffusion-Scheduled Denoising Autoencoders for Anomaly Detection in Tabular Data},
  author = {Timur Sattarov and Marco Schreyer and Damian Borth},
  journal= {arXiv preprint arXiv:2508.00758},
  year   = {2025}
}

Comments

22 pages, 16 figures, 7 tables, preprint version

R2 v1 2026-07-01T04:29:41.216Z