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๐Ÿค— Hugging Face
RIMADeehulei/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.