ArticleslgStudy

computer science

Link-centric preferential attachment

Link-centric 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 Link-centric preferential attachment rather than just read about it. In short: In mathematical modeling of social networks, link-centric preferential attachment is a node's propensity to re-establish links to nodes it has previously been in contact with in time-varying networks. This preferential attachment model relies on nodes keeping memory of previous neighbors up to the current time.

Key takeaways

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

Reference excerpt

In mathematical modeling of social networks, link-centric preferential attachment is a node's propensity to re-establish links to nodes it has previously been in contact with in time-varying networks. This preferential attachment model relies on nodes keeping memory of previous neighbors up to the current time.

Background In real social networks individuals exhibit a tendency to re-connect with past contacts (ex. family, friends, co-workers, etc.) rather than strangers. In 1970, Mark Granovetter examined this behaviour in the social networks of a group of workers and identified tie strength, a characteristic of social ties describing the frequency of contact between two individuals. From this comes the idea of strong and weak ties, where an individual's strong ties are those she has come into frequent contact with. Link-centric preferential attachment aims to explain the mechanism behind strong and weak ties as a stochastic reinforcement process for old ties in agent-based modeling where nodes have long-term memory.

Examples In a simple model for this mechanism, a node's propensity to establish a new link can be characterized solely by n {\displaystyle n} , the number of contacts it has had in the past. The probability for a node with n social ties to establish a new social tie could then be simply given by

P ( n ) = c n + c {\displaystyle P(n)={c \over n+c}\,}

where c is an offset constant. The probability for a node to re-connect with old ties is then

1 − P ( n ) = n n + c . {\displaystyle 1-P(n)={n \over n+c}.}

Figure 1. shows an example of this process: in the first step nodes A and C connect to node B, giving B a total of two social ties. With c = 1, in the next step B has a probability P(2) = 1/(2 + 1) = 1/3 to create a new tie with D, whereas the probability to reconnect with A or C is twice that at 2/3. More complex models may take into account other variables, such as frequency of contact, contact and intercontact duration, as well as short term memory effects. Effects on the spreading of contagions / weakness of strong ties Understanding the evolution of a network's structure and how it can influence dynamical processes has become an important part of modeling the spreading of contagions. In models of social and biological contagion spreading on time-varying networks link-centric preferential attachment can alter the spread of the contagion to the entire population. Compared to the classic rumour spreading process where nodes are memory-less, link-centric preferential attachment can cause not only a slower spread of the contagion but also one less diffuse. In these models an infected node's chances of connecting to new contacts diminishes as their size of their social circle n {\displaystyle n} grows leading to a limiting effect on the growth of n. The result is strong ties with a node's early contacts and consequently the weakening of the diffusion of the contagion.

See also BA model Network science Interpersonal tie

References

Worked examples

Example 1 — a first encounter with Link-centric preferential attachment

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

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

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

Frequently asked questions

What is Link-centric preferential attachment in simple terms?

In mathematical modeling of social networks, link-centric preferential attachment is a node's propensity to re-establish links to nodes it has previously been in contact with in time-varying networks. This preferential attachment model relies on nodes keeping memory of previous neighbors up to the…

Why does Link-centric 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 Link-centric 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 Link-centric preferential attachment.

Tags

  • Network theory
  • Stochastic processes

Keep exploring