LayerRoute Combines Adaptive Layer-Skipping With LoRA for Efficient LLM Inference
A new arXiv paper introduces LayerRoute, a parameter-efficient technique that skips selected transformer layers at inference time to cut compute costs. Each layer uses a hard-gated routing decision trained with a straight-through estimator, and the model is jointly fine-tuned with LoRA so that output quality is largely retained. The authors position the approach as a way to speed up large language model inference without sacrificing accuracy.