← Search

Antonio Orvieto

41 accepted papers

2026

How does the optimizer implicitly bias the model merging loss landscape?

ICLR 2026poster

Model merging methods combine models with different capabilities into a single one while maintaining the same inference cost. Two popular approaches are lin- ear interpolation, which linearly interpolates between model weights, and task arithmetic, which combines task vectors obtained by the differe…

Cited by 0SourceScholar
2026

On the Interaction of Batch Noise, Adaptivity, and Compression, under $(L_0,L_1)$-Smoothness: An SDE Approach

ICML 2026poster

Distributed stochastic optimization intertwines (i) stochastic gradient noise, (ii) communication compression, and (iii) adaptive/normalized updates. While each factor has been studied in isolation, their joint effect under realistic assumptions remains poorly understood. In this work, we develop a …

Cited by 0SourceScholar
2026

Scaling Behavior of Discrete Diffusion Language Models

ICLR 2026poster

Modern LLM pre-training consumes vast amounts of compute and training data, making the scaling behavior, or scaling laws, of different models a key distinguishing factor. Discrete diffusion language models (DLMs) have been proposed as an alternative to autoregressive language models (ALMs). However,…

Cited by 0SourcecodeScholar
2026

Selective Rotary Position Embedding

ICLR 2026poster

Position information is essential for language modeling. In softmax transformers, Rotary Position Embeddings (\textit{RoPE}) encode positions through \textit{fixed-angle} rotations, while in linear transformers, order is handled via input-dependent (selective) gating that decays past key-value assoc…

Cited by 0SourceScholar
2025

(Almost) Free Modality Stitching of Foundation Models

EMNLP 2025

Foundation multi-modal models are often designed by stitching of multiple existing pretrained uni-modal models: for example, an image classifier with a text model. This stitching process is performed by training a connector module that aims to align the representation spaces of these uni-modal model

2025

Adaptive Methods through the Lens of SDEs: Theoretical Insights on the Role of Noise

ICLR 2025poster

Despite the vast empirical evidence supporting the efficacy of adaptive optimization methods in deep learning, their theoretical understanding is far from complete. This work introduces novel SDEs for commonly used adaptive optimizers: SignSGD, RMSprop(W), and Adam(W). These SDEs offer a quantitativ…

Cited by 2SourcePDFScholar
2025

Enhancing Optimizer Stability: Momentum Adaptation of The NGN Step-size

NeurIPS 2025poster

Modern optimization algorithms that incorporate momentum and adaptive step-size offer improved performance in numerous challenging deep learning tasks. However, their effectiveness is often highly sensitive to the choice of hyperparameters, especially the step-size. Tuning these parameters is often…

Cited by 0SourceScholar
2025

Fixed-Point RNNs: Interpolating from Diagonal to Dense

NeurIPS 2025spotlight

Linear recurrent neural networks (RNNs) and state-space models (SSMs) such as Mamba have become promising alternatives to softmax-attention as sequence mixing layers in Transformer architectures. Current models, however, do not exhibit the full state-tracking expressivity of RNNs because they rely o…

Cited by 0SourceScholar
2025

Generalized Interpolating Discrete Diffusion

ICML 2025poster

While state-of-the-art language models achieve impressive results through next-token prediction, they have inherent limitations such as the inability to revise already generated tokens. This has prompted exploration of alternative approaches such as discrete diffusion. However, masked diffusion, whi…

2025

Generalized Linear Mode Connectivity for Transformers

NeurIPS 2025oral

Understanding the geometry of neural network loss landscapes is a central question in deep learning, with implications for generalization and optimization. A striking phenomenon is $\textit{linear mode connectivity}$ (LMC), where independently trained models can be connected by low- or zero-barrier…

Cited by 0SourceScholar
2025

Geometric Inductive Biases of Deep Networks: The Role of Data and Architecture

ICLR 2025spotlight

In this paper, we propose the *geometric invariance hypothesis (GIH)*, which argues that the input space curvature of a neural network remains invariant under transformation in certain architecture-dependent directions during training. We investigate a simple, non-linear binary classification proble…

2024

Loss Landscape Characterization of Neural Networks without Over-Parametrization

NeurIPS 2024poster

