1. 程式人生 > >【更新】社團檢測(community detection)相關文獻整理(2015-2018)

【更新】社團檢測(community detection)相關文獻整理(2015-2018)

剛剛開始接觸community detection相關的內容,在找資料和了解相關定義、演算法的過程中發現自己的記錄很混亂,所以藉此記錄下自己的一些學習過程,希望可以一起學習交流。

首先咱們來討論一下文獻查詢,本文主要列出了機器學習、資料探勘和人工智慧領域的相關文獻,我是直接搜尋這些領域的相關會議,然後找到accepted papers,利用關鍵詞(community)進行文章的查詢和整理,當然也可以直接在百度學術、必應學術、谷歌學術等一系列搜尋引擎中或者dblp之類的資料庫利用關鍵詞查詢。其實深以為自己這樣的查詢方式有點低效,得一篇篇地看摘要,瞭解講的啥才能知道是不是自己要找的文獻,但是好像也沒有更加高效的方法,畢竟要自己一步一步地去做,才能更瞭解。(所以我也不知道自己在說啥。。。)

好啦!現在來看看我選擇的會議吧:

  • 機器學習(NIPS, ICML, ECML, COLT)
  • 資料探勘(SIGKDD, ICDM, PAKDD, SDM, PKDD)
  • 人工智慧(IJCAI, AAAI)

這些會議是相關領域內一些比較重要的會議,當然還有許多非常好的會議,我這邊列得不全,可以自行查詢。

