paper-with-me

홈 › Papers

Boosting Inference Efficiency: Unleashing the Power of Parameter-Shared Pre-trained Language Models

2023-10-19 · Weize Chen, Xiaoyue Xu, Xu Han, Yankai Lin, Ruobing Xie, Zhiyuan Liu, Maosong Sun, Jie zhou

Parameter-shared pre-trained language models (PLMs) have emerged as a successful approach in resource-constrained environments, enabling substantial reductions in model storage and memory costs without significant performance compromise. However, it is important to note that parameter sharing does not alleviate computational burdens associated with inference, thus impeding its practicality in situations characterized by limited stringent latency requirements or computational resources. Building upon neural ordinary differential equations (ODEs), we introduce a straightforward technique to enhance the inference efficiency of parameter-shared PLMs. Additionally, we propose a simple pre-training technique that leads to fully or partially shared models capable of achieving even greater inference acceleration. The experimental results demonstrate the effectiveness of our methods on both autoregressive and autoencoding PLMs, providing novel insights into more efficient utilization of parameter-shared models in resource-constrained settings.

📄 PDF Abstract BibTeX arXiv:2310.12818

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TAPAS: Thermal- and Power-Aware Scheduling for LLM Inference in Cloud Platforms

2025-01-05 · Jovan Stojkovic, Chaojie Zhang, Íñigo Goiri, Esha Choukse 외

The rising demand for generative large language models (LLMs) poses challenges for thermal and power management in cloud datacenters. Traditional techniques often are inadequate for LLM inference due to the fine-grained,…

GPUQuantizationScheduling

RILQ: Rank-Insensitive LoRA-based Quantization Error Compensation for Boosting 2-bit Large Language Model Accuracy

2024-12-02 · Geonho Lee, Janghwan Lee, Sukjin Hong, Minsoo Kim 외

Low-rank adaptation (LoRA) has become the dominant method for parameter-efficient LLM fine-tuning, with LoRA-based quantization error compensation (LQEC) emerging as a powerful tool for recovering accuracy in compressed …

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model+1

Unleashing Low-Bit Inference on Ascend NPUs: A Comprehensive Evaluation of HiFloat Formats

2026-02-13 · Pengxiang Zhao, Hui-Ling Zhen, Xing Li, Han Bao 외 arxiv

As LLMs scale, low-bit floating-point formats like MXFP and NVFP4 offer new opportunities for precision and efficiency. In this work, we evaluate HiFloat (HiF8 and HiF4), a family of formats tailored for Ascend NPUs. Thr…

Position-Aware Depth Decay Decoding ($D^3$): Boosting Large Language Model Inference Efficiency

2025-03-11 · Siqi Fan, Xuezhi Fang, Xingrun Xing, Peng Han 외

Due to the large number of parameters, the inference phase of Large Language Models (LLMs) is resource-intensive. Unlike traditional model compression, which needs retraining, recent dynamic computation methods show that…

GSM8KLanguage ModelingLanguage ModellingLarge Language Model+2

SD-DiT: Unleashing the Power of Self-supervised Discrimination in Diffusion Transformer

2024-03-25 · CVPR 2024 1 · Rui Zhu, Yingwei Pan, Yehao Li, Ting Yao 외

Diffusion Transformer (DiT) has emerged as the new trend of generative diffusion models on image generation. In view of extremely slow convergence in typical DiT, recent breakthroughs have been driven by mask strategy th…

DecoderImage Generation