Skip to content

ZepengHou/awesome-gaussians

 
 

Repository files navigation

Awesome Gaussian Splatting Awesome

A curated list of latest research papers, projects and resources related to Gaussian Splatting. Content is automatically updated daily.

Last Update: 2026-05-27 02:32:10

📰 Latest Updates

🔧 [2025-06-26] HTTP 301 Redirect Issue Completely Resolved!

  • Implemented multi-layer fallback strategy to thoroughly solve network compatibility issues

🔧 [2025-06-26] Configurable Search Keywords Feature Added!

  • You can now customize search keywords by modifying data/search_config.json

  • Support for different search scopes: abstract-only, title-only, or both

  • Flexible keyword configuration for targeted paper collection

  • View detailed updates: News.md 📋


Categories

  • 3DGS Surveys (13 papers) - Survey papers and benchmarks about 3D Gaussian Splatting
  • Acceleration (219 papers) - Papers about speeding up rendering or training
  • Applications (995 papers) - Papers about specific applications
  • Avatar Generation (340 papers) - Papers about human avatar generation
  • Dynamic Scene (377 papers) - Papers about dynamic scene reconstruction and rendering
  • Few-shot (83 papers) - Papers about few-shot or sparse view reconstruction
  • Geometry Reconstruction (389 papers) - Papers about 3D geometry reconstruction
  • Large Scene (46 papers) - Papers about large-scale scene reconstruction
  • Model Compression (430 papers) - Papers about model compression and optimization
  • Quality Enhancement (242 papers) - Papers focusing on improving rendering quality
  • Ray Tracing (27 papers) - Papers about ray tracing and ray casting in Gaussian Splatting
  • Relighting (138 papers) - Papers about relighting and illumination effects in Gaussian Splatting
  • SLAM (147 papers) - Papers about SLAM using Gaussian Splatting
  • Scene Understanding (221 papers) - Papers about scene understanding and semantic analysis

Table of Contents

Categorized Papers

3DGS Surveys

Acceleration

Showing the latest 50 out of 219 papers

Applications

Showing the latest 50 out of 995 papers

Avatar Generation

Showing the latest 50 out of 340 papers

Dynamic Scene

Showing the latest 50 out of 377 papers

Few-shot

Showing the latest 50 out of 83 papers

Geometry Reconstruction

Showing the latest 50 out of 389 papers

Large Scene

Model Compression

Showing the latest 50 out of 430 papers

Quality Enhancement

Showing the latest 50 out of 242 papers

Ray Tracing

Relighting

Showing the latest 50 out of 138 papers

SLAM

Showing the latest 50 out of 147 papers

Scene Understanding

Showing the latest 50 out of 221 papers

Classic Papers

Open Source Projects

Applications

Tutorials & Blogs

📋 Project Features

🛠️ Core Features

  • Configurable Search System: Customize search keywords through data/search_config.json for targeted paper collection
  • Automated Paper Collection: Daily automatic crawling of latest Gaussian Splatting related papers
  • Intelligent Classification System: Automatically categorize papers into different topics (Acceleration, Applications, Dynamic Scenes, etc.)
  • Flexible Search Scopes: Support for abstract-only, title-only, or combined searches
  • Cross-Platform Compatibility: Support for Windows/Linux/macOS with automatic environment detection

🛠️ Technical Features

  • Robust Error Handling: Multi-layer retry and fallback strategies ensure stable operation
  • GitHub Actions Integration: Automated CI/CD workflows
  • Real-time Update Mechanism: Daily automatic paper data updates
  • Detailed Logging: Comprehensive logging for debugging and monitoring

📚 Documentation System

  • User Guides: Detailed configuration and usage instructions
  • Update Logs: News.md - Records all important updates
  • Validation Reports: Automated testing and validation results

🚀 Quick Start

Customize Search Keywords

Edit data/search_config.json to target specific research areas:

{
  "search_config": {
    "both_abstract_and_title": [
      "gaussian splatting",
      "3d gaussian",
      "neural rendering"
    ],
    "abstract_only": [
      "volumetric rendering",
      "point cloud reconstruction"
    ],
    "title_only": [
      "real-time rendering",
      "3D reconstruction"
    ]
  }
}

Run the Crawler

# Basic usage
python scripts/arxiv_crawler.py

# Custom number of papers
python scripts/arxiv_crawler.py --max-results 200

# Validate configuration
python scripts/validate_search_config.py

Contribution Guidelines

Feel free to submit Pull Requests to improve this list! Please follow these formats:

  • Paper entry format: **[Paper Title](link)** - Brief description
  • Project entry format: [Project Name](link) - Project description

License

CC0

About

This repository tracks the latest advancements in 3D Gaussian Splatting from Arxiv, with daily automated updates. Stay up-to-date with cutting-edge research in this exciting field!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%