Skip to content

heshuting555/Awesome-3DGS-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 

Repository files navigation

🔍 A Survey on 3D Gaussian Splatting Applications: Segmentation, Editing, and Generation

Shuting He · Peilin Ji · Yitong Yang · Changshuo Wang · Jiayi Ji · Yinglin Wang · Henghui Ding

arXiv PDF

💡 Welcome to the official repository of our survey paper.

📌 Please feel free to open issues or pull requests for any possibly missed wonderful work.

✨ Introduction

We present the first dedicated survey that systematically reviews downstream applications of 3DGS beyond classical view synthesis. Specifically, we focus on three rapidly evolving directions, namely segmentation, editing, and generation.

📚 Table of Contents

✂️ Existing Datasets for 3DGS Segmentation

This section summarizes commonly used datasets for segmentation tasks in 3D Gaussian Splatting.

Datasets with URL Venue #Scenes #Views Highlight
ScanNet CVPR'17 1513 1500 Large-scale RGB-D scans with 3D poses and semantics for advanced scene understanding.
Replica ArXiv'19 18 175 High-quality indoor scans with geometry, HDR textures, and rich semantic labels.
NVOS CVPR'21 8 36 Built on LLFF with undistorted images, annotated with masks and scribbles for segmentation tasks.
Mip-NeRF 360 CVPR'22 9 215 Focusing on capturing complex lighting, geometry, and texture details.
SPIn-NeRF CVPR'23 10 100 Providing challenging real-world scenes with views both with and without a target object.
3D-OVS NeurIPS'23 10 30 Including high-quality 3D objects spanning diverse categories with language-aligned semantic labels.
LERF-OVS CVPR'24 4 200 An extended version of LERF dataset with ground truth mask annotations for open-vocabulary segmentation.
LERF-Mask ECCV'24 3 200 Containing semantic annotations of three scenes from LERF dataset with a total of 23 prompts.
Ref-LERF ICML'25 4 200 Focusing on spatial relationships, annotated with natural language expressions for referring 3DGS segmentation.
SceneSplat-7K ICCV'25 7k - The first large-scale, high-quality 3DGS dataset for indoor environments boosting scene understanding research.
SceneSplat-49K ArXiv'25 49k - Containing diverse indoor and outdoor scenes, featuring complex, high-quality full scenes from multiple sources.

🗂️ Existing Datasets for 3DGS Editing

This section introduces datasets suitable for 3D editing tasks.

Datasets with URL Venue #Scenes #Views Highlight
DTU CVPR'14 80 343 Each scene consists of 49 or 64 accurate camera positions and reference structured light scans.
Tanks and Temples TOG'17 14 - Includes individual objects (e.g., Tank, Train) and large indoor scenes (e.g., Auditorium, Museum).
GL3D ACCV'18 543 230 Contains 125,623 high-res images captured by drones from various environments with geometric overlap.
LLFF TOG'19 32 25 Uses COLMAP SfM to compute poses for real images.
BlendedMVS CVPR'20 113 158 A large-scale MVS dataset, which contains a total of 17,818 images.
NeRF-synthetic ECCV'20 8 100 Objects on white backgrounds with 800×800 images and camera poses.
Co3D CVPR'21 - - Consists of 1.5 million frames extracted from ~19,000 videos, covering 50 MS-COCO categories with camera poses and 3D point clouds.
Mip-NeRF360 CVPR'22 9 215 360° panoramic images from indoor and outdoor environments.
SPIn-NeRF CVPR'23 10 100 Providing challenging real-world scenes with views both with and without a target object.
IN2N ICCV'23 6 172 Enabling structured and globally consistent 3D scene modifications while preserving the original scene's identity.
ScanNet++ ICCV'23 460 608 280,000 captured DSLR images, and over 3.7M iPhone RGBD frames.
NeRFstudio SIGGRAPH'23 10 - Includes 4 phone captures with pinhole lenses and 6 mirrorless camera captures with fisheye lenses.
360-USIDdataset ArXiv'25 7 300 Includes 4 outdoor (Box, Cone, Lawn, Plant) and 3 indoor (Cookie, Sunflower, Dustpan) scenes.

🧩 Existing Datasets for 3DGS Generation

This section covers datasets used for 3DGS-based generation tasks.

