Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. Geometric Deep Learning

Geometric Deep Learning

Deep learning extended to graphs, manifolds, and other non-Euclidean data structures.

Year: 2014Generality: 644
Back to Vocab

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.

Related

Related

Geometry-Informed Neural Networks
Geometry-Informed Neural Networks

Neural networks that embed geometric structure as inductive bias for spatial data.

Generality: 337
GGP (Geometric Gaussian Processes)
GGP (Geometric Gaussian Processes)

Gaussian processes extended to curved or structured non-Euclidean domains via geometry-aware kernels.

Generality: 293
Topological Deep Learning (TDL)
Topological Deep Learning (TDL)

Deep learning augmented with algebraic topology to capture global shape and connectivity.

Generality: 450
Graph Neural Networks (GNNs)
Graph Neural Networks (GNNs)

Neural networks that learn from graph-structured data by aggregating information across connected nodes.

Generality: 795
Graph Machine Learning
Graph Machine Learning

Machine learning applied to graph-structured data to model relationships between entities.

Generality: 752
Graph Theory
Graph Theory

Mathematical study of node-edge structures used to model complex relational data.

Generality: 871