The repository metadata uses the MIT license to match the included LICENSE file.
If you release model weights under different terms, update the YAML metadata before
uploading.
Expected Files
Upload pretrained weights under the same layout used by the GitHub code:
python test.py --dataset 3DMatch TIERS Oxford MIT --experiment_id threedmatch --verbose
Requirements
BUFFER-X inference uses CUDA-specific dependencies, including pointnet2_ops,
KNN_CUDA, custom C++ wrappers, and torch-batch-svd. The GitHub installation
script installs these pieces for supported PyTorch/CUDA combinations.
Limitations
The hosted pretrained snapshots do not include benchmark datasets.
ScanNet++ preprocessing must be run from the original dataset because modified
files cannot be redistributed by this project.
CPU-only installation is useful for reading utilities and packaging checks, but
full BUFFER-X inference requires CUDA extensions.
Citation
bibtex
1@article{Seo_BUFFERX_arXiv_2025,
2 title={BUFFER-X: Towards Zero-Shot Point Cloud Registration in Diverse Scenes},
3 author={Minkyun Seo and Hyungtae Lim and Kanghee Lee and Luca Carlone and Jaesik Park},
4 journal={2503.07940 (arXiv)},
5 year={2025}
6}