← Search

Matteo Pagliardini

8 accepted papers

2025

CoTFormer: A Chain of Thought Driven Architecture with Budget-Adaptive Computation Cost at Inference

ICLR 2025poster

Scaling language models to larger and deeper sizes has led to significant boosts in performance. Even though the size of these models limits their application in compute-constrained environments, the race to continually develop ever larger and deeper foundational models is underway. At the same time…

Cited by 1SourcePDFScholar
2024

A Primal-Dual Approach to Solving Variational Inequalities with General Constraints

ICLR 2024poster

Yang et al. (2023) recently showed how to use first-order gradient methods to solve general variational inequalities (VIs) under a limiting assumption that analytic solutions of specific subproblems are available. In this paper, we circumvent this assumption via a warm-starting technique where we s…

Cited by 4SourcePDFScholar
2024

DenseFormer: Enhancing Information Flow in Transformers via Depth Weighted Averaging

NeurIPS 2024poster

The transformer architecture by Vaswani et al. (2017) is now ubiquitous across application domains, from natural language processing to speech processing and image understanding. We propose DenseFormer, a simple modification to the standard architecture that improves the perplexity of the model with…

Cited by 6SourcePDFScholar
2023

Agree to Disagree: Diversity through Disagreement for Better Transferability

ICLR 2023top-5%

Gradient-based learning algorithms have an implicit \emph{simplicity bias} which in effect can limit the diversity of predictors being sampled by the learning procedure. This behavior can hinder the transferability of trained models by (i) favoring the learning of simpler but spurious features --- p…

2023

Fast Attention Over Long Sequences With Dynamic Sparse Flash Attention

NeurIPS 2023poster

Transformer-based language models have found many diverse applications requiring them to process sequences of increasing length. For these applications, the causal self-attention---which is the only component scaling quadratically w.r.t. the sequence length---becomes a central concern. While many wo…

Cited by 12SourcePDFScholar
2021

Taming GANs with Lookahead-Minmax

ICLR 2021poster

Generative Adversarial Networks are notoriously challenging to train. The underlying minmax optimization is highly susceptible to the variance of the stochastic gradient and the rotational component of the associated game vector field. To tackle these challenges, we propose the Lookahead algorithm f…