Search papers, labs, and topics across Lattice.
This paper introduces InstanceControl, a method for controllable image generation that eliminates the need for labor-intensive instance labeling by leveraging a Vision-Language Model (VLM) to establish instance-level correspondences between text prompts and visual conditions. By automatically parsing instance descriptions and predicting instance masks, InstanceControl addresses the primary bottleneck of attribute confusion in complex multi-instance scenes. The approach not only enhances fidelity but also provides precise instance-level control, outperforming existing state-of-the-art methods in extensive experiments.
InstanceControl achieves superior image generation fidelity and control without the burden of instance labeling, revolutionizing how we handle complex scenes.
Controllable image generation methods, such as ControlNet, have demonstrated a remarkable capacity to introduce visual conditions(e.g., depth maps) to guide image generation. However, these methods often struggle with complex multi-instance scenes, frequently leading to attribute confusion among instances. While recent approaches attempt to mitigate this via manual instance labeling, such requirements are labor-intensive. In this paper, we propose InstanceControl, a novel multi-instance controllable generation method that eliminates the need for instance labeling. We identify the primary bottleneck in existing methods as the inability to accurately associate instance descriptions with their corresponding regions within visual conditions. To address this, we leverage the Vision-Language Model (VLM) to establish instance-level correspondences between text prompts and visual conditions. Specifically, the VLM automatically parses instance descriptions from the text prompts and simultaneously predicts instance masks based on the visual conditions. Furthermore, since the predicted masks may contain noise, we introduce an adaptive mask refinement strategy that dynamically refines these instance masks during the generation process. Extensive experiments demonstrate that our approach outperforms state-of-the-art methods, achieving superior fidelity and precise instance-level control.