paper-with-me

Papers

Streaming, Memory Limited Algorithms for Community Detection

2014-12-01 · NeurIPS 2014 12 · Se-Young Yun, Marc Lelarge, Alexandre Proutiere

In this paper, we consider sparse networks consisting of a finite number of non-overlapping communities, i.e. disjoint clusters, so that there is higher density within clusters than across clusters. Both the intra- and inter-cluster edge densities vanish when the size of the graph grows large, making the cluster reconstruction problem nosier and hence difficult to solve. We are interested in scenarios where the network size is very large, so that the adjacency matrix of the graph is hard to manipulate and store. The data stream model in which columns of the adjacency matrix are revealed sequentially constitutes a natural framework in this setting. For this model, we develop two novel clustering algorithms that extract the clusters asymptotically accurately. The first algorithm is {\it offline}, as it needs to store and keep the assignments of nodes to clusters, and requires a memory that scales linearly with the network size. The second algorithm is {\it online}, as it may classify a node when the corresponding column is revealed and then discard this information. This algorithm requires a memory growing sub-linearly with the network size. To construct these efficient streaming memory-limited clustering algorithms, we first address the problem of clustering with partial information, where only a small proportion of the columns of the adjacency matrix is observed and develop, for this setting, a new spectral algorithm which is of independent interest.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCommunity Detection

Similar Papers 제목 키워드 기반

Incremental Community Detection in Distributed Dynamic Graph

2021-10-12 · Tariq Abughofa, Ahmed A. Harby, Haruna Isah, Farhana Zulkernine

Community detection is an important research topic in graph analytics that has a wide range of applications. A variety of static community detection algorithms and quality metrics were developed in the past few years. Ho…

ClusteringCommunity Detection

Streaming Belief Propagation for Community Detection

2021-06-09 · NeurIPS 2021 12 · Yuchen Wu, Mohammadhossein Bateni, Andre Linhares, Filipe Miguel Goncalves de Almeida 외

The community detection problem requires to cluster the nodes of a network into a small number of well-connected "communities". There has been substantial recent progress in characterizing the fundamental statistical lim…

Community DetectionStochastic Block Model

BigGraphVis: Leveraging Streaming Algorithms and GPU Acceleration for Visualizing Big Graphs

2021-08-01 · Ehsan Moradi, Debajyoti Mondal

Graph layouts are key to exploring massive graphs. An enormous number of nodes and edges do not allow network analysis software to produce meaningful visualization of the pervasive networks. Long computation time, memory…

Community DetectionGPU

On reducing the order of arm-passes bandit streaming algorithms under memory bottleneck

2021-11-30 · Santanu Rathod

In this work we explore multi-arm bandit streaming model, especially in cases where the model faces resource bottleneck. We build over existing algorithms conditioned by limited arm memory at any instance of time. Specif…

Exploration with Limited Memory: Streaming Algorithms for Coin Tossing, Noisy Comparisons, and Multi-Armed Bandits

2020-04-09 · Sepehr Assadi, Chen Wang

Consider the following abstract coin tossing problem: Given a set of $n$ coins with unknown biases, find the most biased coin using a minimal number of coin tosses. This is a common abstraction of various exploration pro…

Multi-Armed Bandits