paper-with-me

홈 › Papers

ChamaleonLLM: Batch-Aware Dynamic Low-Rank Adaptation via Inference-Time Clusters

2025-02-06 · Kamer Ali Yuksel, Hassan Sawaf

Recent advances in large language models (LLMs) have shown remarkable performance across diverse tasks. However, these models are typically deployed with fixed weights, which limits their ability to adapt dynamically to the variability inherent in real-world data during inference. This paper introduces ChamaleonLLM, a novel framework that enables inference-time adaptation of LLMs by leveraging batch-aware clustering and on-the-fly generation of low-rank updates. Unlike traditional fine-tuning approaches such as Low-Rank Adaptation (LoRA) or methods that rely on a fixed set of pre-learned uniforms (changeable masks), our method dynamically generates adaptive modifications to the decoder weights based on the aggregated statistics of clustered batches. By intelligently grouping similar inputs and computing context-aware low-rank updates via a hyper-network, ChamaleonLLM achieves significant performance gains, outperforming conventional LoRA methods while eliminating the overhead of maintaining multiple expert models. Our experiments highlight the potential of our approach to serve as a versatile and highly adaptive solution for language model inference. ChamaleonLLM is open-sourced to ensure the reproducibility of our experiments: https://anonymous.4open.science/r/ChamaleonLLM/

📄 PDF Abstract BibTeX arXiv:2502.04315

Code (1)

kayuksel/ChamaleonLLM 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Test Time Adaptation for Blind Image Quality Assessment

2023-07-27 · ICCV 2023 1 · Subhadeep Roy, Shankhanil Mitra, Soma Biswas, Rajiv Soundararajan

While the design of blind image quality assessment (IQA) algorithms has improved significantly, the distribution shift between the training and testing scenarios often leads to a poor performance of these methods at infe…

Image Quality AssessmentNo-Reference Image Quality AssessmentTest-time Adaptation

Unifying Detection and Adaptation in Task-Free Continual Learning

2026-08-27 · Dezheng Han, Anbang Zhang, Zhihao Zhu, Shuaishuai Guo arxiv

To mitigate catastrophic forgetting in downstream continual learning (CL) for large language models (LLMs), existing methods typically constrain parameter updates or introduce task-specific adaptation modules. However, t…

Continual Learning

tLoRA: Efficient Multi-LoRA Training with Elastic Shared Super-Models

2026-02-06 · Kevin Li, Dibyadeep Saha, Avni Kanodia, Fan Lai arxiv

As Low-Rank Adaptation (LoRA) becomes the standard approach for efficiently fine-tuning large language models (LLMs), shared clusters increasingly execute many concurrent LoRA training jobs over the same frozen backbone.…

Serving Heterogeneous LoRA Adapters in Distributed LLM Inference Systems

2025-11-28 · Shashwat Jaiswal, Shrikara Arun, Anjaly Parayil, Ankur Mallick 외 arxiv

Low-Rank Adaptation (LoRA) has become the de facto method for parameter-efficient fine-tuning of large language models (LLMs), enabling rapid adaptation to diverse domains. In production, LoRA-based models are served at …

parameter-efficient fine-tuning

Batched Low-Rank Adaptation of Foundation Models

2023-12-09 · Yeming Wen, Swarat Chaudhuri

Low-Rank Adaptation (LoRA) has recently gained attention for fine-tuning foundation models by incorporating trainable low-rank matrices, thereby reducing the number of trainable parameters. While LoRA offers numerous adv…

Code Generationspeech-recognitionSpeech Recognition