gmnerf / README.md
nielsr's picture
nielsr HF Staff
Improve model card metadata and links
cd1aeac verified
|
raw
history blame
1.99 kB
metadata
datasets:
  - frallebini/gmnerf
license: mit
pipeline_tag: feature-extraction
tags:
  - weight-space-learning
  - nerf
  - graph-metanetwork

Weight Space Representation Learning on Diverse NeRF Architectures (ICLR 2026)

paper code project datasets

teaser

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.

Repo content

  • l_con/best.pt: LC\mathcal{L}_\text{C} model
  • l_rec/best.pt: LR\mathcal{L}_\text{R} model
  • l_rec_con/best.pt: LR+C\mathcal{L}_\text{R+C} model
  • llana: LLaNA model trained on LR+C\mathcal{L}_\text{R+C} embeddings

For installation and usage instructions (including graph and embedding computation), please refer to the official GitHub repository.

Cite us

If you find our work useful, please cite us:

@inproceedings{ballerini2026weight,
  title = {Weight Space Representation Learning on Diverse {NeRF} Architectures},
  author = {Ballerini, Francesco and Zama Ramirez, Pierluigi and Di Stefano, Luigi and Salti, Samuele},
  booktitle = {The Fourteenth International Conference on Learning Representations},
  year = {2026}
}