paper-with-me

Papers

GAGS: Granularity-Aware Feature Distillation for Language Gaussian Splatting

2024-12-18 · Yuning Peng, Haiping Wang, YuAn Liu, Chenglu Wen, Zhen Dong, Bisheng Yang

3D open-vocabulary scene understanding, which accurately perceives complex semantic properties of objects in space, has gained significant attention in recent years. In this paper, we propose GAGS, a framework that distills 2D CLIP features into 3D Gaussian splatting, enabling open-vocabulary queries for renderings on arbitrary viewpoints. The main challenge of distilling 2D features for 3D fields lies in the multiview inconsistency of extracted 2D features, which provides unstable supervision for the 3D feature field. GAGS addresses this challenge with two novel strategies. First, GAGS associates the prompt point density of SAM with the camera distances, which significantly improves the multiview consistency of segmentation results. Second, GAGS further decodes a granularity factor to guide the distillation process and this granularity factor can be learned in a unsupervised manner to only select the multiview consistent 2D features in the distillation process. Experimental results on two datasets demonstrate significant performance and stability improvements of GAGS in visual grounding and semantic segmentation, with an inference speed 2$\times$ faster than baseline methods. The code and additional results are available at https://pz0826.github.io/GAGS-Webpage/ .

📄 PDF Abstract BibTeX arXiv:2412.13654

Code (0)

등록된 구현이 없습니다.

Tasks

Scene UnderstandingSemantic SegmentationVisual Grounding

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
SAM 설명 없음
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 제목 키워드 기반

GaGSL: Global-augmented Graph Structure Learning via Graph Information Bottleneck

2024-11-07 · Shuangjie Li, Jiangqing Song, Baoming Zhang, Gaoli Ruan 외

Graph neural networks (GNNs) are prominent for their effectiveness in processing graph data for semi-supervised node classification tasks. Most works of GNNs assume that the observed structure accurately represents the u…

Graph structure learningNode Classification

GigaGS: Scaling up Planar-Based 3D Gaussians for Large Scene Surface Reconstruction

2024-09-10 · Junyi Chen, Weicai Ye, Yifan Wang, Danpeng Chen 외

3D Gaussian Splatting (3DGS) has shown promising performance in novel view synthesis. Previous methods adapt it to obtaining surfaces of either individual 3D objects or within limited scenes. In this paper, we make the f…

3DGSGPUNovel View SynthesisSurface Reconstruction

Granularity-Aware Transfer for Tree Instance Segmentation in Synthetic and Real Forests

2026-04-15 · Pankaj Deoli, Atef Tej, Anmol Ashri, Anandatirtha JS 외 arxiv

We address the challenge of synthetic-to-real transfer in forestry perception where real data have only coarse Tree labels while synthetic data provide fine-grained trunk/crown annotations. We introduce MGTD, a mixed-gra…

Instance Segmentation

Multi-Granularity Structural Knowledge Distillation for Language Model Compression

2022-05-01 · ACL 2022 5 · Chang Liu, Chongyang Tao, Jiazhan Feng, Dongyan Zhao

Transferring the knowledge to a small model through distillation has raised great interest in recent years. Prevailing methods transfer the knowledge derived from mono-granularity language units (e.g., token-level or sam…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression+1

SSR: Alignment-Aware Modality Connector for Speech Language Models

2024-09-30 · Weiting Tan, Hirofumi Inaguma, Ning Dong, Paden Tomasello 외

Fusing speech into pre-trained language model (SpeechLM) usually suffers from inefficient encoding of long-form speech and catastrophic forgetting of pre-trained text modality. We propose SSR-Connector (Segmented Speech …

Language ModelingLanguage ModellingMMLU