ArticleslgStudy

computer science

Hyperbolic geometric graph

Hyperbolic geometric graph is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Hyperbolic geometric graph rather than just read about it. In short: A hyperbolic geometric graph (HGG) or hyperbolic geometric network (HGN) is a special type of spatial network where (1) latent coordinates of nodes are sprinkled according to a probability density function into a hyperbolic space of constant negative curvature and (2) an edge between two nodes is present if they are close according to a function of the metric (typically either a Heaviside step function resulting in…

Hyperbolic geometric graph — main illustration
Hyperbolic geometric graph — illustration

Key takeaways

  • Hyperbolic geometric graph belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Hyperbolic geometric graph to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Hyperbolic geometric graph from memory before moving on to harder problems.

Reference excerpt

A hyperbolic geometric graph (HGG) or hyperbolic geometric network (HGN) is a special type of spatial network where (1) latent coordinates of nodes are sprinkled according to a probability density function into a hyperbolic space of constant negative curvature and (2) an edge between two nodes is present if they are close according to a function of the metric (typically either a Heaviside step function resulting in deterministic connections between vertices closer than a certain threshold distance, or a decaying function of hyperbolic distance yielding the connection probability). A HGG generalizes a random geometric graph (RGG) whose embedding space is Euclidean.

Mathematical formulation Mathematically, a HGG is a graph G ( V , E ) {\displaystyle G(V,E)} with a vertex set V (cardinality N = | V | {\displaystyle N=|V|} ) and an edge set E constructed by considering the nodes as points placed onto a 2-dimensional hyperbolic space H ζ 2 {\displaystyle \mathbb {H} _{\zeta }^{2}} of constant negative Gaussian curvature, − ζ 2 {\displaystyle -\zeta ^{2}} and cut-off radius R {\displaystyle R} , i.e. the radius of the Poincaré disk which can be visualized using a hyperboloid model. Each point i {\displaystyle i} has hyperbolic polar coordinates ( r i , θ i ) {\displaystyle (r_{i},\theta _{i})} with 0 ≤ r i ≤ R {\displaystyle 0\leq r_{i}\leq R} and 0 ≤ θ i < 2 π {\displaystyle 0\leq \theta _{i}<2\pi } . The hyperbolic law of cosines allows to measure the distance d i j {\displaystyle d_{ij}} between two points i {\displaystyle i} and j {\displaystyle j} ,

cosh ⁡ ( ζ d i j ) = cosh ⁡ ( ζ r i ) cosh ⁡ ( ζ r j ) {\displaystyle \cosh(\zeta d_{ij})=\cosh(\zeta r_{i})\cosh(\zeta r_{j})}

− sinh ⁡ ( ζ r i ) sinh ⁡ ( ζ r j ) cos ⁡ ( π − | π − | θ i − θ j | | ⏟ Δ ) . {\displaystyle -\sinh(\zeta r_{i})\sinh(\zeta r_{j})\cos {\bigg (}\underbrace {\pi \!-\!{\bigg |}\pi -|\theta _{i}\!-\!\theta _{j}|{\bigg |}} _{\Delta }{\bigg )}.}

The angle Δ {\displaystyle \Delta } is the (smallest) angle between the two position vectors. In the simplest case, an edge ( i , j ) {\displaystyle (i,j)} is established iff (if and only if) two nodes are within a certain neighborhood radius r {\displaystyle r} , d i j ≤ r {\displaystyle d_{ij}\leq r} , this corresponds to an influence threshold.

Connectivity decay function In general, a link will be established with a probability depending on the distance d i j {\displaystyle d_{ij}} . A connectivity decay function γ ( s ) : R + → [ 0 , 1 ] {\displaystyle \gamma (s):\mathbb {R} ^{+}\to [0,1]} represents the probability of assigning an edge to a pair of nodes at distance s {\displaystyle s} . In this framework, the simple case of hard-code neighborhood like in random geometric graphs is referred to as truncation decay function.

… excerpt ends here. Continue reading the full article.

Illustrations

Hyperbolic geometric graph illustration
Hyperbolic geometric graph: Random hyperbolic geometric graphs with N=100 nodes each for different values of alpha and R
Random hyperbolic geometric graphs with N=100 nodes each for different values of alpha and R
Hyperbolic geometric graph: The hyperbolic graph is partitioned into bands such that each of them holds approximately the same number of points.
The hyperbolic graph is partitioned into bands such that each of them holds approximately the same number of points.

Worked examples

Example 1 — a first encounter with Hyperbolic geometric graph

Start with the simplest possible case. Write down what Hyperbolic geometric graph claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Hyperbolic geometric graph before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Hyperbolic geometric graph ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Hyperbolic geometric graph

In research
Hyperbolic geometric graph appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Hyperbolic geometric graph in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Hyperbolic geometric graph is common in secondary-school and first-year university syllabi. It links to neighbouring topics Geometric graphs, Hyperbolic geometry, Network theory, so understanding it makes those chapters shorter.
In everyday life
Look for Hyperbolic geometric graph outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Hyperbolic geometric graph in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Hyperbolic geometric graph means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Hyperbolic geometric graph out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Hyperbolic geometric graph in simple terms?

A hyperbolic geometric graph (HGG) or hyperbolic geometric network (HGN) is a special type of spatial network where (1) latent coordinates of nodes are sprinkled according to a probability density function into a hyperbolic space of constant negative curvature and (2) an edge between two nodes is p…

Why does Hyperbolic geometric graph matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Hyperbolic geometric graph?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Hyperbolic geometric graph.

Tags

  • Geometric graphs
  • Hyperbolic geometry
  • Network theory
  • Networks

Keep exploring