MLLGJun 14, 2018

Learning Influence-Receptivity Network Structure with Guarantee

arXiv:1806.05730v28 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of dynamic network analysis in social media or information diffusion, offering a more accurate model for topic-dependent connections, though it is an incremental improvement over existing methods.

The paper tackles the problem of community detection in information cascades where connection structures vary across topics, proposing a latent model with influence and receptivity vectors to estimate node-topic structures from noisy adjacency matrices with theoretical guarantees. Experiments show superior performance over state-of-the-art methods on synthetic and real data.

Traditional works on community detection from observations of information cascade assume that a single adjacency matrix parametrizes all the observed cascades. However, in reality the connection structure usually does not stay the same across cascades. For example, different people have different topics of interest, therefore the connection structure depends on the information/topic content of the cascade. In this paper we consider the case where we observe a sequence of noisy adjacency matrices triggered by information/event with different topic distributions. We propose a novel latent model using the intuition that a connection is more likely to exist between two nodes if they are interested in similar topics, which are common with the information/event. Specifically, we endow each node with two node-topic vectors: an influence vector that measures how influential/authoritative they are on each topic; and a receptivity vector that measures how receptive/susceptible they are to each topic. We show how these two node-topic structures can be estimated from observed adjacency matrices with theoretical guarantee on estimation error, in cases where the topic distributions of the information/event are known, as well as when they are unknown. Experiments on synthetic and real data demonstrate the effectiveness of our model and superior performance compared to state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes