LGJan 30, 2025

Dual-Bounded Nonlinear Optimal Transport for Size Constrained Min Cut Clustering

arXiv:2501.18143v13 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses slow and unstable solutions in graph partitioning for clustering applications, though it appears incremental as it builds on existing methods like Frank-Wolfe.

The paper tackles the min cut clustering problem by relaxing it into a dual-bounded nonlinear optimal transport problem and developing the DNF method, achieving state-of-the-art performance in loss and accuracy with the fastest speed and a convergence rate of O(1/√t).

Min cut is an important graph partitioning method. However, current solutions to the min cut problem suffer from slow speeds, difficulty in solving, and often converge to simple solutions. To address these issues, we relax the min cut problem into a dual-bounded constraint and, for the first time, treat the min cut problem as a dual-bounded nonlinear optimal transport problem. Additionally, we develop a method for solving dual-bounded nonlinear optimal transport based on the Frank-Wolfe method (abbreviated as DNF). Notably, DNF not only solves the size constrained min cut problem but is also applicable to all dual-bounded nonlinear optimal transport problems. We prove that for convex problems satisfying Lipschitz smoothness, the DNF method can achieve a convergence rate of \(\mathcal{O}(\frac{1}{t})\). We apply the DNF method to the min cut problem and find that it achieves state-of-the-art performance in terms of both the loss function and clustering accuracy at the fastest speed, with a convergence rate of \(\mathcal{O}(\frac{1}{\sqrt{t}})\). Moreover, the DNF method for the size constrained min cut problem requires no parameters and exhibits better stability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes