← Search

Tomer Michaeli

45 accepted papers

2026

Turbo-DDCM: Fast and Flexible Zero-Shot Diffusion-Based Image Compression

ICLR 2026poster

While zero-shot diffusion-based compression methods have seen significant progress in recent years, they remain notoriously slow and computationally demanding. This paper presents an efficient zero-shot diffusion-based compression method that runs substantially faster than existing methods, while ma…

Cited by 0SourceScholar
2025

Compressed Image Generation with Denoising Diffusion Codebook Models

ICML 2025poster

We present a novel generative approach based on Denoising Diffusion Models (DDMs), which produces high-quality image samples *along* with their losslessly compressed bit-stream representations. This is obtained by replacing the standard Gaussian noise sampling in the reverse diffusion with a selecti…

2025

FlowEdit: Inversion-Free Text-Based Editing Using Pre-Trained Flow Models

ICCV 2025poster

Editing real images using a pre-trained text-to-image (T2I) diffusion/flow model often involves inverting the image into its corresponding noise map. However, inversion by itself is typically insufficient for obtaining satisfactory results, and therefore many methods additionally intervene in the sa…

2025

InvFusion: Bridging Supervised and Zero-shot Diffusion for Inverse Problems

NeurIPS 2025poster

Diffusion Models have demonstrated remarkable capabilities in handling inverse problems, offering high-quality posterior-sampling-based solutions. Despite significant advances, a fundamental trade-off persists regarding the way the conditioned synthesis is employed: Zero-shot approaches can accommod…

Cited by 0SourceScholar
2025

Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration

ICLR 2025poster

Photo-realistic image restoration algorithms are typically evaluated by distortion measures (e.g., PSNR, SSIM) and by perceptual quality measures (e.g., FID, NIQE), where the desire is to attain the lowest possible distortion without compromising on perceptual quality. To achieve this goal, current…

2025

When Diffusion Models Memorize: Inductive Biases in Probability Flow of Minimum-Norm Shallow Neural Nets

ICML 2025poster

While diffusion models generate high-quality images via probability flow, the theoretical understanding of this process remains incomplete. A key question is when probability flow converges to training samples or more general points on the data manifold. We analyze this by studying the probability f…

Cited by 0SourcePDFScholar
2024

Adaptive Compressed Sensing with Diffusion-Based Posterior Sampling

ECCV 2024poster

"Compressed Sensing (CS) facilitates rapid image acquisition by selecting a small subset of measurements sufficient for high-fidelity reconstruction. Adaptive CS seeks to further enhance this process by dynamically choosing future measurements based on information gleaned from data that is already a…

2024

An Edit Friendly DDPM Noise Space: Inversion and Manipulations

CVPR 2024poster

Denoising diffusion probabilistic models (DDPMs) employ a sequence of white Gaussian noise samples to generate an image. In analogy with GANs those noise maps could be considered as the latent code associated with the generated image. However this native noise space does not possess a convenient str…

2024

Classification Diffusion Models: Revitalizing Density Ratio Estimation

NeurIPS 2024poster

A prominent family of methods for learning data distributions relies on density ratio estimation (DRE), where a model is trained to *classify* between data samples and samples from some reference distribution. DRE-based models can directly output the likelihood for any given input, a highly desired…

Cited by 1SourcePDFScholar
2024

From Posterior Sampling to Meaningful Diversity in Image Restoration

ICLR 2024poster

Image restoration problems are typically ill-posed in the sense that each degraded image can be restored in infinitely many valid ways. To accommodate this, many works generate a diverse set of outputs by attempting to randomly sample from the posterior distribution of natural images given the degra…

2024

Hierarchical Uncertainty Exploration via Feedforward Posterior Trees

NeurIPS 2024poster

When solving ill-posed inverse problems, one often desires to explore the space of potential solutions rather than be presented with a single plausible reconstruction. Valuable insights into these feasible solutions and their associated probabilities are embedded in the posterior distribution. Howev…

2024

On the Posterior Distribution in Denoising: Application to Uncertainty Quantification

ICLR 2024poster

Denoisers play a central role in many applications, from noise suppression in low-grade imaging sensors, to empowering score-based generative models. The latter category of methods makes use of Tweedie's formula, which links the posterior mean in Gaussian denoising (*i*.*e*., the minimum MSE denoise…

2024

Slicedit: Zero-Shot Video Editing With Text-to-Image Diffusion Models Using Spatio-Temporal Slices

ICML 2024poster

Text-to-image (T2I) diffusion models achieve state-of-the-art results in image synthesis and editing. However, leveraging such pre-trained models for video editing is considered a major challenge. Many existing works attempt to enforce temporal consistency in the edited video through explicit corres…

2024

The Expected Loss of Preconditioned Langevin Dynamics Reveals the Hessian Rank

AAAI 2024technical

Langevin dynamics (LD) is widely used for sampling from distributions and for optimization. In this work, we derive a closed-form expression for the expected loss of preconditioned LD near stationary points of the objective function. We use the fact that at the vicinity of such points, LD reduces to…

Cited by 0SourcePDFScholar
2024

