Deep learning extended to graphs, manifolds, and other non-Euclidean data structures.
Geometric Deep Learning (GDL) is a subfield of machine learning that extends deep learning techniques beyond Euclidean data — such as images and tabular records — to data with inherent geometric structure, including graphs, meshes, point clouds, and manifolds. Traditional neural networks assume inputs live in flat, grid-like spaces, but many real-world datasets are better described by relational or curved geometries. GDL provides a principled framework for building models that respect and exploit these structures rather than ignoring them.
At its core, GDL is unified by the concept of symmetry and equivariance. Rather than designing architectures ad hoc for each data type, GDL draws on group theory and differential geometry to identify the symmetries a dataset possesses — such as permutation invariance in graphs or rotational invariance in 3D point clouds — and then constructs neural network layers that are equivariant to those symmetries by design. Graph Neural Networks (GNNs), for instance, aggregate information from a node's neighbors in a way that is invariant to how the graph's nodes are ordered. This principled approach leads to models that generalize better and require less data to learn meaningful representations.
GDL has found transformative applications across science and industry. In drug discovery, molecular graphs are processed by GNNs to predict chemical properties and protein-ligand binding affinities. In physics simulations, mesh-based neural networks model fluid dynamics and material deformation. Social network analysis, recommendation systems, traffic forecasting, and 3D shape recognition all benefit from GDL techniques. The AlphaFold protein structure prediction system, one of the most celebrated recent AI achievements, relies heavily on geometric reasoning over molecular graphs and 3D coordinates.
The field was formally crystallized around 2017 with the publication of a landmark geometric deep learning framework by Michael Bronstein and collaborators, though foundational work on graph neural networks dates to the mid-2000s. As datasets in science and engineering grow increasingly relational and spatial in nature, GDL's importance continues to expand, offering a coherent mathematical language for building deep learning systems that understand the shape of data.