ArticleslgStudy

computer science

Node influence metric

Node influence metric 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 Node influence metric rather than just read about it. In short: In graph theory and network analysis, node influence metrics are measures that rank or quantify the influence of every node (also called vertex) within a graph. They are related to centrality indices.

Key takeaways

  • Node influence metric 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 Node influence metric to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Node influence metric from memory before moving on to harder problems.

Reference excerpt

In graph theory and network analysis, node influence metrics are measures that rank or quantify the influence of every node (also called vertex) within a graph. They are related to centrality indices. Applications include measuring the influence of each person in a social network, understanding the role of infrastructure nodes in transportation networks, the Internet, or urban networks, and the participation of a given node in disease dynamics.

Origin and development The traditional approach to understanding node importance is via centrality indicators. Centrality indices are designed to produce a ranking which accurately identifies the most influential nodes. Since the mid 2000s, however, social scientists and network physicists have begun to question the suitability of centrality indices for understanding node influence. Centralities may indicate the most influential nodes, but they are rather less informative for the vast majority of nodes which are not highly influential. Borgatti and Everett's 2006 review article showed that the accuracy of centrality indices is highly dependent on network topology. This finding has been repeatedly observed since then. (e.g.). In 2012, Bauer and colleagues reminded us that centrality indices only rank nodes but do not quantify the difference between them. In 2013, Sikic and colleagues presented strong evidence that centrality indices considerably underestimate the power of non-hub nodes. The reason is quite clear. The accuracy of a centrality measure depends on network topology, but complex networks have heterogeneous topology. Hence a centrality measure which is appropriate for identifying highly influential nodes will most likely be inappropriate for the remainder of the network. This has inspired the development of novel methods designed to measure the influence of all network nodes. The most general of these are the accessibility, which uses the diversity of random walks to measure how accessible the rest of the network is from a given start node, and the expected force, derived from the expected value of the force of infection generated by a node. Both of these measures can be meaningfully computed from the structure of the network alone.

Accessibility The Accessibility is derived from the theory of random walks. It measures the diversity of self-avoiding walks which start from a given node. A walk on a network is a sequence of adjacent vertices; a self-avoiding walk visits (lists) each vertex at most once. The original work used simulated walks of length 60 to characterize the network of urban streets in a Brazilian city. It was later formalized as a modified form of hierarchical degree which controls for both transmission probabilities and the diversity of walks of a given fixed length.

Definition The hierarchical degree measures the number of nodes reachable from a start node by performing walks of length h {\displaystyle h} . For a fixed h {\displaystyle h} and walk type, each of these neighbors is reached with a (potentially different) probability p j ( h ) {\displaystyle p_{j}^{(h)}} . Given a vector of such probabilities, the accessibility of node i {\displaystyle i} at scale h {\displaystyle h} is defined

κ i ( h ) = exp ⁡ ( − ∑ j p j ( h ) log ⁡ p j ( h ) ) {\displaystyle \kappa _{i}^{(h)}=\exp \left(-\sum _{j}p_{j}^{(h)}\log p_{j}^{(h)}\right)}

The probabilities can be based on uniform-probability random walks, or additionally modulated by edge weights and/or explicit (per edge) transmission probabilities.

Applications The accessibility has been shown to reveal community structure in urban networks, corresponds to the number of nodes which can be visited in a defined time period, and is predictive of the outcome of epidemiological SIR model spreading processes on networks with large diameter and low density.

Expected force The expected force measures node influence from an epidemiological perspective. It is the expected value of the force of infection generated by the node after two transmissions.

Definition The expected force of a node i {\displaystyle i} is given by

κ i = − ∑ j = 1 J d j log ⁡ ( d j ) {\displaystyle \kappa _{i}=-\sum _{j=1}^{J}d_{j}\log(d_{j})}

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Node influence metric

Start with the simplest possible case. Write down what Node influence metric 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 Node influence metric 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 Node influence metric 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 Node influence metric

In research
Node influence metric 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 Node influence metric 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
Node influence metric is common in secondary-school and first-year university syllabi. It links to neighbouring topics Graph theory, Network analysis, so understanding it makes those chapters shorter.
In everyday life
Look for Node influence metric 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 Node influence metric in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Node influence metric 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 Node influence metric out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Node influence metric in simple terms?

In graph theory and network analysis, node influence metrics are measures that rank or quantify the influence of every node (also called vertex) within a graph. They are related to centrality indices.

Why does Node influence metric 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 Node influence metric?

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 Node influence metric.

Tags

  • Graph theory
  • Network analysis

Keep exploring