LGAISep 13, 2025

PHLoRA: data-free Post-hoc Low-Rank Adapter extraction from full-rank checkpoint

arXiv:2509.10971v13 citationsh-index: 2IJCNLP-AACL
Originality Incremental advance
AI Analysis

This provides a practical solution for making existing full-rank checkpoints adapter-ready, democratizing scalable inference for all models, though it is incremental as it builds on prior adapter methods.

The paper tackles the problem of extracting low-rank adaptation adapters from full-rank fine-tuned models without needing training data or gradients, achieving negligible degradation in downstream task performance while enabling scalable inference and cost savings.

We introduce PHLoRA (Pronounced "flora"). (Post-hoc LoRA), a simple yet powerful method to extract low-rank adaptation adapters from full-rank fine-tuned models without requiring access to training data or gradients. By computing the low-rank decomposition of weight differences between a base model and its fine-tuned counterpart, our method reconstructs adapter modules that can be merged or dynamically routed at inference time via S-LoRA, or served in scalable, industry settings using platforms like NVIDIA NIM. This approach amortizes latency overhead across requests and yields substantial cost savings. Unlike prior work that trains each adapter explicitly, our approach decouples fine-tuning from adapter generation, allowing adapter extraction from existing full-rank models or third-party checkpoints. Experiments on text, image, and video benchmarks using the Amazon Nova model family demonstrate that extracted adapters preserve high energy from the full weight delta, can be pruned safely, and yield negligible degradation in downstream task performance when re-merged. Overall, PHLoRA provides a practical path for making all existing full-rank checkpoints adapter-ready, democratizing scalable inference for all models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes