Enhancing Molecular Property Predictions by Learning from Bond Modelling and Interactions
Yunqing Liu, Yi Zhou, Wenqi Fan

TL;DR
DeMol introduces a dual-graph framework that explicitly models bonds and atoms in molecules, significantly improving the accuracy of molecular property predictions by capturing complex bond phenomena.
Contribution
The paper presents DeMol, a novel dual-graph architecture with bond-centric modeling and multi-scale interaction learning, advancing molecular property prediction accuracy.
Findings
DeMol achieves state-of-the-art results on multiple benchmarks.
Explicit bond modeling improves predictive performance.
The framework effectively captures complex chemical interactions.
Abstract
Molecule representation learning is crucial for understanding and predicting molecular properties. However, conventional atom-centric models, which treat chemical bonds merely as pairwise interactions, often overlook complex bond-level phenomena like resonance and stereoselectivity. This oversight limits their predictive accuracy for nuanced chemical behaviors. To address this limitation, we introduce \textbf{DeMol}, a dual-graph framework whose architecture is motivated by a rigorous information-theoretic analysis demonstrating the information gain from a bond-centric perspective. DeMol explicitly models molecules through parallel atom-centric and bond-centric channels. These are synergistically fused by multi-scale Double-Helix Blocks designed to learn intricate atom-atom, atom-bond, and bond-bond interactions. The framework's geometric consistency is further enhanced by a…
Peer Reviews
Decision·ICLR 2026 Poster
- The paper is well-motivated by common limitation in prior work. - The authors show the effectiveness of integrating atom and bond-centric channels both empirically and theoretically. - DeMol demonstrates strong performance on diverse molecular benchmarks.
In general, this paper is well-written and technically sound with clear motivation. However: - DeMol exhibits substantial conceptual overlap with [1], which also proposes line graph construction over molecules and propagates information between atom and bond-centric graphs. The methodological novelty thus appears limited, and the paper would benefit from a more explicit clarification of its distinct contributions beyond [1]. - The performance improvement seems to be less pronounced on QM9 datas
- The paper represents molecules using both bond-centric and atom-centric graphs, and improves performance through well-designed attention mechanisms (e.g., structure-aware attention). - A solid theoretical analysis is provided to justify the use of bond-centric graphs. - The method shows strong and consistent performance across diverse benchmarks, including PCQM4Mv2, Open Catalyst 2020 (IS2RE), and QM9, and the paper includes a rigorous ablation study demonstrating the contribution of each modu
- Beyond numerical comparisons, it would be valuable to include qualitative analyses showing how the use of bond-centric graphs enables the model to capture bond-level interactions more effectively than SOTA models without bond modeling, or compared to prior bond-aware models such as LEMON and GEM. - While the complexity analysis in the Appendix is helpful, it would strengthen the work to include a comparative complexity evaluation, including inference time, relative to other baselines
* Strong performance on various metrics & datasets * Novel architecture utilizing double-helix blocks * Utilization of multiple techniques & components, each provided with quantitative analysis.
Confusing claim: * the claim in the paper's introduction that existing methods "often overlook complex bond-level phenomena" or "do not explicitly model bond interactions" seems misleading * various MPNNs, GNNs and many graph transformer models already utilize edge features to encode bond information, and update node/edge accordingly. * papers as (https://arxiv.org/abs/2410.14696) further utilize the distance between atoms(to compute LJ force), which is a complex form of edge attribute to update
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Computational Drug Discovery Methods · Advanced Graph Neural Networks
