Paper: 2602.11130 Authors: Maximilian Plattner, Fabian Paischer, Johannes Brandstetter, Arturs Berzins Categories: cs.LG, cs.CV

Abstract

This work investigates a critical failure mode in 3D diffusion transformers used for surface completion from sparse point clouds. The authors discover that state-of-the-art models exhibit a phenomenon they term “Meltdown” - where arbitrarily small perturbations to input point clouds cause the generated output to fragment into disconnected pieces. Through mechanistic interpretability techniques, specifically activation-patching, they trace this failure to a single cross-attention activation in early denoising steps. The spectral entropy of this activation’s singular-value spectrum serves as a predictive signal for fragmentation. Building on this understanding, they develop PowerRemap, a test-time intervention that stabilizes the generation process across multiple architectures and datasets, achieving stabilization rates up to 98.3%.

Key Contributions

  • Discovery and characterization of “Meltdown” - a catastrophic failure mode where minimal input perturbations cause output fragmentation in 3D diffusion transformers
  • Localization of the failure mechanism to a specific early-stage cross-attention activation using activation-patching from mechanistic interpretability
  • Identification of spectral entropy as a scalar proxy that predicts fragmentation events and tracks symmetry-breaking bifurcations in the reverse diffusion process
  • Introduction of PowerRemap, a test-time control mechanism that stabilizes sparse point-cloud conditioning without retraining
  • Demonstration that Meltdown is a systematic issue across state-of-the-art architectures (WaLa, Make-a-Shape), datasets (GSO, SimJEB), and sampling strategies (DDPM, DDIM)

Mechanistic Analysis: From Circuits to Bifurcations

The paper bridges two perspectives on diffusion model behavior: circuit-level analysis and dynamical systems theory. Using activation-patching, the authors systematically intervene on individual components to identify which activations are causally responsible for Meltdown. This reveals that a single cross-attention layer in early denoising steps acts as a critical control point.

The singular-value decomposition (SVD) of this attention activation provides interpretable structure. When the model is on track for successful generation, the singular values follow a characteristic distribution. However, when Meltdown occurs, the spectral entropy H=iλilogλiH = -\sum_i \lambda_i \log \lambda_i (where λi\lambda_i are normalized singular values) increases significantly, indicating a more uniform distribution of information across singular vectors.

From a dynamical systems perspective, this corresponds to a symmetry-breaking bifurcation in the reverse diffusion trajectory. The diffusion process can be viewed as a stochastic differential equation, and Meltdown represents a point where the trajectory diverges from the manifold of valid surface completions. The spectral entropy serves as an early warning signal for this bifurcation, rising before visible fragmentation occurs.

PowerRemap: Stabilizing Through Spectral Control

PowerRemap operates by modifying the singular-value spectrum of the critical cross-attention activation. The intervention applies a power transformation to the singular values:

σ~i=σiα\tilde{\sigma}_i = \sigma_i^{\alpha}

where α>1\alpha > 1 amplifies the dominant modes and suppresses noise in the tail of the spectrum. This effectively “sharpens” the attention pattern, preventing the diffusion process from exploring unstable regions of the latent space.

The method is applied only at test time and requires no model retraining. Across experiments on WaLa and Make-a-Shape architectures with GSO and SimJEB datasets, PowerRemap achieves stabilization rates between 87.4% and 98.3%, dramatically reducing fragmentation events. Importantly, the intervention preserves generation quality on non-pathological inputs, showing that it specifically targets the failure mode without degrading normal operation.

Implications for Diffusion Model Robustness

This work reveals that even state-of-the-art diffusion models can harbor brittle failure modes that are triggered by imperceptible input changes. The universality of Meltdown across architectures and datasets suggests it may be an inherent challenge in conditioning diffusion models on sparse geometric data.

The success of mechanistic interpretability techniques in diagnosing and addressing this issue demonstrates the value of circuit-level analysis for understanding neural network behavior. By identifying specific activations responsible for failures, researchers can develop targeted interventions rather than architectural overhauls.

The connection between attention spectral properties and diffusion dynamics opens new avenues for monitoring and controlling generative processes. Spectral entropy and related metrics could serve as real-time diagnostic tools, enabling adaptive sampling strategies that detect and correct trajectory deviations before they manifest as visible artifacts.

Takeaways

  1. State-of-the-art 3D diffusion transformers exhibit a systematic failure mode (“Meltdown”) where small input perturbations cause output fragmentation across multiple architectures and datasets.

  2. Activation-patching from mechanistic interpretability successfully localizes the failure to a single early-stage cross-attention activation, demonstrating the power of circuit-level analysis for understanding model behavior.

  3. The spectral entropy of attention activations serves as a predictive signal for generation failures, linking circuit-level mechanisms to dynamical systems accounts of diffusion trajectories.

  4. PowerRemap provides an effective test-time intervention that stabilizes generation with up to 98.3% success rate without requiring model retraining, showing that targeted spectral control can address systematic failure modes.

  5. The work establishes a methodology for understanding and correcting diffusion model failures through mechanistic analysis, potentially applicable to other generative modeling domains beyond 3D geometry.

