paper-with-me

홈 › Papers

LoRA-Drop: Temporal LoRA Decoding for Efficient LLM Inference

2026-01-05 · Hossein Rajabzadeh, Maryam Dialameh, Chul B. Park, Il-Min Kim, Hyock Ju Kwon arxiv

Autoregressive large language models (LLMs) are bottlenecked by sequential decoding, where each new token typically requires executing all transformer layers. Existing dynamic-depth and layer-skipping methods reduce this cost, but often rely on auxiliary routing mechanisms or incur accuracy degradation when bypassed layers are left uncompensated. We present \textbf{LoRA-Drop}, a plug-and-play inference framework that accelerates decoding by applying a \emph{temporal compute schedule} to a fixed subset of intermediate layers: on most decoding steps, selected layers reuse the previous-token hidden state and apply a low-rank LoRA correction, while periodic \emph{refresh} steps execute the full model to prevent drift. LoRA-Drop requires no routing network, is compatible with standard KV caching, and can reduce KV-cache footprint by skipping KV updates in droppable layers during LoRA steps and refreshing periodically. Across \textbf{LLaMA2-7B}, \textbf{LLaMA3-8B}, \textbf{Qwen2.5-7B}, and \textbf{Qwen2.5-14B}, LoRA-Drop achieves up to \textbf{2.6$\times$ faster decoding} and \textbf{45--55\% KV-cache reduction} while staying within \textbf{0.5 percentage points (pp)} of baseline accuracy. Evaluations on reasoning (GSM8K, MATH, BBH), code generation (HumanEval, MBPP), and long-context/multilingual benchmarks (LongBench, XNLI, XCOPA) identify a consistent \emph{safe zone} of scheduling configurations that preserves quality while delivering substantial efficiency gains, providing a simple path toward adaptive-capacity inference in LLMs. Codes are available at https://github.com/hosseinbv/LoRA-Drop.git.

📄 PDF Abstract BibTeX arXiv:2601.02569

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Mitigating Subject Dependency in EEG Decoding with Subject-Specific Low-Rank Adapters

2025-10-09 · Timon Klein, Piotr Minakowski, Sebastian Sager, Steffen Schotthöfer arxiv

Subject-specific distribution shifts represent a fundamental obstacle to developing foundation models for brain decoding. We propose the Subject-Specific Low-Rank Adapter (SuLoRA), a drop-in replacement for standard line…

Brain DecodingEeg Decoding

NADPEx: An on-policy temporally consistent exploration method for deep reinforcement learning

2018-12-21 · ICLR 2019 5 · Sirui Xie, Junning Huang, Lanxin Lei, Chunxiao Liu 외

Reinforcement learning agents need exploratory behaviors to escape from local optima. These behaviors may include both immediate dithering perturbation and temporally consistent exploration. To achieve these, a stochasti…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+3

A Language-Agnostic Hierarchical LoRA-MoE Architecture for CTC-based Multilingual ASR

2026-01-02 · Yuang Zheng, Dongxu Chen, Yuxiang Mei, Dongxing Xu 외 arxiv

Large-scale multilingual ASR (mASR) models such as Whisper achieve strong performance but incur high computational and latency costs, limiting their deployment on resource-constrained edge devices. In this study, we prop…

Domain Adaptation

LoRA Dropout as a Sparsity Regularizer for Overfitting Control

2024-04-15 · Yang Lin, Xinyu Ma, Xu Chu, Yujie Jin 외

Parameter-efficient fine-tuning methods, represented by LoRA, play an essential role in adapting large-scale pre-trained models to downstream tasks. However, fine-tuning LoRA-series models also faces the risk of overfitt…

parameter-efficient fine-tuning

Energy Efficient Data Recovery from Corrupted LoRa Frames

2021-07-19 · Niloofar Yazdani, Nikolaos Kouvelas, R Venkatesha Prasad, Daniel E. Lucani

High frame-corruption is widely observed in Long Range Wide Area Networks (LoRaWAN) due to the coexistence with other networks in ISM bands and an Aloha-like MAC layer. LoRa's Forward Error Correction (FEC) mechanism is …