中文
相关论文

相关论文: Exploiting Autoencoder's Weakness to Generate Pseu…

200 篇论文

Video anomaly detection is often seen as one-class classification (OCC) problem due to the limited availability of anomaly examples. Typically, to tackle this problem, an autoencoder (AE) is trained to reconstruct the input with training…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Marcella Astrid , Muhammad Zaigham Zaheer , Jae-Yeong Lee , Seung-Ik Lee

In order to devise an anomaly detection model using only normal training data, an autoencoder (AE) is typically trained to reconstruct the data. As a result, the AE can extract normal representations in its latent space. During test time,…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Marcella Astrid , Muhammad Zaigham Zaheer , Seung-Ik Lee

Due to the limited availability of anomalous samples for training, video anomaly detection is commonly viewed as a one-class classification problem. Many prevalent methods investigate the reconstruction difference produced by AutoEncoders…

计算机视觉与模式识别 · 计算机科学 2023-03-10 Xiangyu Huang , Caidan Zhao , Chenxing Gao , Lvdong Chen , Zhiqiang Wu

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 inputs by high…

机器学习 · 计算机科学 2025-06-12 Yalin Liao , Austin J. Brockmeier

Due to the limited availability of anomaly examples, video anomaly detection is often seen as one-class classification (OCC) problem. A popular way to tackle this problem is by utilizing an autoencoder (AE) trained only on normal data. At…

计算机视觉与模式识别 · 计算机科学 2021-10-20 Marcella Astrid , Muhammad Zaigham Zaheer , Seung-Ik Lee

Due to the rarity of anomalous events, video anomaly detection is typically approached as one-class classification (OCC) problem. Typically in OCC, an autoencoder (AE) is trained to reconstruct the normal only training data with the…

计算机视觉与模式识别 · 计算机科学 2023-03-21 Marcella Astrid , Muhammad Zaigham Zaheer , Seung-Ik Lee

Deep autoencoder has been extensively used for anomaly detection. Training on the normal data, the autoencoder is expected to produce higher reconstruction error for the abnormal inputs than the normal ones, which is adopted as a criterion…

计算机视觉与模式识别 · 计算机科学 2019-08-07 Dong Gong , Lingqiao Liu , Vuong Le , Budhaditya Saha , Moussa Reda Mansour , Svetha Venkatesh , Anton van den Hengel

Anomaly detection is a prominent data preprocessing step in learning applications for correction and/or removal of faulty data. Automating this data type with the use of autoencoders could increase the quality of the dataset by isolating…

机器学习 · 计算机科学 2020-04-10 Benjamin Smith , Kevin Cant , Gloria Wang

Medical anomaly detection aims to identify abnormal findings using only normal training data, playing a crucial role in health screening and recognizing rare diseases. Reconstruction-based methods, particularly those utilizing autoencoders…

机器学习 · 计算机科学 2024-07-10 Yu Cai , Hao Chen , Kwang-Ting Cheng

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,…

计算机视觉与模式识别 · 计算机科学 2020-10-27 Mohammadreza Salehi , Atrin Arya , Barbod Pajoum , Mohammad Otoofi , Amirreza Shaeiri , Mohammad Hossein Rohban , Hamid R. Rabiee

Reconstruction error-based neural architectures constitute a classical deep learning approach to anomaly detection which has shown great performances. It consists in training an Autoencoder to reconstruct a set of examples deemed to…

机器学习 · 计算机科学 2024-06-06 Fabrizio Angiulli , Fabio Fassetti , Luca Ferragina

Autoencoder (AE) is a neural network (NN) architecture that is trained to reconstruct an input at its output. By measuring the reconstruction errors of new input samples, AE can detect anomalous samples deviated from the trained data…

机器学习 · 计算机科学 2023-02-16 Jinho Choi , Jihong Park , Abhinav Japesh , Adarsh

Reliably detecting anomalies in a given set of images is a task of high practical relevance for visual quality inspection, surveillance, or medical image analysis. Autoencoder neural networks learn to reconstruct normal images, and hence…

机器学习 · 计算机科学 2019-01-21 Laura Beggel , Michael Pfeiffer , Bernd Bischl

Autoencoders are frequently used for anomaly detection, both in the unsupervised and semi-supervised settings. They rely on the assumption that when trained using the reconstruction loss, they will be able to reconstruct normal data more…

机器学习 · 计算机科学 2025-01-24 Roel Bouman , Tom Heskes

Anomaly detection in time series has been widely researched and has important practical applications. In recent years, anomaly detection algorithms are mostly based on deep-learning generative models and use the reconstruction error to…

机器学习 · 计算机科学 2020-10-15 Chunkai Zhang , Wei Zuo , Xuan Wang

Recently, anomaly scores have been formulated using reconstruction loss of the adversarially learned generators and/or classification loss of discriminators. Unavailability of anomaly examples in the training data makes optimization of such…

计算机视觉与模式识别 · 计算机科学 2024-10-28 Muhammad Zaigham Zaheer , Jin Ha Lee , Arif Mahmood , Marcella Astrid , Seung-Ik Lee

Anomaly detection is to identify samples that do not conform to the distribution of the normal data. Due to the unavailability of anomalous data, training a supervised deep neural network is a cumbersome task. As such, unsupervised methods…

计算机视觉与模式识别 · 计算机科学 2022-07-05 Vahid Reza Khazaie , Anthony Wong , John Taylor Jewell , Yalda Mohsenzadeh

Building a scalable machine learning system for unsupervised anomaly detection via representation learning is highly desirable. One of the prevalent methods is using a reconstruction error from variational autoencoder (VAE) via maximizing…

机器学习 · 计算机科学 2020-05-08 Seonho Park , George Adosoglou , Panos M. Pardalos

One-class anomaly detection aims to detect objects that do not belong to a predefined normal class. In practice training data lack those anomalous samples; hence state-of-the-art methods are trained to discriminate between normal and…

计算机视觉与模式识别 · 计算机科学 2025-03-10 Romain Hermary , Vincent Gaudillière , Abd El Rahman Shabayek , Djamila Aouada

Recently Autoencoder(AE) based models are widely used in the field of anomaly detection. A model trained with normal data generates a larger restoration error for abnormal data. Whether or not abnormal data is determined by observing the…

机器学习 · 计算机科学 2021-07-20 JoonSung Lee , YeongHyeon Park
‹ 上一页 1 2 3 10 下一页 ›