FoundationVision/Liquid
(Accepted by IJCV) Liquid: Language Models are Scalable and Unified Multi-modal Generators
What it solves
Liquid addresses the challenge of integrating visual comprehension (understanding images) and visual generation (creating images) into a single, unified system. Traditionally, multimodal models often rely on external pretrained visual embeddings like CLIP, but Liquid aims to create a seamless integration within a single large language model (LLM) without such dependencies.
How it works
Liquid uses an autoregressive generation paradigm. It operates within a unified token space where visual and language tasks are handled by the same model. This approach allows visual generation and comprehension tasks to mutually enhance one another. The project also demonstrates a scaling law for multimodal generation, showing that the performance gap typically caused by unifying these tasks decreases as the model size increases (tested across scales from 0.5B to 32B parameters).
Who it’s for
This project is for AI researchers and developers working on multimodal LLMs, specifically those interested in unified architectures that can both "see" and "generate" images using a single model backbone.
Highlights
- Unified Architecture: Integrates both visual understanding and generation using a single LLM.
- No External Embeddings: Eliminates the need for external pretrained visual embeddings like CLIP.
- Scaling Law Discovery: Identifies that larger model sizes reduce the performance trade-offs between unified visual and language tasks.
- Versatile Generation: Capable of producing high-quality, photorealistic images of any aspect ratio via language prompts.