ObjBlur: A Curriculum Learning Approach With Progressive Object-Level Blurring for Improved Layout-to-Image Generation
Stanislav Frolov, Brian B. Moser, Sebastian Palacio, Andreas Dengel
TL;DR
ObjBlur introduces a novel curriculum learning strategy for layout-to-image generation that progressively blurs objects or the background according to a per-sample schedule $s(t)$, guiding models from easy to hard visual signals without architectural changes. By modulating blur strength across training, ObjBlur stabilizes training, reduces variance across runs, and achieves state-of-the-art results on COCO-Stuff and Visual Genome across GAN and diffusion backbones. The method is simple to implement via the data loader and is compatible with existing layout-to-image models, including diffusion-based approaches, offering meaningful gains in global image fidelity (FID), object fidelity (SceneFID), and classifier-based object recognizability (CAS). The findings demonstrate the potential of curriculum learning in generative vision, enabling more reliable training and higher-quality image synthesis from structured layouts. Practical impact includes improved layout-to-image pipelines for complex scenes and a pathway to further explore curriculum-based augmentations in generative modeling.
Abstract
We present ObjBlur, a novel curriculum learning approach to improve layout-to-image generation models, where the task is to produce realistic images from layouts composed of boxes and labels. Our method is based on progressive object-level blurring, which effectively stabilizes training and enhances the quality of generated images. This curriculum learning strategy systematically applies varying degrees of blurring to individual objects or the background during training, starting from strong blurring to progressively cleaner images. Our findings reveal that this approach yields significant performance improvements, stabilized training, smoother convergence, and reduced variance between multiple runs. Moreover, our technique demonstrates its versatility by being compatible with generative adversarial networks and diffusion models, underlining its applicability across various generative modeling paradigms. With ObjBlur, we reach new state-of-the-art results on the complex COCO and Visual Genome datasets.
