CloudFixer: Test-Time Adaptation for 3D Point Clouds via Diffusion-Guided Geometric Transformation (ECCV 2024)
CloudFixer: Test-Time Adaptation for 3D Point Clouds via Diffusion-Guided Geometric Transformation
Hajin Shim*, Changhun Kim* and Eunho Yang (*: equal contribution)
European Conference on Computer Vision (ECCV), 2024
Please refer to scripts/set_env.sh
.
conda create -y -n cloudfixer python=3.10.14
conda activate cloudfixer
bash scripts/set_env.sh
- ModelNet40-C
- You can get modelnet40_c.zip using the link above.
- ModelNet40
- You can get modelnet40_ply_hdf5_2048.zip using the link above.
- PointDA-10
- You can get PointDA_data.zip using the link above.
To ensure reproducibility, we are releasing all model checkpoints used in our experiments. You can access the checkpoints for both pre-trained classifiers and diffusion models via this Google Drive link.
bash scripts/run_cloudfixer.sh
bash scripts/run_baselines.sh
bash scripts/train_dm.sh
- ModelNet40-C: https://github.com/jiachens/ModelNet40-C
- PointDA-10: https://github.com/canqin001/PointDAN
- PointNeXt: https://github.com/guochengqian/PointNeXt
- Point2Vec: https://github.com/kabouzeid/point2vec
- PointMLP: https://github.com/ma-xu/pointMLP-pytorch
- Point-E: https://github.com/openai/point-e
- MATE: https://github.com/jmiemirza/MATE
If you have any questions or comments, feel free to contact us via [email protected].
This work was supported by the Institute for Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korea government (MSIP) (No.2019-0-00075, Artificial Intelligence Graduate School Program (KAIST)).
@inproceedings{shim2024cloudfixer,
title={{CloudFixer: Test-Time Adaptation for 3D Point Clouds via Diffusion-Guided Geometric Transformation}},
author={Shim, Hajin and Kim, Changhun and Yang, Eunho},
booktitle={European Conference on Computer Vision (ECCV)},
year={2024}
}