Composable Visual Tokenizers with Generator-Free Diagnostics of Learnability
Bingchen Zhao, Qiushan Guo, Ye Wang, Yixuan Huang, Zhonghua Zhai, Yu Tian
TL;DR
This work tackles the challenge of learning visual tokenizers that are both information-rich and easily learnable by downstream generators. It introduces CompTok, a tokenizer framework using a token-conditioned diffusion decoder, augmented by an InfoGAN-style mutual-information objective, token swapping for compositionality, and an Adversarial Flow Model to keep swapped tokens on the natural-image manifold. To assess tokenizer usefulness beyond reconstruction, the authors propose generator-free diagnostics AvgIG and MC that predict downstream learnability and task utility, and show these metrics correlate with downstream performance better than traditional rFID. Empirically, CompTok achieves state-of-the-art class-conditioned generation, enables high-level semantic editing via token swaps, and demonstrates robust correlations with task utility across remote sensing, medical imaging, and OCR domains.
Abstract
We introduce CompTok, a training framework for learning visual tokenizers whose tokens are enhanced for compositionality. CompTok uses a token-conditioned diffusion decoder. By employing an InfoGAN-style objective, where we train a recognition model to predict the tokens used to condition the diffusion decoder using the decoded images, we enforce the decoder to not ignore any of the tokens. To promote compositional control, besides the original images, CompTok also trains on tokens formed by swapping token subsets between images, enabling more compositional control of the token over the decoder. As the swapped tokens between images do not have ground truth image targets, we apply a manifold constraint via an adversarial flow regularizer to keep unpaired swap generations on the natural-image distribution. The resulting tokenizer not only achieves state-of-the-art performance on image class-conditioned generation, but also demonstrates properties such as swapping tokens between images to achieve high level semantic editing of an image. Additionally, we propose two metrics that measures the landscape of the token space that can be useful to describe not only the compositionality of the tokens, but also how easy to learn the landscape is for a generator to be trained on this space. We show in experiments that CompTok can improve on both of the metrics as well as supporting state-of-the-art generators for class conditioned generation.
