Research Papers 论文研究 4h ago Updated 21m ago 更新于 21分钟前 43

Response Renormalization for Critical Deep Equilibrium Models 临界深度平衡模型的响应重整化

Response Renormalization is a backward-pass framework that stabilizes training of Deep Equilibrium Models by lifting near-pole denominators in the adjoint system without globally damping well-conditioned gradients Collective Mode Response Renormalization (CMR) applies corrections in a low-dimensional critical subspace, while Phi-adaptive CMR computes bounded response mass via a positive susceptibility rule The method extends to Structured Implicit Layers and Vector Attractors (SILVA), supporting 提出Response Renormalization框架,解决Deep Equilibrium Models在临界点附近伴随响应放大的梯度不稳定问题 CMR在低维临界子空间中应用修正,Phi-adaptive CMR基于正可压缩性规则计算有界响应质量 推导稠密和矩阵自由形式的集体公式,区分精确梯度与反向响应代理,并扩展到SILVA结构 在23个多物理家族(PDE、3D场、算子映射、粒子系统等)验证,98%静态和95%瞬态测试中误差增幅≤5% 选择性响应重整化可控制近临界伴随放大,同时保留良好条件敏感性的有用梯度信息

55
Hot 热度
72
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • Response Renormalization is a backward-pass framework that stabilizes training of Deep Equilibrium Models by lifting near-pole denominators in the adjoint system without globally damping well-conditioned gradients
  • Collective Mode Response Renormalization (CMR) applies corrections in a low-dimensional critical subspace, while Phi-adaptive CMR computes bounded response mass via a positive susceptibility rule
  • The method extends to Structured Implicit Layers and Vector Attractors (SILVA), supporting both dense and matrix-free formulations
  • Across 23 multiphysics families (PDEs, 3D fields, operator maps, complex geometries, particle systems), CMR and Phi-CMR achieve test errors within 5% of exact implicit differentiation in over 98% of static and 95% of transient comparisons
  • Solver-index experiments demonstrate convergence toward the static adjoint, and physical-time rollouts preserve predictive fidelity under evaluated conditions

Why It Matters

Deep Equilibrium Models are powerful but notoriously difficult to train due to numerical instability in the adjoint computation when the residual Jacobian approaches singularity. This work provides a principled, selective stabilization mechanism that practitioners can adopt to make DEQ training more reliable without sacrificing gradient quality—critical for deploying implicit models in scientific and engineering domains where numerical robustness is paramount.

Technical Details

  • Problem addressed: In DEQs, implicit differentiation requires solving an adjoint system involving the inverse of the residual Jacobian. When this Jacobian is nearly singular along loss-sensitive directions, adjoint responses are strongly amplified, producing unstable gradients.
  • Core method: Response Renormalization selectively lifts near-pole denominators in the backward pass while preserving unmodified response channels. CMR operates in a low-dimensional critical subspace; Phi-adaptive CMR enforces bounded response mass through a positive susceptibility rule.
  • Formulations: Both dense and matrix-free collective formulations are derived. The work distinguishes exact gradients of a modified frozen-anchor residual from backward-response surrogates, enabling flexible implementation trade-offs.
  • Extensions: The framework is generalized to Structured Implicit Layers and Vector Attractors (SILVA), broadening applicability beyond standard DEQ architectures.
  • Benchmarks: Evaluated across 23 multiphysics families including partial differential equations, three-dimensional fields, operator maps, complex geometries, and particle systems, with both static and transient problem settings.

Industry Insight

  • Selective stabilization of adjoint computations, rather than global gradient clipping or damping, represents a more principled direction for training implicit models—practitioners should consider subspace-aware regularization strategies for DEQ-based applications.
  • The matrix-free formulation is particularly significant for large-scale scientific machine learning, where memory constraints make dense Jacobian inversion infeasible; this enables DEQs to scale to higher-dimensional PDE and field problems.
  • The strong empirical results across diverse multiphysics benchmarks suggest that response renormalization could become a standard component in implicit model toolchains, especially for domains like computational physics, climate modeling, and fluid dynamics where DEQs offer architectural advantages.

TL;DR

  • 提出Response Renormalization框架,解决Deep Equilibrium Models在临界点附近伴随响应放大的梯度不稳定问题
  • CMR在低维临界子空间中应用修正,Phi-adaptive CMR基于正可压缩性规则计算有界响应质量
  • 推导稠密和矩阵自由形式的集体公式,区分精确梯度与反向响应代理,并扩展到SILVA结构
  • 在23个多物理家族(PDE、3D场、算子映射、粒子系统等)验证,98%静态和95%瞬态测试中误差增幅≤5%
  • 选择性响应重整化可控制近临界伴随放大,同时保留良好条件敏感性的有用梯度信息

为什么值得看

本文为Deep Equilibrium Models的优化稳定性问题提供了系统性解决方案,对物理信息神经网络和隐式深度学习具有重要参考价值。方法在保持学习能力的同时显著提升训练可靠性,为临界深度学习模型的工程应用扫清了关键障碍。

技术解析

  • 问题定义:DEQs通过隐式微分训练,需求解基于残差雅可比矩阵的伴随系统。当雅可比在损失敏感方向接近奇异时,伴随响应被强烈放大,产生高度敏感的梯度,导致优化不稳定。
  • 核心方法:Response Renormalization框架选择性提升接近极点的分母,同时保持未提升响应通道不变。CMR在低维临界子空间应用修正,Phi-adaptive CMR通过正可压缩性规则计算有界响应质量。
  • 理论贡献:推导了稠密和矩阵自由形式的集体公式,区分修改后冻结锚点残差的精确梯度与反向响应代理,并将构造扩展到SILVA(结构化隐式层和向量吸引子)。
  • 实验验证:覆盖23个多物理家族,包括偏微分方程、三维场、算子映射、复杂几何和粒子系统。静态场景98%、瞬态场景95%的对比中,测试误差增幅不超过5%。
  • 收敛性:求解器索引实验显示向静态伴随收敛,物理时间演化在评估条件下保持预测保真度。

行业启示

  • 隐式深度学习模型的训练稳定性问题得到系统性解决,为DEQs在科学计算和物理模拟中的大规模应用铺平道路。
  • 选择性正则化而非全局阻尼的思路可推广至其他依赖隐式方程的深度学习架构,如神经ODE和隐式扩散模型。
  • 多物理场基准测试验证了方法的泛化能力,建议后续研究关注实时控制和动态系统的扩展应用。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Training 训练 Research 科学研究 LLM 大模型