Datasets with URL Venue #Type #Scenes Highlight
NYUdepth ECCV'12 Image-to-3D 464 Contains 1449 RGBD images, capturing 464 diverse indoor scenes, with detailed annotations.
ShapeNet ArXiv'15 Image & Text-to-3D 60K These 3D models span 55 categories, each with a geometry file and unique identifier.
ScanNet CVPR'17 Image-to-3D 1513 Contains 2.5M views in 1513 indoor scenes annotated with 3D camera poses.
RealEstate10K SIGGRAPH'18 Image-to-3D 80K Comprises home walkthrough videos from YouTube.
Replica ArXiv'19 Image-to-3D 18 A 3D indoor scene dataset featuring dense meshes, HDR textures, and semantic labels.
ACID ICCV'21 Image-to-3D 13,047 Features aerial landscape videos, includes 11,075 training scenes and 1,972 testing scenes.
GSO ICRA'22 Image & Text-to-3D 1030 Comprises 3D scanned common household items.
LAION-5B NeurIPS'22 Text-to-3D - LAION-5B's key feature is its vast scale, with 5.85 billion image-text pairs.
Objaverse CVPR'23 Image & Text-to-3D 800K Objaverse has a vast scale of 800K+ 3D models with rich annotations.
OmniObject3D CVPR'23 Image-to-3D 6K A large-scale collection of high-quality real-scanned 3D objects with rich 2D and 3D annotations.
LOM AAAI'24 Image-to-3D 5 Includes 5 real-world scenes, each with 25–48 sRGB images captured in difficult lighting.
G-objaverse ECCV'24 Image & Text-to-3D 280K Contains 10 general classes totaling about 280K samples.
DL3DV-10K CVPR'24 Image-to-3D 10K Large-scale scene dataset that contains both indoor and outdoor scenarios.

🛠️ Existing Methods for 3DGS Segmentation

A summary of key segmentation approaches based on 3DGS.

