← Search

Edouard Oyallon

22 accepted papers

2026

$\mu$LO: Compute-Efficient Meta-Generalization of Learned Optimizers

ICLR 2026poster

Learned optimizers (LOs) have the potential to significantly reduce the wall-clock training time of neural networks. However, they can struggle to optimize unseen tasks (*meta-generalize*), especially when training networks wider than those seen during meta-training. To address this, we derive the M…

Cited by 0SourcecodeScholar
2026

Test-time Generalization for Physics through Neural Operator Splitting

ICML 2026poster

Neural operators have shown promise in learning solution maps of partial differential equations (PDEs), but they often struggle to generalize when test inputs lie outside the training distribution, such as novel initial conditions, unseen PDE coefficients or unseen physics. Prior works address this …

Cited by 0SourceScholar
2025

ACCO: Accumulate While You Communicate for Communication-Overlapped Sharded LLM Training

NeurIPS 2025poster

Training LLMs relies on distributed implementations using multiple GPUs to compute gradients in parallel with sharded optimizers. However, synchronizing gradients in data parallel setups introduces communication overhead that grows with the number of workers, limiting parallelization efficiency. Loc…

Cited by 0SourcecodeScholar
2025

DISCO: learning to DISCover an evolution Operator for multi-physics-agnostic prediction

ICML 2025poster

We address the problem of predicting the next states of a dynamical system governed by *unknown* temporal partial differential equations (PDEs) using only a short trajectory. While standard transformers provide a natural black-box solution to this task, the presence of a well-structured evolution op…

2025

PETRA: Parallel End-to-end Training with Reversible Architectures

ICLR 2025spotlight

Reversible architectures have been shown to be capable of performing on par with their non-reversible architectures, being applied in deep learning for memory savings and generative modeling. In this work, we show how reversible architectures can solve challenges in parallelizing deep model training…

Cited by 0SourcePDFScholar
2023

$\textbf{A}^2\textbf{CiD}^2$: Accelerating Asynchronous Communication in Decentralized Deep Learning

NeurIPS 2023poster

Distributed training of Deep Learning models has been critical to many recent successes in the field. Current standard methods primarily rely on synchronous centralized algorithms which induce major communication bottlenecks and synchronization locks at scale. Decentralized asynchronous algorithms a…

2023

Can Forward Gradient Match Backpropagation?

ICML 2023poster

Forward Gradients - the idea of using directional derivatives in forward differentiation mode - have recently been shown to be utilizable for neural network training while avoiding problems generally associated with backpropagation gradient computation, such as locking and memorization requirements.…

2023

Guiding The Last Layer in Federated Learning with Pre-Trained Models

NeurIPS 2023poster

Federated Learning (FL) is an emerging paradigm that allows a model to be trained across a number of participants without sharing data. Recent works have begun to consider the effects of using pre-trained models as an initialization point for existing FL algorithms; however, these approaches ignore…

2022

On Non-Linear operators for Geometric Deep Learning

NeurIPS 2022accept

This work studies operators mapping vector and scalar fields defined over a manifold $\mathcal{M}$, and which commute with its group of diffeomorphisms $\text{Diff}(\mathcal{M})$. We prove that in the case of scalar fields $L^p_\omega(\mathcal{M,\mathbb{R}})$, those operators correspond to point-wis…

Cited by 9SourcePDFScholar
2022

Why do tree-based models still outperform deep learning on typical tabular data?

NeurIPS 2022accept

While deep learning has enabled tremendous progress on text and image datasets, its superiority on tabular data is not clear. We contribute extensive benchmarks of standard and novel deep learning methods as well as tree-based models such as XGBoost and Random Forests, across a large number of datas…

Cited by 1657SourcePDFScholar
2021

The Unreasonable Effectiveness of Patches in Deep Convolutional Kernels Methods

ICLR 2021poster

A recent line of work showed that various forms of convolutional kernel methods can be competitive with standard supervised deep convolutional networks on datasets like CIFAR-10, obtaining accuracies in the range of 87-90% while being more amenable to theoretical analysis. In this work, we highlig…

2018

Compressing the Input for CNNs with the First-Order Scattering Transform

ECCV 2018poster

We consider the first-order scattering transform as a candidate for reducing the signal processed by a convolutional neural network (CNN). We study this transformation and show theoretical and empirical evidence that in the case of natural images and sufficiently small translation invariance, this t…