Unlocking the "Strict" Side of Social Influence: Moving Beyond Simple Submodularity

On strict submodularity of social influence

2021-01-06
Qiufen Ni, Hongwei Du
Summary
Problem
Method
Results
Takeaways
Abstract

The paper rigorously proves the strict submodularity of influence spread in social networks under the general threshold model. By demonstrating that strictly increasing and submodular node-level threshold functions lead to a strictly k-submodular influence spread, the authors provide a stronger theoretical guarantee for influence maximization tasks.

TL;DR

While it has long been known that social influence spread is submodular (exhibiting diminishing returns), this paper proves for the first time that under certain conditions, it is strictly submodular. By assuming -connected graph structures and strictly submodular marginal threshold functions, the authors demonstrate that the greedy algorithm for influence maximization performs strictly better than the classical theoretical floor.

Perspective: From Diminishing Returns to Strict Inequality

In the world of combinatorial optimization, submodularity is the "convexity" of discrete sets. Since the seminal work by Kempe et al. (2003), we have relied on this property to justify why a simple greedy strategy works well for picking "influencers" in a network. However, "submodular" often includes the possibility of equality—where adding a node to a small set or a large set results in the exact same gain.

This paper asks: When is the gain strictly better for the smaller set? This is not just a mathematical nuance; strict submodularity is the engine behind the uniqueness of optimal solutions and improved algorithmic convergence.

The Core Challenge: The Probabilistic Gap

The influence spread is the expected number of active nodes. Proving it is submodular is hard because it involves integrating over all possible random thresholds for every node.

The authors tackle the General Threshold Model, where a node becomes active if the weight of its active neighbors exceeds a random threshold .

Threshold Logic

The difficulty lies in showing that —the strict version of the submodular inequality.

Methodology: Levering Graph Connectivity

The researchers' breakthrough relies on two pillars:

  1. Strict Incremental Definition: They characterize strict submodularity through the lens of marginal gains: for .
  2. K-Connectivity: By assuming the network is -connected, they ensure there are enough paths for a single seed to "make a difference."

They utilize a modified process , which allows for analytical tracking of how influence "overflows" when moving from a seed set to a larger set . By finding a specific "neighborhood" of threshold values where a path from a new seed reaches a node , they prove that the marginal influence of on is inherently larger than on .

Influence Spread Integration

Results: Why "Strict" Matters for Performance

The most impactful result for practitioners is Theorem 3.5. It updates the classic Nemhauser (1978) result for the greedy algorithm:

  • Classical Bound:
  • New Bound:

While the numerical constant remains the same, the strict inequality implies that the worst-case scenario (where greedy barely hits the limit) is avoided in -connected networks with strictly submodular local thresholds.

Greedy Bound Formula

Deep Insight & Conclusion

This work bridges a gap between pure set-function theory and social network analysis. It reveals that the topology of the network (connectivity) and the psychology of the nodes (threshold function curvature) work together to create a search space that is well-behaved.

Limitations: The requirement for -connectivity is strong. In extremely sparse or fragmented "echo chamber" networks, strict submodularity might break down, returning us to standard submodularity where gains can stagnate.

Future Outlook: The authors suggest extending this to DR-submodularity on integer lattices. This would move the conversation from "binary" influence (active/inactive) to "intensity-based" influence, which is far more applicable to modern viral marketing and digital engagement metrics.

Find Similar Papers

Try Our Examples

  • Find recent papers that apply strict submodularity to improve approximation ratios in influence maximization beyond the standard 63% bound.
  • Which paper first established the general threshold model for social influence, and how does this paper's strict submodularity proof specifically refine that original framework?
  • Research how strict submodularity or DR-submodularity is applied to continuous influence maximization or lattice-based social network models.
Contents
Unlocking the "Strict" Side of Social Influence: Moving Beyond Simple Submodularity
1. TL;DR
2. Perspective: From Diminishing Returns to Strict Inequality
3. The Core Challenge: The Probabilistic Gap
4. Methodology: Levering Graph Connectivity
5. Results: Why "Strict" Matters for Performance
6. Deep Insight & Conclusion