Year Venue Paper Abbr Paper Title Project/Code
2023 NeurIPS SA3D Segment Anything in 3D with Radiance Fields Code
2024 ArXiv DCSEG DCSEG: Decoupled 3D Open-Set Segmentation using Gaussian Splatting Code
2024 ArXiv SuperGSeg SuperGSeg: Open-Vocabulary 3D Segmentation with Structured Super-Gaussians Code
2024 ArXiv GS3 Point Cloud Unsupervised Pre-training via 3D Gaussian Splatting
2024 ArXiv SAGD SAGD: Boundary-Enhanced Segment Anything in 3D Gaussian via Gaussian Decomposition Code
2024 ArXiv CLIP-GS CLIP-GS: CLIP-Informed Gaussian Splatting for Real-time and View-consistent 3D Semantic Understanding Code
2024 ArXiv GSemSplat GSemSplat: Generalizable Semantic 3D Gaussian Splatting from Uncalibrated Image Pairs
2024 ArXiv Semantic Gaussians Semantic Gaussians: Open-Vocabulary Scene Understanding with 3D Gaussian Splatting Code
2024 ArXiv CoSegGaussians Learning Segmented 3D Gaussians via Efficient Feature Unprojection for Zero-shot Neural Scene Segmentation Code
2024 ArXiv LangSurf LangSurf: Language-Embedded Surface Gaussians for 3D Scene Understanding Code
2024 ArXiv GradiSeg GradiSeg: Gradient-Guided Gaussian Segmentation with Enhanced 3D Boundary Precision
2024 ArXiv GLS GLS: Geometry-aware 3D Language Gaussian Splatting Code
2024 ArXiv Gaga Gaga: Group Any Gaussians via 3D-aware Memory Bank Code
2024 ArXiv SA4D Segment Any 4D Gaussians Code
2024 CVPR LangSplat LangSplat: 3D Language Gaussian Splatting Code
2024 CVPR OmniSeg3D OmniSeg3D: Omniversal 3D Segmentation via Hierarchical Contrastive Learning Code
2024 CVPR Feature 3DGS Feature 3DGS: Supercharging 3D Gaussian Splatting to Enable Distilled Feature Fields Code
2024 CVPR LEGaussian Language Embedded 3D Gaussians for Open-Vocabulary Scene Understanding Code
2024 ACM MM GOI GOI: Find 3D Gaussians of Interest with an Optimizable Open-vocabulary Semantic-space Hyperplane Code
2024 IJCV FMGS FMGS: Foundation Model Embedded 3D Gaussian Splatting for Holistic 3D Scene Understanding Code
2024 ECCV Gaussian Grouping Gaussian Grouping: Segment and Edit Anything in 3D Scenes Code
2024 ECCV EgoLifter EgoLifter: Open-world 3D Segmentation for Egocentric Perception Code
2024 ECCV Click-Gaussian Click-Gaussian: Interactive Segmentation to Any 3D Gaussians Code
2024 ECCV FiT3D Improving 2D Feature Representations by 3D-Aware Fine-Tuning Code
2024 ECCV N2F2 N2F2: Hierarchical Scene Understanding with Nested Neural Feature Fields
2024 ECCV FlashSplat FlashSplat: 2D to 3D Gaussian Splatting Segmentation Solved Optimally Code
2024 NeurIPS GaussianCut GaussianCut: Interactive segmentation via graph cut for 3D Gaussian Splatting
2024 NeurIPS OpenGaussian OpenGaussian: Towards Point-Level 3D Gaussian-based Open Vocabulary Understanding Code
2024 NeurIPS LSM Large Spatial Model: End-to-end Unposed Images to Semantic 3D Code
2024 ICPR CGC Contrastive Gaussian Clustering: Weakly Supervised 3D Scene Segmentation
2024 BMVC RT-GS2 RT-GS2: Real-Time Generalizable Semantic Segmentation for 3D Gaussian Representations of Radiance Fields Code
2025 ArXiv THGS Training-Free Hierarchical Scene Understanding for Gaussian Splatting with Superpoint Graphs Code
2025 ArXiv SemanticSplat SemanticSplat: Feed-Forward 3D Scene Understanding with Language-Aware Gaussian Fields Code
2025 ArXiv FMLGS FMLGS: Fast Multilevel Language Embedded Gaussians for Part-level Interactive Agents
2025 ArXiv seconGS Semantic Consistent Language Gaussian Splatting for Point-Level Open-vocabulary Querying Code
2025 ArXiv CAGS CAGS: Open-Vocabulary 3D Scene Understanding with Context-Aware Gaussian Splatting
2025 ArXiv SpatialSplat SpatialSplat: Efficient Semantic 3D from Sparse Unposed Images
2025 AAAI SAGA Segment Any 3D Gaussians Code
2025 AAAI FastLGS FastLGS: Speeding up Language Embedded Gaussians with Feature Grid Mapping Code
2025 AAAI FreeGS Bootstraping clustering of gaussians for view-consistent 3d scene understanding Code
2025 ICLR VLGaussian 3D Vision-Language Gaussian Splatting
2025 ICLR econSG econSG: Efficient and Multi-view Consistent Open-Vocabulary 3D Semantic Gaussians Code
2025 CVPR Unified-Lift Rethinking End-to-End 2D to 3D Scene Segmentation in Gaussian Splatting Code
2025 CVPR COB-GS COB-GS: Clear Object Boundaries in 3DGS Segmentation Based on Boundary-Adaptive Gaussian Splitting Code
2025 CVPR PanoGS PanoGS: Gaussian-based Panoptic Segmentation for 3D Open Vocabulary Scene Understanding Code
2025 CVPR Dr. Splat Dr. Splat: Directly Referring 3D Gaussian Splatting via Direct Language Embedding Registration Code
2025 CVPR DF_3DGS Efficient Decoupled Feature 3D Gaussian Splatting via Hierarchical Compression Code
2025 CVPR InstanceGaussian InstanceGaussian: Appearance-Semantic Joint Gaussian Representation for 3D Instance-Level Perception Code
2025 CVPR iSegMan iSegMan: Interactive Segment-and-Manipulate 3D Gaussians Code
2025 ICCV ILGS Identity-aware Language Gaussian Splatting for Open-vocabulary 3D Semantic Segmentation Code
2025 ICCV VoteSplat VoteSplat: Hough Voting Gaussian Splatting for 3D Scene Understanding Code
2025 ICCV SceneSplat SceneSplat: Gaussian Splatting-based Scene Understanding with Vision-Language Pretraining Code
2025 ICCV ObjectGS ObjectGS: Object-aware Scene Reconstruction and Scene Understanding via Gaussian Splatting Code
2025 ICCV CCL-LGS CCL-LGS: Contrastive Codebook Learning for 3D Language Gaussian Splatting Code
2025 ICCV LUDVIG LUDVIG: Learning-free uplifting of 2d visual features to Gaussian splatting scenes Code
2025 ICCV LangScene-X LangScene-X: Reconstruct Generalizable 3D Language-Embedded Scenes with TriMap Video Diffusion Code
2025 ACM MM SLGaussian SLGaussian: Fast Language Gaussian Splatting in Sparse Views Code
2025 ACM MM MaskGaussians MaskGaussians: Advancing Open-Vocabulary 3D Scene Understanding with Dynamic Masking
2025 NeurIPS Segment then Splat Segment then Splat: A Unified Approach for 3D Open-Vocabulary Segmentation based on Gaussian Splatting Code
2025 NeurIPS LangSplatV2 High-dimensional 3D Language Gaussian Splatting with 450+ FPS Code
2025 NeurIPS COS3D COS3D: Collaborative Open-Vocabulary 3D Segmentation NeurIPS Code
2025 WACV GaussianBeV GaussianBeV: 3D Gaussian Representation meets Perception Models for BeV Segmentation
2025 WACV LBG Lifting by Gaussians: A Simple, Fast and Flexible Method for 3D Instance Segmentation

✏️ Existing Methods for 3DGS Editing

Overview of methods that enable direct or indirect editing of 3DGS content.

