paper-with-me

홈 › Papers

DreamStone: Image as Stepping Stone for Text-Guided 3D Shape Generation

2023-03-24 · Zhengzhe Liu, Peng Dai, Ruihui Li, Xiaojuan Qi, Chi-Wing Fu

In this paper, we present a new text-guided 3D shape generation approach DreamStone that uses images as a stepping stone to bridge the gap between text and shape modalities for generating 3D shapes without requiring paired text and 3D data. The core of our approach is a two-stage feature-space alignment strategy that leverages a pre-trained single-view reconstruction (SVR) model to map CLIP features to shapes: to begin with, map the CLIP image feature to the detail-rich 3D shape space of the SVR model, then map the CLIP text feature to the 3D shape space through encouraging the CLIP-consistency between rendered images and the input text. Besides, to extend beyond the generative capability of the SVR model, we design a text-guided 3D shape stylization module that can enhance the output shapes with novel structures and textures. Further, we exploit pre-trained text-to-image diffusion models to enhance the generative diversity, fidelity, and stylization capability. Our approach is generic, flexible, and scalable, and it can be easily integrated with various SVR models to expand the generative space and improve the generative fidelity. Extensive experimental results demonstrate that our approach outperforms the state-of-the-art methods in terms of generative quality and consistency with the input text. Codes and models are released at https://github.com/liuzhengzhe/DreamStone-ISS.

📄 PDF Abstract BibTeX arXiv:2303.15181

Code (2)

liuzhengzhe/ISS-Image-as-Stepping-Stone-for-Text-Guided-3D-Shape-Generation 공식 구현 pytorch
liuzhengzhe/dreamstone-iss 공식 구현 pytorch

Tasks

3D Shape Generation

Methods 이 논문이 사용한 방법론

SVR 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

ISS: Image as Stepping Stone for Text-Guided 3D Shape Generation

2022-09-09 · Zhengzhe Liu, Peng Dai, Ruihui Li, Xiaojuan Qi 외

Text-guided 3D shape generation remains challenging due to the absence of large paired text-shape data, the substantial semantic gap between these two modalities, and the structural complexity of 3D shapes. This paper pr…

3D Shape Generation

Asking the Right Questions: Improving Reasoning with Generated Stepping Stones

2026-02-22 · Hengyuan Hu, Tingchen Fu, Minqi Jiang, Alexander H Miller 외 arxiv

Recent years have witnessed tremendous progress in enabling LLMs to solve complex reasoning tasks such as math and coding. As we start to apply LLMs to harder tasks that they may not be able to solve in one shot, it is w…

ALLSTEPS: Curriculum-driven Learning of Stepping Stone Skills

2020-05-09 · Zhaoming Xie, Hung Yu Ling, Nam Hee Kim, Michiel Van de Panne

Humans are highly adept at walking in environments with foot placement constraints, including stepping-stone scenarios where the footstep locations are fully constrained. Finding good solutions to stepping-stone locomoti…

reinforcement-learningReinforcement Learning (RL)

Discovering Evolutionary Stepping Stones through Behavior Domination

2017-04-18 · Elliot Meyerson, Risto Miikkulainen

Behavior domination is proposed as a tool for understanding and harnessing the power of evolutionary systems to discover and exploit useful stepping stones. Novelty search has shown promise in overcoming deception by col…

DiversityMultiobjective Optimization

Tracing the Chain: Deep Learning for Stepping-Stone Intrusion Detection

2026-04-09 · Nate Mathews, Nicholas Hopper, Matthew Wright arxiv

Stepping-stone intrusions (SSIs) are a prevalent network evasion technique in which attackers route sessions through chains of compromised intermediate hosts to obscure their origin. Effective SSI detection requires corr…

Intrusion DetectionMetric Learning