Modern machine learning heavily depends on the effectiveness of optimization techniques. While deep learning models have achieved remarkable empirical results in training, their theoretical underpinnings remain somewhat elusive. Ensuring the convergence of optimization methods requires imposing spec…

Cited by 6SourcePDFScholar
2024

Recurrent Distance Filtering for Graph Representation Learning

ICML 2024poster

Graph neural networks based on iterative one-hop message passing have been shown to struggle in harnessing the information from distant nodes effectively. Conversely, graph transformers allow each node to attend to all other nodes directly, but lack graph inductive bias and have to rely on ad-hoc po…

2024

Recurrent neural networks: vanishing and exploding gradients are not the end of the story

NeurIPS 2024poster

Recurrent neural networks (RNNs) notoriously struggle to learn long-term memories, primarily due to vanishing and exploding gradients. The recent success of state-space models (SSMs), a subclass of RNNs, to overcome such difficulties challenges our theoretical understanding. In this paper, we delve…

2024

SDEs for Minimax Optimization

AISTATS 2024poster

Minimax optimization problems have attracted a lot of attention over the past few years, with applications ranging from economics to machine learning. While advanced optimization methods exist for such problems, characterizing their dynamics in stochastic scenarios remains notably challenging. In th…

2024

Super Consistency of Neural Network Landscapes and Learning Rate Transfer

NeurIPS 2024poster

Recently, there has been growing evidence that if the width and depth of a neural network are scaled toward the so-called rich feature learning limit ($\mu$P and its depth extension), then some hyperparameters --- such as the learning rate --- exhibit transfer from small to very large models. From a…

Cited by 2SourcePDFScholar
2024

Theoretical Foundations of Deep Selective State-Space Models

NeurIPS 2024poster

Structured state-space models (SSMs) are gaining popularity as effective foundational architectures for sequential data, demonstrating outstanding performance across a diverse set of domains alongside desirable scalability properties. Recent developments show that if the linear recurrence powering S…

2024

Understanding the Differences in Foundation Models: Attention, State Space Models, and Recurrent Neural Networks

NeurIPS 2024poster

Softmax attention is the principle backbone of foundation models for various artificial intelligence applications, yet its quadratic complexity in sequence length can limit its inference throughput in long-context settings. To address this challenge, alternative architectures such as linear attentio…

2024

Universality of Linear Recurrences Followed by Non-linear Projections: Finite-Width Guarantees and Benefits of Complex Eigenvalues

ICML 2024poster

Deep neural networks based on linear RNNs interleaved with position-wise MLPs are gaining traction as competitive approaches for sequence modeling. Examples of such architectures include state-space models (SSMs) like S4, LRU, and Mamba: recently proposed models that achieve promising performance on…

Cited by 1SourcePDFScholar
2023

Achieving a Better Stability-Plasticity Trade-Off via Auxiliary Networks in Continual Learning

CVPR 2023poster

In contrast to the natural capabilities of humans to learn new tasks in a sequential fashion, neural networks are known to suffer from catastrophic forgetting, where the model's performances on old tasks drop dramatically after being optimized for a new task. Since then, the continual learning (CL)…

2023

An SDE for Modeling SAM: Theory and Insights

ICML 2023poster

We study the SAM (Sharpness-Aware Minimization) optimizer which has recently attracted a lot of interest due to its increased performance over more classical variants of stochastic gradient descent. Our main contribution is the derivation of continuous-time models (in the form of SDEs) for SAM and t…

Cited by 26SourcePDFScholar
2023

Explicit Regularization in Overparametrized Models via Noise Injection

AISTATS 2023poster

Injecting noise within gradient descent has several desirable features, such as smoothing and regularizing properties. In this paper, we investigate the effects of injecting noise before computing a gradient step. We demonstrate that small perturbations can induce explicit regularization for simple…

2023

Resurrecting Recurrent Neural Networks for Long Sequences

ICML 2023oral

Recurrent Neural Networks (RNNs) offer fast inference on long sequences but are hard to optimize and slow to train. Deep state-space models (SSMs) have recently been shown to perform remarkably well on long sequence modeling tasks, and have the added benefits of fast parallelizable training and RNN-…

Cited by 294SourcePDFScholar
2022

Anticorrelated Noise Injection for Improved Generalization

ICML 2022spotlight

