Semantic Image Synthesis via Class-Adaptive Cross-Attention
Tomaso Fontanini, Claudio Ferrari, Giuseppe Lisanti, Massimo Bertozzi, Andrea Prati
TL;DR
This work targets semantic image synthesis and addresses global-inconsistency issues in SPADE-based conditioning by introducing a cross-attention–based framework, CA^2-SIS, that learns shape–style correlations. It pairs a Multi-Resolution Grouped Style Encoder with a Mask Embedder to feed per-class style codes into a Cross-Attention Generator, reinforced by an attention loss $\mathcal{L}_{att}$ that aligns attention maps with the semantic mask. The approach yields strong reconstruction and editing capabilities, including style transfer and shape manipulation, while delivering improved global consistency and robust performance against mask noise, outperforming SPADE-based methods and remaining competitive with StyleGAN-based approaches on several datasets. However, shape-transfer can still struggle under strong misalignment, and strong inter-class style correlations may reduce local controllability in some cases. Overall, CA^2-SIS demonstrates that replacing SPADE with cross-attention provides a versatile, scalable path toward higher-quality, controllable semantic image synthesis with practical editing capabilities.
Abstract
In semantic image synthesis the state of the art is dominated by methods that use customized variants of the SPatially-Adaptive DE-normalization (SPADE) layers, which allow for good visual generation quality and editing versatility. By design, such layers learn pixel-wise modulation parameters to de-normalize the generator activations based on the semantic class each pixel belongs to. Thus, they tend to overlook global image statistics, ultimately leading to unconvincing local style editing and causing global inconsistencies such as color or illumination distribution shifts. Also, SPADE layers require the semantic segmentation mask for mapping styles in the generator, preventing shape manipulations without manual intervention. In response, we designed a novel architecture where cross-attention layers are used in place of SPADE for learning shape-style correlations and so conditioning the image generation process. Our model inherits the versatility of SPADE, at the same time obtaining state-of-the-art generation quality, as well as improved global and local style transfer. Code and models available at https://github.com/TFonta/CA2SIS.
