Physically Valid Biomolecular Interaction Modeling with Gauss-Seidel Projection
Siyuan Chen, Minghao Guo, Caoliwen Wang, Anka He Chen, Yikun Zhang, Jingjing Chai, Yin Yang, Wojciech Matusik, Peter Yichen Chen
TL;DR
This work tackles the problem that all-atom diffusion-based biomolecular predictors often produce physically invalid structures. It introduces a differentiable Gauss-Seidel projection that enforces physical validity during both training and inference, projecting provisional coordinates to the nearest feasible configuration. By decoupling validity from the denoiser and using only two denoising steps, the approach achieves competitive structural accuracy with roughly a 10x speedup over 200-step baselines while guaranteeing physical validity across six benchmarks. The method integrates as a differentiable layer with implicit differentiation and GPU-accelerated sweeps, enabling end-to-end fine-tuning within existing diffusion frameworks.
Abstract
Biomolecular interaction modeling has been substantially advanced by foundation models, yet they often produce all-atom structures that violate basic steric feasibility. We address this limitation by enforcing physical validity as a strict constraint during both training and inference with a uniffed module. At its core is a differentiable projection that maps the provisional atom coordinates from the diffusion model to the nearest physically valid conffguration. This projection is achieved using a Gauss-Seidel scheme, which exploits the locality and sparsity of the constraints to ensure stable and fast convergence at scale. By implicit differentiation to obtain gradients, our module integrates seamlessly into existing frameworks for end-to-end ffnetuning. With our Gauss-Seidel projection module in place, two denoising steps are sufffcient to produce biomolecular complexes that are both physically valid and structurally accurate. Across six benchmarks, our 2-step model achieves the same structural accuracy as state-of-the-art 200-step diffusion baselines, delivering approximately 10 times faster wall-clock speed while guaranteeing physical validity.