文章列表

  1. 機器學習
  2. ”In this paper, we study a model of clustering on evolving graphs that captures this aspect of the problem. Our model is based on the classical stochastic block model

    , which has been used to assess rigorously the quality of various static clustering methods. In our model, the algorithm is supposed to reconstruct the planted clustering, given the ability to query for small pieces of local information about the graph, at a limited rate. ”

  3. ”We present a new algorithm for community detection. The algorithm uses random walks

    to embed the graph in a space of measures, after which a modification of k-means in that space is applied. ”“We evaluate the algorithm on standard random graph benchmarks, including some overlapping community benchmarks.”

  4. However, modeling complex distributions over graphs and then efficiently sampling from these distributions is challenging due to the non-unique, high-dimensional nature of graphs and the complex, non-local dependencies that exist between edges in a given graph. Here we propose GraphRNN, a deep autoregressive model that addresses the above challenges and approximates any distribution of graphs with minimal assumptions about their structure. GraphRNN learns to generate graphs by training on a representative set of graphs and decomposes the graph generation process into a sequence of node and edge formations, conditioned on the graph structure generated so far.

  5. “we study the problem of community recovery in graphs with locality. In this problem, pairwise noisy measurements of whether two nodes are in the same community or different communities come mainly or exclusively from nearby nodes rather than uniformly sampled between all node pairs, as in most existing models. We present two algorithms that run nearly linearly in the number of measurements and which achieve the information limits for exact recovery. ”

  6. “ We present an efficient local algorithm for approximating a graph diffusion that generalizes both the celebrated personalized PageRank and its recent competitor/companion - the heat kernel. Our algorithm is based on writing the diffusion vector as the solution of an initial value problem, and then using a waveform relaxation approach to approximate the solution. ”

  7. “ Burer and Monteiro proposed a heuristic to solve such semi definite programs by restricting the search space to low-rank matrices. The accompanying theory does not explain the extent of the empirical success. We focus on Synchronization and Community Detection problems and provide theoretical guarantees shedding light on the remarkable efficiency of this heuristic. ”

  8. “In this paper, we present and analyze a simple and robust spectral algorithm for the stochastic block model with k blocks, for any k fixed. Our algorithm works with graphs having constant edge density, under an optimal condition on the gap between the density inside a block and the density between the blocks. As a co-product, we settle an open question posed by Abbe et. al. concerning censor block models.”

  9. “ This paper studies the problem of detecting the presence of a small dense community planted in a large Erdos-Renyi random graph G(N, q). ”

  10. 資料探勘

  11. “ To guide our inference process, in addition to the network structure, we also consider as input a collection of tight communities. Those are sets of vertices that we expect to be connected via strong ties. Such communities appear in different situations, e.g., when being part of a community implies a strong connection to one of the existing members.”

  12. Detecting communities (or modular structures) and structural hole spanners, the nodes bridging different communities in a network, are two essential tasks in the realm of network analytics. … In this paper, we propose a novel harmonic modularity method to tackle both tasks simultaneously. ”

  13. “ In this paper, we introduce a new community detection algorithm, called Attractor, which automatically spots communities in a network by examining the changes of “distances” among nodes (i.e. distance dynamics). ”

  14. “ In this paper, we propose a unified probabilistic framework, the Community Role Model (CRM), to model a social network. CRM incorporates all the information of nodes and edges that form a social network. We propose methods based on Gibbs sampling and an EM algorithm to estimate the model’s parameters and fit our model to real social networks. ”

  15. Many Heads are Better than One: Local Community Detection by the Multi-Walker Chain,ICDM2017

    In this paper, we study a multi-walker chain (MWC) model, which allows multiple walkers to explore the network. Each walker is influenced (or pulled back) by all other walkers when deciding the next steps. This helps the walkers to stay as a group and within the cluster. We introduce two measures based on the mean and standard deviation of the visiting probabilities of the walkers. These measures not only can accurately identify the local cluster, but also help detect the cluster center and boundary, which cannot be achieved by the existing single-walker methods.

  16. “ The presented method, SGC-GEN, not only considers the detection error caused by the corresponding model mismatch to a given graph, but also yields a theoretical guarantee on community detectability by analyzing Spectral Graph Clustering (SGC) under GENerative community models (GCMs). ”“ We further establish a theoretical condition for correct community detection using the normalized graph Laplacian matrix under a GCM, which provides a novel data-driven loss function for SGC-GEN. ”

  17. Overlapping Community Detection via Constrained PARAFAC: A Divide and Conquer Approach,ICDM2017

    The present work puts forward a top-to-bottom community identification approach, termed DC-EgoTen, in which an egonet-tensor (EgoTen) based algorithm is developed in a divide-and-conquer (DC) fashion for breaking the network into smaller subgraphs, out of which the underlying communities progressively emerge. In particular, each step of DC-EgoTen forms a multi-dimensional egonet-based representation of the graph, whose induced structure enables casting the task of overlapping community identification as a constrained PARAFAC decomposition. Thanks to the higher representational capacity of tensors, the novel egonet-based representation improves the quality of detected communities by capturing multi-hop connectivity patterns of the network. In addition, the top-to-bottom approach ensures successive refinement of identified communities, so that the desired resolution is achieved.

  18. “ We propose a filter-and-verify framework for dynamic community detection. To scale to long intervals of graph evolution, we employ novel spectral bounds for dynamic community conductance and employ them to filter suboptimal periods in near-linear time. We also design a time-and-graph-aware locality sensitive hashing family to effectively spot promising community cores. ”

  19. “ In this paper we combine the topological structure of a network as well as the content information of nodes in the task of detecting communities in information networks. Specifically, we treat a network as a dynamic system and consider its community structure as a consequence of interactions among nodes. To model the interactions we introduce the principle of content propagation and integrate the aspects of structure and content in a network naturally. We further describe the interactions among nodes in two different ways, including a linear model to approximate influence propagation, and modeling the interactions directly with random walk.

  20. “ we propose a Manifold Regularized Symmetric Joint Link Model (MSJL), which utilizes the local geometrical structure of manifold to improve the performance of overlapping community detection. MSJL assumes that the community probability distribution lives on a submanifold, and adopts the manifold assumption which specifically requires two close nodes in an intrinsic geometry to have similar community distribution. The structure of the intrinsic manifold is modeled by a nearest neighbor graph, and MSJL incorporates the graph Laplacian as a manifold regularization into the maximum likelihood function of the standard SJL model. ”

  21. 人工智慧

  22. “ we propose a novel nonlinear reconstruction method by adopting deep neural networks for representation. We then extend the method to a semi-supervised community detection algorithm by incorporating pairwise constraints among graph nodes ”

  23. “ In this paper, we propose a Homophily-based Nonnegative Matrix Factorization (HNMF) to model both-sided relationships between links and communities. From the community-to-link perspective, we apply a preference-based pairwise function by assuming that nodes with common communities have a higher probability to build links than those without common communities. From the link-to-community perspective, we propose a new community representation learning with network embedding by assuming that linked nodes have similar community representations. ”

  24. “ In this paper, we propose a multi-stage maximum likelihood approach to recover the latent parameters of the stochastic block model, in time linear with respect to the number of edges. We also propose a parallel algorithm based on message passing. ”

  25. “ In this paper, we propose a Locality-based Non-negative Matrix Factorization (LNMF) model to refine a preference-based model by incorporating locality into learning objective.We define a subgraph called “k-degree local network” to set a boundary between local non-neighbors and other non-neighbors. ”

  26. “ In this paper, we construct a new measure of similarity between nodes based on the game-theoretic interaction index (Grabisch and Roubens, 1997). Despite the fact that, in general, this index is computationally challenging, we show that in our network application it can be computed in polynomial time. ”

