<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deep generative models for rumor tracing &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/deep-generative-models-for-rumor-tracing/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 23:10:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>deep generative models for rumor tracing &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Survey Maps the Cutting Edge of Rumor Source Detection in Social Networks</title>
		<link>https://scienmag.com/new-survey-maps-the-cutting-edge-of-rumor-source-detection-in-social-networks/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 23:10:52 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[benchmark datasets]]></category>
		<category><![CDATA[centrality measures]]></category>
		<category><![CDATA[deep generative models]]></category>
		<category><![CDATA[deep generative models for rumor tracing]]></category>
		<category><![CDATA[diffusion models]]></category>
		<category><![CDATA[diffusion process inversion in social media]]></category>
		<category><![CDATA[early detection of false claims]]></category>
		<category><![CDATA[evolution of rumor source detection techniques]]></category>
		<category><![CDATA[Graph Neural Networks]]></category>
		<category><![CDATA[large-scale social network data analysis]]></category>
		<category><![CDATA[misinformation]]></category>
		<category><![CDATA[misinformation impact on public health and elections]]></category>
		<category><![CDATA[misinformation spread analysis]]></category>
		<category><![CDATA[multiple source detection]]></category>
		<category><![CDATA[network science methodologies for rumor tracking]]></category>
		<category><![CDATA[rumor source detection]]></category>
		<category><![CDATA[rumor source detection in social networks]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[SIR model]]></category>
		<category><![CDATA[social network forensic analysis]]></category>
		<category><![CDATA[social network graph analysis]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[statistical estimators for rumor origin]]></category>
		<category><![CDATA[survey]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199560</guid>

					<description><![CDATA[A comprehensive new survey charts the evolution of rumor source detection in social networks, from centrality-based estimators and epidemic diffusion models to graph neural networks and deep generative approaches.]]></description>
										<content:encoded><![CDATA[<p>A false claim can circle the globe before the truth has finished typing its rebuttal, and one of the most urgent questions in modern network science is deceptively simple to state: who started it? A new in-depth survey published in the International Journal of Data Science and Analytics systematically charts the state of the art in rumor source detection, the field dedicated to tracing misleading information back to its point of origin on social networks. Authored by Greeshma N. Gopal and Binsu C. Kovoor of Cochin University of Science and Technology, the review walks through more than a decade of methodological development, from early statistical estimators built on graph centrality to the latest deep generative models that attempt to invert the diffusion process itself.</p>
<p>The significance of the problem is hard to overstate. Misinformation about public health, elections, financial markets and disasters spreads through platforms whose underlying structures are enormous, interconnected graphs of users and their relationships. Once a rumor has propagated, forensic analysis of the pattern of infected or informed nodes offers clues about where the cascade began. Source detection formalizes this forensic task: given an observed snapshot of the spread, or a series of such snapshots over time, the goal is to infer the node or nodes most likely to have seeded the diffusion. The survey frames this as an inverse problem on a graph, and its central contribution is a rigorous classification of how different research communities have attacked that inversion.</p>
<p>At the foundations of the field lie diffusion models, mathematical descriptions of how information moves from node to node. The survey situates much of the classical literature within epidemic-style frameworks such as the susceptible-infected-recovered model and its variants, including the susceptible-exposed-infected-recovered formulation that introduces a latent period before a node becomes infectious. Work by Zhu and Ying on sample-path-based approaches in the SIR model, and by Zhou and colleagues on SEIR-based detection, exemplifies this tradition: the detector reasons backward from the observed infection pattern through the stochastic dynamics of the spread model to assign a likelihood to each candidate source. Shah and Zaman&#8217;s foundational result, which introduced a rumor centrality measure and established diffusion-based source estimators on tree-structured networks, remains a touchstone that the survey returns to repeatedly.</p>
<p>Centrality-based methods form the first major methodological family examined in the review. These techniques treat the source as the node that best explains the observed structure of the rumor-spreading subgraph, ranking candidates by measures such as degree, closeness, betweenness or specialized scores like rumor centrality and eigenvalue-based spectral techniques. Comin and da Fontoura Costa&#8217;s approach of identifying the starting point of a spreading process through network centrality, and Fioriti and Chinnici&#8217;s spectral method, are highlighted as representative examples. The appeal of these methods is computational simplicity and interpretability; their weakness is that they often presuppose idealized network topologies, such as trees or regular graphs, and can degrade sharply on the irregular, clustered, small-world topologies that characterize real social media. The survey is careful to catalog these assumptions, drawing on classic network models including Erdős-Rényi random graphs, Watts-Strogatz small-world networks and star graph structures that recur throughout the theoretical literature.</p>
<p>Beyond simple centrality, the survey traces a progression toward probabilistic and Bayesian estimators. Maximum a posteriori and maximum likelihood formulations, such as those developed by Chang and colleagues and by Spencer and Srikant for star networks, recast source identification as statistical inference over candidate nodes. Message-passing approaches, exemplified by Lokhov and co-workers&#8217; dynamic message-passing algorithm, approximate otherwise intractable posterior distributions on loopy graphs. The review also covers the growing body of work on harder situational variants: sources with different start times, as treated by Ji, Tay and Varshney; rumors spreading on time-varying topologies, as studied by Jiang and colleagues; detectors operating under probabilistic sampling or partial observations, following Karamchandani, Alexandru and Dragotti, and Zhang and colleagues; and adversarial settings in which queried users return untruthful answers, a scenario examined by Choi and collaborators. Each variant, the survey argues, changes the problem&#8217;s difficulty in ways that demand tailored estimators rather than off-the-shelf adaptations.</p>
<p>A second axis of classification concerns the number of sources. Early work largely assumed a single culprit, but real misinformation campaigns often involve multiple coordinated origins. Prakash, Vreeken and Faloutsos posed the problem directly, asking how many culprits an epidemic contains and which ones they are, while Wang, Dong, Zhang and Tan demonstrated the value of diversity from multiple observations for rooting out rumor sources. The survey collects approaches to multi-source detection under partial observability, including combinatorial optimization formulations by Zhang, Xu, Wu and Du, and methods that exploit community structure and monitor stations, such as the greedy monitoring selection of Jin and colleagues and the community-and-monitor-informed identification of Devarapalli, Das and Biswas. The review also emphasizes interconnected and overlapping network settings, where rumors jump between coupled platforms, complicating the notion of a single underlying graph.</p>
<p>The most technologically current portion of the survey addresses machine learning, and in particular graph neural networks and deep generative models. Dong, Zheng and colleagues introduced graph convolutional networks for multiple rumor source detection, treating the task as learning over the observed diffusion subgraph rather than hand-designing a likelihood. Wang, Jiang and Zhao proposed an invertible graph diffusion neural network for source localization, and Ling and colleagues framed graph diffusion source localization as a graph inverse problem solvable with variational autoencoders. Denoising diffusion models, which generate samples through iterative denoising, have been adapted to the inverse problem, notably in the two-stage denoising diffusion approach of Huang and co-workers. GIN-SD, introduced by Cheng, Zhu and colleagues, tackles source detection in graphs with incomplete nodes using positional encoding and attentive fusion, addressing the pervasive problem of missing data. The survey&#8217;s authors themselves contribute context from their prior work on class-balanced embedding networks that address graph node imbalance in social media rumor source detection, a practical concern because true sources are vanishingly rare compared with the mass of infected nodes.</p>
<p>Practical deployment, the review stresses, hinges on scalability and data. Exact Bayesian inference on million-node graphs is computationally prohibitive, so the survey compares the computational overhead of each method and catalogs approximation techniques, including random-walk-based identification, distributed inference via boosted federated learning as proposed by Wang and colleagues, and label-propagation-style heuristics descended from work by Zhu and Ghahramani. On the data side, the survey assembles a comprehensive inventory of benchmark resources, spanning synthetic networks generated from random graph models and canonical real datasets: the PHEME dataset of rumors and non-rumors, Stanford Large Network Dataset Collection graphs, Facebook ego networks, the Enron email corpus, reality mining data, meme-tracker traces, wiki-vote signed networks, college messaging networks and epidemic records such as influenza A H1N1 school outbreak data. This compilation alone makes the review a practical reference for researchers designing experiments, since inconsistent benchmarks have historically made head-to-head comparison of source detection methods difficult.</p>
<p>Equally important is the survey&#8217;s treatment of evaluation metrics, the yardsticks by which detection success is measured, and its frank assessment of open challenges. The authors, who contributed equally and whose work is supported by India&#8217;s Rashtriya Uchchatar Shiksha Abhiyan 2.0 program, note that performance depends critically on observation type, timing, topology knowledge and the realism of the assumed propagation model, and that metrics reported in the literature vary widely, complicating claims of superiority. Their analysis of these validation practices points toward a future research agenda: models that tolerate incomplete and noisy observations, architectures that scale to platform-sized graphs, methods robust to coordinated multi-source campaigns and adaptive diffusion strategies, and integration with adjacent challenges such as deepfake detection and image provenance analysis, both of which appear among the cited frontier works. As social platforms confront regulatory pressure to limit harmful misinformation, the ability to trace a rumor to its origin is shifting from an academic curiosity to an operational necessity, and this survey provides the most complete map yet of the technical terrain that such tracing will have to cross.</p>
<p><strong>Subject of Research:</strong> Rumor source detection methodologies in social networks</p>
<p><strong>Article Title:</strong> State of the art in rumor source detection: an in-depth survey</p>
<p><strong>Article References:</strong> Gopal, G. N., &amp; Kovoor, B. C. (2026). State of the art in rumor source detection: an in-depth survey. <em>International Journal of Data Science and Analytics, 22</em>(1), Article 296. <a href="https://doi.org/10.1007/s41060-026-01269-5" rel="noopener noreferrer">https://doi.org/10.1007/s41060-026-01269-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s41060-026-01269-5" rel="noopener noreferrer">10.1007/s41060-026-01269-5</a></p>
<p><strong>Keywords:</strong> rumor source detection, social networks, centrality measures, diffusion models, graph neural networks, deep generative models, misinformation, SIR model, multiple source detection, scalability, benchmark datasets, survey</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199560</post-id>	</item>
	</channel>
</rss>
