← Search

Vasilis Kontonis

16 accepted papers

2026

Wait, Wait, Wait... Why Do Reasoning Models Loop?

ICML 2026spotlight

Reasoning models (e.g., DeepSeek-R1) generate long chains of thought to solve harder problems, but they often loop, repeating the same text at low temperatures or with greedy decoding. We study why this happens and what role temperature plays. With open reasoning models, we find that looping is comm…

Cited by 0SourceScholar
2025

Online Linear Classification with Massart Noise

ICML 2025poster

We study the task of online learning in the presence of Massart noise. Specifically, instead of assuming that the online adversary chooses an arbitrary sequence of labels, we assume that the context $\boldsymbol{x}$ is selected adversarially but the label $y$ presented to the learner disagrees wit…

Cited by 0SourcePDFScholar
2025

Train for the Worst, Plan for the Best: Understanding Token Ordering in Masked Diffusions

ICML 2025oral

In recent years, masked diffusion models (MDMs) have emerged as a promising alternative approach for generative modeling over discrete domains. Compared to autoregressive models (ARMs), MDMs trade off complexity at training time with flexibility at inference time. At training time, they must learn t…

Cited by 4SourcePDFScholar
2024

Active Classification with Few Queries under Misspecification

NeurIPS 2024spotlight

We study pool-based active learning, where a learner has a large pool $S$ of unlabeled examples and can adaptively ask a labeler questions to learn these labels. The goal of the learner is to output a labeling for $S$ that can compete with the best hypothesis from a given hypothesis class $\mathcal{…

Cited by 1SourcePDFScholar
2024

Efficient Discrepancy Testing for Learning with Distribution Shift

NeurIPS 2024poster

A fundamental notion of distance between train and test distributions from the field of domain adaptation is discrepancy distance. While in general hard to compute, here we provide the first set of provably efficient algorithms for testing *localized* discrepancy distance, where discrepancy is compu…

Cited by 2SourcePDFScholar
2024

Learning Noisy Halfspaces with a Margin: Massart is No Harder than Random

NeurIPS 2024spotlight

We study the problem of PAC learning $\gamma$-margin halfspaces with Massart noise. We propose a simple proper learning algorithm, the Perspectron, that has sample complexity $\widetilde{O}((\epsilon\gamma)^{-2})$ and achieves classification error at most $\eta+\epsilon$ where $\eta$ is the Massart…

Cited by 1SourcePDFScholar
2023

Efficient Testable Learning of Halfspaces with Adversarial Label Noise

NeurIPS 2023poster

We give the first polynomial-time algorithm for the testable learning of halfspaces in the presence of adversarial label noise under the Gaussian distribution. In the recently introduced testable learning model, one is required to produce a tester-learner such that if the data passes the tester, t…

Cited by 17SourcePDFScholar
2023

Optimizing Solution-Samplers for Combinatorial Problems: The Landscape of Policy-Gradient Method

NeurIPS 2023oral

Deep Neural Networks and Reinforcement Learning methods have empirically shown great promise in tackling challenging combinatorial problems. In those methods a deep neural network is used as a solution generator which is then trained by gradient-based methods (e.g., policy gradient) to successively…

Cited by 8SourcePDFScholar
2023

SLaM: Student-Label Mixing for Distillation with Unlabeled Examples

NeurIPS 2023poster

Knowledge distillation with unlabeled examples is a powerful training paradigm for generating compact and lightweight student models in applications where the amount of labeled data is limited but one has access to a large pool of unlabeled data. In this setting, a large teacher model generates "sof…

Cited by 10SourcePDFScholar
2022

Learning General Halfspaces with Adversarial Label Noise via Online Gradient Descent

ICML 2022spotlight

We study the problem of learning general {—} i.e., not necessarily homogeneous {—} halfspaces with adversarial label noise under the Gaussian distribution. Prior work has provided a sophisticated polynomial-time algorithm for this problem. In this work, we show that the problem can be solved directl…

Cited by 16SourcePDFScholar
2022

Weighted Distillation with Unlabeled Examples

NeurIPS 2022accept

Distillation with unlabeled examples is a popular and powerful method for training deep neural networks in settings where the amount of labeled data is limited: A large “teacher” neural network is trained on the labeled data available, and then it is used to generate labels on an unlabeled dataset (…

Cited by 14SourcePDFScholar
2021

Learning Online Algorithms with Distributional Advice

ICML 2021spotlight

We study the problem of designing online algorithms given advice about the input. While prior work had focused on deterministic advice, we only assume distributional access to the instances of interest, and the goal is to learn a competitive algorithm given access to i.i.d. samples. We aim to be com…

Cited by 37SourcePDFScholar
2020

Non-Convex SGD Learns Halfspaces with Adversarial Label Noise

NeurIPS 2020poster

We study the problem of agnostically learning homogeneous halfspaces in the distribution-specific PAC model. For a broad family of structured distributions, including log-concave distributions, we show that non-convex SGD efficiently converges to a solution with misclassification error $O(\opt)+\e…

Cited by 34SourcePDFScholar