πŸš€ MonSter++ πŸš€

December 23, 2025 Β· View on GitHub

MonSter++: Unified Stereo Matching, Multi-view Stereo, and Real-time Stereo with Monodepth Priors arxiv

πŸ€— Demo Video:

Overview Video

πŸš€ RT-MonSter++ πŸš€

  • [2025/12] We release the ONNX and TensorRT export and conversion scripts for RT-MonSter++, enabling efficient inference on mobile and edge devices. Further optimizations are planned, including integrating techniques from DepthAnything to further improve efficiency!
  • 45a82bb73e85fb4a66ade8bd3c441b48

News

  • [2025/12] The most often asked about the issue: ONNX and tensorRT export problems: can be reference to https://github.com/Junda24/MonSter-plusplus/pull/4
  • [2025/9] We have open-sourced our lightweight real-time model RT-MonSter++
  • [2025/9] Weights for RT-MonSter++ model released!
  • [2025/10] We have open-sourced our accuracy model MonSter++
  • [2025/10] Weights for MonSter++ model released!

✈️ MonSter++ Model weights (accuracy models)

ModelLink
KITTIDownload πŸ€—
ETH3DDownload πŸ€—
MiddleburyDownload πŸ€—
mix_allDownload πŸ€—

The mix_all model is trained on all the datasets we collect over 2M image pairs, which has the best performance on zero-shot generalization.

✈️ RT-MonSter++ Model weights (light weight models)

ModelLink
KITTI 2012Download πŸ€—
KITTI 2015Download πŸ€—
mix_allDownload πŸ€—

The mix_all model is trained on all the datasets we collect over 2M image pairs, which has the best performance on zero-shot generalization.

🎬 Dependencies

pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121
pip install tqdm
pip install scipy
pip install opencv-python
pip install scikit-image
pip install tensorboard
pip install matplotlib 
pip install timm==0.6.13
pip install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.4/index.html
pip install accelerate==1.0.1
pip install gradio_imageslider
pip install gradio==4.29.0
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
pip install openexr
pip install pyexr
pip install imath
pip install h5py
pip install swanlab

Leaderboards πŸ†

We obtained the 1st place on the world-wide KITTI 2012 leaderboard and KITTI 2015 leaderboard.

  1. KITTI 2012 leaderboard

    image
  2. KITTI 2015 leaderboard

image

We obtained the 2nd place on the world-wide ETH3D leaderboard, while maintaining the lowest inference cost, particularly compared with the top-ranked method.

  1. ETH3D leaderboard 3e06f3c5a624ab19c78fb89c0f516ed2

✈️ Citation

If you find our works useful in your research, please consider citing our papers:


MonSter:
@InProceedings{Cheng_2025_CVPR,
    author    = {Cheng, Junda and Liu, Longliang and Xu, Gangwei and Wang, Xianqi and Zhang, Zhaoxing and Deng, Yong and Zang, Jinliang and Chen, Yurui and Cai, Zhipeng and Yang, Xin},
    title     = {MonSter: Marry Monodepth to Stereo Unleashes Power},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2025},
    pages     = {6273-6282}
}

MonSter++:
@misc{cheng2025monsterunifiedstereomatching,
      title={MonSter++: Unified Stereo Matching, Multi-view Stereo, and Real-time Stereo with Monodepth Priors}, 
      author={Junda Cheng and Wenjing Liao and Zhipeng Cai and Longliang Liu and Gangwei Xu and Xianqi Wang and Yuzhou Wang and Zikang Yuan and Yong Deng and Jinliang Zang and Yangyang Shi and Jinhui Tang and Xin Yang},
      year={2025},
      eprint={2501.08643},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2501.08643}, 
}