菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-09
📄 Abstract - GaussTrace: Provenance Analysis of 3D Gaussian Splatting Models with Evidence-based LLM Reasoning

3D Gaussian Splatting (3DGS) is a powerful technique for creating high-fidelity 3D assets. However, the widespread sharing and iterative modification of 3DGS models across digital platforms create pressing challenges for intellectual property protection and forensic traceability. To address this, we propose GaussTrace, a novel framework for constructing directed provenance graphs for 3DGS models. GaussTrace formulates provenance analysis as an evidence-based reasoning problem. It builds upon attribute-wise statistical profiling of 3DGS parameters to capture intrinsic properties. Moreover, we introduce hypothesis-driven editing simulations of common operations to provide auxiliary evidence for plausible transformation pathways. These statistical and simulated cues jointly enable a Large Language Model (LLM) to perform structured Chain-of-Thought (CoT) reasoning, yielding directional provenance inferences and explainable edge reasons. Experimental results demonstrate that GaussTrace effectively constructs evolutionary relationships among diverse 3DGS models, delivering accurate, interpretable, and robust provenance graphs without requiring model training or access to editing histories. Project page: this https URL.

顶级标签: computer vision llm
详细标签: 3d gaussian splatting provenance analysis chain-of-thought reasoning ip protection forensic traceability 或 搜索:

高斯追踪:基于证据的大语言模型推理的三维高斯泼溅模型溯源分析 / GaussTrace: Provenance Analysis of 3D Gaussian Splatting Models with Evidence-based LLM Reasoning


1️⃣ 一句话总结

本文提出了一种名为GaussTrace的新框架,能够自动分析不同三维高斯泼溅模型之间的编辑和演变关系,通过统计模型参数和模拟常见编辑操作,利用大语言模型进行可解释的推理,从而构建出清晰可靠的模型演化图谱,无需提前记录编辑历史或额外训练模型。

源自 arXiv: 2606.10612