← Search

Jakob Verbeek

36 accepted papers

2026

Flowception: Temporally Expansive Flow Matching for Video Generation

CVPR 2026

We present Flowception, a novel non-autoregressive and variable-length video generation framework. Flowception learns a probability path that interleaves discrete frame insertions with continuous frame denoising. Compared to autoregressive methods, Flowception alleviates error accumulation/drift as

Cited by 0SourcecodeScholar
2026

Overshoot and Shrinkage in Classifier-Free Guidance: From Theory to Practice

ICLR 2026poster

Classifier-Free Guidance (CFG) is widely used in diffusion and flow-based generative models for high-quality conditional generation, yet its theoretical properties remain incompletely understood. By connecting CFG to the high-dimensional framework of diffusion regimes, we show that in sufficiently h…

Cited by 0SourceScholar
2026

TV2TV: A Unified Framework for Interleaved Language and Video Generation

CVPR 2026

Video generation models are rapidly advancing, but can still struggle with complex video outputs that require significant semantic branching or repeated high-level reasoning about what should happen next. In this paper, we introduce a new class of omni video-text models that integrate ideas from rec

Cited by 0SourceScholar
2026

Towards Unified Multimodal Pretraining

ICML 2026spotlight

Unified multimodal models aim to input and output both vision and language data within a single system. In this work, we explore the design space of Unified Multimodal Pretraining through a controlled, from-scratch study. We find that leveraging a single high-dimensional semantic encoder (e.g. SigLI…

Cited by 0SourceScholar
2025

Boosting Latent Diffusion with Perceptual Objectives

ICLR 2025poster

Latent diffusion models (LDMs) power state-of-the-art high-resolution generative image models. LDMs learn the data distribution in the latent space of an autoencoder (AE) and produce images by mapping the generated latents into RGB image space using the AE decoder. While this approach allows for eff…

Cited by 0SourcePDFScholar
2025

Entropy Rectifying Guidance for Diffusion and Flow Models

NeurIPS 2025poster

Guidance techniques are commonly used in diffusion and flow models to improve image quality and input consistency for conditional generative tasks such as class-conditional and text-to-image generation. In particular, classifier-free guidance (CFG) is the most widely adopted guidance technique. It r…

Cited by 0SourceScholar
2025

Improving the Scaling Laws of Synthetic Data with Deliberate Practice

ICML 2025oral

Inspired by the principle of deliberate practice in human learning, we propose Deliberate Practice for Synthetic Data Generation (DP), a novel framework that improves sample efficiency through dynamic synthetic data generation. Prior work has shown that scaling synthetic data is inherently challengi…

Cited by 0SourcePDFScholar
2025

Increasing the Utility of Synthetic Images through Chamfer Guidance

NeurIPS 2025poster

Conditional image generative models hold considerable promise to produce infinite amounts of synthetic training data. Yet, recent progress in generation quality has come at the expense of generation diversity, limiting the utility of these models as a source of synthetic training data. Although gui…

Cited by 0SourceScholar
2025

Qinco2: Vector Compression and Search with Improved Implicit Neural Codebooks

ICLR 2025poster

Vector quantization is a fundamental technique for compression and large-scale nearest neighbor search. For high-accuracy operating points, multi-codebook quantization associates data vectors with one element from each of multiple codebooks. An example is residual quantization (RQ), which iterative…

2024

On improved Conditioning Mechanisms and Pre-training Strategies for Diffusion Models

NeurIPS 2024poster

Large-scale training of latent diffusion models (LDMs) has enabled unprecedented quality in image generation. However, large-scale end-to-end training of these models is computationally costly, and hence most research focuses either on finetuning pretrained models or experiments at smaller scales…

Cited by 1SourcePDFScholar
2024

Residual Quantization with Implicit Neural Codebooks

ICML 2024poster

Vector quantization is a fundamental operation for data compression and vector search. To obtain high accuracy, multi-codebook methods represent each vector using codewords across several codebooks. Residual quantization (RQ) is one such method, which iteratively quantizes the error of the previous…

2024

Towards image compression with perfect realism at ultra-low bitrates

ICLR 2024poster

Image codecs are typically optimized to trade-off bitrate vs. distortion metrics. At low bitrates, this leads to compression artefacts which are easily perceptible, even when training with perceptual or adversarial losses. To improve image quality and remove dependency on the bitrate we propose to…

Cited by 49SourcePDFScholar
2024

Unlocking Pre-trained Image Backbones for Semantic Image Synthesis

CVPR 2024poster

Semantic image synthesis i.e. generating images from user-provided semantic label maps is an important conditional image generation task as it allows to control both the content as well as the spatial layout of generated images. Although diffusion models have pushed the state of the art in generativ…

Cited by 11SourcePDFScholar
2023

Co-Training 2L Submodels for Visual Recognition

CVPR 2023poster

This paper introduces submodel co-training, a regularization method related to co-training, self-distillation and stochastic depth. Given a neural network to be trained, for each sample we implicitly instantiate two altered networks, "submodels", with stochastic depth: i.e. activating only a subset…

2023

DiffEdit: Diffusion-based semantic image editing with mask guidance

ICLR 2023top-25%

Image generation has recently seen tremendous advances, with diffusion models allowing to synthesize convincing images for a large variety of text prompts. In this article, we propose DiffEdit, a method to take advantage of text-conditioned diffusion models for the task of semantic image editing, wh…

Cited by 508SourcePDFScholar
2023

Few-Shot Semantic Image Synthesis With Class Affinity Transfer

CVPR 2023poster

Semantic image synthesis aims to generate photo realistic images given a semantic segmentation map. Despite much recent progress, training them still requires large datasets of images annotated with per-pixel label maps that are extremely tedious to obtain. To alleviate the high annotation cost, we…

Cited by 11SourcePDFScholar
2023

Improving Statistical Fidelity for Neural Image Compression with Implicit Local Likelihood Models

ICML 2023poster

Lossy image compression aims to represent images in as few bits as possible while maintaining fidelity to the original. Theoretical results indicate that optimizing distortion metrics such as PSNR or MS-SSIM necessarily leads to a discrepancy in the statistics of original images from those of recons…

Cited by 29SourcePDFScholar
2023

Zero-Shot Spatial Layout Conditioning for Text-to-Image Diffusion Models

ICCV 2023poster

Large-scale text-to-image diffusion models have significantly improved the state of the art in generative image modeling and allow for an intuitive and powerful user interface to drive the image generation process. Expressing spatial constraints, e.g. to position specific objects in particular locat…

Cited by 70PDFScholar
2022

FlexIT: Towards Flexible Semantic Image Translation

CVPR 2022poster

Deep generative models, like GANs, have considerably improved the state of the art in image synthesis, and are able to generate near photo-realistic images in structured domains such as human faces. Based on this success, recent work on image editing proceeds by projecting images to the GAN latent s…

Cited by 37PDFcodeScholar
2022

Three Things Everyone Should Know about Vision Transformers

ECCV 2022poster

"After their initial success in natural language processing, transformer architectures have rapidly gained traction in computer vision, providing state-of-the-art results for tasks such as image classification, detection, segmentation, and video analysis. We offer three insights based on simple and…

2021

Instance-Conditioned GAN

NeurIPS 2021spotlight

Generative Adversarial Networks (GANs) can generate near photo realistic images in narrow domains such as human faces. Yet, modeling complex distributions of datasets such as ImageNet and COCO-Stuff remains challenging in unconditional settings. In this paper, we take inspiration from kernel density…

2021

XCiT: Cross-Covariance Image Transformers

NeurIPS 2021poster

Following their success in natural language processing, transformers have recently shown much promise for computer vision. The self-attention operation underlying transformers yields global interactions between all tokens ,i.e. words or image patches, and enables flexible modelling of image data bey…

Cited by 448SourcePDFScholar
2020

Discrete Point Flow Networks for Efficient Point Cloud Generation

ECCV 2020poster

Generative models have proven effective at modeling 3D shapes and their statistical variations. In this paper we investigate their application to point clouds, a 3D shape representation widely used in computer vision for which, however, only few generative models have yet been proposed. We introduce…

2020

Hierarchical Scene Coordinate Classification and Regression for Visual Localization

CVPR 2020poster

Visual localization is critical to many applications in computer vision and robotics. To address single-image RGB localization, state-of-the-art feature-based methods match local descriptors between a query image and a pre-built 3D model. Recently, deep neural networks have been exploited to regress…

Cited by 152PDFScholar
2020

Meta-Learning with Shared Amortized Variational Inference

ICML 2020poster

We propose a novel amortized variational inference scheme for an empirical Bayes meta-learning model, where model parameters are treated as latent variables. We learn the prior distribution over model parameters conditioned on limited training data using a variational autoencoder approach. Our frame…

2020

Online Versus Offline NMT Quality: An In-depth Analysis on English-German and German-English

COLING 2020main

We conduct in this work an evaluation study comparing offline and online neural machine translation architectures. Two sequence-to-sequence models: convolutional Pervasive Attention (Elbayad et al. 2018) and attention-based Transformer (Vaswani et al. 2017) are considered. We investigate, for both a…

2019

Adaptive Density Estimation for Generative Models

NeurIPS 2019spotlight

Unsupervised learning of generative models has seen tremendous progress over recent years, in particular due to generative adversarial networks (GANs), variational autoencoders, and flow-based models. GANs have dramatically improved sample quality, but suffer from two drawbacks: (i) they mode-drop,…

Cited by 30SourcePDFScholar
2019

Understanding Priors in Bayesian Neural Networks at the Unit Level

ICML 2019oral

We investigate deep Bayesian neural networks with Gaussian priors on the weights and a class of ReLU-like nonlinearities. Bayesian neural networks with Gaussian priors are well known to induce an L2, “weight decay”, regularization. Our results indicate a more intricate regularization effect at the l…

Cited by 96SourcePDFScholar
2018

FeaStNet: Feature-Steered Graph Convolutions for 3D Shape Analysis

CVPR 2018poster

Convolutional neural networks (CNNs) have massively impacted visual recognition in 2D images, and are now ubiquitous in state-of-the-art approaches. CNNs do not easily extend, however, to data that are not represented by regular grids, such as 3D shape meshes or other graph-structured data, to whic…

2018

Mixed batches and symmetric discriminators for GAN training

ICML 2018oral

Generative adversarial networks (GANs) are pow- erful generative models based on providing feed- back to a generative network via a discriminator network. However, the discriminator usually as- sesses individual samples. This prevents the dis- criminator from accessing global distributional statisti…

Cited by 43SourcePDFScholar
2018

Predicting Future Instance Segmentation by Forecasting Convolutional Features

ECCV 2018poster

Anticipating future events is an important prerequisite towards intelligent behavior. Video forecasting has been studied as a proxy task towards this goal. Recent work has shown that to predict semantic segmentation of future frames, forecasting at the semantic level is more effective than forecasti…

Cited by 114SourcePDFScholar
2017

Predicting Deeper Into the Future of Semantic Segmentation

ICCV 2017poster

The ability to predict and therefore to anticipate the future is an important attribute of intelligence. It is also of utmost importance in real-time systems, e.g . in robotics or autonomous driving, which depend on visual scene understanding for decision making. While prediction of the raw RGB pixe…

Cited by 278PDFScholar