SVFT: Singular Vectors guided Fine-Tuning—the proposed method that updates weights using their own singular vectors
LoRA: Low-Rank Adaptation—a PEFT method injecting trainable low-rank matrices into frozen layers
DoRA: Weight-Decomposed Low-Rank Adaptation—a variant of LoRA that separates magnitude and direction updates
VeRA: Vector-based Random Matrix Adaptation—a PEFT method using shared random matrices and learnable scaling vectors
PEFT: Parameter-Efficient Fine-Tuning—techniques to adapt large models by training only a small subset of parameters
Full-FT: Full Fine-Tuning—updating all parameters of the model
SVD: Singular Value Decomposition—factorizing a matrix into left singular vectors, singular values, and right singular vectors
BOFT: Butterfly Orthogonal Fine-Tuning—a PEFT method using butterfly factorizations for orthogonal updates
PiSSA: Principal Singular Values and Singular Vectors Adaptation—a method initializing LoRA matrices with principal components
AdaLoRA: Adaptive Low-Rank Adaptation—a method that adaptively allocates rank budget across layers
OFT: Orthogonal Fine-Tuning—adapting weights via orthogonal transformations to preserve hyperspherical energy