frallebini commited on
Commit
82f36af
Β·
verified Β·
1 Parent(s): dabdf3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -21
README.md CHANGED
@@ -1,6 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
4
 
5
  # Weight Space Representation Learning on Diverse NeRF Architectures (ICLR 2026)
6
 
@@ -10,22 +16,12 @@ license: mit
10
 
11
  ![teaser](https://cvlab-unibo.github.io/gmnerf/static/images/teaser.svg)
12
 
13
- ## Directory structure
14
 
15
- ```
16
- .
17
- β”œβ”€β”€ l_con/
18
- β”‚ └── best.pt
19
- β”œβ”€β”€ l_rec/
20
- β”‚ └── best.pt
21
- └── l_rec_con/
22
- └── best.pt
23
- ```
24
- where:
25
-
26
- - `l_con` is \\(\mathcal{L}_\text{C}\\)
27
- - `l_rec` is \\(\mathcal{L}_\text{R}\\)
28
- - `l_rec_con` is \\(\mathcal{L}_\text{R+C}\\)
29
 
30
  ## Cite us
31
 
@@ -33,8 +29,8 @@ If you find our work useful, please cite us:
33
 
34
  ```bibtex
35
  @inproceedings{ballerini2026weight,
36
- title = {Weight Space Representation Learning on Diverse {NeRF} Architectures},
37
- author = {Ballerini, Francesco and Zama Ramirez, Pierluigi and Di Stefano, Luigi and Salti, Samuele},
38
  booktitle = {The Fourteenth International Conference on Learning Representations},
39
- year = {2026}
40
  ```
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - frallebini/gmnerf
5
+ tags:
6
+ - weight-space-learning
7
+ - nerf
8
+ - graph-metanetwork
9
+ ---
10
 
11
  # Weight Space Representation Learning on Diverse NeRF Architectures (ICLR 2026)
12
 
 
16
 
17
  ![teaser](https://cvlab-unibo.github.io/gmnerf/static/images/teaser.svg)
18
 
19
+ ## Repo content
20
 
21
+ - `l_con/best.pt`: \\(\mathcal{L}_\text{C}\\) model
22
+ - `l_rec/best.pt`: \\(\mathcal{L}_\text{R}\\) model
23
+ - `l_rec_con/best.pt`: \\(\mathcal{L}_\text{R+C}\\) model
24
+ - `llana`: [LLaNA](https://andreamaduzzi.github.io/llana) model trained on \\(\mathcal{L}_\text{R+C}\\) embeddings
 
 
 
 
 
 
 
 
 
 
25
 
26
  ## Cite us
27
 
 
29
 
30
  ```bibtex
31
  @inproceedings{ballerini2026weight,
32
+ title = {Weight Space Representation Learning on Diverse {NeRF} Architectures},
33
+ author = {Ballerini, Francesco and Zama Ramirez, Pierluigi and Di Stefano, Luigi and Salti, Samuele},
34
  booktitle = {The Fourteenth International Conference on Learning Representations},
35
+ year = {2026}
36
  ```