paper-with-me

홈 › Papers

Review Residuals: Update-Conditioned Residual Gating for Transformers

2026-06-30 · Kyle Kramer arxiv

Residual connections add every sublayer's proposed update with a fixed coefficient of one; the network never evaluates whether an update is reliable before committing it. Drawing on the human-factors principle of independent verification, we introduce Review Residuals, which scale each update by a learned, input-dependent gate conditioned on both the current state and the proposed update: h_l = h_{l-1} + r_l * u_l with r_l = sigmoid(W[RMSNorm(h_{l-1}), RMSNorm(u_l)]). Conditioning the gate on the update is the property that distinguishes it from prior gated and scaled residuals. We report two findings. First, a depth-stability result: a convex (Highway-style) form of the gate reintroduces vanishing gradients and fails to train beyond ~20 layers, whereas the additive, identity-preserving form trains stably at all depths we tested. Second, an emergence-with-scale result: trained from scratch across five sizes (60M-1B parameters, multi-seed), Review Residuals show no advantage at small scale but at 590M significantly outperform both a parameter-matched Highway gate and a parameter-matched standard residual (p<0.05), with a larger advantage at 1B. The benefit grows with model size rather than shrinking.

📄 PDF Abstract BibTeX arXiv:2606.31859

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PRIME: Mitigating Subgroup Optimization Competition in Shared CTR Top Networks with Plug-in Residual Input-Conditioned Mixture of Expert

2026-08-31 · Heng Yao, Siyun Hou, Tianying Liu, Yulou Shu 외 arxiv

Click-through rate (CTR) models vary in feature-interaction design, yet their top networks usually remain a single multilayer perceptron shared by all examples. Heterogeneous user, item, and context subgroups therefore u…

Personalized Residuals for Concept-Driven Text-to-Image Generation

2024-05-21 · CVPR 2024 1 · Cusuh Ham, Matthew Fisher, James Hays, Nicholas Kolkin 외

We present personalized residuals and localized attention-guided sampling for efficient concept-driven generation using text-to-image diffusion models. Our method first represents concepts by freezing the weights of a pr…

GPUImage GenerationText to Image GenerationText-to-Image Generation

S$^2$GS: Structured Sparse Gaussian Streaming for Efficient Free-Viewpoint Video Reconstruction on Edge-IoT Devices

2026-08-20 · Yiwei Li, Jiannong Cao, Weixun Gao, Rui Cao 외 arxiv

Streaming reconstruction of Free-Viewpoint Videos (FVVs) supports immersive Internet of Things (IoT) services, such as telepresence and digital twin visualization. Existing methods suffer from high per-frame optimization…

Video Reconstruction

Multi-Gate Residuals

2026-05-22 · Zhizhan Zheng, Feiyun Zhang, Shuchun Liu, Tian Xia 외 arxiv

While Attention Residuals has shown some effectiveness in addressing the widespread issue of unbounded activation growth across deep residual layers, it inevitably incurs significant communication overhead. To circumvent…

QUEEN: QUantized Efficient ENcoding of Dynamic Gaussians for Streaming Free-viewpoint Videos

2024-12-05 · Sharath Girish, Tianye Li, Amrita Mazumdar, Abhinav Shrivastava 외

Online free-viewpoint video (FVV) streaming is a challenging problem, which is relatively under-explored. It requires incremental on-the-fly updates to a volumetric representation, fast training and rendering to satisfy …

AttributeQuantization