PointLoRA: Low-Rank Adaptation with Token Selection for Point Cloud Learning

Abstract

Self-supervised representation learning for point cloud has demonstrated effectiveness in improving pre-trained model performance across diverse tasks. However, as pre-trained models grow in complexity, fully fine-tuning them for downstream applications demands substantial computational and storage resources. Parameter-efficient fine-tuning (PEFT) methods offer a promising solution to mitigate these resource requirements, yet most current approaches rely on complex adapter and prompt mechanisms that increase tunable parameters. In this paper, we propose PointLoRA, a simple yet effective method that combines low-rank adaptation (LoRA) with multi-scale token selection to efficiently fine-tune point cloud models. Our approach embeds LoRA layers within the most parameter-intensive components of point cloud transformers, reducing the need for tunable parameters while enhancing global feature capture. Additionally, multi-scale token selection extracts critical local information to serve as prompts for downstream fine-tuning, effectively complementing the global context captured by LoRA. The experimental results across various pre-trained models and three challenging public datasets demonstrate that our approach achieves competitive performance with only 3.43% of the trainable parameters, making it highly effective for resource-constrained applications. Source code is available at: https://github.com/songw-zju/PointLoRA.

Cite

Text

Wang et al. "PointLoRA: Low-Rank Adaptation with Token Selection for Point Cloud Learning." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.00619

Markdown

[Wang et al. "PointLoRA: Low-Rank Adaptation with Token Selection for Point Cloud Learning." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/wang2025cvpr-pointlora/) doi:10.1109/CVPR52734.2025.00619

BibTeX

@inproceedings{wang2025cvpr-pointlora,
  title     = {{PointLoRA: Low-Rank Adaptation with Token Selection for Point Cloud Learning}},
  author    = {Wang, Song and Liu, Xiaolu and Kong, Lingdong and Xu, Jianyun and Hu, Chunyong and Fang, Gongfan and Li, Wentong and Zhu, Jianke and Wang, Xinchao},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {6605-6615},
  doi       = {10.1109/CVPR52734.2025.00619},
  url       = {https://mlanthology.org/cvpr/2025/wang2025cvpr-pointlora/}
}