The ultimate goal of multimodal AI has long been mutual reinforcement between visual understanding and visual generation: the model understands images, can draw new images, and its drawing ability helps it understand better—or vice versa.
Until now, however, this relationship has been one-directional. Understanding guides generation ("I want a picture of a cat"), but generation rarely feeds back into understanding. The idea of "draw a picture to help me understand this picture better" has been almost unexplored.
The G2U Framework
Tong, Chang, Yin, Liu, Fang, and Ma propose G2U (Generation-to-Understanding) in a CVPR 2026 Findings paper (arXiv:2605.15792), making visual generation an explicit intermediate step in the understanding reasoning chain.
The idea is simple: the model first performs a generative operation on the input image—enhancing details, expanding context, or visualizing structure—then feeds the generated image back in as a new input, and makes its understanding judgment based on this "self-generated visual thinking." No retraining and no external tools are needed.
Results and Limitations
Across 12 benchmarks, this reversed information flow consistently improves multimodal understanding. The model helps itself understand ambiguous images by "drawing a clearer version of them."
But the paper honestly reports a limitation: although the model can generate plausible edited images, the "self-generated visual thinking" lacks stable task alignment—what the model thinks it should draw to aid understanding often doesn't match what the task actually requires.
Open Questions
The author of the original post raises points the paper doesn't fully resolve:
- To what extent does "imagination" actually help the task, versus merely adding visual redundancy?
- Is the accuracy gain from generating-then-understanding due to new visual information, or to an ensemble effect of two rounds of inference? This isn't clearly disentangled.
- Computational cost is considerable: generating an image and then understanding it is much slower than understanding directly.
References
1. Tong, Y., et al. (2026). *Reversing the Flow: Generation-to-Understanding Synergy in Large Multimodal Models*. arXiv:2605.15792 [cs.CV]. (CVPR 2026 Findings) 2. Team BAGEL. (2025). *BAGEL: Bootstrapping Unified Multimodal Generation and Understanding*. 3. Li, J., et al. (2023). *BLIP-3: Bootstrapping Language-Image Pre-training with Unified Understanding and Generation*. 4. OpenAI. (2024). *GPT-4V(ision)*. 5. Sun, Q., et al. (2024). *Generative Visual Reasoning with Multimodal Large Language Models*.