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

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

22 Apr 2025CVPR 2025 1arXiv:2504.16023archive 2025-07-28

Song Wang, Xiaolu Liu, Lingdong Kong, Jianyun Xu, Chunyong Hu, Gongfan Fang, Wentong Li, Jianke Zhu, Xinchao Wang

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2504.16023")

Code

Syntology Ran 3 of 10 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

songw-zju/pointlora officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 3 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran
7unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from songw-zju/PointLoRA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

load_modelnet_data songw-zju/PointLoRA/datasets/ModelNetDataset.py official repository ran Apache-2.0 (permissive) · 39b2b4edb312a41a · report
merge_new_config songw-zju/PointLoRA/utils/config.py official repository ran Apache-2.0 (permissive) · d65f58435eedf5a5 · report
pc_normalize songw-zju/PointLoRA/datasets/ModelNetDataset.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 4783fbece52f500e · report
cfg_from_yaml_file songw-zju/PointLoRA/utils/config.py official repository unverified Apache-2.0 (permissive) · 91ac3709882c1072 · report
farthest_point_sample songw-zju/PointLoRA/datasets/ModelNetDataset.py official repository unverified Apache-2.0 (permissive) · f80066a00e7156a2 · report
gather_tensor songw-zju/PointLoRA/utils/dist_utils.py official repository unverified Apache-2.0 (permissive) · 14029b06371b000c · report
get_config songw-zju/PointLoRA/utils/config.py official repository unverified Apache-2.0 (permissive) · 90328f69a5a05f77 · report
get_missing_parameters_message songw-zju/PointLoRA/utils/checkpoint.py official repository unverified Apache-2.0 (permissive) · 79cfc5c7bcc39b7b · report
get_unexpected_parameters_message songw-zju/PointLoRA/utils/checkpoint.py official repository unverified Apache-2.0 (permissive) · f45b84cf72162235 · report
reduce_tensor songw-zju/PointLoRA/utils/dist_utils.py official repository unverified Apache-2.0 (permissive) · 5f9ab5e0087e7f19 · report

Tasks

Representation Learningparameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Adapter

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections