paper-with-me

홈 › Papers

On the Complexity of Labeled Datasets

2019-11-13 · Rodrigo Fernandes de Mello

The Statistical Learning Theory (SLT) provides the foundation to ensure that a supervised algorithm generalizes the mapping $f: \mathcal{X} \to \mathcal{Y}$ given $f$ is selected from its search space bias $\mathcal{F}$. SLT depends on the Shattering coefficient function $\mathcal{N}(\mathcal{F},n)$ to upper bound the empirical risk minimization principle, from which one can estimate the necessary training sample size to ensure the probabilistic learning convergence and, most importantly, the characterization of the capacity of $\mathcal{F}$, including its underfitting and overfitting abilities while addressing specific target problems. However, the analytical solution of the Shattering coefficient is still an open problem since the first studies by Vapnik and Chervonenkis in $1962$, which we address on specific datasets, in this paper, by employing equivalence relations from Topology, data separability results by Har-Peled and Jones, and combinatorics. Our approach computes the Shattering coefficient for both binary and multi-class datasets, leading to the following additional contributions: (i) the estimation of the required number of hyperplanes in the worst and best-case classification scenarios and the respective $\Omega$ and $O$ complexities; (ii) the estimation of the training sample sizes required to ensure supervised learning; and (iii) the comparison of dataset embeddings, once they (re)organize samples into some new space configuration. All results introduced and discussed along this paper are supported by the R package shattering (https://cran.r-project.org/web/packages/shattering).

📄 PDF Abstract BibTeX arXiv:1911.05461

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Theory

Similar Papers 제목 키워드 기반

Learning Privately with Labeled and Unlabeled Examples

2014-07-10 · Amos Beimel, Kobbi Nissim, Uri Stemmer

A private learner is an algorithm that given a sample of labeled individual examples outputs a generalizing hypothesis while preserving the privacy of each individual. In 2008, Kasiviswanathan et al. (FOCS 2008) gave a g…

Active Learning

Optimal Sample Complexity of Contrastive Learning

2023-12-01 · Noga Alon, Dmitrii Avdiukhin, Dor Elboim, Orr Fischer 외

Contrastive learning is a highly successful technique for learning representations of data from labeled tuples, specifying the distance relations within the tuple. We study the sample complexity of contrastive learning, …

Contrastive LearningLearning Theory

CLIC: Contrastive Learning Framework for Unsupervised Image Complexity Representation

2024-11-19 · Shipeng Liu, Liang Zhao, Dengfeng Chen

As an essential visual attribute, image complexity affects human image comprehension and directly influences the performance of computer vision tasks. However, accurately assessing and quantifying image complexity faces …

AttributeContrastive LearningImage Comprehension

Promises and Pitfalls of Threshold-based Auto-labeling

2022-11-22 · NeurIPS 2023 11 · Harit Vishwakarma, Heguang Lin, Frederic Sala, Ramya Korlakai Vinayak

Creating large-scale high-quality labeled datasets is a major bottleneck in supervised machine learning workflows. Threshold-based auto-labeling (TBAL), where validation data obtained from humans is used to find a confid…

Designing labeled graph classifiers by exploiting the Rényi entropy of the dissimilarity representation

2014-08-22 · Lorenzo Livi

Representing patterns as labeled graphs is becoming increasingly common in the broad field of computational intelligence. Accordingly, a wide repertoire of pattern recognition tools, such as classifiers and knowledge dis…

BenchmarkingClusteringGeneral Classification