Year Venue Paper Abbr Title Project/Code
2024 ArXiv GaussianVTON Gaussianvton: 3d human virtual try-on via multi-stage gaussian splatting editing with image prompting Code
2024 ArXiv Infusion InFusion: Inpainting 3D Gaussians via Learning Depth Completion from Diffusion Prior Code
2024 ArXiv StyleSplat Stylesplat: 3d object style transfer with gaussian splatting Code
2024 ArXiv StylizedGS Stylizedgs: Controllable stylization for 3d gaussian splatting
2024 ArXiv TIGER TIGER: Text-Instructed 3D Gaussian Retrieval and Coherent Editing Code
2024 ArXiv 360-InpaintR 360-InpaintR: Reference-Guided 3D Inpainting for Unbounded Scenes
2024 ArXiv 3DSceneEditor 3dsceneeditor: Controllable 3d scene editing with gaussian splatting Code
2024 ArXiv - Diffusion-Based Attention Warping for Consistent 3D Scene Editing Code
2024 ArXiv DynamicAvatars DynamicAvatars: Accurate Dynamic Facial Avatars Reconstruction and Precise Editing with Diffusion Models
2024 ArXiv - Gaussian splatting in style
2024 ArXiv GSEdit Gsedit: Efficient text-guided editing of 3d objects via gaussian splatting
2024 ArXiv GS-VTON GS-VTON: Controllable 3D Virtual Try-on with Gaussian Splatting Code
2024 ArXiv ICE-G Ice-g: Image conditional editing of 3d gaussian splats Code
2024 ArXiv InstantStyleGaussian Instantstylegaussian: Efficient art style transfer with 3d gaussian splatting
2024 ArXiv MvDrag3D MvDrag3D: Drag-based Creative 3D Editing via Multi-view Generation-Reconstruction Priors Code
2024 ArXiv NeuralSurfacePriors Neural Surface Priors for Editable Gaussian Splatting Code
2024 ArXiv PERSE PERSE: Personalized 3D Generative Avatars from A Single Portrait Code
2024 ArXiv ProGDF ProGDF: Progressive Gaussian Differential Field for Controllable and Flexible 3D Editing
2024 ArXiv RefFusion Reffusion: Reference adapted diffusion models for 3d scene inpainting Code
2024 CVPR GaussianEditor Gaussianeditor: Swift and controllable 3d editing with gaussian splatting Code
2024 CVPR GaussianEditorText GaussianEditor: Editing 3D Gaussians Delicately with Text Instructions Code
2024 CVPR PhysGaussian PhysGaussian: Physics-Integrated 3D Gaussians for Generative Dynamics Code
2024 CVPR SC-GS SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes Code
2024 CVPR FruitNinja FruitNinja: 3D Object Interior Texture Generation with Gaussian Splatting Code
2024 ECCV GaussianGrouping Gaussian grouping: Segment and edit anything in 3d scenes Code
2024 ECCV Texture-GS Texture-GS: Disentangling the Geometry and Texture for 3D Gaussian Splatting Editing
2024 ECCV GaussCtrl GaussCtrl: Multi-View Consistent Text-Driven 3D Gaussian Splatting Editing Code
2024 ECCV 3DEgo 3DEgo: 3D Editing on the Go! Code
2024 ECCV DGE Dge: Direct gaussian 3d editing by consistent multi-view editing Code
2024 ECCV GScream Learning 3D Geometry and Feature Consistent Gaussian Splatting for Object Removal Code
2024 ECCV - View-consistent 3d editing with gaussian splatting Code
2024 ECCV WaSt-3D Wast-3d: Wasserstein-2 distance for scene-to-scene stylization on 3d gaussians Code
2024 NeurIPS ReGS ReGS: Reference-based Controllable Scene Stylization with Gaussian Splatting
2024 NeurIPS ProEdit ProEdit: Simple Progression is All You Need for High-Quality 3D Scene Editing Code
2024 NeurIPS D-MiSo D-miso: Editing dynamic 3d scenes using multi-gaussians soup Code
2024 Computer Graphics Forum GSEditPro GSEditPro: 3D Gaussian Splatting Editing with Attention‐based Progressive Localization
2024 Computer Graphics Forum G-Style 𝒢‐Style: Stylized Gaussian Splatting
2024 ACM TOG TIP-Editor Tip-editor: An accurate 3d editor following both text-prompts and image-prompts Code
2024 SIGGRAPH StyleGaussian StyleGaussian: Instant 3D Style Transfer with Gaussian Splatting Code
2024 GCH SemanticSplatStylization SemanticSplatStylization: Semantic scene stylization based on 3D Gaussian splatting and class-based style transfer
2024 ACM MM - 3D Gaussian Editing with A Single Image
2024 ACM MM GGAvatar GGAvatar: Reconstructing Garment-Separated 3D Gaussian Splatting Avatars from Monocular Video Code
2024 IET Image Processing PointnMove Point'n Move: Interactive scene object manipulation on Gaussian splatting radiance fields Code
2024 TMLR - Enhancing Temporal Consistency in Video Editing by Reconstructing Videos with 3D Gaussian Splatting Code
2024 SIGGRAPH PortraitGen Portrait video editing empowered by multimodal generative priors Code
2025 ArXiv FantasyStyle FantasyStyle: Controllable Stylized Distillation for 3D Gaussian Splatting
2025 ArXiv - Drag Your Gaussian: Effective Drag-Based Editing with Score Distillation for 3D Gaussian Splatting Code
2025 ArXiv Dragen3D Dragen3D: Multiview Geometry Consistent 3D Gaussian Generation with Drag-Based Control
2025 ArXiv MultiDreamer3D MultiDreamer3D: Multi-concept 3D Customization with Concept-Aware Diffusion Guidance
2025 ICLR DreamCatalyst DreamCatalyst: Fast and High-Quality 3D Editing via Controlling Editability and Identity Preservation Code
2025 ICLR 3DitScene 3DitScene: Editing Any Scene via Language-guided Disentangled Gaussian Splatting Code
2025 CVPR OmniSplat OmniSplat: Taming Feed-Forward 3D Gaussian Splatting for Omnidirectional Images with Editable Capabilities Code
2025 CVPR DaCapo DaCapo: Score Distillation as Stacked Bridge for Fast and High-quality 3D Editing
2025 CVPR CTRL-D CTRL-D: Controllable Dynamic 3D Scene Editing with Personalized 2D Diffusion Code
2025 CVPR InterGSEdit InterGSEdit: Interactive 3D Gaussian Splatting Editing with 3D Geometry-Consistent Attention Prior
2025 CVPR EditSplat EditSplat: Multi-View Fusion and Attention-Guided Optimization for View-Consistent 3D Scene Editing with 3D Gaussian Splatting Code
2025 CVPR SGSST SGSST: Scaling Gaussian Splatting StyleTransfer
2025 NeurIPS DFFSplat Diffusion Feature Field for Text-based 3D Editing with Gaussian Splatting
2025 NeurIPS CLIPGaussian CLIPGaussian: Universal and Multimodal Style Transfer Based on Gaussian Splatting
2025 NeurIPS DEGauss DEGauss: Defending Against Malicious 3D Editing for Gaussian Splatting
2025 TMM Trame Trame: Trajectory-anchored multi-view editing for text-guided 3d gaussian splatting manipulation
2025 WACV - Localized Gaussian Splatting Editing with Contextual Awareness
2025 ICMR ArtNVG ArtNVG: Content-Style Separated Artistic Neighboring-View Gaussian Stylization
2025 ACM MM PSP Prompt-Softbox-Prompt: A free-text Embedding Control for Image Editing

