paper-with-me

홈 › Papers

ARAE: Adversarially Robust Training of Autoencoders Improves Novelty Detection

2020-03-12 · Mohammadreza Salehi, Atrin Arya, Barbod Pajoum, Mohammad Otoofi, Amirreza Shaeiri, Mohammad Hossein Rohban, Hamid R. Rabiee

Autoencoders (AE) have recently been widely employed to approach the novelty detection problem. Trained only on the normal data, the AE is expected to reconstruct the normal data effectively while fail to regenerate the anomalous data, which could be utilized for novelty detection. However, in this paper, it is demonstrated that this does not always hold. AE often generalizes so perfectly that it can also reconstruct the anomalous data well. To address this problem, we propose a novel AE that can learn more semantically meaningful features. Specifically, we exploit the fact that adversarial robustness promotes learning of meaningful features. Therefore, we force the AE to learn such features by penalizing networks with a bottleneck layer that is unstable against adversarial perturbations. We show that despite using a much simpler architecture in comparison to the prior methods, the proposed AE outperforms or is competitive to state-of-the-art on three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2003.05669

Code (1)

rohban-lab/Salehi_submitted_2020 공식 구현 pytorch

Tasks

Adversarial RobustnessNovelty Detection

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Molecular Generative Model Based On Adversarially Regularized Autoencoder

2019-11-13 · Seung Hwan Hong, Jaechang Lim, Seongok Ryu, Woo Youn Kim

Deep generative models are attracting great attention as a new promising approach for molecular design. All models reported so far are based on either variational autoencoder (VAE) or generative adversarial network (GAN)…

Generative Adversarial Network

Adversarially Regularized Autoencoders

2017-06-13 · Jake Zhao, Yoon Kim, Kelly Zhang, Alexander M. Rush 외

Deep latent variable models, trained using variational autoencoders or generative adversarial networks, are now a key technique for representation learning of continuous structures. However, applying similar methods to d…

Representation LearningStyle Transfer

CLARAE: Clarity Preserving Reconstruction AutoEncoder for Denoising and Rhythm Classification of Intracardiac Electrograms

2025-09-28 · Long Lin, Pablo Peiro-Corbacho, Pablo Ávila, Alejandro Carta-Bergaz 외 arxiv

Intracavitary atrial electrograms (EGMs) provide high-resolution insights into cardiac electrophysiology but are often contaminated by noise and remain high-dimensional, limiting real-time analysis. We introduce CLARAE (…

Robust Semi-Supervised Anomaly Detection via Adversarially Learned Continuous Noise Corruption

2023-03-02 · Jack W Barker, Neelanjan Bhowmik, Yona Falinie A Gaus, Toby P Breckon

Anomaly detection is the task of recognising novel samples which deviate significantly from pre-establishednormality. Abnormal classes are not present during training meaning that models must learn effective rep-resentat…

Anomaly DetectionDenoisingNovelty DetectionSemi-supervised Anomaly Detection+1

Improving Novelty Detection using the Reconstructions of Nearest Neighbours

2021-11-11 · Michael Mesarcik, Elena Ranguelova, Albert-Jan Boonstra, Rob V. van Nieuwpoort

We show that using nearest neighbours in the latent space of autoencoders (AE) significantly improves performance of semi-supervised novelty detection in both single and multi-class contexts. Autoencoding methods detect …

Anomaly DetectionData AugmentationNovelty Detection