paper-with-me

Papers

3DIS: Depth-Driven Decoupled Instance Synthesis for Text-to-Image Generation

2024-10-16 · Dewei Zhou, Ji Xie, Zongxin Yang, Yi Yang

The increasing demand for controllable outputs in text-to-image generation has spurred advancements in multi-instance generation (MIG), allowing users to define both instance layouts and attributes. However, unlike image-conditional generation methods such as ControlNet, MIG techniques have not been widely adopted in state-of-the-art models like SD2 and SDXL, primarily due to the challenge of building robust renderers that simultaneously handle instance positioning and attribute rendering. In this paper, we introduce Depth-Driven Decoupled Instance Synthesis (3DIS), a novel framework that decouples the MIG process into two stages: (i) generating a coarse scene depth map for accurate instance positioning and scene composition, and (ii) rendering fine-grained attributes using pre-trained ControlNet on any foundational model, without additional training. Our 3DIS framework integrates a custom adapter into LDM3D for precise depth-based layouts and employs a finetuning-free method for enhanced instance-level attribute rendering. Extensive experiments on COCO-Position and COCO-MIG benchmarks demonstrate that 3DIS significantly outperforms existing methods in both layout precision and attribute rendering. Notably, 3DIS offers seamless compatibility with diverse foundational models, providing a robust, adaptable solution for advanced multi-instance generation. The code is available at: https://github.com/limuloo/3DIS.

📄 PDF Abstract BibTeX arXiv:2410.12669

Code (1)

limuloo/3DIS 공식 구현 pytorch

Tasks

AttributeImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

3DIS-FLUX: simple and efficient multi-instance generation with DiT rendering

2025-01-09 · Dewei Zhou, Ji Xie, Zongxin Yang, Yi Yang

The growing demand for controllable outputs in text-to-image generation has driven significant advancements in multi-instance generation (MIG), enabling users to define both instance layouts and attributes. Currently, th…

Image GenerationText to Image GenerationText-to-Image Generation

Single-Stage Is Enough: Multi-Person Absolute 3D Pose Estimation

2022-01-01 · CVPR 2022 1 · Lei Jin, Chenyang Xu, Xiaojuan Wang, Yabo Xiao 외

The existing multi-person absolute 3D pose estimation methods are mainly based on two-stage paradigm, i.e., top-down or bottom-up, leading to redundant pipelines with high computation cost. We argue that it is more d…

3D Pose EstimationDepth EstimationPose Estimationregression

MonoInstance: Enhancing Monocular Priors via Multi-view Instance Alignment for Neural Rendering and Reconstruction

2025-03-24 · CVPR 2025 1 · Wenyuan Zhang, Yixiao Yang, Han Huang, Liang Han 외

Monocular depth priors have been widely adopted by neural rendering in multi-view based tasks such as 3D reconstruction and novel view synthesis. However, due to the inconsistent prediction on each view, how to more effe…

3D ReconstructionNeural RenderingNovel View Synthesis

D$^2$Turb: Depth-Aware Simulation and Decoupled Learning for Single-Frame Atmospheric Turbulence Mitigation

2026-05-25 · Zixiao Hu, Tianyu Li, Guoqing Wang, Wei Li 외 arxiv

Single-frame atmospheric turbulence mitigation is inherently ill-posed due to spatially varying blur coupled with non-rigid geometric distortion. Existing end-to-end approaches trained on flat-field simulations often str…

Emergent Causal-Geometric Dynamics Across Depth in Large Language Models

2026-02-04 · Shahar Haim, Daniel C McNamee arxiv

Geometric analyses of large language model (LLM) representations reveal structured variation across depth but remain fundamentally correlational with respect to token prediction formation. Meanwhile, causal interventions…