ArticleslgStudy

computer science

Non-linear preferential attachment

Non-linear preferential attachment 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 Non-linear preferential attachment rather than just read about it. In short: In network science, preferential attachment means that nodes of a network tend to connect to those nodes which have more links. If the network is growing and new nodes tend to connect to existing ones with linear probability in the degree of the existing nodes then preferential attachment leads to a scale-free network.

Key takeaways

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

Reference excerpt

In network science, preferential attachment means that nodes of a network tend to connect to those nodes which have more links. If the network is growing and new nodes tend to connect to existing ones with linear probability in the degree of the existing nodes then preferential attachment leads to a scale-free network. If this probability is sub-linear then the network's degree distribution is stretched exponential and hubs are much smaller than in a scale-free network. If this probability is super-linear then almost all nodes are connected to a few hubs. According to Kunegis, Blattner, and Moser several online networks follow a non-linear preferential attachment model. Communication networks and online contact networks are sub-linear while interaction networks are super-linear. The co-author network among scientists also shows the signs of sub-linear preferential attachment.

Types of preferential attachment For simplicity it can be assumed that the probability with which a new node connects to an existing one follows a power function of the existing nodes' degree k:

π ( k ) ∼ k α {\displaystyle \pi (k)\sim k^{\alpha }\,}

where α > 0. This is a good approximation for a lot of real networks such as the Internet, the citation network or the actor network. If α = 1 then the preferential attachment is linear. If α < 1 then it is sub-linear while if α > 1 then it is super-linear. In measuring preferential attachment from real networks, the above log-linearity functional form kα can be relaxed to a free form function, i.e. π(k) can be measured for each k without any assumptions on the functional form of π(k). This is believed to be more flexible, and allows the discovery of non-log-linearity of preferential attachment in real networks.

Sub-linear preferential attachment In this case the new nodes still tend to connect to the nodes with higher degree but this effect is smaller than in the case of linear preferential attachment. There are less hubs and their size is also smaller than in a scale-free network. The size of the largest component logarithmically depends on the number of nodes:

k max ∼ ( log ⁡ n ) 1 / ( 1 − α ) {\displaystyle k_{\max }\sim (\log n)^{1/(1-\alpha )}}

so it is smaller than the polynomial dependence.

Super-linear preferential attachment If α > 1 then a few nodes tend to connect to every other node in the network. For α > 2 this process happens more extremely, the number of connections between other nodes is still finite in the limit when n goes to infinity. So the degree of the largest hub is proportional to the system size:

k max ∼ n . {\displaystyle k_{\max }\sim n.\,}

References

Worked examples

Example 1 — a first encounter with Non-linear preferential attachment

Start with the simplest possible case. Write down what Non-linear preferential attachment 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 Non-linear preferential attachment 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 Non-linear preferential attachment 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 Non-linear preferential attachment

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

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

Frequently asked questions

What is Non-linear preferential attachment in simple terms?

In network science, preferential attachment means that nodes of a network tend to connect to those nodes which have more links. If the network is growing and new nodes tend to connect to existing ones with linear probability in the degree of the existing nodes then preferential attachment leads to…

Why does Non-linear preferential attachment 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 Non-linear preferential attachment?

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 Non-linear preferential attachment.

Tags

  • Network theory
  • Networks

Keep exploring