README.MD
September 14, 2026 ยท View on GitHub
๐ฅ๐ฅ IMMoE: Incomplete Multi-View Anomaly Detection via Mixture of View Experts Fusion
๐ News
- [2026.08.16] We release the code.
- [2026.07.21] We release the arXiv paper.
- [2026.06.18] ๐๐๐ Our IMMoE is accepted by ECCV 2026.
๐จ Requirement
conda create -n IMMoE python==3.8.12
conda activate IMMoE
pip install -r requirements.txt
๐ณ Data
| Datasets | |
|---|---|
| RIMAD | eehulei/RIMAD |
๐ Run Experiments
Training
python train.py
Visualization
python vis.py
Citation
If you find our work inspiring or use our codebase in your research, please cite our work:
@inproceedings{hu2026immoe,
title={IMMoE: Incomplete Multi-View Anomaly Detection via Mixture of View Experts Fusion},
author={Hu, Lei},
booktitle={European Conference on Computer Vision},
pages={40--57},
year={2026},
organization={Springer}
}
โค๏ธ Acknowledgements
Our work is based on Real-IAD, Dinomaly and INP-Former. Thank them for their excellent work.