Implicit Neural Representations of Molecular Vector-Valued Functions
Jirka Lhotka, Daniel Probst
TL;DR
The paper introduces molecular neural fields, a vector-valued implicit representation f: R^3 -> R^d for molecules that complements graph- and surface-based representations. It uses modulated periodic activations to enable high-fidelity, resolution-independent representations and demonstrates two proof-of-concept architectures: an auto-decoder for parametrization and super-resolution of a protein–ligand complex, and an auto-encoder for embedding molecular volumes in latent space. On datasets including a protein–ligand complex (e.g., PDB 6EGA) and the FreeSolv data set, it reports reconstruction and upscaling PSNRs (38.5 and 27.2) and shows latent encodings capture shape and physicochemical properties, enabling latent interpolation between conformers. The framework holds promise for learning directly from electron density maps and integrating diverse molecular information, with public code available for broader use.
Abstract
Molecules have various computational representations, including numerical descriptors, strings, graphs, point clouds, and surfaces. Each representation method enables the application of various machine learning methodologies from linear regression to graph neural networks paired with large language models. To complement existing representations, we introduce the representation of molecules through vector-valued functions, or $n$-dimensional vector fields, that are parameterized by neural networks, which we denote molecular neural fields. Unlike surface representations, molecular neural fields capture external features and the hydrophobic core of macromolecules such as proteins. Compared to discrete graph or point representations, molecular neural fields are compact, resolution independent and inherently suited for interpolation in spatial and temporal dimensions. These properties inherited by molecular neural fields lend themselves to tasks including the generation of molecules based on their desired shape, structure, and composition, and the resolution-independent interpolation between molecular conformations in space and time. Here, we provide a framework and proofs-of-concept for molecular neural fields, namely, the parametrization and superresolution reconstruction of a protein-ligand complex using an auto-decoder architecture and the embedding of molecular volumes in latent space using an auto-encoder architecture.
