paper-with-me

홈 › Papers

Anomaly Detection Using Normalizing Flow-Based Density Estimation and Synthetic Defect Classification

2024-05-28 · IEEE Access 2024 5 · Seungmi Oh

We propose a novel deep learning-based anomaly detection (AD) system that combines a pixelwise classification network with conditional normalizing flow (CNF) networks by sharing feature extractors. We trained the pixelwise classification network using synthetic abnormal data to fine-tune a pretrained feature extractor of the CNF networks, thereby learning the discriminative features of the in-domain data. After that, we trained the CNF networks using normal data with the fine-tuned feature extractor to estimate the density of normal data. During inference, we detected anomalies by calculating the weighted average of the anomaly scores from the pixelwise classification and CNF networks. Because the proposed system not only has learned the properties of in-domain data but also aggregated the anomaly scores of the classification and CNF networks, it showed significantly improved performance compared to existing methods in experiments using the MvTecAD and BTAD datasets. Moreover, the proposed system does not increase computations intensively since the classification and the density estimation systems share feature extractors.

📄 PDF Abstract BibTeX

Code (1)

seungmi-oh/AD-CLSCNFs pytorch

Tasks

Anomaly DetectionClassificationDensity Estimation

Similar Papers 제목 키워드 기반

Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series

2022-02-16 · ICLR 2022 4 · Enyan Dai, Jie Chen

Anomaly detection is a widely studied task for a broad variety of data types; among them, multiple time series appear frequently in applications, including for example, power grids and traffic networks. Detecting anomali…

Anomaly DetectionDensity EstimationTime SeriesTime Series Analysis+1

Anomaly Detection in Trajectory Data with Normalizing Flows

2020-04-13 · Madson L. D. Dias, César Lincoln C. Mattos, Ticiana L. C. da Silva, José Antônio F. de Macedo 외

The task of detecting anomalous data patterns is as important in practical applications as challenging. In the context of spatial data, recognition of unexpected trajectories brings additional difficulties, such as high …

Anomaly DetectionDensity Estimation

Differentially Private Normalizing Flows for Privacy-Preserving Density Estimation

2021-03-25 · Chris Waites, Rachel Cummings

Normalizing flow models have risen as a popular solution to the problem of density estimation, enabling high-quality synthetic data generation as well as exact probability density evaluation. However, in contexts where i…

Anomaly DetectionDensity EstimationPrivacy PreservingSynthetic Data Generation

AdaFlow: Domain-Adaptive Density Estimator with Application to Anomaly Detection and Unpaired Cross-Domain Translation

2018-12-14 · Masataka Yamaguchi, Yuma Koizumi, Noboru Harada

We tackle unsupervised anomaly detection (UAD), a problem of detecting data that significantly differ from normal data. UAD is typically solved by using density estimation. Recently, deep neural network (DNN)-based densi…

Anomaly DetectionDensity EstimationTranslationUnsupervised Anomaly Detection

Label-Free Multivariate Time Series Anomaly Detection

2023-12-17 · Qihang Zhou, Shibo He, Haoyu Liu, Jiming Chen 외

Anomaly detection in multivariate time series (MTS) has been widely studied in one-class classification (OCC) setting. The training samples in OCC are assumed to be normal, which is difficult to guarantee in practical si…

Anomaly DetectionDensity EstimationGraph structure learningOne-Class Classification+3