paper-with-me

Papers

RevMUX: Data Multiplexing with Reversible Adapters for Efficient LLM Batch Inference

2024-10-06 · Yige Xu, Xu Guo, Zhiwei Zeng, Chunyan Miao

Large language models (LLMs) have brought a great breakthrough to the natural language processing (NLP) community, while leading the challenge of handling concurrent customer queries due to their high throughput demands. Data multiplexing addresses this by merging multiple inputs into a single composite input, allowing more efficient inference through a shared forward pass. However, as distinguishing individuals from a composite input is challenging, conventional methods typically require training the entire backbone, yet still suffer from performance degradation. In this paper, we introduce RevMUX, a parameter-efficient data multiplexing framework that incorporates a reversible design in the multiplexer, which can be reused by the demultiplexer to perform reverse operations and restore individual samples for classification. Extensive experiments on four datasets and three types of LLM backbones demonstrate the effectiveness of RevMUX for enhancing LLM inference efficiency while retaining a satisfactory classification performance.

📄 PDF Abstract BibTeX arXiv:2410.04519

Code (1)

xuyige/RevMUX 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Unlearning through Knowledge Overwriting: Reversible Federated Unlearning via Selective Sparse Adapter

2025-01-01 · CVPR 2025 1 · Zhengyi Zhong, Weidong Bao, Ji Wang, Shuai Zhang 외

Federated Learning is a promising paradigm for privacy-preserving collaborative model training. In practice, it is essential not only to continuously train the model to acquire new knowledge but also to guarantee old…

Federated LearningPrivacy Preserving

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.…

S-LoRA: Serving Thousands of Concurrent LoRA Adapters

2023-11-06 · Ying Sheng, Shiyi Cao, Dacheng Li, Coleman Hooper 외

The "pretrain-then-finetune" paradigm is commonly adopted in the deployment of large language models. Low-Rank Adaptation (LoRA), a parameter-efficient fine-tuning method, is often employed to adapt a base model to a mul…

GPUparameter-efficient fine-tuning

3-in-1: 2D Rotary Adaptation for Efficient Finetuning, Efficient Batching and Composability

2024-08-28 · Baohao Liao, Christof Monz

Parameter-efficient finetuning (PEFT) methods effectively adapt large language models (LLMs) to diverse downstream tasks, reducing storage and GPU memory demands. Despite these advantages, several applications pose new c…

Arithmetic ReasoningGPU

PaReprop: Fast Parallelized Reversible Backpropagation

2023-06-15 · Tyler Zhu, Karttikeya Mangalam

The growing size of datasets and deep learning models has made faster and memory-efficient training crucial. Reversible transformers have recently been introduced as an exciting new method for extremely memory-efficient …

Benchmarking