SteEsp commited on
Commit
56c8aa2
·
verified ·
1 Parent(s): b55ef75

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -11,13 +11,9 @@ tags:
11
 
12
  # 🫧 Learn2Splat: Learned Optimizer for 3D Gaussian Splatting
13
 
14
- **Learn2Splat** is a meta-learned optimizer for **3D Gaussian Splatting
15
- (3DGS)** that replaces hand-designed optimizers (e.g., Adam/SGD) with a
16
- learned update rule.
17
 
18
- It improves early convergence speed while remaining stable over long
19
- optimization horizons---without requiring learning-rate schedules or
20
- time-step conditioning.
21
 
22
  ------------------------------------------------------------------------
23
 
@@ -31,8 +27,7 @@ time-step conditioning.
31
 
32
  ## ⚙️ Overview
33
 
34
- Learn2Splat learns to optimize Gaussian scene representations by
35
- directly predicting structured parameter updates.
36
 
37
  Key properties:
38
 
@@ -41,8 +36,7 @@ Key properties:
41
  - Stable long-horizon optimization without LR schedules
42
  - Zero-shot generalization to unseen scenes and resolutions
43
 
44
- The model is trained across many scenes and applied without fine-tuning
45
- at test time.
46
 
47
  ------------------------------------------------------------------------
48
 
@@ -53,7 +47,7 @@ This repository includes pretrained weights for:
53
  - Learn2SplatSparse: sparse-view reconstruction
54
  - Learn2SplatDense: dense-view reconstruction
55
 
56
- See (https://huggingface.co/autonomousvision/learn2splat/blob/main/MODEL_ZOO.md)[MODEL_ZOO.md] for details.
57
 
58
  ------------------------------------------------------------------------
59
 
 
11
 
12
  # 🫧 Learn2Splat: Learned Optimizer for 3D Gaussian Splatting
13
 
14
+ **Learn2Splat** is a meta-learned optimizer for **3D Gaussian Splatting (3DGS)** that replaces hand-designed optimizers (e.g., Adam/SGD) with a learned update rule.
 
 
15
 
16
+ It improves early convergence speed while remaining stable over long optimization horizons without requiring learning-rate schedules or time-step conditioning.
 
 
17
 
18
  ------------------------------------------------------------------------
19
 
 
27
 
28
  ## ⚙️ Overview
29
 
30
+ Learn2Splat learns to optimize Gaussian scene representations by directly predicting structured parameter updates.
 
31
 
32
  Key properties:
33
 
 
36
  - Stable long-horizon optimization without LR schedules
37
  - Zero-shot generalization to unseen scenes and resolutions
38
 
39
+ The model is trained across many scenes and applied without fine-tuning at test time.
 
40
 
41
  ------------------------------------------------------------------------
42
 
 
47
  - Learn2SplatSparse: sparse-view reconstruction
48
  - Learn2SplatDense: dense-view reconstruction
49
 
50
+ See [MODEL_ZOO.md](https://huggingface.co/autonomousvision/learn2splat/blob/main/MODEL_ZOO.md) for details.
51
 
52
  ------------------------------------------------------------------------
53