Rumor Source Detection in Social Networks Using Gateway Sensors

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for detecting the source of rumors or misinformation in social media networks are impractical due to the assumption of all nodes monitoring and reporting their status, requiring a large number of nodes as sensors, and not considering varying inter-node relationship strengths.

Innovation Solution

A system and method that identifies node clusters, selects gateway nodes with weak ties, measures arrival times of information, and uses a maximum likelihood estimator to determine the source node within the cluster with high betweenness centrality, effectively reducing the number of sensors needed and accounting for uncertain inter-node relationship strengths.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If all nodes monitor and report their status to identify the source of misinformation, then the source detection accuracy is improved, but the system complexity and resource consumption increase significantly

Engineering Contradiction:
Improvesource detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the social network into clusters of nodes, where only gateway nodes (boundary nodes between clusters) monitor and report their status. This segmentation reduces the number of monitoring nodes from all nodes to a small subset of gateway nodes, thereby reducing system complexity while maintaining source detection capability through the use of betweenness centrality metrics and rumor spreading models.

Inventive Principle:
Principle #1Segmentation

2Reliability

If a large number of nodes are used as sensors to detect misinformation source, then the detection coverage is improved, but the implementation feasibility deteriorates

Engineering Contradiction:
Improvedetection coverageVSAvoidimplementation feasibility
Core Design Contradiction:
ReliabilityVSEase of manufacture

Solution Approach 1:

The patent applies local quality by assigning different roles to different nodes based on their position in the network. Gateway nodes (boundary nodes between clusters) are selected as sensors because they have high betweenness centrality and can detect rumors spreading between clusters, while internal nodes do not need to monitor. This localized sensor placement achieves good detection coverage with fewer sensors, improving implementation feasibility.

Inventive Principle:
Principle #3Local quality

3Device complexity

If traditional methods assume regular tree structure for social graph, then the analysis simplicity is improved, but the applicability to real social networks deteriorates

Engineering Contradiction:
Improveanalysis simplicityVSAvoidapplicability to real social networks
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent changes the structural parameter assumption from regular tree to general graph with clusters. Instead of assuming a rigid tree structure, the patent uses cluster-based graph structure with gateway nodes, which better represents real social networks. The analysis maintains simplicity by using betweenness centrality and rumor spreading models that work on general graphs, achieving both analytical tractability and real-world applicability.

Inventive Principle:
Principle #35Parameter changes

4Productivity

If inter-node relationship strengths are not considered, then the computational complexity is reduced, but the detection accuracy deteriorates

Engineering Contradiction:
Improvecomputational efficiencyVSAvoiddetection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent extracts and focuses on the most important factor affecting rumor spreading - the betweenness centrality of gateway nodes. Instead of considering all inter-node relationship strengths, the patent identifies and extracts the key metric (betweenness centrality of gateway nodes) that has the greatest impact on detection accuracy. This selective extraction maintains computational efficiency while improving detection accuracy by focusing on the most relevant parameters.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS9959365B2Method and apparatus to identify the source of information or misinformation in large-scale social media networks
Publication Date: 2018.05.01 STEVENS INSTITUTE OF TECHNOLOGY
  • US9959365B2 patent drawing
  • US9959365B2 patent drawing
  • US9959365B2 patent drawing

AI summary

A system and method of detecting a source of a rumor in a social media network is disclosed. The social media network includes a plurality of node clusters, each of the plurality of nodes therein having at least one edge connection to a corresponding number of different nodes in the same cluster. The system identifies a plurality of gateway nodes, each having at least one weak tie connection with a corresponding gateway node from a different node cluster; selects a subset of gateway nodes as sensors to measure arrival times of a rumor; and selects a candidate node cluster based on these arrival times. From there, the system selects a set of nodes in the candidate cluster to measure arrival times of a rumor from a source node, and selects a candidate node from the candidate cluster as having a high probability of being the source node.