中文
相关论文

相关论文: Constricting Normal Latent Space for Anomaly Detec…

200 篇论文

Due to the rare occurrence of anomalous events, a typical approach to anomaly detection is to train an autoencoder (AE) with normal data only so that it learns the patterns or representations of the normal training data. At test time, the…

机器学习 · 计算机科学 2024-05-20 Marcella Astrid , Muhammad Zaigham Zaheer , Djamila Aouada , Seung-Ik Lee

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

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

Reconstruction-based approaches to anomaly detection tend to fall short when applied to complex datasets with target classes that possess high inter-class variance. Similar to the idea of self-taught learning used in transfer learning, many…

机器学习 · 计算机科学 2021-11-16 Muhammad S. Battikh , Artem A. Lenskiy

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

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

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

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

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

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

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

A new Lossy Causal Temporal Convolutional Neural Network Autoencoder for anomaly detection is proposed in this work. Our framework uses a rate-distortion loss and an entropy bottleneck to learn a compressed latent representation for the…

机器学习 · 计算机科学 2022-12-06 Christopher P. Ley , Jorge F. Silva

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

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

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

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

Anomaly detection without priors of the anomalies is challenging. In the field of unsupervised anomaly detection, traditional auto-encoder (AE) tends to fail based on the assumption that by training only on normal images, the model will not…

计算机视觉与模式识别 · 计算机科学 2024-08-15 Yajie Cui , Zhaoxiang Liu , Shiguo Lian

Autoencoders are certainly among the most studied and used Deep Learning models: the idea behind them is to train a model in order to reconstruct the same input data. The peculiarity of these models is to compress the information through a…

机器学习 · 计算机科学 2023-09-06 Gabriele Martino , Davide Moroni , Massimo Martinelli

In one-class novelty detection, a model learns solely on the in-class data to single out out-class instances. Autoencoder (AE) variants aim to compactly model the in-class data to reconstruct it exclusively, thus differentiating the…

机器学习 · 计算机科学 2022-07-25 Jaewoo Park , Yoon Gyo Jung , Andrew Beng Jin Teoh
‹ 上一页 1 2 3 10 下一页 ›