Improve model card metadata and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -1,21 +1,25 @@
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
 
13
  [![paper](https://img.shields.io/badge/arxiv-paper-darkred?logo=arxiv)](https://arxiv.org/abs/2502.09623)
14
  [![code](https://img.shields.io/badge/github-code-blue?logo=github)](https://github.com/CVLAB-Unibo/gmnerf)
 
15
  [![datasets](https://img.shields.io/badge/huggingface-datasets-teal?logo=huggingface)](https://huggingface.co/datasets/frallebini/gmnerf)
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
@@ -23,6 +27,8 @@ tags:
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
 
28
  If you find our work useful, please cite us:
@@ -33,4 +39,5 @@ If you find our work useful, please cite us:
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
  ```
 
1
+ ---
2
+ datasets:
3
+ - frallebini/gmnerf
4
+ license: mit
5
+ pipeline_tag: feature-extraction
6
+ tags:
7
+ - weight-space-learning
8
+ - nerf
9
+ - graph-metanetwork
10
+ ---
11
 
12
  # Weight Space Representation Learning on Diverse NeRF Architectures (ICLR 2026)
13
 
14
  [![paper](https://img.shields.io/badge/arxiv-paper-darkred?logo=arxiv)](https://arxiv.org/abs/2502.09623)
15
  [![code](https://img.shields.io/badge/github-code-blue?logo=github)](https://github.com/CVLAB-Unibo/gmnerf)
16
+ [![project](https://img.shields.io/badge/project-page-green)](https://cvlab-unibo.github.io/gmnerf)
17
  [![datasets](https://img.shields.io/badge/huggingface-datasets-teal?logo=huggingface)](https://huggingface.co/datasets/frallebini/gmnerf)
18
 
19
  ![teaser](https://cvlab-unibo.github.io/gmnerf/static/images/teaser.svg)
20
 
21
+ This repository contains the models and artifacts for **GM-NeRF**, a framework capable of processing Neural Radiance Fields (NeRFs) with diverse architectures (MLPs, tri-planes, and hash tables) and performing inference on architectures unseen at training time. This is achieved via a Graph Meta-Network trained within an unsupervised representation learning framework.
22
+
23
  ## Repo content
24
 
25
  - `l_con/best.pt`: \\(\mathcal{L}_\text{C}\\) model
 
27
  - `l_rec_con/best.pt`: \\(\mathcal{L}_\text{R+C}\\) model
28
  - `llana`: [LLaNA](https://andreamaduzzi.github.io/llana) model trained on \\(\mathcal{L}_\text{R+C}\\) embeddings
29
 
30
+ For installation and usage instructions (including graph and embedding computation), please refer to the [official GitHub repository](https://github.com/CVLAB-Unibo/gmnerf).
31
+
32
  ## Cite us
33
 
34
  If you find our work useful, please cite us:
 
39
  author = {Ballerini, Francesco and Zama Ramirez, Pierluigi and Di Stefano, Luigi and Salti, Samuele},
40
  booktitle = {The Fourteenth International Conference on Learning Representations},
41
  year = {2026}
42
+ }
43
  ```