Gromov Hausdorff Distance Examples

The Gromov-Hausdorff distance is a fundamental concept in metric geometry, used to measure how far apart two metric spaces are. It provides a rigorous way to compare shapes and structures in a geometric sense, even if the spaces themselves are not subsets of a common ambient space. This concept is widely used in fields such as geometry, topology, computer graphics, and data analysis, particularly when analyzing shapes, manifolds, or point clouds. Understanding Gromov-Hausdorff distance through examples makes it easier to grasp its abstract definition and appreciate its practical applications in both theoretical and applied mathematics.

Definition of Gromov-Hausdorff Distance

The Gromov-Hausdorff distance between two compact metric spaces, X and Y, is defined as the infimum of the Hausdorff distances between images of X and Y under all possible isometric embeddings into a common metric space. Informally, it measures the minimum effort required to make one space resemble another, taking into account all possible ways of embedding the spaces into a larger space. Mathematically, it is expressed as

d_{GH}(X, Y) = inf { d_H(f(X), g(Y)) | f X → Z, g Y → Z isometric embeddings }

Here, d_H denotes the Hausdorff distance, and the infimum is taken over all metric spaces Z and all isometric embeddings f and g.

Intuitive Understanding

While the formal definition may appear abstract, the idea behind Gromov-Hausdorff distance is relatively intuitive. Imagine two shapes made of rubber. The Gromov-Hausdorff distance tells you how much you would need to stretch, compress, or move the points of one shape to align it as closely as possible with the other shape. A distance of zero indicates that the two spaces are isometric, meaning they are essentially the same in terms of distances between points.

Basic Examples of Gromov-Hausdorff Distance

Working through examples helps to understand the Gromov-Hausdorff distance concretely. Here are some illustrative cases

Example 1 Single Points

Consider two metric spaces each consisting of a single point, say X = {x} and Y = {y}. Since there is only one point in each space, there is no distance to measure between multiple points. Therefore, the Gromov-Hausdorff distance between X and Y is zero

d_{GH}(X, Y) = 0

This example demonstrates that spaces with identical structure in terms of point relationships have zero distance.

Example 2 Two-Point Spaces

Now consider two metric spaces each containing two points, X = {x1, x2} with distance d_X(x1, x2) = 2, and Y = {y1, y2} with distance d_Y(y1, y2) = 3. To embed both into a common metric space, one can place the points along a line. The Hausdorff distance between the two embedded sets is half of the absolute difference in pairwise distances

d_{GH}(X, Y) = |3 – 2| / 2 = 0.5

This simple example shows that Gromov-Hausdorff distance can quantify differences between even very small spaces.

Example 3 Circle vs. Polygon Approximation

Consider the unit circle in the plane and a regular polygon with n sides inscribed in the circle. The polygon approximates the circle more closely as n increases. The Gromov-Hausdorff distance between the circle and the polygon decreases as the number of sides grows, reflecting the increasing similarity of the two shapes

  • For n = 4 (a square), the distance is relatively large because the square deviates significantly from the circle.
  • For n = 20, the distance is much smaller as the polygon closely approximates the circle.

This example illustrates how Gromov-Hausdorff distance can be used to measure the similarity of shapes in practical applications, such as computer graphics or mesh simplification.

Applications of Gromov-Hausdorff Distance

The concept of Gromov-Hausdorff distance has practical uses in multiple disciplines. Understanding examples clarifies its role in real-world problems.

Shape Comparison

In computer graphics and geometric modeling, Gromov-Hausdorff distance is used to compare shapes and 3D models. It allows developers to quantify how closely a digital model matches a reference shape or how much a shape has deformed over time. For instance, comparing a scanned 3D object with a CAD model can reveal differences and errors in manufacturing or reconstruction.

Topological Data Analysis

In topological data analysis, Gromov-Hausdorff distance helps compare point clouds that represent data sampled from underlying geometric structures. By measuring the distance between point clouds, researchers can detect similarities or changes in the shape of data distributions, which is useful in fields like biology, material science, and image analysis.

Mathematical Research

Mathematicians use Gromov-Hausdorff distance to study convergence of metric spaces, including sequences of manifolds. For example, it can formalize the idea of a sequence of increasingly fine approximations of a geometric object converging to a limit shape. This is fundamental in areas like Riemannian geometry and geometric group theory.

Advanced Example Compact Metric Spaces

Consider two compact metric spaces, X and Y, representing two slightly different terrain surfaces modeled as height functions over a fixed region. Embedding these surfaces in a 3D Euclidean space, the Gromov-Hausdorff distance measures how much one surface must be deformed to resemble the other. This can be applied in geoscience to compare real-world terrain measurements or in robotics for mapping and navigation.

Key Steps in Calculating Examples

  • Choose a common metric space Z into which both spaces can be isometrically embedded.
  • Map the points of X and Y into Z while preserving distances within each space.
  • Compute the Hausdorff distance between the images of X and Y in Z.
  • Find the infimum over all possible embeddings to determine the Gromov-Hausdorff distance.

Gromov-Hausdorff distance is a powerful tool for comparing metric spaces and understanding geometric similarity. Through examples like single-point spaces, two-point spaces, polygons approximating circles, and compact metric spaces, it becomes clear how this abstract concept applies in both theoretical and practical contexts. From analyzing 3D shapes to comparing data point clouds and studying manifold convergence, Gromov-Hausdorff distance provides a rigorous yet intuitive measure of geometric similarity. By exploring concrete examples, one can better grasp its utility in mathematics, computer graphics, and data science, and apply it effectively to real-world problems that involve shape comparison and spatial analysis.