We present OMCL (Open-vocabulary Monte Carlo Localization), a localization framework that extends Monte Carlo Localization with vision-language features. Our Ocree Language Map enables OMCL to perform visual-only localization in 3D environments while generalizing across different scales. By grounding pose estimation in language features, OMCL accelerates global localization through open-vocabulary prompts.
- RGB-D
- Point clouds
- Visual (RGB)
Build Docker image:
./docker/build.sh
Install pixi:
curl -fsSL https://pixi.sh/install.sh | sh
Detailed instuctions for automatic datasets preparation are provided in DATA.md.
Extract Language Features (for mapping with Option 1 and Localization)
./docker/run.sh
python3 data_scripts/matterport/extract_lang_features.py
Create Octree Language Map:
./docker/run.sh
python3 data_scripts/matterport/create_map.py
./docker/run.sh
python3 data_scripts/matterport/create_map.py visual_model=open_scene
Visualization is available at http://0.0.0.0:8080
Matterport3D + LSeg:
./docker/run.sh
python3 omcl/examples/localize_mp3d.py
Matterport3D + OpenScene:
./docker/run.sh
python3 omcl/examples/localize_mp3d.py visual_model=open_scene
python3 omcl/examples/global_localization.py
Press Enter to interact with the visualization.
From this . directory without docker:
pixi run install_xdecoder
pixi run extract_language_features_sem_kitti
Inside the docker:
./docker/run.sh
python3 data_scripts/semantic_kitti/create_map.py
SemanticKITTI + X-Decoder:
python3 omcl/examples/localize_sem_kitti.py
If you use OMCL in an academic work, please cite:
@article{kruzhkov2026omcl,
title={OMCL: Open-vocabulary Monte Carlo Localization},
author={Kruzhkov, Evgenii and Memmesheimer, Raphael and Behnke, Sven},
journal={IEEE Robotics and Automation Letters (RA-L)},
volume={11},
number={3},
pages={2698--2705},
year={2026},
codeurl={https://github.com/AIS-Bonn/omcl},
}
@inproceedings{kruzhkov2025lilmaps,
title={LiLMaps: Learnable Implicit Language Maps},
author={Kruzhkov, Evgenii and Behnke, Sven},
booktitle={2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
year={2025},
organization={IEEE}
}




