GMapLatent: Geometric Mapping in Latent Space
Wei Zeng, Xuebin Chang, Jianghao Su, Xiang Gu, Jian Sun, Zongben Xu
TL;DR
GMapLatent tackles cross-domain image generation by addressing latent-space misalignment with a canonical, geometry-aware representation. The method transforms each domain’s latent space into a canonical convex-subdivision domain via barycentric translation, optimal transport merging, and graph-constrained harmonic mapping, then registers the canonical spaces with a diffeomorphic, cluster-constrained map $f = t_2^{-1} \circ o_2^{-1} \circ \phi_2^{-1} \circ h \circ \phi_1 \circ o_1 \circ t_1$ to achieve precise cross-domain generation. Key contributions include the first integration of diffeomorphic geometric mapping into latent space for cross-domain translation, the introduction of interpretable canonical latent representations with curve-to-curve generation, and extensive validation on binary handwritten and color image datasets showing superior accuracy and competitive or better $FID$ compared to state-of-the-art methods. This framework advances domain adaptation by leveraging geometric structure in latent spaces, enabling robust, controllable, and semantically aligned cross-domain generation with potential applicability to large-scale and multimodal settings.
Abstract
Cross-domain generative models based on encoder-decoder AI architectures have attracted much attention in generating realistic images, where domain alignment is crucial for generation accuracy. Domain alignment methods usually deal directly with the initial distribution; however, mismatched or mixed clusters can lead to mode collapse and mixture problems in the decoder, compromising model generalization capabilities. In this work, we innovate a cross-domain alignment and generation model that introduces a canonical latent space representation based on geometric mapping to align the cross-domain latent spaces in a rigorous and precise manner, thus avoiding mode collapse and mixture in the encoder-decoder generation architectures. We name this model GMapLatent. The core of the method is to seamlessly align latent spaces with strict cluster correspondence constraints using the canonical parameterizations of cluster-decorated latent spaces. We first (1) transform the latent space to a canonical parameter domain by composing barycenter translation, optimal transport merging and constrained harmonic mapping, and then (2) compute geometric registration with cluster constraints over the canonical parameter domains. This process realizes a bijective (one-to-one and onto) mapping between newly transformed latent spaces and generates a precise alignment of cluster pairs. Cross-domain generation is then achieved through the aligned latent spaces embedded in the encoder-decoder pipeline. Experiments on gray-scale and color images validate the efficiency, efficacy and applicability of GMapLatent, and demonstrate that the proposed model has superior performance over existing models.
