paper-with-me

홈 › Papers

FFN-SkipLLM: A Hidden Gem for Autoregressive Decoding with Adaptive Feed Forward Skipping

2024-04-05 · Ajay Jaiswal, Bodun Hu, Lu Yin, Yeonju Ro, Shiwei Liu, Tianlong Chen, Aditya Akella

Autoregressive Large Language Models (e.g., LLaMa, GPTs) are omnipresent achieving remarkable success in language understanding and generation. However, such impressive capability typically comes with a substantial model size, which presents significant challenges for autoregressive token-by-token generation. To mitigate computation overload incurred during generation, several early-exit and layer-dropping strategies have been proposed. Despite some promising success due to the redundancy across LLMs layers on metrics like Rough-L/BLUE, our careful knowledge-intensive evaluation unveils issues such as generation collapse, hallucination of wrong facts, and noticeable performance drop even at the trivial exit ratio of 10-15% of layers. We attribute these errors primarily to ineffective handling of the KV cache through state copying during early-exit. In this work, we observed the saturation of computationally expensive feed-forward blocks of LLM layers and proposed FFN-SkipLLM, which is a novel fine-grained skip strategy of autoregressive LLMs. More specifically, FFN-SkipLLM is an input-adaptive feed-forward skipping strategy that can skip 25-30% of FFN blocks of LLMs with marginal change in performance on knowledge-intensive generation tasks without any requirement to handle KV cache. Our extensive experiments and ablation across benchmarks like MT-Bench, Factoid-QA, and variable-length text summarization illustrate how our simple and ease-at-use method can facilitate faster autoregressive decoding.

📄 PDF Abstract BibTeX arXiv:2404.03865

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeHallucinationText Summarization

Similar Papers 제목 키워드 기반

Full-bandwidth transformer

2026-08-09 · Xi Wang, Ziyang Cai, Zheng Zhan, Harry Dong 외 hf

Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedbac…

SpecBound: Adaptive Bounded Self-Speculation with Layer-wise Confidence Calibration

2026-04-14 · Zhuofan Wen, Yang Feng arxiv

Speculative decoding has emerged as a promising approach to accelerate autoregressive inference in large language models (LLMs). Self-draft methods, which leverage the base LLM itself for speculation, avoid the overhead …

Computational Efficiency

SPA-Cache: Singular Proxies for Adaptive Caching in Diffusion Language Models

2026-01-30 · Wenhao Sun, Rong-Cheng Tu, Yifu Ding, Zhao Jin 외 arxiv

While Diffusion Language Models (DLMs) offer a flexible, arbitrary-order alternative to the autoregressive paradigm, their non-causal nature precludes standard KV caching, forcing costly hidden state recomputation at eve…

DASpeech: Directed Acyclic Transformer for Fast and High-quality Speech-to-Speech Translation

2023-10-11 · NeurIPS 2023 11 · Qingkai Fang, Yan Zhou, Yang Feng

Direct speech-to-speech translation (S2ST) translates speech from one language into another using a single model. However, due to the presence of linguistic and acoustic diversity, the target speech follows a complex mul…

Decoderfr-enKnowledge DistillationSpeech-to-Speech Translation+1

Fast-MD: Fast Multi-Decoder End-to-End Speech Translation with Non-Autoregressive Hidden Intermediates

2021-09-27 · Hirofumi Inaguma, Siddharth Dalmia, Brian Yan, Shinji Watanabe

The multi-decoder (MD) end-to-end speech translation model has demonstrated high translation quality by searching for better intermediate automatic speech recognition (ASR) decoder states as hidden intermediates (HI). It…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)CPUDecoder+6