KDP: Simplifying Representation Dynamics in Kernel Space

Abstract

This paper proposes Kernelized Dynamics Pruning (KDP), a novel layer pruning method from the perspective of simplifying representation dynamics within large language models (LLMs). Motivated by the high similarity between consecutive layer representations, we view the LLM's forward pass as a discrete-time dynamical system. We speculate that this phenomenon indicates the model's internal dynamics have entered a ``slow manifold'', which exhibits computational redundancy. Based on this insight, we project the representations into a kernel space where the complex, non-linear transformation between them is simplified to an approximately linear one. Then, a simple network learns the inverse kernel transformation, thereby enabling the pruning of the entire layer block. Both theoretical analysis and extensive experiments validate the effectiveness of KDP, demonstrating its superiority over existing pruning baselines.

Cite

Text

Ma et al. "KDP: Simplifying Representation Dynamics in Kernel Space." International Conference on Learning Representations, 2026.

Markdown

[Ma et al. "KDP: Simplifying Representation Dynamics in Kernel Space." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/ma2026iclr-kdp/)

BibTeX

@inproceedings{ma2026iclr-kdp,
  title     = {{KDP: Simplifying Representation Dynamics in Kernel Space}},
  author    = {Ma, Zeyu and Wang, Wanying and Zou, Guchu and Chen, Mingang and Wu, Jianhong},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/ma2026iclr-kdp/}
}