Uncertainty Visualization via Low-Dimensional Posterior Projections

CVPR 2024poster

In ill-posed inverse problems it is commonly desirable to obtain insight into the full spectrum of plausible solutions rather than extracting only a single reconstruction. Information about the plausible solutions and their likelihoods is encoded in the posterior distribution. However for high-dimen…

2023

Alias-Free Convnets: Fractional Shift Invariance via Polynomial Activations

CVPR 2023poster

Although CNNs are believed to be invariant to translations, recent works have shown this is not the case due to aliasing effects that stem from down-sampling layers. The existing architectural solutions to prevent the aliasing effects are partial since they do not solve those effects that originate…

2023

Deep Optimal Transport: A Practical Algorithm for Photo-realistic Image Restoration

NeurIPS 2023poster

We propose an image restoration algorithm that can control the perceptual quality and/or the mean square error (MSE) of any pre-trained model, trading one over the other at test time. Our algorithm is few-shot: Given about a dozen images restored by the model, it can significantly improve the percep…

2023

Perceptual Kalman Filters: Online State Estimation under a Perfect Perceptual-Quality Constraint

NeurIPS 2023poster

Many practical settings call for the reconstruction of temporal signals from corrupted or missing data. Classic examples include decoding, tracking, signal enhancement and denoising. Since the reconstructed signals are ultimately viewed by humans, it is desirable to achieve reconstructions that are…

Cited by 3SourcePDFScholar
2023

Reasons for the Superiority of Stochastic Estimators over Deterministic Ones: Robustness, Consistency and Perceptual Quality

ICML 2023poster

Stochastic restoration algorithms allow to explore the space of solutions that correspond to the degraded input. In this paper we reveal additional fundamental advantages of stochastic methods over deterministic ones, which further motivate their use. First, we prove that any restoration algorithm t…

Cited by 11SourcePDFScholar
2023

SinDDM: A Single Image Denoising Diffusion Model

ICML 2023poster

Denoising diffusion models (DDMs) have led to staggering performance leaps in image generation, editing and restoration. However, existing DDMs use very large datasets for training. Here, we introduce a framework for training a DDM on a single image. Our method, which we coin SinDDM, learns the inte…

2023

The Implicit Bias of Minima Stability in Multivariate Shallow ReLU Networks

ICLR 2023poster

We study the type of solutions to which stochastic gradient descent converges when used to train a single hidden-layer multivariate ReLU network with the quadratic loss. Our results are based on a dynamical stability analysis. In the univariate case, it was shown that linearly stable minima correspo…

Cited by 9SourcePDFScholar
2023

Uncertainty Quantification via Neural Posterior Principal Components

NeurIPS 2023poster

Uncertainty quantification is crucial for the deployment of image restoration models in safety-critical domains, like autonomous driving and biological imaging. To date, methods for uncertainty visualization have mainly focused on per-pixel estimates. Yet, a heatmap of per-pixel variances is typical…

2021

Catch-A-Waveform: Learning to Generate Audio from a Single Short Example

NeurIPS 2021poster

Models for audio generation are typically trained on hours of recordings. Here, we illustrate that capturing the essence of an audio source is typically possible from as little as a few tens of seconds from a single training signal. Specifically, we present a GAN-based generative model that can be t…

2021

Deep Self-Dissimilarities as Powerful Visual Fingerprints

NeurIPS 2021spotlight

Features extracted from deep layers of classification networks are widely used as image descriptors. Here, we exploit an unexplored property of these features: their internal dissimilarity. While small image patches are known to have similar statistics across image scales, it turns out that the inte…

Cited by 10SourcePDFScholar
2021

Spatially-Adaptive Pixelwise Networks for Fast Image Translation

CVPR 2021poster

We introduce a new generator architecture, aimed at fast and efficient high-resolution image-to-image translation. We design the generator to be an extremely lightweight function of the full-resolution image. In fact, we use pixel-wise networks; that is, each pixel is processed independently of othe…

Cited by 105PDFcodeScholar
2021

The Implicit Bias of Minima Stability: A View from Function Space

NeurIPS 2021poster

The loss terrains of over-parameterized neural networks have multiple global minima. However, it is well known that stochastic gradient descent (SGD) can stably converge only to minima that are sufficiently flat w.r.t. SGD's step size. In this paper we study the effect that this mechanism has on the…

Cited by 54SourcePDFScholar
2018

Revealing Common Statistical Behaviors in Heterogeneous Populations

ICML 2018oral

In many areas of neuroscience and biological data analysis, it is desired to reveal common patterns among a group of subjects. Such analyses play important roles e.g., in detecting functional brain networks from fMRI scans and in identifying brain regions which show increased activity in response to…

Cited by 1SourcePDFScholar
2018

xUnit: Learning a Spatial Activation Function for Efficient Image Restoration

CVPR 2018poster

In recent years, deep neural networks (DNNs) achieved unprecedented performance in many low-level vision tasks. However, state-of-the-art results are typically achieved by very deep networks, which can reach tens of layers with tens of millions of parameters. To make DNNs implementable on platforms…

Cited by 63SourcePDFScholar