Paper List
-
Developing the PsyCogMetrics™ AI Lab to Evaluate Large Language Models and Advance Cognitive Science
This paper addresses the critical gap between sophisticated LLM evaluation needs and the lack of accessible, scientifically rigorous platforms that in...
-
Equivalence of approximation by networks of single- and multi-spike neurons
This paper resolves the fundamental question of whether single-spike spiking neural networks (SNNs) are inherently less expressive than multi-spike SN...
-
The neuroscience of transformers
提出了Transformer架构与皮层柱微环路之间的新颖计算映射,连接了现代AI与神经科学。
-
Framing local structural identifiability and observability in terms of parameter-state symmetries
This paper addresses the core challenge of systematically determining which parameters and states in a mechanistic ODE model can be uniquely inferred ...
-
Leveraging Phytolith Research using Artificial Intelligence
This paper addresses the critical bottleneck in phytolith research by automating the labor-intensive manual microscopy process through a multimodal AI...
-
Neural network-based encoding in free-viewing fMRI with gaze-aware models
This paper addresses the core challenge of building computationally efficient and ecologically valid brain encoding models for naturalistic vision by ...
-
Scalable DNA Ternary Full Adder Enabled by a Competitive Blocking Circuit
This paper addresses the core bottleneck of carry information attenuation and limited computational scale in DNA binary adders by introducing a scalab...
-
ELISA: An Interpretable Hybrid Generative AI Agent for Expression-Grounded Discovery in Single-Cell Genomics
This paper addresses the critical bottleneck of translating high-dimensional single-cell transcriptomic data into interpretable biological hypotheses ...
Equivariant Asynchronous Diffusion: An Adaptive Denoising Schedule for Accelerated Molecular Conformation Generation
Shanghai Academy of Artificial Intelligence for Science, SAIS | Artificial Intelligence Innovation and Incubation (AI3) Institute, Fudan University
30秒速读
IN SHORT: This paper addresses the core challenge of generating physically plausible 3D molecular structures by bridging the gap between autoregressive methods (which capture hierarchy but lack global context) and synchronous diffusion models (which offer global conditioning but ignore molecular causality).
核心创新
- Methodology Proposes Equivariant Asynchronous Diffusion (EAD), a novel framework that assigns independent noise levels to different atoms, enabling asynchronous denoising while maintaining SE(3)-equivariance through graph neural networks.
- Methodology Introduces a constrained independent sampling strategy during training (Algorithm 1) that reduces combinatorial complexity from O(T^M) to O((2C)^M), making asynchronous diffusion tractable.
- Methodology Develops a dynamic denoising schedule (Algorithm 2) that uses historical velocity states to adaptively prioritize which atoms to denoise, mimicking hierarchical molecular construction without imposing rigid causal chains.
主要结论
- EAD outperforms the synchronous denoising baseline EDM (using identical architecture and training iterations) across all metrics, achieving an 8% increase in molecular stability and a 3% improvement in validity.
- The framework demonstrates that traditional full-molecule diffusion models are special cases of EAD, and the method can be integrated into various diffusion architectures without retraining.
- Experimental validation shows EAD's ability to generate complete, valid molecules while effectively minimizing cumulative errors that plague autoregressive approaches.
摘要: Recent 3D molecular generation methods primarily use asynchronous auto-regressive or synchronous diffusion models. While auto-regressive models build molecules sequentially, they’re limited by a short horizon and a discrepancy between training and inference. Conversely, synchronous diffusion models denoise all atoms at once, offering a molecule-level horizon but failing to capture the causal relationships inherent in hierarchical molecular structures. We introduce Equivariant Asynchronous Diffusion (EAD) to overcome these limitations. EAD is a novel diffusion model that combines the strengths of both approaches: it uses an asynchronous denoising schedule to better capture molecular hierarchy while maintaining a molecule-level horizon. Since these relationships are often complex, we propose a dynamic scheduling mechanism to adaptively determine the denoising timestep. Experimental results show that EAD achieves state-of-the-art performance in 3D molecular generation.