Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
The Dataset Viewer has been disabled on this dataset.

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

[arXiv | project page]

NeRF weights

Main dataset structure:

.
└── nerf/
    └── shapenet/
        ├── hash/
        │   └── class_id/
        │       └── nerf_id/
        │           ├── train/
        │           │   └── *.png              # object views used to train the NeRF
        │           ├── grid.pth               # nerfacc-like occupancy grid parameters
        │           ├── nerf_weights.pth       # nerfacc-like NeRF parameters
        │           └── transforms_train.json  # camera poses
        ├── mlp/
        │   └── class_id/
        │       └── nerf_id/
        │           ├── train/
        │           │   └── *.png                 
        │           ├── grid.pth                
        │           ├── nerf_weights.pth        
        │           └── transforms_train.json
        ├── triplane/
        │   └── class_id/
        │       └── nerf_id/
        │           ├── train/
        │           │   └── *.png                 
        │           ├── grid.pth                
        │           ├── nerf_weights.pth        
        │           └── transforms_train.json
        ├── test.txt                           # test split
        ├── train.txt                          # training split
        └── val.txt                            # validation split

Unseen architectures (nerf/hash_unseen/*, nerf/mlp_unseen/*, and nerf/triplane_unseen/*) and Objaverse NeRFs (nerf/objaverse/*) have an analogous directory structure.

NeRF graphs

Main dataset structure:

.
└── graph/
    ├── hash/
    │   ├── test/
    │   │   └── *.pt  # torch_geometric-like graph data
    │   ├── train/
    │   │   └── *.pt
    │   └── val/
    │       └── *.pt
    ├── mlp/
    │   ├── test/
    │   │   └── *.pt
    │   ├── train/
    │   │   └── *.pt
    │   └── val/
    │       └── *.pt
    └── triplane/
        ├── test/
        │   └── *.pt
        ├── train/
        │   └── *.pt
        └── val/
            └── *.pt

Unseen architectures (graph/hash_unseen/*, graph/mlp_unseen/*, and graph/triplane_unseen/*) and Objaverse NeRFs (graph/objaverse/*) have an analogous directory structure.

Code

The official code repository will be available soon. In the meantime, here are some links to the (unpolished) code used to train the NeRFs contained in the dataset:

If you are interested in running this code, follow this README to install the required libraries.

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}
Downloads last month
133

Paper for frallebini/gmnerf