← Search

Christos Thrampoulidis

59 accepted papers

2026

Asymmetric Prompt Weighting for Reinforcement Learning with Verifiable Rewards

ICML 2026poster

Reinforcement learning with verifiable rewards has driven recent advances in LLM post-training, in particular for reasoning. Policy optimization algorithms generate a number of responses for a given prompt and then effectively weight the corresponding gradients depending on the rewards. The most pop…

Cited by 0SourceScholar
2026

Facts in Stats: Impacts of Pretraining Diversity on Language Model Generalization

ICML 2026poster

Language models are pretrained on sequences that blend statistical regularities (structures making text fluent) with factual associations between specific tokens (corresponding to knowledge of facts). While recent work suggests that the variability of their interaction, such as paraphrases of factua…

Cited by 0SourceScholar
2026

How Muon’s Spectral Design Benefits Generalization: A Study on Imbalanced Data

ICLR 2026poster

The growing adoption of spectrum-aware matrix-valued optimizers such as Muon and Shampoo in deep learning motivates a systematic study of their generalization properties and, in particular, when they might outperform competitive algorithms. We approach this question by introducing appropriate simp…

Cited by 0SourceScholar
2026

On Group Relative Policy Optimization Collapse in Agent Search: The Lazy Likelihood-Displacement

ICML 2026poster

Tool-integrated (TI) reinforcement learning (RL) enables large language models (LLMs) to perform multi-step reasoning by interacting with external tools such as search engines and retrievers. Group Relative Policy Optimization (GRPO), exemplified by the recent Search-R1, offers fast convergence and …

Cited by 0SourceScholar
2026

Scaling Generative Verifiers For Natural Language Mathematical Proof Verification And Selection

ICML 2026poster

Large language models have achieved remarkable success on final-answer mathematical problems, largely due to the ease of applying reinforcement learning with verifiable rewards. However, the reasoning underlying these solutions is often flawed. Advancing to rigorous proof-based mathematics requires …

Cited by 0SourceScholar
2026

The Implicit Bias of Depth: From Neural Collapse to Softmax Codes

ICML 2026poster

Neural collapse (NC) describes the structured geometry that emerges in the features and weights of trained classifiers. Recent theory suggests NC can be suboptimal in deep architectures, attributing this to an explicit low-rank bias from L2 regularization. We study the deep unconstrained feature mod…

Cited by 0SourceScholar
2026

Token Hidden Reward: Steering Exploration-Exploitation in Group Relative Deep Reinforcement Learning

ICLR 2026poster

Reinforcement learning with verifiable rewards has significantly advanced the reasoning capabilities of large language models, yet how to explicitly steer training toward exploration or exploitation remains an open problem. We introduce Token Hidden Reward (THR), a token-level metric that quantifies…

Cited by 0SourceScholar
2025

DARE the Extreme: Revisiting Delta-Parameter Pruning For Fine-Tuned Models

ICLR 2025spotlight

Storing open-source fine-tuned models separately introduces redundancy and increases response times in applications utilizing multiple models. Delta-parameter pruning (DPP), particularly the random drop and rescale (DARE) method proposed by Yu et al., addresses this by pruning the majority of delta…

2025

Implicit Bias of Spectral Descent and Muon on Multiclass Separable Data

NeurIPS 2025spotlight

Different gradient-based methods for optimizing overparameterized models can all achieve zero training error yet converge to distinctly different solutions inducing different generalization properties. We provide the first complete characterization of implicit optimization bias for p-norm normalized…

Cited by 0SourceScholar
2025

Leveraging Online Olympiad-Level Math Problems for LLMs Training and Contamination-Resistant Evaluation

ICML 2025poster

Advances in Large Language Models (LLMs) have sparked interest in their ability to solve Olympiad-level math problems. However, the training and evaluation of these models are constrained by the limited size and quality of available datasets, as creating large-scale data for such advanced problems…

2025

On the Effect of Negative Gradient in Group Relative Deep Reinforcement Optimization

NeurIPS 2025poster

Reinforcement learning (RL) has become popular in enhancing the reasoning capabilities of large language models (LLMs), with Group Relative Policy Optimization (GRPO) emerging as a widely used algorithm in recent systems. Despite GRPO's widespread adoption, we identify a previously unrecognized phen…

Cited by 0SourceScholar
2025

Sharper Guarantees for Learning Neural Network Classifiers with Gradient Methods

ICLR 2025poster

