TL;DR
The paper identifies Mean Mode Screaming causing mean-dominated collapse in ultra-deep Diffusion Transformers. The proposed MV-Split Residuals decouple mean and centered gradient updates, achieving stable training in 400-1000 layer models without convergence cost.
42
已证实
0
证据不足
7
无法验证
N/A
可复现性
置信度
85%

核心问题

What causes mean-dominated collapse states in ultra-deep Diffusion Transformers, and how can this failure mode be prevented without sacrificing convergence speed?

核心方法

{'approach': 'The authors use a stripped-down single-stream DiT with Post-Norm residual chains and zero-initialized residual writers, trained with Rectified Flow on ImageNet-2012 latents. They analyze the geometric asymmetry in token-space decomposition and propose MV-Split Residuals, which applies orthogonal projectors to decouple mean-coherent and centered gradient updates with independent learnable gains (α, β).', 'key_components': ['MV-Split decouples the rank-one mean-coherent gradient update from the centered update using orthogonal projectors J and P.', 'The method applies separate learnable gains (α, β) to mean and centered subspaces at the residual merge.', 'Forward dynamics: centered subspace follows standard residual update with gain β, mean subspace becomes a per-feature leaky integrator with gain α.', 'Backward dynamics: centered and mean-coherent gradients receive independent gains, damping mean-coherent updates without tying centered branch-gradient to small mean gain.', 'Unlike LayerScale and ReZero, MV-Split distinguishes between mean and centered subspaces rather than suppressing both jointly.', 'Multiple interventions targeting related objects failed to prevent MMS because they do not combine local mean/centered branch-gradient control with forward leaky mean replacement.', 'Hard centering removes useful global information including image-level context and implicit timestep signal.', 'Attention-only controls leave the FFN branch uncontrolled, allowing the spike to relocate to the ungated FFN branch.', 'Gradient clipping cannot rotate mean-coherent writer updates back into the centered subspace, leaving the feature-learning path starved.', 'Muon optimizer reshapes singular values in parameter space but does not implement the token-space split or forward leaky mean replacement used by MV-Split.'], 'section_ids': ['sec_11', 'sec_30']}

论点验证

