[WAIM 2016] EB-RSI: Securing Social Influence Evaluation via Evolutionary Trust Models

An Evolution-Based Robust Social Influence Evaluation Method in Online Social Networks

2014-01-01
Feng Zhu, Guanfeng Liu, An Liu, Lei Zhao, Xiaofang Zhou
Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces EB-RSI, an evolutionary-based robust social influence evaluation method designed for Online Social Networks (OSNs). By integrating four dynamic influence factors and a trust evolutionary model, it achieves superior stability and resistance to malicious attacks compared to the state-of-the-art SoCap algorithm.

Executive Summary

TL;DR: In the world of social e-commerce, "Influencers" drive purchasing decisions. However, current systems are easily gamed by malicious actors using camouflage tactics. This paper introduces EB-RSI (Evolutionary-Based Robust Social Influence), a methodology that doesn't just look at who is influential now, but how their influence has evolved over time. By combining evolutionary trust models with trend analysis, EB-RSI successfully identifies and de-ranks attackers while maintaining a stable hierarchy of honest advisors.

Positioning: This work moves beyond simple graph-centrality or information diffusion models, positioning itself as a "defense-first" influence evaluation framework in the lineage of robust reputation systems.

Problem & Motivation: The "Camouflage" Threat

Existing state-of-the-art methods like SoCap treat social capital as a value-allocation problem. While mathematically elegant, they lack a temporal dimension. This creates two major vulnerabilities:

  1. Instability: A single lucky transaction can cause a low-quality user's rank to skyrocket.
  2. Attack Vulnerability: Under a Camouflage Attack, a dishonest user provides high-quality reviews initially to build a reputation, only to leverage that influence later to promote low-quality products for profit.

The authors' core Insight is that influence should be treated as a "stochastic trend." An honest, high-quality influencer will show a stable or ascending trend in total trustworthiness, whereas an attacker will inevitably show "fluctuation" that a regression-based model can detect.

Methodology: The Core EB-RSI Framework

The EB-RSI method is built upon four pillars of "Impact Factors" that transform static trust into dynamic influence:

  • Total Trustworthiness (TT): The aggregate trust an advisor receives.
  • FTBA (Fluctuant Trend of Being Advisor): Uses the gradient () and mean distance () of a least-squares regression line to determine if an advisor's follower base is growing or shrinking.
  • FTT (Fluctuant Trend of Trustworthiness): Similar to FTBA, but tracks the quality of trust over time.
  • TA (Trustworthiness Area): A geometric approach to measure the "volume" of trust, separating positive experiences from negative ones.

The Evolutionary Loop

Unlike static models, EB-RSI utilizes an Evolutionary Trust Model. When a buyer's experience contradicts an advisor's review, the system automatically "evolves" the relationship—pruning the trust link and seeking new, more accurate advisors.

Model Architecture: Evolutionary Trust Relationship Fig 1. The evolutionary process: B2 removes B3 and adds B1 as an advisor after a mismatched experience.

The EB-RSI Algorithm

The algorithm normalizes these impact factors using Z-Score and Min-Max normalization to ensure that "Volume" (like TT) doesn't overshadow "Trend" (like Gradient).

Experiments & Results: Robustness Verified

The authors tested EB-RSI against the SoCap baseline using the Epinions dataset.

1. Stability Comparison

While SoCap's influence rankings fluctuated wildly across 22 transactions, EB-RSI maintained a smooth, convergent ranking trend. This is critical for e-commerce platforms that wish to provide consistent recommendations to users.

Influence Ranking Trend Comparison Fig 2. EB-RSI maintains stable rankings for Top-3 influencers over time, whereas baseline methods show high volatility.

2. Resistance to Attacks

In the Camouflage Attack scenario, Top-2 influencers suddenly started giving dishonest reviews.

  • EB-RSI: The Influence Ranking dropped dramatically as the (FTT gradient) turned negative.
  • SoCap: The attackers' rankings remained high and unstable, failing to effectively "punish" the malicious behavior.

Camouflage Attack Performance Fig 3. Performance under Camouflage Attack: EB-RSI (ER) shows a sharp decline in rank for attackers, whereas SoCap (SoCap) fails to respond effectively.

Critical Analysis & Conclusion

Takeaway

EB-RSI proves that historical trajectory matters more than current status in open, adversarial environments. By quantifying the "Fluctuant Trend," the authors provide a mathematical shield against tactical reputation manipulation.

Limitations & Future Work

The current model relies on a predefined set of weights for the six parameters, which might require manual tuning for different OSN environments. Future iterations could benefit from automated weight optimization (e.g., via Reinforcement Learning) to adapt to shifting attack patterns. Expansion into multi-modal reviews (text + images) would also be an interesting extension of the "Trustworthiness Area" concept.

As OSNs become increasingly monetized, methods like EB-RSI will be essential for maintaining the "Social Capital" integrity of digital marketplaces.

Find Similar Papers

Try Our Examples

  • Search for recent papers on robust influence maximization that specifically address camouflage and sybil attacks in e-commerce social networks.
  • Which paper originally proposed the Multiagent Evolutionary Trust (MET) model, and how does this work adapt its evolutionary logic for influence calculation?
  • Explore if these regression-based influence trend factors (FTBA, FTT) have been applied to user churn prediction or community detection in dynamic social networks.
Contents
[WAIM 2016] EB-RSI: Securing Social Influence Evaluation via Evolutionary Trust Models
1. Executive Summary
2. Problem & Motivation: The "Camouflage" Threat
3. Methodology: The Core EB-RSI Framework
3.1. The Evolutionary Loop
3.2. The EB-RSI Algorithm
4. Experiments & Results: Robustness Verified
4.1. 1. Stability Comparison
4.2. 2. Resistance to Attacks
5. Critical Analysis & Conclusion
5.1. Takeaway
5.2. Limitations & Future Work