**備註:

  1. 點選文章標題可跳轉至pdf介面
  2. 文章中未列出的會議時間即表示這個時間點無相關文獻
  3. 或許會有遺漏和錯誤,歡迎補充和提出!
  4. 每篇文章都給出了我認為比較重要的摘要,大概能概括這篇文章。
  5. 我正在看其中的幾篇,有機會會貼出自己的學習筆記,歡迎一起交流學習。

相關推薦

更新社團檢測community detection相關文獻整理2015-2018

剛剛開始接觸community detection相關的內容,在找資料和了解相關定義、演算法的過程中發現自己的記錄很混亂,所以藉此記錄下自己的一些學習過程,希望可以一起學習交流。 首先咱們來討論一下文獻查詢,本文主要列出了機器學習、資料探勘和人工智慧領域的相關

專欄 - 目標檢測實踐object detection

目標檢測實踐(object detection) 本專欄致力於實踐並總結目標檢測各種經典的模型,如:R-CNN,SPP-Net,Fast-RCNN,Faster-RCNN,YOLO,Mask-RCNN等。

更新LEADTOOLS v20最新版釋出

在數碼圖象開發工具領域中的全球領導者——LEADTOOLS v20已正式釋出,博主將以連載的形式為大家介紹新版本新增內容。本文主要介紹LEADTOOLS v20醫療引擎的新功能。 LEAD Technologies已經正式推出LEADTOOLS v20。這個新的版本將LEAD的成像技術擴充套件到新的快速

更新CLion v2018.3釋出:初始遠端開發支援

下載CLion最新版本 CLion是一款專為開發C及C++所設計的跨平臺IDE。它是以IntelliJ為基礎設計的,包含了許多智慧功能來提高開發人員的生產力。這種強大的IDE幫助開發人員在Linux、OS X和Windows上來開發C/C++,同時它還使用智慧編輯器來提高程式碼質量、自動程式碼重構並且深

更新CLion v2018.3釋出:CPU Profiler和C++ Support

下載CLion最新版本 CLion是一款專為開發C及C++所設計的跨平臺IDE。它是以IntelliJ為基礎設計的,包含了許多智慧功能來提高開發人員的生產力。這種強大的IDE幫助開發人員在Linux、OS X和Windows上來開發C/C++,同時它還使用智慧編輯器來提高程式碼質量、自動程式碼重

更新CLion v2018.3釋出:單元測試和編譯資料庫驗證

下載CLion最新版本 CLion是一款專為開發C及C++所設計的跨平臺IDE。它是以IntelliJ為基礎設計的,包含了許多智慧功能來提高開發人員的生產力。這種強大的IDE幫助開發人員在Linux、OS X和Windows上來開發C/C++,同時它還使用智慧編輯器來提高程式碼質量、自動程式碼重構並且深

更新LEADTOOLS v20最新版釋出

在數碼圖象開發工具領域中的全球領導者——LEADTOOLS v20已正式釋出,本站將以連載的形式為大家介紹新版本新增內容。本文主要介紹了LEADTOOLS v20新的發展平臺。 LEAD Technologies已經正式推出LEADTOOLS v20。這個新的版本將LEAD的成像技術擴充套件到新

TensorFlowWin7下使用Object Detection API 訓練自己的資料集,並視訊實時檢測

