paper-with-me

홈 › Papers

ChatSplat: 3D Conversational Gaussian Splatting

2024-12-01 · Hanlin Chen, Fangyin Wei, Gim Hee Lee

Humans naturally interact with their 3D surroundings using language, and modeling 3D language fields for scene understanding and interaction has gained growing interest. This paper introduces ChatSplat, a system that constructs a 3D language field, enabling rich chat-based interaction within 3D space. Unlike existing methods that primarily use CLIP-derived language features focused solely on segmentation, ChatSplat facilitates interaction on three levels: objects, views, and the entire 3D scene. For view-level interaction, we designed an encoder that encodes the rendered feature map of each view into tokens, which are then processed by a large language model (LLM) for conversation. At the scene level, ChatSplat combines multi-view tokens, enabling interactions that consider the entire scene. For object-level interaction, ChatSplat uses a patch-wise language embedding, unlike LangSplat's pixel-wise language embedding that implicitly includes mask and embedding. Here, we explicitly decouple the language embedding into separate mask and feature map representations, allowing more flexible object-level interaction. To address the challenge of learning 3D Gaussians posed by the complex and diverse distribution of language embeddings used in the LLM, we introduce a learnable normalization technique to standardize these embeddings, facilitating effective learning. Extensive experimental results demonstrate that ChatSplat supports multi-level interactions -- object, view, and scene -- within 3D space, enhancing both understanding and engagement.

📄 PDF Abstract BibTeX arXiv:2412.00734

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language ModelScene Understanding

Similar Papers 제목 키워드 기반

ICo3D: An Interactive Conversational 3D Virtual Human

2026-01-19 · Richard Shaw, Youngkyoon Jang, Athanasios Papaioannou, Arthur Moreau 외 arxiv

This work presents Interactive Conversational 3D Virtual Human (ICo3D), a method for generating an interactive, conversational, and photorealistic 3D human avatar. Based on multi-view captures of a subject, we create an …

HybridSplat: Fast Reflection-baked Gaussian Tracing using Hybrid Splatting

2025-12-09 · Chang Liu, Hongliang Yuan, Lianghao Zhang, Sichao Wang 외 arxiv

Rendering complex reflection of real-world scenes using 3D Gaussian splatting has been a quite promising solution for photorealistic novel view synthesis, but still faces bottlenecks especially in rendering speed and mem…

Novel View Synthesis

DiffGS: Functional Gaussian Splatting Diffusion

2024-10-25 · Junsheng Zhou, Weiqi Zhang, Yu-Shen Liu

3D Gaussian Splatting (3DGS) has shown convincing performance in rendering speed and fidelity, yet the generation of Gaussian Splatting remains a challenge due to its discreteness and unstructured nature. In this work, w…

3DGSDisentanglement

Recent Advances in 3D Gaussian Splatting

2024-03-17 · Tong Wu, Yu-Jie Yuan, Ling-Xiao Zhang, Jie Yang 외

The emergence of 3D Gaussian Splatting (3DGS) has greatly accelerated the rendering speed of novel view synthesis. Unlike neural implicit representations like Neural Radiance Fields (NeRF) that represent a 3D scene with …

3DGS3D ReconstructionDynamic ReconstructionNeRF+1

SA-GS: Scale-Adaptive Gaussian Splatting for Training-Free Anti-Aliasing

2024-03-28 · Xiaowei Song, Jv Zheng, Shiran Yuan, Huan-ang Gao 외

In this paper, we present a Scale-adaptive method for Anti-aliasing Gaussian Splatting (SA-GS). While the state-of-the-art method Mip-Splatting needs modifying the training procedure of Gaussian splatting, our method fun…