paper-with-me

홈 › Papers

Flow-based Algorithms for Improving Clusters: A Unifying Framework, Software, and Performance

2020-04-20 · K. Fountoulakis, M. Liu, D. F. Gleich, M. W. Mahoney

Clustering points in a vector space or nodes in a graph is a ubiquitous primitive in statistical data analysis, and it is commonly used for exploratory data analysis. In practice, it is often of interest to "refine" or "improve" a given cluster that has been obtained by some other method. In this survey, we focus on principled algorithms for this cluster improvement problem. Many such cluster improvement algorithms are flow-based methods, by which we mean that operationally they require the solution of a sequence of maximum flow problems on a (typically implicitly) modified data graph. These cluster improvement algorithms are powerful, both in theory and in practice, but they have not been widely adopted for problems such as community detection, local graph clustering, semi-supervised learning, etc. Possible reasons for this are: the steep learning curve for these algorithms; the lack of efficient and easy to use software; and the lack of detailed numerical experiments on real-world data that demonstrate their usefulness. Our objective here is to address these issues. To do so, we guide the reader through the whole process of understanding how to implement and apply these powerful algorithms. We present a unifying fractional programming optimization framework that permits us to distill, in a simple way, the crucial components of all these algorithms. It also makes apparent similarities and differences between related methods. Viewing these cluster improvement algorithms via a fractional programming framework suggests directions for future algorithm development. Finally, we develop efficient implementations of these algorithms in our LocalGraphClustering Python package, and we perform extensive numerical experiments to demonstrate the performance of these methods on social networks and image-based data graphs.

📄 PDF Abstract BibTeX arXiv:2004.09608

Code (2)

kfoynt/LocalGraphClustering 공식 구현
dgleich/nonlinear-process-vis

Tasks

ClusteringCommunity DetectionGraph Clustering

Similar Papers 제목 키워드 기반

Unifying Generative Models with GFlowNets and Beyond

2022-09-06 · Dinghuai Zhang, Ricky T. Q. Chen, Nikolay Malkin, Yoshua Bengio

There are many frameworks for deep generative modeling, each often presented with their own specific training algorithms and inference methods. Here, we demonstrate the connections between existing deep generative models…

Decision Making

SURFBoard: Reproducible Performance Analysis for Distributed Machine Learning Workflows

2021-03-02 · JSYS Mar_Papers 2021 3 · Anonymous

Large-scale HPC infrastructures are enablers for scientific research in many domains. The recent advances in machine learning (ML) have led to an ever increasing demand for computation power, as well as the design of com…

BIG-bench Machine Learning

Machine Learning for Particle Flow Reconstruction at CMS

2022-03-01 · Joosep Pata, Javier Duarte, Farouk Mokhtar, Eric Wulff 외

We provide details on the implementation of a machine-learning based particle flow algorithm for CMS. The standard particle flow algorithm reconstructs stable particles based on calorimeter clusters and tracks to provide…

BIG-bench Machine LearningGraph Neural Network

Distribution System Power-Flow Solution by Hierarchical Artificial Neural Networks Structure

2023-09-03 · Arbel Yaniv, Yuval Beck

In this paper, a new method for solving the power flow problem in distribution systems which is fast, parallel, as well as modular, straightforward, simplified and generic is proposed. This approach is based on a hierarc…

Python Workflows on HPC Systems

2020-12-01 · Dominik Strassel, Philipp Reusch, Janis Keuper

The recent successes and wide spread application of compute intensive machine learning and data analytics methods have been boosting the usage of the Python programming language on HPC systems. While Python provides many…

GPU