🎨 Existing Methods for 3DGS Generation

Discusses generation methods that produce 3DGS representations from multimodal inputs like text and image.

Year Venue Paper Abbr Title Project/Code
2023 ArXiv Luciddreamer Luciddreamer: Domain-free generation of 3d gaussian splatting scenes Code
2023 ArXiv StableDreamer Stabledreamer: taming noisy score distillation sampling for text-to-3d
2023 ArXiv CG3D Cg3d: Compositional generation for text-to-3d via gaussian splatting Code
2023 ArXiv Text2Immersion Text2immersion: Generative immersive scene with 3d gaussians Code
2023 ICCV Text2Room Text2room: Extracting textured 3d meshes from 2d text-to-image models Code
2024 ArXiv GaussianDreamerPro Gaussiandreamerpro: Text to manipulable 3d gaussians with highly enhanced quality Code
2024 ArXiv CompGS CompGS: Unleashing 2D Compositionality for Compositional Text-to-3D via Dynamically Optimizing 3D Gaussians Code
2024 ArXiv GraphCanvas Graph Canvas for Controllable 3D Scene Generation Code
2024 ArXiv LayerPano3D Layerpano3d: Layered 3d panorama for hyper-immersive scene generation Code
2024 ArXiv SceneDreamer360 Scenedreamer360: Text-driven 3d-consistent scene generation with panoramic gaussian splatting Code
2024 ArXiv DreamerXL Dreamer XL: Towards High-Resolution Text-to-3D Generation via Trajectory Score Matching Code
2024 ArXiv MVGaussian MVGaussian: High-Fidelity text-to-3D Content Generation with Multi-View Guidance and Surface Densification Code
2024 ArXiv GradeADreamer GradeADreamer: Enhanced Text-to-3D Generation Using Gaussian Splatting and Multi-View Diffusion Code
2024 ArXiv PanoDreamer PanoDreamer: 3D Panorama Synthesis from a Single Image Code
2024 ArXiv ScalingGaussian ScalingGaussian: Enhancing 3D Content Creation with Generative Gaussian Splatting
2024 ArXiv Physics3D Physics3d: Learning physical properties of 3d gaussians via video diffusion Code
2024 ArXiv - Enhancing Single Image to 3D Generation using Gaussian Splatting and Hybrid Diffusion Priors
2024 ArXiv GECO GECO: Generative Image-to-3D within a SECOnd Code
2024 ArXiv DreamPhysics Dreamphysics: Learning physical properties of dynamic 3d gaussians with video diffusion priors Code
2024 ArXiv GaussianPainter GaussianPainter: Painting Point Cloud into 3D Gaussians with Normal Guidance Code
2024 ArXiv Gaussianstego Gaussianstego: A generalizable stenography pipeline for generative 3d gaussians splatting Code
2024 ArXiv GeoGS3D GeoGS3D: Single-view 3D Reconstruction via Geometric-aware Diffusion Model and Gaussian Splatting Code
2024 ArXiv NovelGS NovelGS: Consistent Novel-view Denoising via Large Gaussian Reconstruction Model
2024 ArXiv HoloDreamer Holodreamer: Holistic 3d panoramic world generation from text descriptions
2024 ArXiv BrightDreamer Brightdreamer: Generic 3d gaussian generative framework for fast text-to-3d synthesis Code
2024 ArXiv Flex3D Flex3d: Feed-forward 3d generation with flexible reconstruction model and input view curation Code
2024 ArXiv - Text-to-3D Gaussian Splatting with Physics-Grounded Motion Generation
2024 ArXiv DreamScape DreamScape: 3D Scene Creation via Gaussian Splatting joint Correlation Modeling
2024 ArXiv DreamPolisher Dreampolisher: Towards high-quality text-to-3d generation via geometric diffusion Code
2025 CVPR Prometheus Prometheus: 3D-Aware Latent Diffusion Models for Feed-Forward Text-to-3D Scene Generation Code
2024 ArXiv DreamMapping DreamMapping: High-Fidelity Text-to-3D Generation via Variational Distribution Mapping
2024 ICLR DreamGaussian Dreamgaussian: Generative gaussian splatting for efficient 3d content creation Code
2024 CVPR GSGen Text-to-3d using gaussian splatting Code
2024 CVPR GaussianDreamer Gaussiandreamer: Fast generation from text to 3d gaussians by bridging 2d and 3d diffusion models Code
2024 CVPR HumanGaussian Humangaussian: Text-driven 3d human generation with gaussian splatting Code
2024 CVPR LucidDreamer Luciddreamer: Towards high-fidelity text-to-3d generation via interval score matching Code
2024 CVPR WonderJourney Wonderjourney: Going from anywhere to everywhere Code
2024 CVPR Hash3D Hash3d: Training-free acceleration for 3d generation Code
2024 CVPR TriplaneGaussian Triplane meets gaussian splatting: Fast and generalizable single-view 3d reconstruction with transformers Code
2024 CVPR Ouroboros3D Ouroboros3d: Image-to-3d generation via 3d-aware recursive diffusion Code
2024 CVPR Workshop Art3D Art3d: 3d gaussian splatting for text-guided artistic scenes generation
2024 ECCV GCS-BEG Connecting consistency distillation to score distillation for text-to-3d generation Code
2024 ECCV DreamScene Dreamscene: 3d gaussian-based text-to-3d scene generation via formation pattern sampling Code
2024 ECCV DreamScene360 Dreamscene360: Unconstrained text-to-3d scene generation with panoramic gaussian splatting Code
2024 ECCV VFusion3D Vfusion3d: Learning scalable 3d generative models from video diffusion models Code
2024 ECCV LGM Lgm: Large multi-view gaussian model for high-resolution 3d content creation Code
2024 ECCV GVGEN Gvgen: Text-to-3d generation with volumetric representation Code
2024 ECCV FSGS Fsgs: Real-time few-shot view synthesis using gaussian splatting Code
2024 ECCV GS-LRM Gs-lrm: Large reconstruction model for 3d gaussian splatting Code
2024 ECCV GRM Grm: Large gaussian reconstruction model for efficient 3d reconstruction and generation Code
2024 NeurIPS Era3D Era3d: high-resolution multiview diffusion using efficient row-wise attention Code
2024 NeurIPS Wild-GS Wild-gs: Real-time novel view synthesis from unconstrained photo collections Code
2024 NeurIPS ProlificDreamer Prolificdreamer: High-fidelity and diverse text-to-3d generation with variational score distillation Code
2024 NeurIPS DiffGS Diffgs: Functional gaussian splatting diffusion Code
2024 NeurIPS HumanSplat Humansplat: Generalizable single-image human gaussian splatting with structure priors Code
2024 NeurIPS MVSplat360 MVSplat360: Feed-Forward 360 Scene Synthesis from Sparse Views Code
2024 NeurIPS GSGAN GSGAN: Adversarial Learning for Hierarchical Generation of 3D Gaussian Splats Code
2024 ACM MM Sketch3D Sketch3D: Style-Consistent Guidance for Sketch-to-3D Generation
2024 ACM MM Hi3D Hi3D: Pursuing High-Resolution Image-to-3D Generation with Video Diffusion Models Code
2024 ACM MM - Large point-to-gaussian model for image-to-3d generation
2024 ACM MM DreamInit A general framework to boost 3d gs initialization for text-to-3d generation by lexical richness Code
2024 TMLR AGG Agg: Amortized generative 3d gaussians for single image to 3d Code
2024 ICML GALA3D Gala3d: Towards text-to-3d complex scene generation via layout-guided generative gaussian splatting Code
2024 3DV MVControl Controllable text-to-3D generation via surface-aligned Gaussian splatting Code
2025 3DV Realmdreamer Realmdreamer: Text-driven 3d scene generation with inpainting and depth diffusion Code
2024 IJCAI FastScene Fastscene: Text-driven fast 3d indoor scene generation via panoramic gaussian splatting
2024 WACV GANFusion GANFusion: Feed-Forward Text-to-3D with Diffusion in GAN Space Code
2024 IJCV Hyper3DG Hyper-3dg: Text-to-3d gaussian generation via hypergraph Code
2025 ArXiv GaussianMotion GaussianMotion: End-to-End Learning of Animatable Gaussian Avatars with Pose Guidance from Text
2025 ArXiv GSV3D GSV3D: Gaussian Splatting-based Geometric Distillation with Stable Video Diffusion for Single-Image 3D Object Generation
2025 ArXiv LAYOUTDREAMER LAYOUTDREAMER: Physics-guided Layout for Text-to-3D Compositional Scene Generation
2025 ArXiv TextSplat TextSplat: Text-Guided Semantic Fusion for Generalizable Gaussian Splatting
2025 ArXiv ViewCrafter ViewCrafter: Taming Video Diffusion Models for High-fidelity Novel View Synthesis Code
2025 ICCV WAVE WAVE: Warp-Based View Guidance for Consistent Novel View Synthesis Using a Single Image Code
2025 ArXiv Triflow Taming Feed-forward Reconstruction Models as Latent Encoders for 3D Generative Models Code
2025 ArXiv FantasyStyle FantasyStyle: Controllable Stylized Distillation for 3D Gaussian Splatting
2025 AAAI Multi-StyleGS Multi-StyleGS: Stylizing Gaussian Splatting with Multiple Styles Code
2025 AAAI Cycle3D Cycle3d: High-quality and consistent image-to-3d generation via generation-reconstruction cycle Code
2025 ICLR LayoutYour3D Layout-your-3D: Controllable and Precise 3D Generation with 2D Blueprint Code
2025 ICLR Atlas Gaussians Atlas Gaussians Diffusion for 3D Generation Code
2025 ICLR GaussianAnything GaussianAnything: Interactive Point Cloud Latent Diffusion for 3D Generation Code
2025 ICLR CogVideoX CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer Code
2025 CVPR GaussianCity Generative Gaussian Splatting for Unbounded 3D City Generation Code
2025 CVPR WonderWorld WonderWorld: Interactive 3D Scene Generation from a Single Image Code
2025 CVPR SelfSplat SelfSplat: Pose-Free and 3D Prior-Free Generalizable 3D Gaussian Splatting Code
2025 CVPR Wonderland Wonderland: Navigating 3D Scenes from a Single Image Code
2025 CVPR Morpheus Morpheus: Text-Driven 3D Gaussian Splat Shape and Color Stylization Code
2025 CVPR - Taming Video Diffusion Prior with Scene-Grounding Guidance for 3D Gaussian Splatting from Sparse Inputs Code
2025 CVPR Scene4U Scene4U: Hierarchical Layered 3D Scene Reconstruction from Single Panoramic Image for Your Immerse Exploration Code
2025 CVPR VideoScene VideoScene: Distilling Video Diffusion Model to Generate 3D Scenes in One Step Code
2025 CVPR Scene Splatter Scene Splatter: Momentum 3D Scene Generation from Single Image with Video Diffusion Model Code
2025 CVPR HCoG Apply Hierarchical-Chain-of-Generation to Complex Attributes Text-to-3D Generation Code
2025 CVPR pixelSplat pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction Code
2025 CVPR Splatter-360 Splatter-360: Generalizable 360^{\circ} Gaussian Splatting for Wide-baseline Panoramic Images Code
2025 CVPR Turbo3D Turbo3D: Ultra-fast Text-to-3D Generation Code
2025 ICCV DiffusionGS Baking gaussian splatting into diffusion denoiser for fast and scalable single-stage image-to-3d generation Code
2025 ICCV VistaDream VistaDream: Sampling multiview consistent images for single-view scene reconstruction Code
2025 ICCV Tune-Your-Style Tune-Your-Style: Intensity-tunable 3D Style Transfer with Gaussian Splatting Code
2025 ICCV UniGS UniGS: Modeling Unitary 3D Gaussians for Novel View Synthesis from Sparse-view Images Code
2025 ICCV CATSplat CATSplat: Context-Aware Transformer with Spatial Guidance for Generalizable 3D Gaussian Splatting from A Single-View Image Code
2025 ICCV GGS Generative Gaussian Splatting: Generating 3D Scenes with Video Diffusion Priors Code
2025 ICCV VideoRFSplat VideoRFSplat: Direct Scene-Level Text-to-3D Gaussian Splatting Generation with Flexible Pose and Multi-View Joint Modeling Code
2025 ICCV SPFSplat No Pose at All: Self-Supervised Pose-Free 3D Gaussian Splatting from Sparse Views Code

