paper-with-me

Papers

Parameter-Efficient Fine-Tuning in Spectral Domain for Point Cloud Learning

2024-10-10 · Dingkang Liang, Tianrui Feng, Xin Zhou, Yumeng Zhang, Zhikang Zou, Xiang Bai

Recently, leveraging pre-training techniques to enhance point cloud models has become a hot research topic. However, existing approaches typically require full fine-tuning of pre-trained models to achieve satisfied performance on downstream tasks, accompanying storage-intensive and computationally demanding. To address this issue, we propose a novel Parameter-Efficient Fine-Tuning (PEFT) method for point cloud, called PointGST (Point cloud Graph Spectral Tuning). PointGST freezes the pre-trained model and introduces a lightweight, trainable Point Cloud Spectral Adapter (PCSA) to fine-tune parameters in the spectral domain. The core idea is built on two observations: 1) The inner tokens from frozen models might present confusion in the spatial domain; 2) Task-specific intrinsic information is important for transferring the general knowledge to the downstream task. Specifically, PointGST transfers the point tokens from the spatial domain to the spectral domain, effectively de-correlating confusion among tokens via using orthogonal components for separating. Moreover, the generated spectral basis involves intrinsic information about the downstream point clouds, enabling more targeted tuning. As a result, PointGST facilitates the efficient transfer of general knowledge to downstream tasks while significantly reducing training costs. Extensive experiments on challenging point cloud datasets across various tasks demonstrate that PointGST not only outperforms its fully fine-tuning counterpart but also significantly reduces trainable parameters, making it a promising solution for efficient point cloud learning. It improves upon a solid baseline by +2.28%, 1.16%, and 2.78%, resulting in 99.48%, 97.76%, and 96.18% on the ScanObjNN OBJ BG, OBJ OBLY, and PB T50 RS datasets, respectively. This advancement establishes a new state-of-the-art, using only 0.67% of the trainable parameters.

📄 PDF Abstract BibTeX arXiv:2410.08114

Code (1)

jerryfeng2003/pointgst 공식 구현 pytorch

Tasks

3D Parameter-Efficient Fine-Tuning for Classification3D Point Cloud ClassificationGeneral Knowledgeparameter-efficient fine-tuningPoint Cloud Classification

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

S2FT: Parameter-Efficient Fine-Tuning in Sparse Spectrum Domain

2026-05-09 · Baoquan Zhang, Zhehao Yu, Lisai Zhang, Kenghong Lin 외 arxiv

Parameter Efficient Fine-Tuning (PEFT) is a key technique for adapting a large pretrained model to downstream tasks by fine-tuning only a small number of parameters. Recent methods based on Fourier transforms have furthe…

parameter-efficient fine-tuning

Parameter-Efficient Fine-Tuning of Multispectral Foundation Models for Hyperspectral Image Classification

2025-05-21 · Bernardin Ligan, Khalide Jbilou, Fahd Kalloubi, Ahmed Ratnani

Foundation models have achieved great success across diverse domains, including remote sensing (RS), thanks to their versatility and strong generalization abilities. However, most RS foundation models are designed for mu…

Hyperspectral Image Classificationimage-classificationImage Classificationparameter-efficient fine-tuning

Spectral Adapter: Fine-Tuning in Spectral Space

2024-05-22 · Fangzhao Zhang, Mert Pilanci

Recent developments in Parameter-Efficient Fine-Tuning (PEFT) methods for pretrained deep neural networks have captured widespread interest. In this work, we study the enhancement of current PEFT methods by incorporating…

parameter-efficient fine-tuning

Physics-Aligned Spectral Mamba: Decoupling Semantics and Dynamics for Few-Shot Hyperspectral Target Detection

2026-04-07 · Luqi Gong, Qixin Xie, Yue Chen, Ziqiang Chen 외 arxiv

Meta-learning facilitates few-shot hyperspectral target detection (HTD), but adapting deep backbones remains challenging. Full-parameter fine-tuning is inefficient and prone to overfitting, and existing methods largely i…

Domain GeneralizationTest-time Adaptation

3D Test-time Adaptation via Graph Spectral Driven Point Shift

2025-07-24 · Xin Wei, Qin Yang, Yijie Fang, Mingrui Zhu 외 arxiv

While test-time adaptation (TTA) methods effectively address domain shifts by dynamically adapting pre-trained models to target domain data during online inference, their application to 3D point clouds is hindered by the…

3D Point Cloud ClassificationTest-time AdaptationPoint Clouds