Skip to content

Commit

Permalink
Merge branch 'main' of github.com:w-m/3dgs-compression-survey
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbzm committed Sep 18, 2024
2 parents cfeca4e + c8693a4 commit 8d5e547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions methods/fang2024minisplatting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Mini-Splatting: Representing Scenes with a Constrained Number of Gaussians
Mini-Splatting enhances Gaussian distribution through Blur Split, which refines Gaussians in blurred regions, and Depth Reinitialization, which repositions Gaussians based on newly generated depth points, calculated from the mid-point of ray intersections with Gaussian ellipsoids, thus avoiding artifacts from alpha blending. For simplification, Intersection Preserving retains Gaussians with the greatest visual impact, while Sampling maintains geometric integrity and rendering quality, reducing complexity.
2 changes: 2 additions & 0 deletions methods/kim2024CVPR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Color-cued Efficient Densification Method for 3D Gaussian Splatting
This method introduces a simple yet effective modification to the densification process in the original 3D Gaussian Splatting (3DGS). It leverages the view-independent (0th) spherical harmonics (SH) coefficient gradient to better assess color cues for densification, while using the 2D position gradient more coarsely to refine areas where structure-from-motion (SfM) struggles to capture fine structures.

0 comments on commit 8d5e547

Please sign in to comment.