Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  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 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.

Research this in Signals

Scan Geometric Deep Learning for yourself.

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.

Related

Related

Geometry-Informed Neural Networks
Geometry-Informed Neural Networks

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

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

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

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

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

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

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

2016Generality: 795
Graph Machine Learning
Graph Machine Learning

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

2017Generality: 752
Graph Theory
Graph Theory

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

2017Generality: 871