In this paper, we study the data-dependent convergence and generalization behavior of gradient methods for neural networks with smooth activation. Our first result is a novel bound on the excess risk of deep networks trained by the logistic loss via an alogirthmic stability analysis. Compared to pre…

Cited by 0SourcePDFScholar
2025

Thumb on the Scale: Optimal Loss Weighting in Last Layer Retraining

NeurIPS 2025poster

While machine learning models become more capable in discriminative tasks at scale, their ability to overcome biases introduced by training data has come under increasing scrutiny. Previous results suggest that there are two extremes of parameterization with very different behaviors: the population…

Cited by 0SourceScholar
2024

Class-Attribute Priors: Adapting Optimization to Heterogeneity and Fairness Objective

AAAI 2024technical

Modern classification problems exhibit heterogeneities across individual classes: Each class may have unique attributes, such as sample size, label quality, or predictability (easy vs difficult), and variable importance at test-time. Without care, these heterogeneities impede the learning process, m…

Cited by 2SourcePDFScholar
2024

Engineering the Neural Collapse Geometry of Supervised-Contrastive Loss

ICASSP 2024accepted

Supervised-contrastive loss (SCL) is an alternative to cross-entropy (CE) for classification tasks that makes use of similarities in the embedding space to allow for richer representations. In this work, we propose methods to engineer the geometry of these learnt feature embeddings by modifying the…

Cited by 0SourceScholar
2024

Engineering the Neural Collapse Geometry of Supervised-Contrastive Loss (Student Abstract)

AAAI 2024technical

Supervised-contrastive loss (SCL) is an alternative to cross-entropy (CE) for classification tasks that makes use of similarities in the embedding space to allow for richer representations. Previous works have used trainable prototypes to help improve test accuracy of SCL when training under imbalan…

Cited by 0SourcePDFScholar
2024

Fast Test Error Rates for Gradient-Based Algorithms on Separable Data

ICASSP 2024accepted

In recent research aimed at understanding the strong generalization performance of simple gradient-based methods on overparameterized models, it has been demonstrated that when training a linear predictor on separable data with an exponentially-tailed loss function, the predictor converges towards t…

Cited by 0SourceScholar
2024

Memorization Capacity of Multi-Head Attention in Transformers

ICLR 2024spotlight

Transformers have become the go-to architecture for language and vision tasks, yet their theoretical properties, especially memorization capacity, remain elusive. This paper investigates the memorization abilities of multi-head attention mechanisms, examining how many example sequences they can memo…

2024

Revisiting the Equivalence of In-Context Learning and Gradient Descent: The Impact of Data Distribution

ICASSP 2024accepted

Transformers exhibit in-context learning (ICL), enabling adaptation to various tasks via prompts without the need for computationally intensive fine-tuning. Recent research investigates ICL’s mechanisms under analytically tractable models, with some conjecturing that ICL with linear attention implem…

Cited by 0SourceScholar
2024

Symmetric Neural-Collapse Representations with Supervised Contrastive Loss: The Impact of ReLU and Batching

ICLR 2024poster

Supervised contrastive loss (SCL) is a competitive and often superior alternative to the cross-entropy loss for classification. While prior studies have demonstrated that both losses yield symmetric training representations under balanced data, this symmetry breaks under class imbalances. This paper…

Cited by 1SourcePDFScholar
2024

Unlocking the Potential of Prompt-Tuning in Bridging Generalized and Personalized Federated Learning

CVPR 2024poster

Vision Transformers (ViT) and Visual Prompt Tuning (VPT) achieve state-of-the-art performance with improved efficiency in various computer vision tasks. This suggests a promising paradigm shift of adapting pre-trained ViT models to Federated Learning (FL) settings. However the challenge of data hete…

Cited by 10SourcePDFScholar
2023

BiSLS/SPS: Auto-tune Step Sizes for Stable Bi-level Optimization

NeurIPS 2023poster

The popularity of bi-level optimization (BO) in deep learning has spurred a growing interest in studying gradient-based BO algorithms. However, existing algorithms involve two coupled learning rates that can be affected by approximation errors when computing hypergradients, making careful fine-tunin…

Cited by 5SourcePDFScholar
2023

Fast Convergence in Learning Two-Layer Neural Networks with Separable Data

AAAI 2023technical

Normalized gradient descent has shown substantial success in speeding up the convergence of exponentially-tailed loss functions (which includes exponential and logistic losses) on linear classifiers with separable data. In this paper, we go beyond linear models by studying normalized GD on two-lay…

Cited by 2SourcePDFScholar
2023

On Weighted Cross-Entropy for Label-Imbalanced Separable Data: An Algorithmic-Stability Study