說明: 圖片:自己開的攝像頭,擷取的圖片。選擇了200張圖片。下面會有擷取的指令碼。 使用labelImg工具進行圖片進行標註。產生PascalVOC格式的XML檔案。【labelImg工具的安裝和使用教程】 機器環境: i5 CPU 4核  (訓練的時候,記憶體和cup都在95左右

更新Essential Studio for ASP.NET MVC更新2018 v4

下載Essential Studio for ASP.NET MVC最新版本 Essential Studio for ASP.NET MVC控制元件包是一款MVC介面開發包,它包含了幾乎所有企業級Web應用程式開發所需要的控制元件,如Grids、 Charts、Gauges、Menus、Calenda

更新Infragistics Ultimate UI for WPF v18.2:Xam電子表格特性

下載Infragistics Ultimate UI for WPF最新版本 Infragistics Ultimate UI for WPF是一款提供高速的網格和圖表,輕鬆建立仿Office應用程式的WPF介面框架,從廣度和深度兩方面使得開發者在縮短開發時間的同時能夠為市場構建出現代化的,引領

更新Infragistics Ultimate UI for WPF v18.2:Excel引擎

下載Infragistics Ultimate UI for WPF最新版本 Infragistics Ultimate UI for WPF是一款提供高速的網格和圖表,輕鬆建立仿Office應用程式的WPF介面框架,從廣度和深度兩方面使得開發者在縮短開發時間的同時能夠為市場構建出現代化的,引領

更新Infragistics Ultimate UI for WPF v18.2:分類圖

下載Infragistics Ultimate UI for WPF最新版本 Infragistics Ultimate UI for WPF是一款提供高速的網格和圖表,輕鬆建立仿Office應用程式的WPF介面框架,從廣度和深度兩方面使得開發者在縮短開發時間的同時能夠為市場構建出現代化的,引領

更新Infragistics Ultimate UI for WPF v18.2:財務圖表

下載Infragistics Ultimate UI for WPF最新版本 Infragistics Ultimate UI for WPF是一款提供高速的網格和圖表,輕鬆建立仿Office應用程式的WPF介面框架,從廣度和深度兩方面使得開發者在縮短開發時間的同時能夠為市場構建出現代化的,引領

更新CLion v2018.3釋出:VCS和外掛

下載CLion最新版本 CLion是一款專為開發C及C++所設計的跨平臺IDE。它是以IntelliJ為基礎設計的,包含了許多智慧功能來提高開發人員的生產力。這種強大的IDE幫助開發人員在Linux、OS X和Windows上來開發C/C++,同時它還使用智慧編輯器來提高程式碼質量、自動程式碼重

更新Essential Studio for ASP.NET MVC更新2018 v4

下載Essential Studio for ASP.NET MVC最新版本 Essential Studio for ASP.NET MVC控制元件包是一款MVC介面開發包,它包含了幾乎所有企業級Web應用程式開發所需要的控制元件,如Grids、 Charts、Gauges、Menus、Cal

更新Essential Studio for ASP.NET MVC更新2018 v4

下載Essential Studio for ASP.NET MVC最新版本 Essential Studio for ASP.NET MVC控制元件包是一款MVC介面開發包,它包含了幾乎所有企業級Web應用程式開發所需要的控制元件,如Grids、 Charts、Gauges、Menus、Calenda

更新Essential Studio for ASP.NET MVC更新2018 v4

下載Essential Studio for ASP.NET MVC最新版本 Essential Studio for ASP.NET MVC控制元件包是一款MVC介面開發包,它包含了幾乎所有企業級Web應用程式開發所需要的控制元件,如Grids、 Charts、Gauges、Menus、Calenda

面試劍指offer題目解析及tips速查不斷更新

4、二維陣列中的查詢x:陣列從左到右遞增,從上到下遞增。P38 tips:右上角開始查詢,x小左移,x大下移。 tips+:陣列為空(空指標),行列<=0情況;左移和下移越界情況;引數為指標,根據記憶體儲存規則訪問陣列元素。 5、替換空格:實現函式將一個字串中所有空格替

更新Essential Studio for Xamarin更新2018 v4

下載Essential Studio for Xamarin最新版本 Essential Studio for Xamarin是全面的Xamarin.iOS、Xamarin.Android和Xamarin.Forms元件套包,包含最快的圖表和網格。 COMMON 主題支援 現在,您可以使用預定義的

更新Essential Studio for Xamarin更新2018 v4

下載Essential Studio for Xamarin最新版本 Essential Studio for Xamarin是全面的Xamarin.iOS、Xamarin.Android和Xamarin.Forms元件套包,包含最快的圖表和網格。 ESSENTIAL PDF OpenType字型