TESSAR: Geometry-Aware Active Regression via Dynamic Voronoi Tessellation

Abstract

Active learning improves training efficiency by selectively querying the most informative samples for labeling. While it naturally fits classification tasks–where informative samples tend to lie near the decision boundary–its application to regression is less straightforward, as information is distributed across the entire dataset. Distance-based sampling is commonly used to promote diversity but tends to overemphasize peripheral regions while neglecting dense, informative interior regions. To address this, we propose a Voronoi-based active learning framework that leverages geometric structure for sample selection. Central to our method is the Voronoi-based Least Disagree Metric (VLDM), which estimates a sample’s proximity to Voronoi faces by measuring how often its cell assignment changes under perturbations of the labeled sites. We further incorporate a distance-based term to capture the periphery and a Voronoi-derived density score to reflect data representativity. The resulting algorithm, *TESSAR* (TESsellation-based Sampling for Active Regression), unifies interior coverage, peripheral exploration, and representativity into a single acquisition score. Experiments on various benchmarks demonstrate that TESSAR consistently achieves competitive or superior performance compared to prior state-of-the-art baselines.

Cite

Text

Cho et al. "TESSAR: Geometry-Aware Active Regression via Dynamic Voronoi Tessellation." International Conference on Learning Representations, 2026.

Markdown

[Cho et al. "TESSAR: Geometry-Aware Active Regression via Dynamic Voronoi Tessellation." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/cho2026iclr-tessar/)

BibTeX

@inproceedings{cho2026iclr-tessar,
  title     = {{TESSAR: Geometry-Aware Active Regression via Dynamic Voronoi Tessellation}},
  author    = {Cho, Seong Jin and Kim, Gwangsu and Lee, Junghyun and Yoon, Hee Suk and Tee, Joshua Tian Jin and Yoo, Chang D.},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/cho2026iclr-tessar/}
}