ICASSP 2023accepted

Implicit bias theory characterizes notions of simplicity in the weights learned by gradient descent when training without explicit regularization beyond zero training error, and has served as a cornerstone result for theoretically justifying good generalization of interpolating models. However, its…

Cited by 0SourceScholar
2023

On the Implicit Geometry of Cross-Entropy Parameterizations for Label-Imbalanced Data

AISTATS 2023poster

Various logit-adjusted parameterizations of the cross-entropy (CE) loss have been proposed as alternatives to weighted CE for training large models on label-imbalanced data far beyond the zero train error regime. The driving force behind those designs has been the theory of implicit bias, which for…

2023

On the Role of Attention in Prompt-tuning

ICML 2023poster

Prompt-tuning is an emerging strategy to adapt large language models (LLM) to downstream tasks by learning a (soft-)prompt parameter from data. Despite its success in LLMs, there is limited theoretical understanding of the power of prompt-tuning and the role of the attention mechanism in prompting.…

Cited by 60SourcePDFScholar
2022

FedNest: Federated Bilevel, Minimax, and Compositional Optimization

ICML 2022oral

Standard federated optimization methods successfully apply to stochastic problems with single-level structure. However, many contemporary ML problems - including adversarial robustness, hyperparameter tuning, actor-critic - fall under nested bilevel programming that subsumes minimax and compositiona…

2022

Imbalance Trouble: Revisiting Neural-Collapse Geometry

NeurIPS 2022accept

Neural Collapse refers to the remarkable structural properties characterizing the geometry of class embeddings and classifier weights, found by deep nets when trained beyond zero training error. However, this characterization only holds for balanced data. Here we thus ask whether it can be made inva…

Cited by 78SourcePDFScholar
2022

Mirror Descent Maximizes Generalized Margin and Can Be Implemented Efficiently

NeurIPS 2022accept

Driven by the empirical success and wide use of deep neural networks, understanding the generalization performance of overparameterized models has become an increasingly popular question. To this end, there has been substantial effort to characterize the implicit bias of the optimization algorithms…

Cited by 27SourcePDFScholar
2021

AutoBalance: Optimized Loss Functions for Imbalanced Data

NeurIPS 2021poster

Imbalanced datasets are commonplace in modern machine learning problems. The presence of under-represented classes or groups with sensitive attributes results in concerns about generalization and fairness. Such concerns are further exacerbated by the fact that large capacity deep nets can perfectly…

2021

Benign Overfitting in Multiclass Classification: All Roads Lead to Interpolation

NeurIPS 2021poster

The growing literature on "benign overfitting" in overparameterized models has been mostly restricted to regression or binary classification settings; however, most success stories of modern machine learning have been recorded in multiclass settings. Motivated by this discrepancy, we study benign ov…

Cited by 64SourcePDFScholar
2021

Fundamental Limits of Ridge-Regularized Empirical Risk Minimization in High Dimensions

AISTATS 2021poster

Despite the popularity of Empirical Risk Minimization (ERM) algorithms, a theory that explains their statistical properties in modern high-dimensional regimes is only recently emerging. We characterize for the first time the fundamental limits on the statistical accuracy of convex ridge-regularized…

Cited by 48SourcePDFScholar
2021

Label-Imbalanced and Group-Sensitive Classification under Overparameterization

NeurIPS 2021poster

The goal in label-imbalanced and group-sensitive classification is to optimize relevant metrics such as balanced error and equal opportunity. Classical methods, such as weighted cross-entropy, fail when training deep nets to the terminal phase of training (TPT), that is training beyond zero training…

2021

Phase Transitions for One-Vs-One and One-Vs-All Linear Separability in Multiclass Gaussian Mixtures

ICASSP 2021accepted

We study a fundamental statistical question in multiclass classification: When are data linearly separable? Unlike binary classification, linear separability in multiclass settings can be defined in different ways. Here, we focus on the so called one-vs-one (OvO) and one-vs-all (OvA) linear separabi…

Cited by 0SourceScholar
2021

Provable Benefits of Overparameterization in Model Compression: From Double Descent to Pruning Neural Networks

AAAI 2021technical

Deep networks are typically trained with many more parameters than the size of the training dataset. Recent empirical evidence indicates that the practice of overparameterization not only benefits training large models, but also assists – perhaps counterintuitively – building lightweight models. Spe…

Cited by 63SourcePDFScholar
2020

Linear Thompson Sampling Under Unknown Linear Constraints

ICASSP 2020accepted

