首页 > 其他分享 >文献阅读-Inferring Networks of Diffusion and Influence

文献阅读-Inferring Networks of Diffusion and Influence

时间:2023-05-29 20:11:59浏览次数:47  
标签:Diffusion information diffusion Influence 网络 networks sites 译文 Networks

  • Authors: 
    • Manuel Gomez-Rodriguez, 
    • Jure Leskovec, 
    • Andreas Krause 
Authors Info & Claims ACM Transactions on Knowledge Discovery from DataVolume 5Issue 4Article No.: 21pp 1–37https://doi.org/10.1145/2086737.2086741  
 

Abstract

 

Information diffusion and virus propagation are fundamental processes taking place in networks. While it is often possible to directly observe when nodes become infected with a virus or publish the information, observing individual transmissions (who infects whom, or who influences whom) is typically very difficult.

译文:信息扩散和病毒传播是发生在网络中的基本过程。虽然通常有可能直接观察节点何时感染病毒或发布信息,但观察个别传播(谁感染了谁,或谁影响了谁)通常非常困难。

Furthermore, in many applications, the underlying network over which the diffusions and propagations spread is actually unobserved. We tackle these challenges by developing a method for tracing paths of diffusion and influence through networks and inferring the networks over which contagions propagate.

译文:此外,在许多应用中,扩散和传播所经过的底层网络实际上是无法观察到的。我们通过开发一种方法来追踪通过网络传播和影响的路径,并推断传染传播的网络来应对这些挑战。

Given the times when nodes adopt pieces of information or become infected, we identify the optimal network that best explains the observed infection times. Since the optimization problem is NP-hard to solve exactly, we develop an efficient approximation algorithm that scales to large datasets and finds provably near-optimal networks.

译文:给定节点接收信息片段或被感染的时间,我们确定最优网络,最能解释观察到的感染时间。由于优化问题是np难以精确解决的,我们开发了一种有效的近似算法,可扩展到大型数据集并找到可证明的近最优网络。

We demonstrate the effectiveness of our approach by tracing information diffusion in a set of 170 million blogs and news articles over a one year period to infer how information flows through the online media space.

译文:我们通过追踪一年中1.7亿篇博客和新闻文章中的信息传播来推断信息如何在在线媒体空间中流动,从而证明了我们方法的有效性。

We find that the diffusion network of news for the top 1,000 media sites and blogs tends to have a core-periphery structure with a small set of core media sites that diffuse information to the rest of the Web. These sites tend to have stable circles of influence with more general news media sites acting as connectors between them.

译文:我们发现,前1000家媒体网站和博客的新闻传播网络倾向于具有核心-外围结构,其中一小部分核心媒体网站将信息传播到网络的其余部分。这些网站往往有稳定的影响圈,更多的一般新闻媒体网站充当它们之间的连接器。

   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

 

标签:Diffusion,information,diffusion,Influence,网络,networks,sites,译文,Networks
From: https://www.cnblogs.com/yuweng1689/p/17441556.html

相关文章

  • Uncovering the Representation of Spiking Neural Networks Trained with Surrogate
    郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布! PublishedinTransactionsonMachineLearningResearch(04/2023)......
  • [ICDE 2023] Minimizing the Influence of Misinformation via Vertex Blocking
    MinimizingtheInfluenceofMisinformationviaVertexBlockingMotivationandApplication其实就是经典的RumorBlocking问题,即通过一系列的操作使得rumor在社交网络中的影响力最小。主流的方法有三种:找到一组seedset去和rumor节点竞争,社交网络中的节点都只能被激活一次,......
  • [论文阅读] Diffusion Models Beat GANs on Image Synthesis
    Pretitle:DiffusionModelsBeatGANsonImageSynthesisaccepted:NeurIPS2021paper:https://arxiv.org/abs/2105.05233code:https://github.com/openai/guided-diffusionref:https://sunlin-ai.github.io/2022/05/30/guided-diffusion.htmlref:https://blog.cs......
  • 摆脱设备限制,用AutoDL平台玩Stable Diffusion
    Stablediffusion是一个非常强大的开源AI绘画软件,自发布以来,便受到了用户的欢迎。不过,作为一款深度学习模型,Stablediffusion对设备的性能有一定的要求。像笔者的GTX1650就跑得很勉强,于是只能找平台搭远程玩了。这里记录一下笔者使用AutoDL玩Stablediffusion的过程。我用......
  • 直接用中文写提示词的Stable Diffusion扩展:sd-prompt-translator发布
    最近在研究AIGC,先是玩了一下Midjourney,后来Midjourney免费额度用完了,也不再开放免费额度给新用户使用了,于是转而研究StableDiffusion。StableDiffusion(以下简称SD)的最大优点就是开源免费,而且对硬件的要求不高,MacM1芯片就能跑,当然如果是高端N卡当然是更好了。关于StableDiffus......
  • Diffusion Model
    1.概述图像生成任务:给定一段文字,模型根据文字描述产生图片1.1图像生成方式一次生成一个pixel像Transformer接龙那样,一次生成一个pixel,然后作为下一个pixel的输入,这样依次生成一张图像的所有pixel一次生成整张图片的所有pixel每一个pixel独立绘制,但存在四不像的问题,每......
  • CVPR 2023 | Collaborative Diffusion 怎样让不同的扩散模型合作?
    前言 CVPR2023有哪些亮点?CollaborativeDiffusion提供了一种简单有效的方法来实现不同扩散模型之间的合作。本文转载自我爱计算机视觉作者|HuangZiqi仅用于学术分享,若侵权请联系删除欢迎关注公众号CV技术指南,专注于计算机视觉的技术总结、最新技术跟踪、经典论文解读、CV......
  • Combining Label Propagation and Simple Models Out-performs Graph Neural Networks
    目录概符号说明C&S代码HuangQ.,HeH.,SinghA.,LimS.andBensonA.R.Combininglabelpropagationandsimplemodelsout-performsgraphneuralnetworks.ICLR,2021.概将预测概率作为信号进行传播.符号说明\(G=(V,E)\),图;\(|V|=n\);\(X\in\mathbb{R}......
  • 本地Stable Diffusion AI 绘画 (四)
    本地StableDiffusionAI绘画(四)前面讲过了如何把StableDiffusion本地化,自己搭建自己的本地AI绘画。0基础绘画小白,今天就给大家画一种现实美女风。今天出几张美女写真集,嘿嘿。那么我们就按照这个风格格调,来出几张类似风格的图。Lora:<lora:cuteGirlMix4_v10:1>,Embeddin......
  • 本地Stable Diffusion AI 绘画 (三)
    本地StableDiffusionAI绘画(三)前面讲过了如何把StableDiffusion本地化,自己搭建自己的本地AI绘画。0基础绘画小白,今天就给大家画一种漫画写实风。在画绘画漫画写实风之前,我们先了解一下什么是漫画写实风,简单的做一个科普:写实通常被定义为现实主义手法,不仅仅局限于画风上......