lewandofskee / MambaAD

Official implementation of MambaAD: Exploring State Space Models for Multi-class Unsupervised Anomaly Detection.
82 stars 0 forks source link

About About encoder choice #7

Open lz19991122 opened 3 months ago

lz19991122 commented 3 months ago

Hello, I am studying your code. I observed that the project only uses mamba as a decoder and not as an encoder. May I know why it is designed in this way?

Appreciate it!

lewandofskee commented 3 months ago

We follow previous works by using pre-trained CNNs as encoders. In future work, we will consider using pre-trained Mamba as the encoder.