GeoRecon: Graph-Level Representation Learning for 3D Molecules via Reconstruction-Based Pretraining
Shaoheng Yan, Zian Li, Muhan Zhang
TL;DR
GeoRecon introduces a graph-level reconstruction objective for 3D molecular pretraining, conditioning geometry reconstruction on a global graph embedding to capture emergent molecular structure. The method yields significantly smoother latent spaces and improves downstream graph-level predictions on QM9, MD17, and MD22, with notable gains in energy and force estimates and robustness to out-of-distribution data. The authors provide Lipschitz-based theory and extensive ablations showing the importance of reconstruction noise scale and decoder depth. GeoRecon is compatible with SE(3)-equivariant backbones, relies only on 3D coordinates, and demonstrates transferability to existing models like UniMol, suggesting broad applicability for sample-efficient, geometry-aware molecular learning.
Abstract
The pretraining-finetuning paradigm has powered major advances in domains such as natural language processing and computer vision, with representative examples including masked language modeling and next-token prediction. In molecular representation learning, however, pretraining tasks remain largely restricted to node-level denoising, which effectively captures local atomic environments but is often insufficient for encoding the global molecular structure critical to graph-level property prediction tasks such as energy estimation and molecular regression. To address this gap, we introduce GeoRecon, a graph-level pretraining framework that shifts the focus from individual atoms to the molecule as an integrated whole. GeoRecon formulates a graph-level reconstruction task: during pretraining, the model is trained to produce an informative graph representation that guides geometry reconstruction while inducing smoother and more transferable latent spaces. This encourages the learning of coherent, global structural features beyond isolated atomic details. Without relying on external supervision, GeoRecon generally improves over backbone baselines on multiple molecular benchmarks including QM9, MD17, MD22, and 3BPA, demonstrating the effectiveness of graph-level reconstruction for holistic and geometry-aware molecular embeddings.
