paper-with-me

Papers

TextDeformer: Geometry Manipulation using Text Guidance

2023-04-26 · William Gao, Noam Aigerman, Thibault Groueix, Vladimir G. Kim, Rana Hanocka

We present a technique for automatically producing a deformation of an input triangle mesh, guided solely by a text prompt. Our framework is capable of deformations that produce both large, low-frequency shape changes, and small high-frequency details. Our framework relies on differentiable rendering to connect geometry to powerful pre-trained image encoders, such as CLIP and DINO. Notably, updating mesh geometry by taking gradient steps through differentiable rendering is notoriously challenging, commonly resulting in deformed meshes with significant artifacts. These difficulties are amplified by noisy and inconsistent gradients from CLIP. To overcome this limitation, we opt to represent our mesh deformation through Jacobians, which updates deformations in a global, smooth manner (rather than locally-sub-optimal steps). Our key observation is that Jacobians are a representation that favors smoother, large deformations, leading to a global relation between vertices and pixels, and avoiding localized noisy gradients. Additionally, to ensure the resulting shape is coherent from all 3D viewpoints, we encourage the deep features computed on the 2D encoding of the rendering to be consistent for a given vertex from all viewpoints. We demonstrate that our method is capable of smoothly-deforming a wide variety of source mesh and target text prompts, achieving both large modifications to, e.g., body proportions of animals, as well as adding fine semantic details, such as shoe laces on an army boot and fine details of a face.

📄 PDF Abstract BibTeX arXiv:2304.13348

Code (1)

threedle/TextDeformer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

DiffH2O: Diffusion-Based Synthesis of Hand-Object Interactions from Textual Descriptions

2024-03-26 · Sammy Christen, Shreyas Hampali, Fadime Sener, Edoardo Remelli 외

Generating natural hand-object interactions in 3D is challenging as the resulting hand and object motions are expected to be physically plausible and semantically meaningful. Furthermore, generalization to unseen objects…

Object

PhyEdit: Towards Real-World Object Manipulation via Physically-Grounded Image Editing

2026-04-08 · Ruihang Xu, Dewei Zhou, Xiaolong Shen, Fan Ma 외 arxiv

Achieving physically accurate object manipulation in image editing is essential for its potential applications in interactive world models. However, existing visual generative models often fail at precise spatial manipul…

Image Editing

ST-VLA: Enabling 4D-Aware Spatiotemporal Understanding for General Robot Manipulation

2026-03-14 · You Wu, Zixuan Chen, Cunxu Ou, Wenxuan Wang 외 arxiv

Robotic manipulation in open-world environments requires reasoning across semantics, geometry, and long-horizon action dynamics. Existing hierarchical Vision-Language-Action (VLA) frameworks typically use 2D representati…

Continuous ControlRobot Manipulation

3D-LATTE: Latent Space 3D Editing from Textual Instructions

2025-08-29 · Maria Parelli, Michael Oechsle, Michael Niemeyer, Federico Tombari 외 arxiv

Despite the recent success of multi-view diffusion models for text/image-based 3D asset generation, instruction-based editing of 3D assets lacks surprisingly far behind the quality of generation models. The main reason i…

Learning Input-agnostic Manipulation Directions in StyleGAN with Text Guidance

2023-02-26 · Yoonjeon Kim, Hyunsu Kim, Junho Kim, Yunjey Choi 외

With the advantages of fast inference and human-friendly flexible manipulation, image-agnostic style manipulation via text guidance enables new applications that were not previously available. The state-of-the-art text-g…

Disentanglement