A curated list of latest research papers, projects and resources related to Gaussian Splatting. Content is automatically updated daily.
Last Update: {{LAST_UPDATE}}
🔧 [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 📋
{{NAVIGATION}}
{{TABLE_OF_CONTENTS}}
{{LATEST_PAPERS}}
{{CATEGORIZED_PAPERS}}
- 3D Gaussian Splatting for Real-Time Radiance Field Rendering (SIGGRAPH 2023)
Authors: Bernhard Kerbl, Georgios Kopanas, Thomas Leimkühler, George Drettakis
Code: 🔗 GitHub
Keywords: Real-time Rendering, Neural Rendering, Point-based Graphics
- gaussian-splatting - Original implementation of 3D Gaussian Splatting
- taichi-3d-gaussian-splatting - 3D Gaussian Splatting implemented in Taichi
- Introduction to 3D Gaussian Splatting - Official Tutorial
- Configurable Search System: Customize search keywords through
data/search_config.jsonfor 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
- 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
- User Guides: Detailed configuration and usage instructions
- Update Logs: News.md - Records all important updates
- Validation Reports: Automated testing and validation results
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"
]
}
}# 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.pyFeel 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
