paper-with-me

홈 › Papers

3D Highlighter: Localizing Regions on 3D Shapes via Text Descriptions

2022-12-21 · CVPR 2023 1 · Dale Decatur, Itai Lang, Rana Hanocka

We present 3D Highlighter, a technique for localizing semantic regions on a mesh using text as input. A key feature of our system is the ability to interpret "out-of-domain" localizations. Our system demonstrates the ability to reason about where to place non-obviously related concepts on an input 3D shape, such as adding clothing to a bare 3D animal model. Our method contextualizes the text description using a neural field and colors the corresponding region of the shape using a probability-weighted blend. Our neural optimization is guided by a pre-trained CLIP encoder, which bypasses the need for any 3D datasets or 3D annotations. Thus, 3D Highlighter is highly flexible, general, and capable of producing localizations on a myriad of input shapes. Our code is publicly available at https://github.com/threedle/3DHighlighter.

📄 PDF Abstract BibTeX arXiv:2212.11263

Code (1)

threedle/3DHighlighter 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Region in Context: Text-condition Image editing with Human-like semantic reasoning

2025-10-19 · Thuy Phuong Vu, Dinh-Cuong Hoang, Minhhuy Le, Phan Xuan Tan arxiv

Recent research has made significant progress in localizing and editing image regions based on text. However, most approaches treat these regions in isolation, relying solely on local cues without accounting for how each…

Image Editing

Prompt Highlighter: Interactive Control for Multi-Modal LLMs

2023-12-07 · CVPR 2024 1 · Yuechen Zhang, Shengju Qian, Bohao Peng, Shu Liu 외

This study targets a critical aspect of multi-modal LLMs' (LLMs&VLMs) inference: explicit controllable text generation. Multi-modal LLMs empower multi-modality understanding with the capability of semantic generation yet…

MMEText Generation

Multi3DRefer: Grounding Text Description to Multiple 3D Objects

2023-09-11 · ICCV 2023 1 · Yiming Zhang, ZeMing Gong, Angel X. Chang

We introduce the task of localizing a flexible number of objects in real-world 3D scenes using natural language descriptions. Existing 3D visual grounding tasks focus on localizing a unique object given a text descriptio…

3D visual groundingContrastive LearningObjectObject Rearrangement+3

FiLo++: Zero-/Few-Shot Anomaly Detection by Fused Fine-Grained Descriptions and Deformable Localization

2025-01-17 · Zhaopeng Gu, Bingke Zhu, Guibo Zhu, Yingying Chen 외

Anomaly detection methods typically require extensive normal samples from the target class for training, limiting their applicability in scenarios that require rapid adaptation, such as cold start. Zero-shot and few-shot…

Anomaly DetectionImage-text matchingPatch MatchingPosition+2

3D Paintbrush: Local Stylization of 3D Shapes with Cascaded Score Distillation

2023-11-16 · CVPR 2024 1 · Dale Decatur, Itai Lang, Kfir Aberman, Rana Hanocka

In this work we develop 3D Paintbrush, a technique for automatically texturing local semantic regions on meshes via text descriptions. Our method is designed to operate directly on meshes, producing texture maps which se…