sy00n / DL_paper_review

issues에 논문 요약
0 stars 0 forks source link

[42] OmniAL: A unified CNN framework for unsupervised anomaly localization #47

Open sy00n opened 7 months ago

sy00n commented 7 months ago

Introduction

image

슬라이드20

Method

Panel-guided anomaly synthesis

image

image

Pseudo anomaly 만드는 법

Q. 그럼 저 3개의 defect level은 어떻게 정의하는가? -> weight map을 통해.

  1. baseline anomaly fusion weight map 찾기: JNLD 논문처럼 JND를 써서 anomaly synthesis를 guide 함. image image
    • 여기서 J가 나타내는것이 JND map이고 베타는 different level of noticeable에 대한 bias term.
    • 알파는 마스크에 적용되 smooth kernel, 정상과 이상 사이에 soft boundary를 만들어줌. easier-level anomaly일 경우 더 작은 smooth kernel을 사용한다.
    • 랜덤 시드를 사용하기 때문에 different level anomaly regions가 서로 오버렙 될 수 있고 이로인해 anomaly segmentation task에 대한 gt mask가 label inconsistency를 가질 수 있음.
    • 따라서 anomaly-free image I와 synthesized anomaly image A 사이에 structure similarity index measure(SSIM)을 통해서 3 defect level의 segmentation mask를 refine하고 quantify 함.

Anomaly reconstruction

슬라이드21 슬라이드22