🎖Other Application Tasks

Human Avatar

Year Venue Paper Abbr Title Project/Code
2024 CVPR GauHuman GauHuman: Articulated Gaussian Splatting from Monocular Human Videos Code
2024 CVPR HiFi4G HiFi4G: High-Fidelity Human Performance Rendering via Compact Gaussian Splatting Code
2024 CVPR Animatable Gaussians Animatable Gaussians: Learning Pose-dependent Gaussian Maps for High-fidelity Human Avatar Modeling Code
2024 CVPR HUGS HUGS: Human Gaussian Splats Code
2024 CVPR GaussianAvatars GaussianAvatars: Photorealistic Head Avatars with Rigged 3D Gaussians Code
2024 CVPR GSM Gaussian Shell Maps for Efficient 3D Human Generation Code
2024 CVPR HHAvatar HHAvatar: Gaussian Head Avatar with Dynamic Hairs Code
2024 ECCV FlashAvatar FlashSplat: 2D to 3D Gaussian Splatting Segmentation Solved Optimally Code
2024 ACM MM GGAvatar GGAvatar: Reconstructing Garment-Separated 3D Gaussian Splatting Avatars from Monocular Video Code
2025 CVPR TaoAvatar TaoAvatar: Real-Time Lifelike Full-Body Talking Avatars for Augmented Reality via 3D Gaussian Splatting Code
2025 CVPR HRAvatar HRAvatar: High-Quality and Relightable Gaussian Head Avatar Code
2025 CVPR GPAvatar GPAvatar: High-fidelity Head Avatars by Learning Efficient Gaussian Projections
2025 ICCV StrandHead StrandHead: Text to Hair-Disentangled 3D Head Avatars Using Human-Centric Priors Code
2025 NeurIPS CGS-GAN CGS-GAN: 3D Consistent Gaussian Splatting GANs for High Resolution Human Head Synthesis Code
2025 3DV D3GA Drivable 3D Gaussian Avatars Code

