Improve model card metadata and links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,21 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
--
|
|
|
|
| 10 |
|
| 11 |
# Weight Space Representation Learning on Diverse NeRF Architectures (ICLR 2026)
|
| 12 |
|
| 13 |
[](https://arxiv.org/abs/2502.09623)
|
| 14 |
[](https://github.com/CVLAB-Unibo/gmnerf)
|
|
|
|
| 15 |
[](https://huggingface.co/datasets/frallebini/gmnerf)
|
| 16 |
|
| 17 |

|
| 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 |
[](https://arxiv.org/abs/2502.09623)
|
| 15 |
[](https://github.com/CVLAB-Unibo/gmnerf)
|
| 16 |
+
[](https://cvlab-unibo.github.io/gmnerf)
|
| 17 |
[](https://huggingface.co/datasets/frallebini/gmnerf)
|
| 18 |
|
| 19 |

|
| 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 |
```
|