paper-with-me

홈 › Papers

LoCO: Low-rank Compositional Rotation Fine-tuning

2026-05-15 · An Nguyen, Jaesik Choi, Anh Tong arxiv

Parameter-efficient fine-tuning (PEFT) has emerged as an critical technique for adapting large-scale foundation models across natural language processing and computer vision. While existing methods such as low-rank adaptations achieve parameter efficiency via low-rank weight updates, they are limited in their ability to preserve the geometric structure of pretrained representations. We introduce Low-rank Compositional Orthogonal fine-tuning (LoCO), a novel PEFT method that constructs orthogonal transformations through low-rank skew-symmetric matrices and compositional rotation chains. We propose an approximation scheme that enables fully parallel computation of compositional rotations, making the approach practical for high-dimensional feature spaces. Our method maintains low computational complexity while maintaining orthogonality with controlled approximation error. We validate LoCO across diverse domains, including diffusion transformer fine-tuning, vision transformer adaptation, and language model adaptation. Our method demonstrates superior or competitive performance compared to both existing orthogonal and non-orthogonal methods.

📄 PDF Abstract BibTeX arXiv:2605.15916

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

SLowRL: Safe Low-Rank Adaptation Reinforcement Learning for Locomotion

2026-03-17 · Elham Daneshmand, Shafeef Omar, Glen Berseth, Majid Khadiv 외 arxiv

Sim-to-real transfer of locomotion policies often leads to performance degradation due to the inevitable sim-to-real gap. Naively fine-tuning these policies directly on hardware is problematic, as it poses risks of mecha…

Reinforcement Learning

CORA: Per-Slice Coherent Orthogonal Rotation for SVD-based Low-Rank Adaptation

2026-06-30 · Pengcheng Wang, Ziran Liu, Wei Wang, Wei Jiang arxiv

Parameter-Efficient Fine-Tuning (PEFT) commonly adapts pretrained weights through low-rank updates, and recent methods further exploit the singular value decomposition (SVD) of the base weight for initialization or subsp…

parameter-efficient fine-tuningCode Generation

FRoD: Full-Rank Efficient Fine-Tuning with Rotational Degrees for Fast Convergence

2025-12-29 · Guoan Wan, Tianyu Chen, Fangzheng Feng, Haoyi Zhou 외 arxiv

Parameter-efficient fine-tuning (PEFT) methods have emerged as a practical solution for adapting large foundation models to downstream tasks, reducing computational and memory costs by updating only a small subset of par…

parameter-efficient fine-tuning

DEFT: Decompositional Efficient Fine-Tuning for Text-to-Image Models

2025-09-26 · Komal Kumar, Rao Muhammad Anwer, Fahad Shahbaz Khan, Salman Khan 외 arxiv

Efficient fine-tuning of pre-trained Text-to-Image (T2I) models involves adjusting the model to suit a particular task or dataset while minimizing computational resources and limiting the number of trainable parameters. …

Image Generation

CORE: Improving Compositional Reasoning in MLLM Embedding via Reranker Distillation

2026-09-03 · Tingyu Song, Mingxin Li, Yanzhao Zhang, Dingkun Long 외 hf

MLLM-based embedding models remain limited in compositional retrieval, often failing to distinguish scenes containing the same concepts but different attribute-object bindings. Yet the same backbone can resolve such dist…

Contrastive Learning