paper-with-me

Papers

Semi-Parametric Neural Image Synthesis

2022-04-25 · Andreas Blattmann, Robin Rombach, Kaan Oktay, Jonas Müller, Björn Ommer

Novel architectures have recently improved generative image synthesis leading to excellent visual quality in various tasks. Much of this success is due to the scalability of these architectures and hence caused by a dramatic increase in model complexity and in the computational resources invested in training these models. Our work questions the underlying paradigm of compressing large training data into ever growing parametric representations. We rather present an orthogonal, semi-parametric approach. We complement comparably small diffusion or autoregressive models with a separate image database and a retrieval strategy. During training we retrieve a set of nearest neighbors from this external database for each training instance and condition the generative model on these informative samples. While the retrieval approach is providing the (local) content, the model is focusing on learning the composition of scenes based on this content. As demonstrated by our experiments, simply swapping the database for one with different contents transfers a trained model post-hoc to a novel domain. The evaluation shows competitive performance on tasks which the generative model has not been trained on, such as class-conditional synthesis, zero-shot stylization or text-to-image synthesis without requiring paired text-image data. With negligible memory and computational overhead for the external database and retrieval we can significantly reduce the parameter count of the generative model and still outperform the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2204.11824

Code (2)

compvis/latent-diffusion 공식 구현 pytorch
lucidrains/retrieval-augmented-ddpm 공식 구현 pytorch

Tasks

Image GenerationRetrieval

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Semi-parametric Image Synthesis

2018-04-29 · CVPR 2018 6 · Xiaojuan Qi, Qifeng Chen, Jiaya Jia, Vladlen Koltun

We present a semi-parametric approach to photographic image synthesis from semantic layouts. The approach combines the complementary strengths of parametric and nonparametric techniques. The nonparametric component is a …

Image GenerationImage-to-Image TranslationSemantic Segmentation

Warp and Learn: Novel Views Generation for Vehicles and Other Objects

2019-07-24 · Andrea Palazzi, Luca Bergamini, Simone Calderara, Rita Cucchiara

In this work we introduce a new self-supervised, semi-parametric approach for synthesizing novel views of a vehicle starting from a single monocular image. Differently from parametric (i.e. entirely learning-based) metho…

3D Object DetectionImage GenerationObject Detection

Depth-SIMS: Semi-Parametric Image and Depth Synthesis

2022-03-07 · Valentina Musat, Daniele De Martini, Matthew Gadd, Paul Newman

In this paper we present a compositing image synthesis method that generates RGB canvases with well aligned segmentation maps and sparse depth maps, coupled with an in-painting network that transforms the RGB canvases in…

Depth CompletionImage GenerationSegmentationSemantic Segmentation

Composable Semi-parametric Modelling for Long-range Motion Generation

2019-09-25 · Jingwei Xu, Huazhe Xu, Bingbing Ni, Xiaokang Yang 외

Learning diverse and natural behaviors is one of the longstanding goal for creating intelligent characters in the animated world. In this paper, we propose ``COmposable Semi-parametric MOdelling'' (COSMO), a method for g…

Motion Generation

Semi-parametric Image Inpainting

2018-07-08 · Karim Iskakov

This paper introduces a semi-parametric approach to image inpainting for irregular holes. The nonparametric part consists of an external image database. During test time database is used to retrieve a supplementary image…

Image Inpainting