オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

【深層学習】異常検知 / Image Anomaly Detection #まとめ編 #01

Index

異常検知 / Image Anomaly Detection

画像を入力とした異常検知を行うタスク.

DeepLearning を用いた手法をまとめる.

アルゴリズム

Semi Orthogonal Embedding / 2021

  • Semi-orthogonal Embedding for Efficient Unsupervised Anomaly Segmentation

VT-ADL

  • VT-ADL: A Vision Transformer Network for Image Anomaly Detection and Localization

Semi-supervised Pseudo-labeler Anomaly Detection with Ensembling / SPADE / 2022

KNN Base

SPADE / 2020

  • Sub-Image Anomaly Detection with Deep Pyramid Correspondences

PaDiM / 2020

  • PaDiM: a Patch Distribution Modeling Framework for Anomaly Detection and Localization

Patch Core / 2021

GAN Base

GAN を利用したアルゴリズム.

CBiGAN / 2020

  • Combining GANs and AutoEncoders for Efficient Anomaly Detection

Flow Base

Flow を利用したアルゴリズム.

CFlow-AD / 2021

  • CFLOW-AD: Real-Time Unsupervised Anomaly Detection with Localization via Conditional Normalizing Flows

Fast Flow / 2021