llien30 / paper_summary

Write the summaries of papers I've read.
7 stars 0 forks source link

Iterative energy-based projection on a normal data manifold for anomaly localization #97

Open llien30 opened 3 years ago

llien30 commented 3 years ago

INFO

Author

DavidDehaene, OrielFrigo, SébastienCombrexelle, PierreEline

Affiliation

AnotherBrain

Conference or Year

ICLR2020

Link

Abstract

VAE(AutoEncoder)による異常検知 → 正常データのみを学習、正常データのみ再構成されることを期待 → しかし、実際には正常データに異常部位がある画像(b)は、全体的にreconstructionできなくなってしまう(c) → そのため、セグメンテーションして異常部位を検出することが困難に

Screen Shot 2021-01-19 at 14 39 01

提案手法

Method

E(x_t)が小さくなるように学習を行う

Screen Shot 2021-01-19 at 15 15 11

以下のようにx_(t+1)に更新

Screen Shot 2021-01-19 at 15 15 45
Loss = (VAE(x_t)とx_tのL2 norm) + λ*(x_tとx_0のL1 norm)
Screen Shot 2021-01-19 at 14 46 42

Evaluation

Screen Shot 2021-01-19 at 15 08 39

Contribution

Discussion, Future Work

Comment

Date

2021/01/19