Open Problems

Question Answering & Reading Comprehension

Principled Allocation of Low-Rank Adaptation Capacity When Full Fine-Tuning Is Unaffordable

Effect to explainOpen
Strong candidate · 4/5 runs6 papers report this33% from 2025+

Generated automatically from the limitations stated in 6 papers (EMNLP, CVPR, NeurIPS), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

LoRA is the default substitute for full fine-tuning, yet across tasks it produces large, sometimes catastrophic, performance drops relative to full updates — and practitioners currently have no way to predict or prevent them. The failures stem from arbitrary capacity choices: uniform ranks across layers and clients, tiny adapter budgets, and no guidance on when the low-rank constraint itself (rather than the task) is responsible. Until rank and layer allocation are treated as first-class decisions, LoRA deployments remain gambles that either waste compute or silently degrade quality.

Why it matters

Parameter-efficient fine-tuning that can be trusted as a drop-in substitute for full fine-tuning — including in federated settings where clients cannot share ranks — removing the current forced choice between cost and correctness.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Build a diagnostic suite of task/model pairs where full fine-tuning and uniform LoRA are both measured, then characterize when the rank bottleneck — not data, hyperparameters, or model scale — explains the gap. Measure: rank-accuracy curves, layer-wise update spectra, and predicted vs. observed degradation.

  2. 2

    Develop automatic rank and layer allocation: allocate per-layer adapter capacity from the singular-value spectrum of task gradients, and in distributed settings, derive provable aggregation rules for heterogeneous client ranks. Measure: accuracy/F1 parity with full fine-tuning at matched adapter-parameter budgets, and federated aggregation stability under rank heterogeneity.

  3. 3

    Ablate the "safety" question directly: train mixed-distribution deployments with LoRA and full fine-tuning and test whether allocated-rank adapters eliminate regression on unambiguous (in-distribution) inputs. Measure: worst-case accuracy on non-target slices at fixed target performance.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

The full-fine-tuning gap turns out to be driven by optimization or data effects rather than rank placement, so no allocation scheme closes it at fixed parameter budgets.

Evidence

Each paper's own statement of the limitation, verbatim.

Nearest existing work

Related open problems

Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.