SLAM

Year Venue Paper Abbr Title Project/Code
2024 CVPR GS-SLAM GS-SLAM: Dense Visual SLAM with 3D Gaussian Splatting Code
2024 CVPR SplaTAM SplaTAM: Splat, Track & Map 3D Gaussians for Dense RGB-D SLAM Code
2024 CVPR Photo-SLAM Photo-SLAM: Real-time Simultaneous Localization and Photorealistic Mapping for Monocular, Stereo, and RGB-D Cameras Code
2024 CVPR - Gaussian Splatting SLAM Code
2024 ECCV SGS-SLAM SGS-SLAM: Semantic Gaussian Splatting For Neural Dense SLAM
2024 ACM MM GS3LAM GS3LAM: Gaussian Semantic Splatting SLAM Code
2024 IROS LEGS Language-Embedded Gaussian Splats (LEGS): Incrementally Building Room-Scale Representations with a Mobile Robot Code
2025 CVPR OpenGS-SLAM OpenGS-SLAM: Open-Set Dense Semantic SLAM with 3D Gaussian Splatting for Object-Level Scene Understanding Code
2025 CVPR WildGS-SLAM WildGS-SLAM: Monocular Gaussian Splatting SLAM in Dynamic Environments Code
2025 ICCV DynaGSLAM DynaGSLAM: Real-Time Gaussian-Splatting SLAM for Online Rendering, Tracking, Motion Predictions of Moving Objects in Dynamic Scenes
2025 ICCV S3PO-GS Outdoor Monocular SLAM with Global Scale-Consistent 3D Gaussian Pointmaps Code
2025 ICCV SEGS-SLAM SEGS-SLAM: Structure-enhanced 3D Gaussian Splatting SLAM with Appearance Embedding Code

