Skip to content

Latest commit

 

History

History
108 lines (81 loc) · 4.1 KB

File metadata and controls

108 lines (81 loc) · 4.1 KB

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: {{LAST_UPDATE}}

📰 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 📋


{{NAVIGATION}}

{{TABLE_OF_CONTENTS}}

{{LATEST_PAPERS}}

{{CATEGORIZED_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