← Search

Emilien Dupont

11 accepted papers

2025

Good, Cheap, and Fast: Overfitted Image Compression with Wasserstein Distortion

CVPR 2025highlight

Inspired by the success of generative image models, recent work on learned image compression increasingly focuses on better probabilistic models of the natural image distribution, leading to excellent image quality. This, however, comes at the expense of a computational complexity that is several or…

2024

C3: High-Performance and Low-Complexity Neural Compression from a Single Image or Video

CVPR 2024poster

Most neural compression models are trained on large datasets of images or videos in order to generalize to unseen data. Such generalization typically requires large and expressive architectures with a high decoding complexity. Here we introduce C3 a neural compression method with strong rate-distort…

Cited by 29SourcePDFScholar
2023

Deep Stochastic Processes via Functional Markov Transition Operators

NeurIPS 2023poster

We introduce Markov Neural Processes (MNPs), a new class of Stochastic Processes (SPs) which are constructed by stacking sequences of neural parameterised Markov transition operators in function space. We prove that these Markov transition operators can preserve the exchangeability and consistency o…

Cited by 7SourcePDFScholar
2022

From data to functa: Your data point is a function and you can treat it like one

ICML 2022spotlight

It is common practice in deep learning to represent a measurement of the world on a discrete grid, e.g. a 2D grid of pixels. However, the underlying signal represented by these measurements is often continuous, e.g. the scene depicted in an image. A powerful continuous alternative is then to represe…

2021

LieTransformer: Equivariant Self-Attention for Lie Groups

ICML 2021spotlight

Group equivariant neural networks are used as building blocks of group invariant neural networks, which have been shown to improve generalisation performance and data efficiency through principled parameter sharing. Such works have mostly focused on group equivariant convolutions, building on the re…

2020

Equivariant Neural Rendering

ICML 2020poster

We propose a framework for learning neural scene representations directly from images, without 3D supervision. Our key insight is that 3D structure can be imposed by ensuring that the learned representation transforms like a real 3D scene. Specifically, we introduce a loss which enforces equivarianc…

Cited by 77SourcePDFScholar
2020

STEER : Simple Temporal Regularization For Neural ODE

NeurIPS 2020poster

Training Neural Ordinary Differential Equations (ODEs) is often computationally expensive. Indeed, computing the forward pass of such models involves solving an ODE which can become arbitrarily complex during training. Recent works have shown that regularizing the dynamics of the ODE can partially a…