3dgs-compression-deploy

Featured

3DGS compression-to-deployment pipeline: quantization (scalar/VQ/mixed-precision), pruning (coreset/adaptive/variational/merge/Bayesian), progressive streaming & LoD, Web/WebGPU/mobile deployment, hardware acceleration (Tensor Core/GEMM/FPGA/ASIC), training-free semantic compression. Covers 53+ methods across 6 compression categories. Use when: compressing 3DGS models, deploying 3DGS to web/mobile/edge, selecting quantization bit-width, designing streaming pipelines, 3DGS压缩/量化/剪枝/部署/流式传输/移动端/硬件加速.

DevOps & Infrastructure 129 stars 9 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 3DGS Compression & Deployment > End-to-end pipeline from raw 3DGS model to deployed application. Covers 6 compression categories + 4 deployment targets + hardware acceleration. ## Capabilities - Analyze 3DGS model attributes (position, SH, opacity, scale, rotation) and recommend compression strategy - Select quantization method and bit-width per attribute (scalar, VQ, mixed-precision) - Design pruning pipeline (coreset, adaptive, variational, merge-based) - Plan VQ codebook architecture and residual coding - Architect progressive streaming and LoD systems (static and 4D dynamic) - Guide platform-specific deployment (WebGL, WebGPU, iOS/Android, desktop) - Evaluate hardware acceleration paths (Tensor Core, GEMM, FPGA, ASIC) - Estimate compression ratio, quality loss, and rendering speed for each method combination ## Compression Pipeline ``` Raw 3DGS Model │ ▼ [Step 1] Analysis ── attribute profiling, bottleneck identification │ ▼ [Step 2] Strategy Selection ── target platform → compression recipe │ ▼ [Step 3] Pruning ── reduce Gaussian count (coreset / adaptive / variational / merge) │ ▼ [Step 4] Quantization ── reduce per-attribute bit-width (scalar / VQ / mixed-precision) │ ▼ [Step 5] Vector Quantization ── codebook-based attribute compression (optional, replaces/augments Step 4) │ ▼ [Step 6] Streaming & LoD ── progressive loading structure for network delivery │ ▼ [Step 7] Deployment ── platform-specific rendere...

Details

Author
jaccen
Repository
jaccen/Awesome-Gaussian-Skills
Created
3 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category