3DGS Detection

Year Venue Paper Abbr Title Project/Code
2024 ArXiv 3DGS-DET 3DGS-DET: Empower 3D Gaussian Splatting with Boundary Guidance and Box-Focused Sampling for 3D Object Detection Code
2024 ICLR Gaussian-Det Gaussian-Det: Learning Closed-Surface Gaussians for 3D Object Detection
2025 NeurIPS - 3D Gaussian Splatting based Scene-independent Relocalization with Unidirectional and Bidirectional Feature Fusion
2025 ACM MM SpatialReasoner A Neural Representation Framework with LLM-Driven Spatial Reasoning for Open-Vocabulary 3D Visual Grounding Code
2025 IROS MATT-GS MATT-GS: Masked Attention-based 3DGS for Robot Perception and Object Detection

⛳ Related Survey

A Survey on 3D Gaussian Splatting

3D Gaussian Splatting as a New Era: A Survey

Recent Advances in 3D Gaussian Splatting

Gaussian Splatting: 3D Reconstruction and Novel View Synthesis, a Review

3D Gaussian Splatting: Survey, Technologies, Challenges, and Opportunities

3DGS.zip: A survey on 3D Gaussian Splatting Compression Methods

3D Gaussian Splatting in Robotics: A Survey

Compression in 3D Gaussian Splatting: A Survey of Methods, Trends, and Future Directions

📢 Citation

If you find this survey helpful, please consider citing it in your work. Thank you for your support!

@article{he2025survey,
  title={A Survey on 3D Gaussian Splatting in Segmentation, Editing and Generation},
  author={He, Shuting and Ji, Peilin and Yang, Yitong and Wang, Changshuo and Ji, Jiayi and Wang, Yinglin and Ding, Henghui},
  journal={arXiv preprint arXiv:2508.09977},
  year={2025}
}

About

A Survey on 3D Gaussian Splatting Applications: Segmentation, Editing, and Generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published