Apple proposes DLR-Lock to restrict fine-tuning of open-weight language models
Method replaces pretrained MLP layers with deep low-rank residual networks to raise the cost of unauthorized adaptation while preserving model capabilities.
1 source · cross-referenced
- Apple’s research team proposes DLR-Lock, a defense mechanism that restricts fine-tuning of open-weight language models by replacing MLP layers with deep low-rank residual networks.
- The method increases activation memory during backpropagation and complicates the optimization landscape for fine-tuning, raising the cost of unauthorized adaptation.
- Experiments on large language models validate that DLR-Lock withstands adaptive attackers with full knowledge of the defense while preserving original model capabilities.
- The paper has been accepted at the Efficient Systems for Foundation Models workshop at ICML 2024.
Apple’s Machine Learning Research group describes a method to limit unauthorized adaptation of open-weight language models while keeping the models usable. The approach, called DLR-Lock, replaces each pretrained MLP layer in a model with a deep low-rank residual network (DLR-Net) of comparable parameter count.
The authors argue that open-weight sharing accelerates adoption and open research but can be misused for unauthorized fine-tuning or redistribution. Defending against such adaptation is challenging because an adaptive attacker can inspect all weights and architectures and reverse simple structural defenses. DLR-Lock leverages the inference–training asymmetry of automatic differentiation as a novel defense axis.
During fine-tuning, DLR-Lock forces activation memory to grow linearly with depth during backpropagation, imposing a disproportionate overhead on the backward pass relative to the forward pass. The method also introduces architectural mismatches that complicate the optimization landscape of standard fine-tuning, making unauthorized adaptation harder without degrading the model’s capabilities.
The team reports that DLR-Nets are trained via module-wise distillation and that experiments on large language models validate the defense’s effectiveness against adaptive attackers who know the defense strategy. The paper has been accepted at the Efficient Systems for Foundation Models workshop at ICML 2024.
- Aug 8, 2026 · Apple — Machine Learning Research
Apple study compares diffusion and autoregressive language models on performance and scaling trade-offs
Trust79 - Aug 8, 2026 · Apple — Machine Learning Research
Apple proposes ARBITRAGE, a step-level speculative decoding framework to reduce LLM reasoning latency by up to twofold
Trust79 - Aug 8, 2026 · Apple — Machine Learning Research
Apple demonstrates few-step text generation with a 1.7B-parameter flow model trained on 2.1 trillion tokens
Trust79