zhiyuanyou / UniAD

[NeurIPS 2022 Spotlight] A Unified Model for Multi-class Anomaly Detection
Apache License 2.0
250 stars 28 forks source link

why decoders need to re-trained for visualization? #9

Closed fuweifu-vtoo closed 2 years ago

fuweifu-vtoo commented 2 years ago

Thanks for your excellent work! But I wonder why decoders need to re-trained for visualization?

zhiyuanyou commented 2 years ago

We follow a feature-reconstruction paradigm. The reconstruction source and target are all features. These features are hard to visualize, especially hard to show the "shortcut problem". Therefore, we need some decoders to project these features to pixel space. So, these decoders are trained to project backbone-extracted features to pixel space.

Note that:

fuweifu-vtoo commented 2 years ago

thanks for your helpful reply!