We study how adding unknown linear safety constraints affects the performance of Thompson Sampling in the linear stochastic bandit problem. The additional constraints must be met at each round in spite of uncertainty about the environment requiring that the learner acts conservatively in choosing he…

Cited by 0SourceScholar
2020

Sharp Asymptotics and Optimal Performance for Inference in Binary Models

AISTATS 2020poster

We study convex empirical risk minimization for high-dimensional inference in binary models. Our first result sharply predicts the statistical performance of such estimators in the linear asymptotic regime under isotropic Gaussian features. Importantly, the predictions hold for a wide class of conve…

Cited by 41SourcePDFScholar
2020

Theoretical Insights Into Multiclass Classification: A High-dimensional Asymptotic View

NeurIPS 2020poster

Contemporary machine learning applications often involve classification tasks with many classes. Despite their extensive use, a precise understanding of the statistical properties and behavior of classification algorithms is still missing, especially in modern regimes where the number of classes is…

Cited by 57SourcePDFScholar
2019

A Simple Bound on the BER of the Map Decoder for Massive MIMO Systems

ICASSP 2019accepted

The deployment of massive MIMO systems has revived much of the interest in the study of the large-system performance of multiuser detection systems. In this paper, we prove a non-trivial upper bound on the bit-error rate (BER) of the MAP detector for BPSK signal transmission and equal-power conditio…

Cited by 0SourceScholar
2019

Lifting high-dimensional non-linear models with Gaussian regressors

AISTATS 2019poster

We study the problem of recovering a structured signal $\mathbf{x}_0$ from high-dimensional data $\mathbf{y}_i=f(\mathbf{a}_i^T\mathbf{x}_0)$ for some nonlinear (and potentially unknown) link function $f$, when the regressors $\mathbf{a}_i$ are iid Gaussian. Brillinger (1982) showed that ordinary le…

Cited by 13SourcePDFScholar
2019

Near-optimal Coded Apertures for Imaging via Nazarov's Theorem

ICASSP 2019accepted

We characterize the fundamental limits of coded aperture imaging systems up to universal constants by drawing upon a theorem of Nazarov regarding Fourier transforms. Our work is performed under a simple propagation and sensor model that accounts for thermal and shot noise, scene correlation, and exp…

Cited by 0SourceScholar
2019

Using Unknown Occluders to Recover Hidden Scenes

CVPR 2019poster

We consider the challenging problem of inferring a hidden moving scene from faint shadows cast on a diffuse surface. Recent work in passive non-line-of-sight (NLoS) imaging has shown that the presence of occluding objects in between the scene and the diffuse surface significantly improves the condit…

Cited by 88PDFScholar
2018

Analysis and Optimization of Aperture Design in Computational Imaging

ICASSP 2018accepted

There is growing interest in the use of coded aperture imaging systems for a variety of applications. Using an analysis framework based on mutual information, we examine the fundamental limits of such systems-and the associated optimum aperture coding-under simple but meaningful propagation and sens…

Cited by 0SourceScholar
2017

BER analysis of regularized least squares for BPSK recovery

ICASSP 2017accepted

This paper investigates the problem of recovering an n-dimensional BPSK signal x <inf xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">0</inf> ∈ {−1, 1} <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">n</sup> fro…

Cited by 0SourceScholar
2017

Near-optimal sample complexity bounds for circulant binary embedding

ICASSP 2017accepted

Binary embedding is the problem of mapping points from a high-dimensional space to a Hamming cube in lower dimension while preserving pairwise distances. An efficient way to accomplish this is to make use of fast embedding techniques involving Fourier transform e.g. circulant matrices. While binary…

Cited by 0SourceScholar
2016

Ber analysis of the box relaxation for BPSK signal recovery

ICASSP 2016accepted

We study the problem of recovering an n-dimensional BPSK signal from m linear noise-corrupted measurements using the box relaxation method which relaxes the discrete set {±1}n to the convex set [-1,1]n to obtain a convex optimization algorithm followed by hard thresholding. When the noise and measur…

Cited by 0SourceScholar
2015

LASSO with Non-linear Measurements is Equivalent to One With Linear Measurements

NeurIPS 2015spotlight

Consider estimating an unknown, but structured (e.g. sparse, low-rank, etc.), signal $x_0\in R^n$ from a vector $y\in R^m$ of measurements of the form $y_i=g_i(a_i^Tx_0)$, where the $a_i$'s are the rows of a known measurement matrix $A$, and, $g$ is a (potentially unknown) nonlinear and random link-…

Cited by 133SourcePDFScholar