Search papers, labs, and topics across Lattice.
The paper introduces CoShadow, a novel approach for generating realistic and consistent shadows for multiple foreground objects composited into a background image using a diffusion model. CoShadow leverages an image pathway for spatial guidance and a text pathway to encode per-object shadow bounding boxes as learned positional tokens, fused via cross-attention. They augment the DESOBAv2 dataset to evaluate multi-object shadow generation and demonstrate state-of-the-art performance in both single and multi-object settings.
Forget single-object shadows: CoShadow uses
Realistic shadow generation is crucial for achieving seamless image compositing, yet existing methods primarily focus on single-object insertion and often fail to generalize when multiple foreground objects are composited into a background scene. In practice, however, modern compositing pipelines and real-world applications often insert multiple objects simultaneously, necessitating shadows that are jointly consistent in terms of geometry, attachment, and location. In this paper, we address the under-explored problem of multi-object shadow generation, aiming to synthesize physically plausible shadows for multiple inserted objects. Our approach exploits the multimodal capabilities of a pre-trained text-to-image diffusion model. An image pathway injects dense, multi-scale features to provide fine-grained spatial guidance, while a text-based pathway encodes per-object shadow bounding boxes as learned positional tokens and fuses them via cross-attention. An attention-alignment loss further grounds these tokens to their corresponding shadow regions. To support this task, we augment the DESOBAv2 dataset by constructing composite scenes with multiple inserted objects and automatically derive prompts combining object category and shadow positioning information. Experimental results demonstrate that our method achieves state-of-the-art performance in both single and multi-object shadow generation settings.