README.md
July 16, 2025 · View on GitHub
Code
1. Download ImageNet-1K pre-trained model from the official repository or MMSelfSup. (This model is considered a suspicious model .)
MAE: https://github.com/facebookresearch/mae.
CAE: https://github.com/lxtGH/CAE.
iBOT: https://github.com/bytedance/ibot.
SimMIM: https://github.com/microsoft/SimMIM.
Other Models: https://mmselfsup.readthedocs.io/en/latest/model_zoo.html.
2. Train the reconstructor .
python train_reconstructor.py
3. Perform hypothesis testing.
python test_reconstructor.py
Acknowledgement
This resipotry is based on CTRL