https://github.com/DonaldRR/SimpleNet

效果一般,但是真的简单??

- Feature adaptor: a single fully connected layer
- input: a feature at location (h, w)
- fig 4, tab 3.
- The Discriminator Dψ works as a normality scorer, estimating the normality at each location (h, w) directly.
- a 2-layer MLP
- no position info as input?
- 应该依赖多尺度feature,
SimpleNet: A Simple Network for Image Anomaly Detection and Localization, cvpr23