paper-with-me

홈 › Papers

A Greedy Strategy for Graph Cut

2024-12-28 · Feiping Nie, Shenfei Pei, Zengwei Zheng, Rong Wang, Xuelong Li

We propose a Greedy strategy to solve the problem of Graph Cut, called GGC. It starts from the state where each data sample is regarded as a cluster and dynamically merges the two clusters which reduces the value of the global objective function the most until the required number of clusters is obtained, and the monotonicity of the sequence of objective function values is proved. To reduce the computational complexity of GGC, only mergers between clusters and their neighbors are considered. Therefore, GGC has a nearly linear computational complexity with respect to the number of samples. Also, unlike other algorithms, due to the greedy strategy, the solution of the proposed algorithm is unique. In other words, its performance is not affected by randomness. We apply the proposed method to solve the problem of normalized cut which is a widely concerned graph cut problem. Extensive experiments show that better solutions can often be achieved compared to the traditional two-stage optimization algorithm (eigendecomposition + k-means), on the normalized cut problem. In addition, the performance of GGC also has advantages compared to several state-of-the-art clustering algorithms.

📄 PDF Abstract BibTeX arXiv:2412.20035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recovery of Graph Signals from Sign Measurements

2021-09-26 · Wenwei Liu, Hui Feng, Kaixuan Wang, Feng Ji 외

Sampling and interpolation have been extensively studied, in order to reconstruct or estimate the entire graph signal from the signal values on a subset of vertexes, of which most achievements are about continuous signal…

Extremely Greedy Equivalence Search

2025-02-26 · Achille Nazaret, David Blei

The goal of causal discovery is to learn a directed acyclic graph from data. One of the most well-known methods for this problem is Greedy Equivalence Search (GES). GES searches for the graph by incrementally and greedil…

Causal DiscoveryModel Selection

PDP: A General Neural Framework for Learning Constraint Satisfaction Solvers

2019-03-05 · Saeed Amizadeh, Sergiy Matusevych, Markus Weimer

There have been recent efforts for incorporating Graph Neural Network models for learning full-stack solvers for constraint satisfaction problems (CSP) and particularly Boolean satisfiability (SAT). Despite the unique re…

Graph Neural Network

Partitioned hybrid learning of Bayesian network structures

2021-03-22 · Jireh Huang, Qing Zhou

We develop a novel hybrid method for Bayesian network structure learning called partitioned hybrid greedy search (pHGS), composed of three distinct yet compatible new algorithms: Partitioned PC (pPC) accelerates skeleton…

PDP: A General Neural Framework for Learning SAT Solvers

2019-09-25 · Saeed Amizadeh, Sergiy Matusevych, Markus Weimer

There have been recent efforts for incorporating Graph Neural Network models for learning fully neural solvers for constraint satisfaction problems (CSP) and particularly Boolean satisfiability (SAT). Despite the unique …

Graph Neural Network