← Search

Nate Veldt

8 accepted papers

2026

Better Learning-Augmented Spanning Tree Algorithms via Metric Forest Completion

ICLR 2026poster

We present improved learning-augmented algorithms for finding an approximate minimum spanning tree (MST) for points in an arbitrary metric space. Our work follows a recent framework called metric forest completion (MFC), where the learned input is a forest that must be given additional edges to form…

Cited by 0SourcecodeScholar
2025

Approximate Forest Completion and Learning-Augmented Algorithms for Metric Minimum Spanning Trees

ICML 2025poster

Finding a minimum spanning tree (MST) for $n$ points in an arbitrary metric space is a fundamental primitive for hierarchical clustering and many other ML tasks, but this takes $\Omega(n^2)$ time to even approximate. We introduce a framework for metric MSTs that first (1) finds a forest of trees usi…

Cited by 0SourcePDFScholar
2025

Edge-Colored Clustering in Hypergraphs: Beyond Minimizing Unsatisfied Edges

ICML 2025poster

We consider a framework for clustering edge-colored hypergraphs, where the goal is to cluster (equivalently, to *color*) objects based on the primary type of multiway interactions they participate in. One well-studied objective is to color nodes to minimize the number of *unsatisfied* hyperedges---t…

2024

Combinatorial Approximations for Cluster Deletion: Simpler, Faster, and Better

ICML 2024poster

Cluster deletion is an NP-hard graph clustering objective with applications in computational biology and social network analysis, where the goal is to delete a minimum number of edges to partition a graph into cliques. We first provide a tighter analysis of two previous approximation algorithms, imp…

2023

Optimal LP Rounding and Linear-Time Approximation Algorithms for Clustering Edge-Colored Hypergraphs

ICML 2023poster

We study the approximability of an existing framework for clustering edge-colored hypergraphs, which is closely related to chromatic correlation clustering and is motivated by machine learning and data mining applications where the goal is to cluster a set of objects based on multiway interactions o…

2022

Correlation Clustering via Strong Triadic Closure Labeling: Fast Approximation Algorithms and Practical Lower Bounds

ICML 2022spotlight

Correlation clustering is a widely studied framework for clustering based on pairwise similarity and dissimilarity scores, but its best approximation algorithms rely on impractical linear programming relaxations. We present faster approximation algorithms that avoid these relaxations, for two well-s…

2021

Approximate Decomposable Submodular Function Minimization for Cardinality-Based Components

NeurIPS 2021poster

Minimizing a sum of simple submodular functions of limited support is a special case of general submodular function minimization that has seen numerous applications in machine learning. We develop faster techniques for instances where components in the sum are cardinality-based, meaning they depend…