Views
No views yet
| File | Description |
|---|---|
mobi_nuscenes_epoch28.ckpt | MObI trained on nuScenes |
autoencoders/range_autoencoder.ckpt | Range-view VAE for lidar |
| Reference Type | FID ↓ | LPIPS ↓ | CLIP ↑ | D-LPIPS ↓ | I-LPIPS ↓ |
|---|---|---|---|---|---|
| id-ref | 6.503 | 0.114 | 84.9 | 0.130 | 0.147 |
| track-ref | 6.703 | 0.115 | 83.5 | 0.129 | 0.149 |
| in-domain-ref | 8.947 | 0.127 | 77.5 | 0.132 | 0.154 |
| cross-domain-ref | 9.046 | 0.130 | 76.0 | 0.132 | 0.153 |
1git clone https://github.com/alexbuburuzan/MObI.git
2cd MObI
3bash scripts/download_models.sh
4bash scripts/realism_test_bench.sh1@InProceedings{Buburuzan_2025_CVPR,
2 author = {Buburuzan, Alexandru and Sharma, Anuj and Redford, John and Dokania, Puneet K. and Mueller, Romain},
3 title = {MObI: Multimodal Object Inpainting Using Diffusion Models},
4 booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
5 month = {June},
6 year = {2025},
7 pages = {1999-2009}
8}