paper-with-me

홈 › Papers

A Comparative analysis of Layer-wise Representational Capacity in AR and Diffusion LLMs

2026-03-08 · Raghavv Goel, Risheek Garrepalli, Sudhanshu Agrawal, Chris Lott, Mingu Lee, Fatih Porikli arxiv

Autoregressive (AR) language models build representations incrementally via left-to-right prediction, while diffusion language models (dLLMs) are trained through full-sequence denoising. Although recent dLLMs match AR performance, whether diffusion objectives fundamentally reshape internal representations remains unclear. We perform the first layer- and token-wise representational analysis comparing native dLLMs (LLaDA), native AR models (Qwen2.5), and AR-initialized dLLMs (Dream-7B), using cosine similarity across layers and tokens alongside static inference-time layer-skipping as an analytical probe of redundancy. We find that diffusion objectives produce more global representations with substantial early-layer redundancy and reduced recency bias, while AR objectives yield tightly coupled, locally structured representations. AR-initialized dLLMs retain AR-like dynamics despite diffusion training, revealing persistent initialization bias. Leveraging this redundancy, native dLLMs absorb up to 18.75% FLOPs reduction while retaining over 90% performance on math-reasoning and coding benchmarks, whereas AR models collapse under identical skipping, revealing that diffusion objectives, rather than architecture alone, induce depth redundancy that enables principled compression.

📄 PDF Abstract BibTeX arXiv:2603.07475

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LACE: Loss-Adaptive Capacity Expansion for Continual Learning

2026-03-30 · Shivnath Tathe arxiv

Fixed representational capacity is a fundamental constraint in continual learning: practitioners must guess an appropriate model width before training, without knowing how many distinct concepts the data contains. We pro…

Continual Learning

You Do Not Fully Utilize Transformer's Representation Capacity

2025-02-13 · Gleb Gerasimov, Yaroslav Aksenov, Nikita Balagansky, Viacheslav Sinii 외

In contrast to RNNs, which compress previous tokens into a single hidden state, Transformers can attend to all previous tokens directly. However, standard Transformers only use representations from the immediately preced…

SeeDNorm: Self-Rescaled Dynamic Normalization

2025-10-26 · Wenrui Cai, Defa Zhu, Qingjie Liu, Qiyang Min arxiv

Normalization layer constitutes an essential component in neural networks. In transformers, the predominantly used RMSNorm constrains vectors to a unit hypersphere, followed by dimension-wise rescaling through a learnabl…

FC$^2$N: Fully Channel-Concatenated Network for Single Image Super-Resolution

2019-07-07 · Xiaole Zhao, Ying Liao, Tian He, Yulun Zhang 외

Most current image super-resolution (SR) methods based on convolutional neural networks (CNNs) use residual learning in network structural design, which favors to effective back propagation and hence improves SR performa…

Image Super-ResolutionSuper-Resolution

Feature Geometry of LoRA Adapters: A Sparse Autoencoder Analysis of Representational Divergence in Fine-Tuned Language Models

2026-05-27 · Prasanth K K arxiv

Low-Rank Adaptation (LoRA) has emerged as a widely adopted approach for adapting large language models, yet the internal representational changes induced by LoRA fine-tuning remain insufficiently understood. In this work…