← Search

Ambroise Odonnat

8 accepted papers

2026

Optimal Self-Consistency for Efficient Reasoning with Large Language Models

ICML 2026poster

Self-consistency (SC) is a widely-used test-time inference technique for improving performance in chain-of-thought reasoning. It consists of generating multiple responses, or ``samples," from a large language model (LLM) and selecting the most frequent answer. This procedure can naturally be viewed …

Cited by 0SourceScholar
2026

Vision Transformer Finetuning Benefits from Non-Smooth Components

ICML 2026poster

The smoothness of the transformer architecture has been extensively studied in the context of generalization, training stability, and adversarial robustness. However, its role in transfer learning remains poorly understood. In this paper, we analyze the ability of vision transformer components to ad…

Cited by 0SourceScholar
2025

Zero-shot Model-based Reinforcement Learning using Large Language Models

ICLR 2025poster

The emerging zero-shot capabilities of Large Language Models (LLMs) have led to their applications in areas extending well beyond natural language processing tasks. In reinforcement learning, while LLMs have been extensively used in text-based environments, their integration with continuous state s…

2024

Analysing Multi-Task Regression via Random Matrix Theory with Application to Time Series Forecasting

NeurIPS 2024spotlight

In this paper, we introduce a novel theoretical framework for multi-task regression, applying random matrix theory to provide precise performance estimations, under high-dimensional, non-Gaussian data distributions. We formulate a multi-task optimization problem as a regularization technique to enab…

Cited by 2SourcePDFScholar
2024

Leveraging Ensemble Diversity for Robust Self-Training in the Presence of Sample Selection Bias

AISTATS 2024poster

Self-training is a well-known approach for semi-supervised learning. It consists of iteratively assigning pseudo-labels to unlabeled data for which the model is confident and treating them as labeled examples. For neural networks, \texttt{softmax} prediction probabilities are often used as a confide…

2024

MaNo: Exploiting Matrix Norm for Unsupervised Accuracy Estimation Under Distribution Shifts

NeurIPS 2024poster

Leveraging the model’s outputs, specifically the logits, is a common approach to estimating the test accuracy of a pre-trained neural network on out-of-distribution (OOD) samples without requiring access to the corresponding ground-truth labels. Despite their ease of implementation and computational…

2024

SAMformer: Unlocking the Potential of Transformers in Time Series Forecasting with Sharpness-Aware Minimization and Channel-Wise Attention

ICML 2024oral

Transformer-based architectures achieved breakthrough performance in natural language processing and computer vision, yet they remain inferior to simpler linear baselines in multivariate long-term forecasting. To better understand this phenomenon, we start by studying a toy linear forecasting proble…