paper-with-me

홈 › Papers

Dense Supervision Is Not Enough: The Readout Blind Spot in Looped Language Models

2026-06-12 · Rituraj Sharma, Tu Vu arxiv

Looped language models turn hidden states into runtime state: each state is decoded for prediction and fed back into future computation. This creates a basic supervision question: which state variables does cross-entropy actually control? We show that dense per-loop cross-entropy controls the variables exposed by the readout, not every variable active in the recurrent transition. Hidden-state scale gives a concrete failure mode. Scale-invariant readouts such as RMSNorm and LayerNorm hide radial scale from the immediate cross-entropy loss, while pre-norm residual recurrence continues to carry and update that same scale. Thus per-loop loss can make early exits usable without controlling recurrent scale. In 44M and 129M looped transformers without inter-loop normalization, per-loop cross-entropy through RMSNorm readouts still drives final hidden-state norms into the thousands or tens of thousands. Scale-visible readouts and explicit norm penalties keep norms in the tens, and scale-removing recurrence is the complementary architectural fix. The resulting design rule is simple: dense supervision trains exits; recurrent scale control requires either making scale visible to a loss or removing it from the loop. Consistent with this rule, scale-controlled variants achieve lower perplexity at matched inference-depth operating points in our variable-depth benchmarks.

📄 PDF Abstract BibTeX arXiv:2606.24898

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recurrent Self-Supervised Video Denoising with Denser Receptive Field

2023-08-07 · Zichun Wang, Yulun Zhang, Debing Zhang, Ying Fu

Self-supervised video denoising has seen decent progress through the use of blind spot networks. However, under their blind spot constraints, previous self-supervised video denoising methods suffer from significant infor…

DenoisingVideo Denoising

TM-BSN: Triangular-Masked Blind-Spot Network for Real-World Self-Supervised Image Denoising

2026-04-06 · Junyoung Park, Youngjin Oh, Nam Ik Cho arxiv

Blind-spot networks (BSNs) enable self-supervised image denoising by preventing access to the target pixel, allowing clean signal estimation without ground-truth supervision. However, this approach assumes pixel-wise noi…

Knowledge DistillationImage Denoising

Evaluating Risks in Weak-to-Strong Alignment: A Bias-Variance Perspective

2026-04-28 · Hamid Osooli, Kareema Batool, Rick Gentry, Tiasa Singha Roy 외 arxiv

Weak-to-strong alignment offers a promising route to scalable supervision, but it can fail when a strong model becomes confidently wrong on examples that lie in the weak model's blind spots. Understanding such failures r…

Reinforcement Learning

Improved Self-Supervised Deep Image Denoising

2019-03-14 · ICLR Workshop LLD 2019 · Samuli Laine, Jaakko Lehtinen, Timo Aila

We describe techniques for training high-quality image denoising models that require only single instances of corrupted images as training data. Inspired by a recent technique that removes the need for supervision throug…

DenoisingImage Denoising

BlindSpotNet: Seeing Where We Cannot See

2022-07-08 · Taichi Fukuda, Kotaro Hasegawa, Shinya Ishizaki, Shohei Nobuhara 외

We introduce 2D blind spot estimation as a critical visual task for road scene understanding. By automatically detecting road regions that are occluded from the vehicle's vantage point, we can proactively alert a manual …

Depth EstimationMonocular Depth Estimationroad scene understandingScene Understanding+1