paper-with-me

Papers

How Transparent is DiffusionGemma?

2026-06-18 · Joshua Engels, Callum McDougall, Bilal Chughtai, Janos Kramar, Senthoran Rajamanoharan, Cindy Wu, Arthur Conmy, Asic Q Chen, Jean Tarbouriech, Min Ma, Brendan O'Donoghue, João Gabriel Lopes de Oliveira, Rohin Shah, Neel Nanda arxiv

LLM reasoning transparency is a critical affordance for understanding model decisions, mitigating misuse and misalignment, and debugging surprising model behaviors. However, DiffusionGemma performs a larger fraction of its computation in a continuous latent space; does this make its reasoning less transparent? We study this question by decomposing transparency into two components: variable transparency, whether we understand intermediate snapshots of a model's computational state; and algorithmic transparency, whether we can use these snapshots to reconstruct the process by which the model arrived at its outputs. Naively, DiffusionGemma has poor variable transparency: its opaque serial depth, the amount of serial computation that occurs in between interpretable model states, seems at first 28.6X higher than the corresponding autoregressive Gemma 4 model. However, we show that we can map the information flowing between denoising steps through an interpretable token bottleneck with no decrease in downstream performance. Treating these intermediate states as interpretable reduces the opaque serial depth to just 1.1X that of Gemma 4. Algorithmic transparency is harder for diffusion models than for autoregressive models because all token predictions in the canvas can change at every denoising step, giving the model the power to implement complicated distributed algorithms during the denoising process. To begin bridging this gap, we conduct a suite of interpretability case studies, uncovering initial evidence of novel diffusion-specific phenomena such as non-chronological reasoning, token and sequence smearing, and intermediate-context reasoning. Finally, we test monitorability, a key application of transparency that measures whether model outputs are useful for downstream tasks. We find that DiffusionGemma is similarly monitorable to Gemma 4.

📄 PDF Abstract BibTeX arXiv:2606.20560

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffusionGemma Technical Report

2026-07-31 · DiffusionGemma Team, Adrien Ali Taïga, James Assiene, Daniele Calandriello 외 hf

We introduce DiffusionGemma, an experimental open-weight language model that uses discrete diffusion to generate text at exceptionally high speed. Rather than decoding one token at a time, DiffusionGemma iteratively refi…

Reinforcement Learning

Neither Parallel Nor Sequential: How DiffusionGemma Actually Commits Tokens

2026-06-12 · Ali Asaria, Tony Salomone, Deep Gandhi arxiv

Open diffusion language models are marketed as parallel, non-autoregressive decoders, yet the order in which a shipped checkpoint actually commits its tokens is almost never measured. We instrument DiffusionGemma 26B, a …

Mathematical Reasoning

Discrete Diffusion Language Models for Interactive Radiology Report Drafting

2026-07-01 · Max Van Puyvelde, Halil Ibrahim Gulluk, Wim Van Criekinge, Olivier Gevaert arxiv

Diffusion language models, which generate text by denoising a token canvas bidirectionally instead of emitting tokens left to right, have become competitive with autoregressive (AR) generation. Medical foundation models,…

Visual Question Answering

Unlocking Lossless Speedups in LLMs via Discrete Diffusion

2026-09-03 · Subham Sekhar Sahoo, Lingjie Chen, Khiem Pham, Jonathan Geuter 외 hf

Large Language Models (LLMs) owe much of their success to next-token prediction (NTP), but their autoregressive (AR) structure requires slow, sequential token generation. To overcome this bottleneck, we introduce diffusi…

Transfusion: A Novel SLAM Method Focused on Transparent Objects

2021-01-01 · ICCV 2021 10 · Yifan Zhu, Jiaxiong Qiu, Bo Ren

Recently RGB-D sensors have become very popular in the area of Simultaneous Localisation and Mapping (SLAM). The RGB-D SLAM approach relies heavily on the accuracy of the input depth map. However, refraction and refl…

Transparent objects