English

Mining Attribute Subspaces for Efficient Fine-tuning of 3D Foundation Models

Computer Vision and Pattern Recognition 2026-05-27 v2

Abstract

With the emergence of 3D foundation models, there is growing interest in fine-tuning them for downstream tasks, where LoRA is the dominant fine-tuning paradigm. As 3D datasets exhibit distinct variations in texture, geometry, camera motion, and lighting, there are interesting fundamental questions: 1) Are there LoRA subspaces associated with each type of variation? 2) Are these subspaces disentangled (i.e., orthogonal to each other)? 3) How do we compute them effectively? This paper provides answers to all these questions. We introduce a robust approach that generates synthetic datasets with controlled variations, fine-tunes a LoRA adapter on each dataset, and extracts a LoRA sub-space associated with each type of variation. We show that these subspaces are approximately disentangled. Integrating them leads to a reduced LoRA subspace that enables efficient LoRA fine-tuning with improved prediction accuracy for downstream tasks. In particular, we show that such a reduced LoRA subspace, despite being derived entirely from synthetic data, generalizes to real datasets. An ablation study validates the effectiveness of the choices in our approach.

Keywords

Cite

@article{arxiv.2604.10095,
  title  = {Mining Attribute Subspaces for Efficient Fine-tuning of 3D Foundation Models},
  author = {Yu Jiang and Hanwen Jiang and Ahmed Abdelkader and Wen-Sheng Chu and Brandon Y. Feng and Zhangyang Wang and Qixing Huang},
  journal= {arXiv preprint arXiv:2604.10095},
  year   = {2026}
}

Comments

10 pages, 8 figures. Code here: https://github.com/jpppppppppppppppppppppppp/Subspaces-Mining-for-VGGT

R2 v1 2026-07-01T12:04:10.984Z