paper-with-me

Papers

U-Flow: A U-shaped Normalizing Flow for Anomaly Detection with Unsupervised Threshold

2022-11-22 · Matías Tailanian, Álvaro Pardo, Pablo Musé

In this work we propose a one-class self-supervised method for anomaly segmentation in images that benefits both from a modern machine learning approach and a more classic statistical detection theory. The method consists of four phases. First, features are extracted using a multi-scale image Transformer architecture. Then, these features are fed into a U-shaped Normalizing Flow (NF) that lays the theoretical foundations for the subsequent phases. The third phase computes a pixel-level anomaly map from the NF embedding, and the last phase performs a segmentation based on the a contrario framework. This multiple hypothesis testing strategy permits the derivation of robust unsupervised detection thresholds, which are crucial in real-world applications where an operational point is needed. The segmentation results are evaluated using the Mean Intersection over Union (mIoU) metric, and for assessing the generated anomaly maps we report the area under the Receiver Operating Characteristic curve (AUROC), as well as the Area Under the Per-Region-Overlap curve (AUPRO). Extensive experimentation in various datasets shows that the proposed approach produces state-of-the-art results for all metrics and all datasets, ranking first in most MVTec-AD categories, with a mean pixel-level AUROC of 98.74%. Code and trained models are available at https:// github.com/mtailanian/uflow.

📄 PDF Abstract BibTeX arXiv:2211.12353

Code (3)

mtailanian/uflow 공식 구현 pytorch
open-edge-platform/geti pytorch
openvinotoolkit/anomalib pytorch

Tasks

Anomaly DetectionAnomaly SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

AltUB: Alternating Training Method to Update Base Distribution of Normalizing Flow for Anomaly Detection

2022-10-26 · Yeongmin Kim, Huiwon Jang, DongKeon Lee, Ho-Jin Choi

Unsupervised anomaly detection is coming into the spotlight these days in various practical domains due to the limited amount of anomaly data. One of the major approaches for it is a normalizing flow which pursues the in…

Anomaly DetectionAnomaly SegmentationUnsupervised Anomaly Detection

Quantum Normalizing Flows for Anomaly Detection

2024-02-05 · Bodo Rosenhahn, Christoph Hirche

A Normalizing Flow computes a bijective mapping from an arbitrary distribution to a predefined (e.g. normal) distribution. Such a flow can be used to address different tasks, e.g. anomaly detection, once such a mapping h…

Anomaly Detection

Self-Supervised Texture Image Anomaly Detection By Fusing Normalizing Flow and Dictionary Learning

2022-09-15 · Yaohua Guo, Lijuan Song, Zirui Ma

A common study area in anomaly identification is industrial images anomaly detection based on texture background. The interference of texture images and the minuteness of texture anomalies are the main reasons why many e…

Anomaly DetectionDictionary LearningRepresentation Learning

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

Temporal-Conditioned Normalizing Flows for Multivariate Time Series Anomaly Detection

2026-03-10 · David Baumgartner, Helge Langseth, Kenth Engø-Monsen, Heri Ramampiaro arxiv

This paper introduces temporal-conditioned normalizing flows (tcNF), a novel framework that addresses anomaly detection in time series data with accurate modeling of temporal dependencies and uncertainty. By conditioning…

Time Series Anomaly Detection