paper-with-me

Papers

Algorithms for Lipschitz Learning on Graphs

2015-05-01 · Rasmus Kyng, Anup Rao, Sushant Sachdeva, Daniel A. Spielman

We develop fast algorithms for solving regression problems on graphs where one is given the value of a function at some vertices, and must find its smoothest possible extension to all vertices. The extension we compute is the absolutely minimal Lipschitz extension, and is the limit for large $p$ of $p$-Laplacian regularization. We present an algorithm that computes a minimal Lipschitz extension in expected linear time, and an algorithm that computes an absolutely minimal Lipschitz extension in expected time $\widetilde{O} (m n)$. The latter algorithm has variants that seem to run much faster in practice. These extensions are particularly amenable to regularization: we can perform $l_{0}$-regularization on the given values in polynomial time and $l_{1}$-regularization on the initial function values and on graph edge weights in time $\widetilde{O} (m^{3/2})$.

📄 PDF Abstract BibTeX arXiv:1505.00290

Code (1)

danspielman/YINSlex 공식 구현

Similar Papers 제목 키워드 기반

Analysis and algorithms for $\ell_p$-based semi-supervised learning on graphs

2019-01-15 · Mauricio Flores, Jeff Calder, Gilad Lerman

This paper addresses theory and applications of $\ell_p$-based Laplacian regularization in semi-supervised learning. The graph $p$-Laplacian for $p>2$ has been proposed recently as a replacement for the standard ($p=2$) …

General Classification

Metric spaces of walks and Lipschitz duality on graphs

2025-08-27 · R. Arnau, A. González Cortés, E. A. Sánchez Pérez, S. Sanjuan arxiv

We study the metric structure of walks on graphs, understood as Lipschitz sequences. To this end, a weighted metric is introduced to handle sequences, enabling the definition of distances between walks based on stepwise …

Reinforcement Learning

Quantum Lipschitz Bandits

2025-04-03 · Bongsoo Yi, Yue Kang, Yao Li

The Lipschitz bandit is a key variant of stochastic bandit problems where the expected reward function satisfies a Lipschitz condition with respect to an arm metric space. With its wide-ranging practical applications, va…

Uniform Convergence Rates for Lipschitz Learning on Graphs

2021-11-24 · Leon Bungert, Jeff Calder, Tim Roith

Lipschitz learning is a graph-based semi-supervised learning method where one extends labels from a labeled to an unlabeled data set by solving the infinity Laplace equation on a weighted graph. In this work we prove uni…

Lipschitz Bandits: Regret Lower Bounds and Optimal Algorithms

2014-05-19 · Stefan Magureanu, Richard Combes, Alexandre Proutiere

We consider stochastic multi-armed bandit problems where the expected reward is a Lipschitz function of the arm, and where the set of arms is either discrete or continuous. For discrete Lipschitz bandits, we derive asymp…

Multi-Armed Bandits