Discover and explore top open-source AI tools and projects—updated daily.
jerryfeng2003Efficiently fine-tune 3D point cloud models in the spectral domain
Top 75.7% on SourcePulse
PointGST offers parameter-efficient fine-tuning (PEFT) for point cloud learning, addressing the high computational and storage costs of full fine-tuning pre-trained models. It targets researchers and practitioners needing to adapt 3D models efficiently, delivering state-of-the-art results with significantly fewer trainable parameters.
How It Works
The core innovation is the Point Cloud Spectral Adapter (PCSA), a lightweight, trainable module introduced into frozen pre-trained models. PCSA operates in the spectral domain, enabling efficient adaptation by focusing parameter updates on key spectral features. This approach leverages global geometric properties for improved fine-tuning efficiency and performance.
Quick Start & Requirements
git clone https://github.com/jerryfeng2003/PointGST.git) and cd into it. Anaconda is recommended.conda create -y -n pgst python=3.9, conda activate pgst).pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118) and other requirements (pip install -r requirements.txt).DATASET.md.Highlighted Details
Maintenance & Community
The project is authored by researchers from Huazhong University of Science and Technology and Baidu Inc. The project has been accepted by IEEE TPAMI. No community channels or roadmaps are specified in the README.
Licensing & Compatibility
Licensed under Apache 2.0, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Experiments are documented on a single NVIDIA 3090 GPU, suggesting potential hardware dependencies. Broader compatibility or performance on different hardware configurations is not detailed. The project relies on several external codebases, inheriting their maintenance status.
1 month ago
Inactive
facebookresearch
microsoft
tunib-ai
stochasticai
huggingface
huggingface