paper-with-me

Papers

Hard labels sampled from sparse targets mislead rotation invariant algorithms

2026-03-21 · Avrajit Ghosh, Bin Yu, Manfred Warmuth, Peter Bartlett arxiv

One of the most common machine learning setups is logistic regression. In many classification models, including neural networks, the final prediction is obtained by applying a logistic link function to a linear score. In binary logistic regression, the feedback can be either soft labels, corresponding to the true conditional probability of the data (as in distillation), or sampled hard labels (taking values $\pm 1$). We point out a fundamental problem that arises even in a particularly favorable setting, where the goal is to learn a noise-free soft target of the form $σ(\mathbf{x}^{\top}\mathbf{w}^{\star})$. In the over-constrained case (i.e. the number of samples $n$ exceeds the input dimension $d$) with examples $(\mathbf{x}_i,σ(\mathbf{x}_i^{\top}\mathbf{w}^{\star}))$, it is sufficient to recover $\mathbf{w}^{\star}$ and hence achieve the Bayes risk. However, we prove that when the examples are labeled by hard labels $y_i$ sampled from the same conditional distribution $σ(\mathbf{x}_i^{\top}\mathbf{w}^{\star})$ and $\mathbf{w}^{\star}$ is $s$-sparse, then rotation-invariant algorithms are provably suboptimal: they incur an excess risk $Ω\!\left(\frac{d-1}{n}\right)$, while there are simple non-rotation invariant algorithms with excess risk $O(\frac{s\log d}{n})$. The simplest rotation invariant algorithm is gradient descent on the logistic loss (with early stopping). A simple non-rotation-invariant algorithm for sparse targets that achieves the above upper bounds uses gradient descent on the weights $u_i,v_i$, where now the linear weight $w_i$ is reparameterized as $u_iv_i$.

📄 PDF Abstract BibTeX arXiv:2603.20967

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simple Supervision Is Hard to Beat: A Bitter Lesson from Sparse Target Labels in Domain-Adaptive Object Detection

2026-06-29 · Lijun Zhang, Ruinian Xu, Mudit Agrawal arxiv

Source-free domain adaptive object detection adapts a source-trained detector to an unlabeled target domain, typically through teacher-student self-training with pseudo-labels. We revisit this setting when a small, unifo…

Object Detection

Humble Teachers Teach Better Students for Semi-Supervised Object Detection

2021-06-19 · CVPR 2021 1 · Yihe Tang, Weifeng Chen, Yijun Luo, Yuting Zhang

We propose a semi-supervised approach for contemporary object detectors following the teacher-student dual model framework. Our method is featured with 1) the exponential moving averaging strategy to update the teacher f…

object-detectionObject DetectionSemi-Supervised Object Detection

Noise misleads rotation invariant algorithms on sparse targets

2024-03-05 · Manfred K. Warmuth, Wojciech Kotłowski, Matt Jones, Ehsan Amid

It is well known that the class of rotation invariant algorithms are suboptimal even for learning sparse linear problems when the number of examples is below the "dimension" of the problem. This class includes any gradie…

Low-rank and Sparse Soft Targets to Learn Better DNN Acoustic Models

2016-10-18 · Pranay Dighe, Afsaneh Asaei, Herve Bourlard

Conventional deep neural networks (DNN) for speech acoustic modeling rely on Gaussian mixture models (GMM) and hidden Markov model (HMM) to obtain binary class labels as the targets for DNN training. Subword classes in s…

speech-recognitionSpeech Recognition

Improving Object Detection by Label Assignment Distillation

2021-08-24 · Chuong H. Nguyen, Thuy C. Nguyen, Tuan N. Tang, Nam L. H. Phan

Label assignment in object detection aims to assign targets, foreground or background, to sampled regions in an image. Unlike labeling for image classification, this problem is not well defined due to the object's boundi…

image-classificationImage ClassificationObjectobject-detection+1