Mausam.
HomeAboutExperienceProjectsPublicationsSkillsBlogContact
Mausam.

Machine learning engineer & researcher based in Nepal. Exploring computer vision and medical imaging in fundus images.

Quick Links

  • About
  • Experience
  • Projects
  • Publications
  • Blog
  • Contact

Connect

hello@mausamgrg.com.np

© 2026 Mausam Gurung. All rights reserved.

Back to blog
Deep Learning · AI Research

Beyond the Grid: An Introduction to Geometric Deep Learning

What happens when your data doesn't fit neatly into rows and columns?

May 20265 min readAI, Graphs, Research

Imagine trying to teach a computer to understand a friendship network. You have people, connections, and relationships, none of which fit into a tidy spreadsheet. Or picture the atoms in a drug molecule, each bonded to others in a 3D shape that determines whether it cures a disease or does nothing at all.

Traditional deep learning was not built for this. That is where Geometric Deep Learning comes in.

What Is Geometric Deep Learning?

Geometric Deep Learning (GDL) is a field that extends deep learning to data with an underlying geometric structure: graphs, 3D shapes, social networks, molecular structures, and other connected systems.

Think of it as teaching neural networks to work with the shape of data, not just its values.

While a photo is just a flat grid of pixels (perfect for a standard neural network), a molecule is a graph of atoms and bonds. A 3D object is a mesh of connected points in space. These structures require a different approach entirely.

Traditional neural nets see a spreadsheet. Geometric deep learning sees a map, and everything connected to everything else.

The Core Insight: Symmetry

The most elegant idea behind GDL is symmetry.

If you rotate a molecule, it is still the same molecule. If you relabel the nodes in a graph, the relationships do not change. GDL bakes this intuition directly into its architecture, so the model's output stays consistent no matter how you rotate, translate, or reorder the input.

This property, called equivariance or invariance, is what makes GDL so powerful for geometric data.

One key technique is message passing, a process where each node in a graph listens to its neighbors, gathers information, and updates its own understanding. After a few rounds, every node starts to understand its wider context in the network.

Where It Is Already Being Used

GDL is not just theory. It is quietly powering breakthroughs across industries right now.

Drug discovery
Predicting molecular properties from atomic graphs
Protein folding
AlphaFold's approach to 3D structure prediction
Self-driving
Understanding LiDAR point clouds of the world
Recommendations
Modeling user-item graphs on platforms like Netflix

Why It Matters Now

We are living in a world of networks.

Social graphs, supply chains, knowledge graphs, biological pathways, and transportation systems rarely arrive as flat tables. As AI moves from perception tasks, such as recognizing images and reading text, toward reasoning tasks, such as understanding relationships and modeling physical systems, geometric approaches become more important.

Recent research is even exploring how to combine graph neural networks with large language models, giving AI a richer and more relational understanding of the world.

As the world's data grows more connected and complex, the geometry of that data might just be the next great frontier in machine intelligence, and Geometric Deep Learning is already charting the map.

Share this post