Title: Single-Modal-Operable Multimodal Collaborative Perception
Conference: ICLR 2026
OpenReview:
Link
ArXiv:
Link
1git clone https://github.com/dempsey-wen/SiMO.git
2cd SiMO
3pip install -r requirements.txt
1# Install huggingface-hub
2pip install huggingface-hub
3
4# Download specific checkpoint
5python -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='DempseyWen/SiMO', filename='***.pth')"
For complete documentation, training scripts, and data preparation instructions, please visit our
GitHub repository.
1@inproceedings{wen2026simo,
2 title={Single-Modal-Operable Multimodal Collaborative Perception},
3 author={Wen, Dempsey and Lu, Yifan and others},
4 booktitle={International Conference on Learning Representations (ICLR)},
5 year={2026}
6}