已证实 (90%) We study a mean-dominated collapse state in ultra-deep DiTs, in which token representations homogenize and centered token variation is suppressed.
The paper provides strong quantitative evidence for the mean-dominated collapse state. Figure 3 traces the divergence sequence with specific metrics (token cosine similarity, centered retention, Q/K gradients). Figure 7 and Appendix B show the collap
已证实 (85%) We reserve the term Mean Mode Screaming (MMS) for the abrupt entry event into this state: a spike in the mean-coherent gradient component, rapid residual branch opening, and subsequent Q/K gradient suppression.
MMS is clearly defined as a terminology contribution. The paper provides empirical evidence of the abrupt entry event in Figure 3 and Figure 4, showing the gradient spike at step t⋆=3400, the mean-coherent gradient amplification, and subsequent Q/K g
已证实 (95%) We show that row-stochastic attention preserves pure-mean states, that gradients split exactly into mean-coherent and centered components, with the mean-coherent component entering an O(T) coherent regime when tokens align, and that value homogenization suppresses attention-logit gradients through the null space of the Softmax Jacobian.
This is a multi-part mechanistic contribution with mathematical proofs and empirical validation. Proposition 1 (row-stochastic attention preserves pure-mean states) is proven. The gradient decomposition (Eq. 5) is proven in Appendix C.1 with complete
已证实 (90%) We propose MV-Split Residuals, which combine a separately gained centered residual update with a leaky trunk-mean replacement.
MV-Split is fully specified in Eq. 7 and Section 5. The method combines a separately gained centered residual update (β ⊙ PF^l) with a leaky trunk-mean replacement ((1-α) ⊙ JX^l + α ⊙ JF^l). The forward and backward dynamics are derived in Eqs. 8-10.
已证实 (85%) In matched 400-layer quantitative evaluation, MV-Split removes collapse events and converges faster than LayerScale; in a separate 1000-layer run, the same design remains stably trainable and serves as a scale-validation run at boundary scales.
Quantitative evidence is provided in Figure 5 and Table 1. For 400-layer runs, MV-Split achieves FID-50K of 38.9 at 50k steps vs LayerScale's 52.6. Table 1 shows MV-Split removes collapse events (no divergence) while un-stabilized baselines diverge.
已证实 (80%) We use a deliberately stripped-down single-stream DiT so that deep residual propagation, rather than external modulation or skip pathways, remains the dominant carrier of both signal and gradients.
This is a design choice with clear rationale. The paper explains that the stripped-down single-stream DiT is used so that deep residual propagation remains the dominant carrier. This is a methodological decision that doesn't require empirical validat
已证实 (80%) We employ a Post-Norm residual chain without AdaLN or other per-layer modulation mechanisms, to avoid introducing alternative depthwise control channels that would complicate attribution of the collapse dynamics.
Design choice with clear rationale. The Post-Norm residual chain without AdaLN is specified to avoid introducing alternative depthwise control channels that would complicate attribution. This is a methodological decision appropriate for the mechanist
已证实 (80%) Instead of cross-attention, we concatenate VAE-encoded image tokens X_img and text embedding tokens X_txt into a unified sequence X_in = [X_img; X_txt], forcing self-attention to handle all multimodal interaction.
Design choice with clear specification. The concatenation approach for multimodal tokens is fully described. This is a methodological decision for the architecture.
已证实 (80%) For positional encoding, we apply a 2D extension of RoPE to image tokens following recent vision/diffusion Transformer practice, and leave text tokens without rotary positional encoding.
Design choice with clear specification. The 2D RoPE extension for image tokens and no rotary encoding for text tokens is described with reference to prior work.
已证实 (80%) For the main training runs used in the main text, except the LayerScale control, we zero-initialize the residual writers (W_O and W_2), following the broader practice of identity-initialized residual branches and zero-initialized output pathways in residual and diffusion architectures.
Design choice with clear specification and justification based on prior practice. The zero-initialization of residual writers is described with references to related work.
已证实 (85%) Appendix B shows that standard initialization does not avoid the mean-dominated regime; the same collapse appears from the start as a depth-progressive front, rather than through the delayed writer-opening spike that defines MMS in the zero-writer training runs.
Appendix B (paragraphs 75-78) provides quantitative evidence. Figure 7 shows standard initialization entering the mean-dominated regime with high token similarity from the beginning, forming a depth-wise collapse front. The paper reports specific met
已证实 (95%) Proposition 1 (Pure-mean component is preserved). For any row-stochastic attention matrix A satisfying A1 = 1, A μ(X) = μ(X).
This is a mathematical proposition that follows directly from the definition of row-stochastic matrices. If A1 = 1 (row-stochastic), then Aμ(X) = A(JX) = JX = μ(X) because J = (1/T)11^T and A1 = 1. The proposition is stated in the paper and is mathem
已证实 (95%) Proposition 2 (Centered component is governed by PAP). For any row-stochastic attention matrix A satisfying A1 = 1, c(AX) = PAX = PAPX, and therefore ∥c(AX)∥ ≤ μ_eff(A)∥c(X)∥.
Mathematical proposition with clear derivation. c(AX) = PAX = PAPX follows from the properties of projectors P and J. The bound ∥c(AX)∥ ≤ μ_eff(A)∥c(X)∥ follows from the definition of μ_eff as the spectral norm of PAP.
已证实 (85%) The backward pass exhibits a mode-selective shock: the gradient spike is concentrated primarily in the mean-coherent component while Q/K gradients collapse in lockstep, leaving residual writers as the dominant active learning channel.
Figure 3 traces the divergence sequence with specific measurements. The paper shows the gradient spike concentrated in the mean-coherent component while Q/K gradients collapse. The evidence is quantitative with specific metrics tracked over time.
已证实 (90%) The gradient admits an exact additive decomposition into mean-coherent and centered components; as token alignment increases, the mean-coherent component accumulates coherently with sequence length and can dominate the residual branch update.
The gradient decomposition is mathematically proven in Appendix C.1 (Eq. 5). The O(T) coherent regime is derived in Eq. 6 and Appendix C.2. Figure 4 empirically validates this with measurements showing A^-1 ≈ 167 corresponding to ~13× amplification.
已证实 (90%) Once values homogenize, attention-logit gradients are suppressed through the null space of the Softmax Jacobian, suppressing Q/K learning and locking the network into the collapsed state.
Lemma 1 provides the mathematical basis for this mechanism. The proof in Appendix C.3 shows that when values homogenize (V_j = v for all j), the attention-logit gradient vanishes due to the Softmax Jacobian null space. The paper connects this to Q/K
已证实 (95%) Lemma 1 (Softmax null space under value collapse). For one attention row i, if V_j = v for all j, then ∂L/∂S_i = 0, where S_i is the vector of pre-softmax logits.
Mathematical lemma with complete proof in Appendix C.3. The proof shows that when V_j = v for all j, ∂L/∂a_i ∝ 1, and since J_sm(a_i)1 = 0, the logit gradient vanishes.
已证实 (90%) We replace the standard Post-Norm merge X^{l+1} = RMSNorm(X^l + F^l) with a subspace-routed merge: Z^l = RMSNorm((1 - α) ⊙ JX^l + α ⊙ JF^l + β ⊙ PF^l), where α, β ∈ R^D are per-block learnable vectors broadcast across tokens.
The MV-Split merge equation is fully specified in Eq. 7. The formula Z^l = RMSNorm((1-α)⊙JX^l + α⊙JF^l + β⊙PF^l) is clearly presented with explanation of α, β as per-block learnable vectors.
已证实 (80%) Our multimodal transformer implementation applies the residual projectors segment-wise (J_seg, P_seg) to avoid directly mixing image and text means in the residual control path.
Design choice with rationale explained in the main text and Appendix E. The segment-wise projectors avoid mixing image and text means in the residual control path.
已证实 (85%) The 400-layer comparison is matched in backbone, optimizer, data, batch size, and non-residual primitives on ImageNet-2012 latents encoded with a frozen FLUX.2 VAE and conditioned on a frozen Qwen3-0.6B text encoder.
The experimental setup is clearly specified in the paper. Table 3 provides architecture and training hyperparameters. The matched comparison conditions are described.

... 共 49 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限性(作者自述)

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-12T01:16:57+00:00 · 数据来源:Paper Collector