菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Local Urysohn Width: A Topological Complexity Measure for Classification

We introduce \emph{local Urysohn width}, a complexity measure for classification problems on metric spaces. Unlike VC dimension, fat-shattering dimension, and Rademacher complexity, which characterize the richness of hypothesis \emph{classes}, Urysohn width characterizes the topological-geometric complexity of the classification \emph{problem itself}: the minimum number of connected, diameter-bounded local experts needed to correctly classify all points within a margin-safe region. We prove four main results. First, a \textbf{strict hierarchy theorem}: for every integer $w \geq 1$, there exists a classification problem on a \emph{connected} compact metric space (a bouquet of circles with first Betti number $\beta_1 = w$) whose Urysohn width is exactly~$w$, establishing that topological complexity of the input space forces classifier complexity. Second, a \textbf{topology $\times$ geometry scaling law}: width scales as $\Omega(w \cdot L/D_0)$, where $w$ counts independent loops and $L/D_0$ is the ratio of loop circumference to locality scale. Third, a \textbf{two-way separation from VC dimension}: there exist problem families where width grows unboundedly while VC dimension is bounded by a constant, and conversely, families where VC dimension grows unboundedly while width remains~1. Fourth, a \textbf{sample complexity lower bound}: any learner that must correctly classify all points in the safe region of a width-$w$ problem needs $\Omega(w \log w)$ samples, independent of VC dimension.

顶级标签: theory machine learning
详细标签: topological complexity classification sample complexity metric spaces vc dimension 或 搜索:

局部乌雷松宽度:一种用于分类的拓扑复杂性度量 / Local Urysohn Width: A Topological Complexity Measure for Classification


1️⃣ 一句话总结

这篇论文提出了一种名为‘局部乌雷松宽度’的新指标,它从数据空间的拓扑几何结构本身来衡量分类问题的固有难度,并证明了这种难度与传统的VC维等指标有本质不同,且会直接影响学习所需的最小样本量。

源自 arXiv: 2603.15412