Twins: Learn to Predict Unified Representations with Focal Loss

2026-07-24Computer Vision and Pattern Recognition

Computer Vision and Pattern Recognition
AI summary

The authors propose a new way, called Twins, to combine two types of visual features—one for understanding images and one for generating images—into a single unified space that keeps the model efficient. They found that training this combined representation is tricky because the parts behave differently, making the model favor one over the other. To fix this, the authors created a special training technique that focuses more on the harder-to-learn parts, which leads to better image generation quality and understanding. Their approach improves results on ImageNet and works well for both image recognition and image synthesis tasks.

multimodal modelsvisual token spaceViT (Vision Transformer)VAE (Variational Autoencoder)diffusion modellatent spaceflow matchingfocal regressionImageNetclassifier-free guidance
Authors
Kaixiong Gong, Xin Cai, Bin Lin, Hao Wang, Yunlong Lin, Mingzhe Zheng, Bohao Li, Jian-Wei Zhang, Miles Yang, Zhao Zhong, Liefeng Bo, Xiangyu Yue
Abstract
Unified multimodal models seek a shared visual token space that supports both multimodal understanding and image generation. Discrete methods unify the interface via a shared codebook, whereas continuous pipelines often rely on two disparate representations -- semantic features (e.g., ViT) for understanding and low-level latents (e.g., VAE) for synthesis -- resulting in mismatched latent spaces. We propose Twins, a unified continuous token space formed by channel-wise concatenating ViT and VAE features on the same token grid, so the sequence length is unchanged and attention cost does not increase. However, jointly modeling Twins in a Diffusion Transformer exposes a severe optimization imbalance: the model fits the ViT component well but struggles to match the VAE latent distribution. We trace this imbalance to three sources of heterogeneity: frequency bias, intrinsic dimensionality, and condition-aligned vs condition-independent uncertainty. To address it, we adapt a focal regression objective for flow matching that upweights large-error VAE dimensions, better balancing optimization across the ViT and VAE components. On ImageNet, this yields up to 10.57 gFID gain over naive MSE loss without classifier-free guidance. Twins also performs competitively on multimodal understanding benchmarks and improves reconstruction fidelity, narrowing the gap between understanding- and generation-oriented representations.