1 of 19

EditSplat: Multi-View Fusion and Attention-Guided Optimization for View-Consistent 3D Scene Editing with 3D Gaussian Splatting Dong In Lee, et al�2025

Siyu Li (siyul@seas.upenn.edu)

Oct 2nd, 2025

2 of 19

Contents

  • Problem
  • Method
  • Experiments

2

3 of 19

Problem

3

4 of 19

Problem

4

  • Text-driven 3D editing
    • Given text prompt, source 3D represent (3D-GS in the setting of this paper)
    • Output target 3D represent aligned with text prompt

5 of 19

Recap: Classifier-free Guidance

5

For 2D image editing, it is widely used to generate image aligned with prompt

6 of 19

Naïve pipeline for 3D editing

6

  1. Forward 3D-GS from source multi-view images
  2. Edit images given text prompt by Diffusion Model
  3. Retrain 3D-GS on edited multi-view images

7 of 19

Challenge

7

  • Multi-View Inconsistency
    • Images share consistent prior! Style transfer/ Inpainting may fail!
  • Inefficient Optimization
    • Finetuning GS may not handle details well occasionally.

8 of 19

Method

8

9 of 19

Method: Pipeline

9

10 of 19

Method: Preprocess

10

  • A source 3D representation by pretrained 3D-GS model
  • A series of edited source images by pretrained text-image Diffusion Model

11 of 19

Multi-View Fusion

11

  • Consistency Filtering
    • Filter based on ImageReward
  • Adjacent Selection
    • 5-top source views near target
  • Depth Blending
    • Project source views & blend
  • Background Refinement
    • via SAM

12 of 19

Multi-View Fusion

12

13 of 19

MVF Guidance

13

14 of 19

Attention Guided Trimming

14

  • Attention Weighting
    • where K=text vector, Q=image vector from diffusion
  • Trimming
    • Exclude gaussian with low attention score
  • Pruning
    • Improving GS training efficiency with more reasonable gradient

15 of 19

Attention Guided Trimming

15

  • Optimization of Gaussian Splatting
    • Finetune Gaussians selected with edited images
    • LPIPS loss + L1 regularization

16 of 19

Experiments

17 of 19

Experiments: Quantitative

17

18 of 19

Experiments: AGT Ablation

18

19 of 19

Experiments: Comparison

19