论文: 2602.11130 作者: Maximilian Plattner, Fabian Paischer, Johannes Brandstetter, Arturs Berzins 分类: cs.LG, cs.CV

摘要

本研究探讨了用于稀疏点云表面补全的3D扩散Transformer中的关键失效模式。作者发现最先进的模型表现出一种被称为”崩溃”(Meltdown)的现象——输入点云的微小扰动会导致生成输出碎裂成不连续的片段。通过机制可解释性技术,特别是激活修补(activation-patching)方法,他们将这一失效追溯到早期去噪步骤中的单个交叉注意力激活。该激活的奇异值谱的谱熵可作为碎片化的预测信号。基于这一理解,他们开发了PowerRemap——一种测试时干预方法,能够在多个架构和数据集上稳定生成过程,实现高达98.3%的稳定化率。

主要贡献

  • 发现并表征”崩溃”现象——3D扩散Transformer中的灾难性失效模式,微小输入扰动导致输出碎片化
  • 使用机制可解释性的激活修补技术,将失效机制定位到特定的早期交叉注意力激活
  • 识别谱熵作为标量代理指标,可预测碎片化事件并追踪逆向扩散过程中的对称性破缺分岔
  • 提出PowerRemap测试时控制机制,无需重新训练即可稳定稀疏点云条件生成
  • 证明崩溃是跨越最先进架构(WaLa、Make-a-Shape)、数据集(GSO、SimJEB)和采样策略(DDPM、DDIM)的系统性问题

机制分析:从电路到分岔

本文连接了扩散模型行为的两个视角:电路级分析和动力系统理论。通过激活修补,作者系统性地干预各个组件以识别哪些激活对崩溃具有因果责任。这揭示了早期去噪步骤中的单个交叉注意力层充当关键控制点。

该注意力激活的奇异值分解(SVD)提供了可解释的结构。当模型正常生成时,奇异值遵循特征性分布。然而当崩溃发生时,谱熵 H=iλilogλiH = -\sum_i \lambda_i \log \lambda_i(其中λi\lambda_i为归一化奇异值)显著增加,表明信息在奇异向量间的分布更加均匀。

从动力系统角度看,这对应于逆向扩散轨迹中的对称性破缺分岔。扩散过程可视为随机微分方程,崩溃代表轨迹偏离有效表面补全流形的点。谱熵作为这种分岔的早期预警信号,在可见碎片化发生前就开始上升。

PowerRemap:通过谱控制实现稳定

PowerRemap通过修改关键交叉注意力激活的奇异值谱来运作。该干预对奇异值应用幂变换:

σ~i=σiα\tilde{\sigma}_i = \sigma_i^{\alpha}

其中α>1\alpha > 1放大主导模式并抑制谱尾部的噪声。这有效地”锐化”了注意力模式,防止扩散过程探索潜在空间的不稳定区域。

该方法仅在测试时应用,无需模型重训练。在WaLa和Make-a-Shape架构以及GSO和SimJEB数据集的实验中,PowerRemap实现了87.4%至98.3%的稳定化率,显著减少碎片化事件。重要的是,该干预在非病态输入上保持了生成质量,表明它专门针对失效模式而不降低正常操作性能。

对扩散模型鲁棒性的启示

本研究揭示即使是最先进的扩散模型也可能存在脆弱的失效模式,由难以察觉的输入变化触发。崩溃在架构和数据集间的普遍性表明,这可能是在稀疏几何数据上条件化扩散模型的固有挑战。

机制可解释性技术在诊断和解决这一问题上的成功,展示了电路级分析对理解神经网络行为的价值。通过识别负责失效的特定激活,研究人员可以开发针对性干预而非架构性改造。

注意力谱特性与扩散动力学之间的联系为监控和控制生成过程开辟了新途径。谱熵及相关指标可作为实时诊断工具,实现自适应采样策略,在轨迹偏差表现为可见伪影之前检测并纠正。

要点总结

  1. 最先进的3D扩散Transformer表现出系统性失效模式(“崩溃”),小的输入扰动在多个架构和数据集上导致输出碎片化。

  2. 来自机制可解释性的激活修补成功将失效定位到单个早期交叉注意力激活,展示了电路级分析理解模型行为的能力。

  3. 注意力激活的谱熵作为生成失效的预测信号,将电路级机制与扩散轨迹的动力系统解释联系起来。

  4. PowerRemap提供有效的测试时干预,无需模型重训练即可实现高达98.3%的稳定化成功率,表明针对性谱控制可以解决系统性失效模式。

  5. 本研究建立了通过机制分析理解和纠正扩散模型失效的方法论,可能适用于3D几何之外的其他生成建模领域。