paper-with-me

홈 › Papers

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

2025-04-22 · CVPR 2025 1 · 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.

📄 PDF Abstract BibTeX arXiv:2504.16023

Code (1)

songw-zju/pointlora 공식 구현

Tasks

parameter-efficient fine-tuningRepresentation Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Selective State-Space Adaptation and Retrieval for Language Model Reasoning

2026-07-21 · Atahan Dokme, Larry Heck arxiv

Low-rank adaptation introduces a static learned update applied identically to every input. The update provides task-level adaptation but does not explicitly represent token-level or instance-level state variation. A fami…

VarRate: Training-Free Variable-Rate KV Cache Compression for Long-Context LLMs

2026-07-16 · Shahrzad Esmat, Dhawal Shah, Ali Jannesari arxiv

The key-value (KV) cache is the main memory bottleneck in long-context large language model (LLM) inference. Two leading training-free families are both structurally limited: token-selection methods (SnapKV, Ada-KV) scor…

When Does Resolution Help a Frozen Backbone? Global Attention at Resolution Predicts Scalable Adaptation for Camouflaged and Marine Animal Segmentation

2026-07-02 · Tyler Rust, Chandra Kambhamettu arxiv

Adapting frozen vision foundation models to fine-grained segmentation now largely depends on backbone selection. Whether the backbone applies global attention to a high-resolution token set predicts whether a low-rank ad…

GoRA: Gradient-driven Adaptive Low Rank Adaptation

2025-02-13 · Haonan He, Peng Ye, Yuchen Ren, Yuan Yuan 외

Low-Rank Adaptation (LoRA) is a crucial method for efficiently fine-tuning large language models (LLMs), with its effectiveness influenced by two key factors: rank selection and weight initialization. While numerous LoRA…

Computational EfficiencyMathematical Reasoning

Point-Selection Fine-Tuning Framework for Robust Point Cloud Classification

2026-07-22 · Da Li, Chang Ma, Dongfu Yin arxiv

Noisy and corrupted points can substantially degrade point cloud recognition performance, especially under challenging corruption settings. In particular, full fine-tuning of 3D pre-trained models may amplify the influen…

Point Cloud Classification