paper-with-me

Papers

A Graph-Partitioning Based Continuous Optimization Approach to Semi-supervised Clustering Problems

2025-03-06 · Wei Liu, Xin Liu, Michael K. Ng, Zaikun Zhang

Semi-supervised clustering is a basic problem in various applications. Most existing methods require knowledge of the ideal cluster number, which is often difficult to obtain in practice. Besides, satisfying the must-link constraints is another major challenge for these methods. In this work, we view the semi-supervised clustering task as a partitioning problem on a graph associated with the given dataset, where the similarity matrix includes a scaling parameter to reflect the must-link constraints. Utilizing a relaxation technique, we formulate the graph partitioning problem into a continuous optimization model that does not require the exact cluster number, but only an overestimate of it. We then propose a block coordinate descent algorithm to efficiently solve this model, and establish its convergence result. Based on the obtained solution, we can construct the clusters that theoretically meet the must-link constraints under mild assumptions. Furthermore, we verify the effectiveness and efficiency of our proposed method through comprehensive numerical experiments.

📄 PDF Abstract BibTeX arXiv:2503.04447

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph partitioning

Similar Papers 제목 키워드 기반

Graph-Weighted Contrastive Learning for Semi-Supervised Hyperspectral Image Classification

2025-03-19 · Yuqing Zhang, Qi Han, Ligeng Wang, Kai Cheng 외

Most existing graph-based semi-supervised hyperspectral image classification methods rely on superpixel partitioning techniques. However, they suffer from misclassification of certain pixels due to inaccuracies in superp…

Contrastive LearningHyperspectral Image Classificationimage-classificationImage Classification

Graph Partition Neural Networks for Semi-Supervised Classification

2018-03-16 · ICLR 2018 1 · Renjie Liao, Marc Brockschmidt, Daniel Tarlow, Alexander L. Gaunt 외

We present graph partition neural networks (GPNN), an extension of graph neural networks (GNNs) able to handle extremely large graphs. GPNNs alternate between locally propagating information between nodes in small subgra…

ClassificationGeneral ClassificationNode Classification

A Novel Differentiable Loss Function for Unsupervised Graph Neural Networks in Graph Partitioning

2023-12-11 · Vivek Chaudhary

In this paper, we explore the graph partitioning problem, a pivotal combina-torial optimization challenge with extensive applications in various fields such as science, technology, and business. Recognized as an NP-hard …

Combinatorial OptimizationGraph Neural Networkgraph partitioning

Semi-supervised Learning with Regularized Laplacian

2015-08-20 · Konstantin Avrachenkov, Pavel Chebotarev, Alexey Mishenin

We study a semi-supervised learning method based on the similarity graph and RegularizedLaplacian. We give convenient optimization formulation of the Regularized Laplacian method and establishits various properties. In p…

General Classification

A random-key GRASP for combinatorial optimization

2024-05-29 · Antonio A. Chaves, Mauricio G. C. Resende, Ricardo M. A. Silva

This paper proposes a problem-independent GRASP metaheuristic using the random-key optimizer (RKO) paradigm. GRASP (greedy randomized adaptive search procedure) is a metaheuristic for combinatorial optimization that repe…

Combinatorial OptimizationDecodergraph partitioningTraveling Salesman Problem