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 framework for building models that respect and exploit these structures.
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) aggregate information from a node's neighbors in a way that is invariant to how the graph's nodes are ordered. This approach leads to models that generalize better and require less data to learn meaningful representations.
GDL has 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 use GDL techniques. AlphaFold, a protein structure prediction system, relies on geometric reasoning over molecular graphs and 3D coordinates.
The field was formally defined around 2017 with the publication of a geometric deep learning framework by Michael Bronstein and collaborators, though work on graph neural networks dates to the mid-2000s. As datasets in science and engineering grow increasingly relational and spatial, GDL offers a language for building deep learning systems that account for the shape of data.
Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Geometric Deep Learning already loaded, so edit it or scan as is.