Editing
Diffusion and Influence
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Diffusion and Influence is the study of "How things spread"βthe science of "Social Contagion" that explains how a "New Idea," a "Viral Meme," a "Product," or a "Disease" moves through a network. In our hyper-connected world, information doesn't move in a "Straight line"; it "Explodes" through "Social Hubs" and "Cascades" through communities. By studying "Threshold Models" and "Independent Cascades," we can predict "Who will start the next trend," "Which rumor will destroy a company," and "How many people we need to vaccinate" to stop an epidemic. It is the science of "Impact," where a "Single Node" (The Influencer) can change the "Behavior" of millions of people. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Diffusion''' β The process by which an "Innovation" or "Idea" is communicated over time among the participants in a social system. * '''Contagion''' β A "Social infection"; the "Automatic" spreading of an emotion or behavior through a crowd. * '''Threshold Model''' β The idea that you will only "Adopt" a new behavior if "X number of your friends" have already done it (e.g., you won't buy a new phone until 3 of your friends have one). * '''Cascade''' (Information Cascade) β When people make the "Same choice" as those before them, regardless of their own private information (e.g., following a crowd into a restaurant). * '''Seed Node''' β The "First person" who starts the spread (The "Patient Zero"). * '''Influencer''' β A node with "High Centrality" (usually Degree) who can "Trigger" a large cascade. * '''Social Reinforcement''' β The "Strength" of the spread increases when you hear it from "Multiple" people you trust. * '''Viral Coefficient (K)''' β The number of "New people" each person "Infects." If K > 1, the spread is "Exponential." * '''The 'Critical Mass'''' β The "Tipping Point" where enough people have adopted an idea that it becomes "Self-Sustaining" and spreads to everyone. * '''Churn''' β The "Rate of loss" (when people stop using the product or "Recover" from the virus). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Diffusion and influence are understood through '''Cascades''' and '''Thresholds'''. '''1. The "Tipping Point" (Thresholds)''': Most people are "Followers," not "Leaders." * Imagine you are at a "Protest." * You are afraid to "Throw a stone" alone. * But if you see **10 other people** throw stones, your "Threshold" is reached, and you throw a stone too. * Different people have different thresholds: "Innovators" have a threshold of 0 (they do it first); "Laggards" have a threshold of 100 (they only do it when everyone else has). '''2. The "Bridge" Effect (Diffusion)''': Ideas spread "Within" groups easily, but they "Jump" between groups through "Weak Ties." * If a "Meme" is only in your "High School," it stays there. * If **one student** moves to a "New High School" and shows the meme, the "Diffusion" continues into a new community. * This is why "Acquaintances" are the "Secret weapons" of viral marketingβthey carry information to "Fresh territory." '''3. The "Influencer" Myth''': Does "One person" really change the world? * Sometimes "Yes" (A celebrity with 100M followers). * But more often, it's about the "Susceptibility" of the network. * A "Match" (The Influencer) only starts a "Forest Fire" if the "Wood" (The Network) is "Dry" (Ready to adopt). * If the network is "Resistant," the influencer has "Zero power." '''The 'Rogers' Diffusion Curve (1962)'''': The most famous model of how products spread. It splits the population into: **Innovators** (2.5%), **Early Adopters** (13.5%), **Early Majority** (34%), **Late Majority** (34%), and **Laggards** (16%). To succeed, a product must "Cross the Chasm" between the Early Adopters and the Majority. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Viral Cascade' (Simulating how a meme spreads based on 'K-Factor'):''' <syntaxhighlight lang="python"> def simulate_viral_spread(initial_people, k_factor, rounds): """ Shows the power of 'K > 1'. """ current_count = initial_people total_spread = [current_count] for _ in range(rounds): # Every person tells K more people current_count = round(current_count * k_factor) total_spread.append(current_count) return total_spread # Case A: K = 0.9 (The spread dies out) print(f"Spread K=0.9: {simulate_viral_spread(10, 0.9, 5)}") # Case B: K = 1.5 (Exponential Explosion) print(f"Spread K=1.5: {simulate_viral_spread(10, 1.5, 5)}") </syntaxhighlight> ; Influence Landmarks : '''The 'Hotmail' Launch (1996)''' β One of the first "Viral Marketing" successes: they put "PS: Get your free email at Hotmail" at the bottom of every email sent, causing the network to "Spread the product" for them. : '''The 'Tahrir Square' Revolution (2011)''' β How "Twitter and Facebook" triggered a "Social Cascade" that "Overthrew a government" by reaching the "Critical Mass" of protest in days. : '''Fashions and Trends''' β Why do we all wear "Skinny Jeans" then "Baggy Jeans"? It's a "Complex Contagion"βwe do it because our "Neighbors" do it to "Signal" that we belong. : '''Echo Chambers''' β How "Misinformation" spreads. Because we only follow people "Like us," the "Contagion" stays inside our community, getting "Stronger and Louder" until we believe it's the "Only truth." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Simple vs. Complex Contagion ! Feature !! Simple Contagion (A Virus) !! Complex Contagion (An Idea) |- | Requirement || "One" contact is enough || "Multiple" contacts needed (Social Proof) |- | Role of 'Weak Ties' || High (Good for spreading fast) || Low (Weak ties have no "Trust") |- | Role of 'Strong Ties' || Low || High (We only change our minds for friends) |- | Best For || Spreading "Information" || Spreading "Behavior Change" |} '''The Concept of "Structural Equivalence"''': Analyzing "Peer Pressure." You are more likely to be influenced by people who "Occupies the same position" as you. If you are a "Junior Developer," you will be influenced by other "Junior Developers," even if they aren't your "Friends." You "Compare" yourself to them to see what the "Norm" is. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating diffusion and influence: # '''The "Manipulated" Crowd''': If we know "Exactly" how to start a cascade, is "Free Will" dead? (The "Cambridge Analytica" fear). # '''Responsibility''': If a "Meme" causes "Real-world violence," is the "Seed Node" responsible? # '''The "Vaccine" for Information''': Can we "Pre-expose" people to "Small lies" to make them "Immune" to "Big Lies"? (The "Inoculation Theory"). # '''Algorithmic Influence''': Is the "AI" now the most powerful "Influencer" on Earth, deciding "What spreads" based on "Engagement" (anger) rather than "Truth"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Truth-Viral' Protocol''': Designing a "Social Network" where "True Information" has a "Higher K-Factor" than "False Information," reversing the current "Fake News" problem. # '''Hyper-Personalized Influence''': An AI that "Finds the exact person" in your network who can "Convince you" to "Quit Smoking" or "Start Exercising." # '''Global Wisdom Cascades''': Using diffusion math to spread "Solutions to Climate Change" to "Every human on Earth" in under a year. # '''Social 'Herd' Detectors''': An app that "Warns you" when you are about to "Follow a crowd" just because of a "Cascade," helping you "Think for yourself." [[Category:Sociology]] [[Category:Psychology]] [[Category:Economics]] [[Category:Social Network Analysis]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information