gaowq2017 / P_Net_Anomaly_Detection

This is the implementation of our paper in ECCV 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P-Net for Anomaly Detection (Pytorch)

This is the implementation of the paper:

Kang Zhou, Yuting Xiao, Jianlong Yang, Jun Cheng, Wen Liu, Weixin Luo, Zaiwang Gu, Jiang Liu, Shenghua Gao. Encoding Structure-Texture Relation with P-Net for Anomaly Detection in Retinal Images. ECCV 2020.

using PyTorch.

If you have any question, please feel free to contact us ({zhoukang, xiaoyt}@shanghaitech.edu.cn).

The implementation on MvTec dataset could be found in https://github.com/YutingXiao/P-Net_Mvtec_AD

Introduction

avatar

The motivation of leveraging structure information for anomaly detection. The normal medical images are highly structured, while the regular structure is broken in abnormal images. For example, the lesions (denoted by black bounding box and red arrow in (a) of diabetic retinopathy destroy the blood vessel and histology layer in retina. Thus, in the abnormal retinal fundus image and optical coherence tomography (OCT) image, the lesions (denoted by red color in (b) and (c)) broke the structure. Moreover, this phenomenon agrees with the cognition of doctors. Motivated by this clinical observation, we suggest utilizing the structure information in anomaly detection.

Method

avatar

The pipeline of our P-Net.

avatar

(a) Structure extraction network with domain adaptation (DA). (b) The qualitative results of DA for OCT images. The structure of target image cannot be extracted well without DA.

avatar

Qualitative results of the images in MV-Tech AD dataset.

Dataset

The OCT dataset can be only used for the research community.

The link of Baidu drive (password: 7bl0): https://pan.baidu.com/s/11BUG_FrYfjRCMg7T-zLeew

The link of Google drive: https://drive.google.com/drive/folders/1BHT-BIUm0QUyG56kfM03W9N2MrbuJB9c?usp=sharing

Getting started

Environment

Python 3.5.2
Pytorch 1.1.0
torchvision 0.2.1

To Do

BibTeX

If you use this code in your project, please cite our paper:

@inproceedings{zhou2020encoding,
  title={Encoding Structure-Texture Relation with P-Net for Anomaly Detection in Retinal Images},
  author={Zhou, Kang and Xiao, Yuting and Yang, Jianlong and Cheng, Jun and Liu, Wen and Luo, Weixin and Gu, Zaiwang and Liu, Jiang and Gao, Shenghua.},
  booktitle={ECCV},
  year={2020}
}

About

This is the implementation of our paper in ECCV 2020.


Languages

Language:Python 100.0%