Injecting artificial noise into gradient descent (GD) is commonly employed to improve the performance of machine learning models. Usually, uncorrelated noise is used in such perturbed gradient descent (PGD) methods. It is, however, not known if this is optimal or whether other types of noise could p…

Cited by 55SourcePDFScholar
2022

Dynamics of SGD with Stochastic Polyak Stepsizes: Truly Adaptive Variants and Convergence to Exact Solution

NeurIPS 2022accept

Recently Loizou et al. (2021), proposed and analyzed stochastic gradient descent (SGD) with stochastic Polyak stepsize (SPS). The proposed SPS comes with strong convergence guarantees and competitive performance; however, it has two main drawbacks when it is used in non-over-parameterized regimes: (…

2022

Faster Single-loop Algorithms for Minimax Optimization without Strong Concavity

AISTATS 2022poster

Gradient descent ascent (GDA), the simplest single-loop algorithm for nonconvex minimax optimization, is widely used in practical applications such as generative adversarial networks (GANs) and adversarial training. Albeit its desirable simplicity, recent work shows inferior convergence rates of GDA…

2022

On the Theoretical Properties of Noise Correlation in Stochastic Optimization

NeurIPS 2022accept

Studying the properties of stochastic noise to optimize complex non-convex functions has been an active area of research in the field of machine learning. Prior work~\citep{zhou2019pgd, wei2019noise} has shown that the noise of stochastic gradient descent improves optimization by overcoming undesira…

Cited by 9SourcePDFScholar
2022

Signal Propagation in Transformers: Theoretical Perspectives and the Role of Rank Collapse

NeurIPS 2022accept

Transformers have achieved remarkable success in several domains, ranging from natural language processing to computer vision. Nevertheless, it has been recently shown that stacking self-attention layers — the distinctive architectural component of Transformers — can result in rank collapse of the t…

Cited by 88SourcePDFScholar
2022

Vanishing Curvature in Randomly Initialized Deep ReLU Networks

AISTATS 2022poster

Deep ReLU networks are at the basis of many modern neural architectures. Yet, the loss landscape of such networks and its interaction with state-of-the-art optimizers is not fully understood. One of the most crucial aspects is the landscape at random initialization, which often influences convergenc…

Cited by 11SourcePDFScholar
2021

Learning explanations that are hard to vary

ICLR 2021poster

In this paper, we investigate the principle that good explanations are hard to vary in the context of deep learning. We show that averaging gradients across examples -- akin to a logical OR of patterns -- can favor memorization and `patchwork' solutions that sew together different strategies, instea…

Cited by 214SourcePDFScholar
2021

Momentum Improves Optimization on Riemannian Manifolds

AISTATS 2021poster

We develop a new Riemannian descent algorithm that relies on momentum to improve over existing first-order methods for geodesically convex optimization. In contrast, accelerated convergence rates proved in prior work have only been shown to hold for geodesically strongly-convex objective functions.…

2021

On the Second-order Convergence Properties of Random Search Methods

NeurIPS 2021poster

We study the theoretical convergence properties of random-search methods when optimizing non-convex objective functions without having access to derivatives. We prove that standard random-search methods that do not rely on second-order information converge to a second-order stationary point. However…

2021

Rethinking the Variational Interpretation of Accelerated Optimization Methods

NeurIPS 2021poster

The continuous-time model of Nesterov's momentum provides a thought-provoking perspective for understanding the nature of the acceleration phenomenon in convex optimization. One of the main ideas in this line of research comes from the field of classical mechanics and proposes to link Nesterov's tra…

Cited by 5SourcePDFScholar
2021

Revisiting the Role of Euler Numerical Integration on Acceleration and Stability in Convex Optimization

AISTATS 2021poster

Viewing optimization methods as numerical integrators for ordinary differential equations (ODEs) provides a thought-provoking modern framework for studying accelerated first-order optimizers. In this literature, acceleration is often supposed to be linked to the quality of the integrator (accuracy,…

Cited by 13SourcePDFScholar
2020

A Continuous-time Perspective for Modeling Acceleration in Riemannian Optimization

AISTATS 2020poster

We propose a novel second-order ODE as the continuous-time limit of a Riemannian accelerated gradient-based method on a manifold with curvature bounded from below. This ODE can be seen as a generalization of the ODE derived for Euclidean spaces, and can also serve as an analysis tool. We analyze th…