File size: 1,091 Bytes
ac36c41
 
689130a
 
 
 
 
 
 
 
 
 
ac36c41
689130a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---

license: cc-by-nc-sa-4.0
tags:
- audio-visual-learning
- neural-radiance-fields
- neural-acoustic-fields
- spatial-audio
- nerfstudio
- pytorch
datasets:
- RAF
- SoundSpaces
---


Official pretrained model weights for NeRAF from the paper: **"NeRAF: 3D Scene Infused Neural Radiance and Acoustic Fields"** (ICLR 2025).

This repository contains pretrained checkpoints for RAF dataset and 6 SoundSpaces scenes.

For training, evaluation, and usage instructions please see the official codebase:
👉 https://github.com/AmandineBtto/NeRAF


You can download all weights using:

```bash

huggingface-cli download AmandineBtto/NeRAF --local-dir weights/NeRAF

```

If you use these weights, please cite:

```

@inproceedings{

    brunetto2025neraf,

    title={Ne{RAF}: 3D Scene Infused Neural Radiance and Acoustic Fields},

    author={Amandine Brunetto and Sascha Hornauer and Fabien Moutarde},

    booktitle={The Thirteenth International Conference on Learning Representations},

    year={2025},

    url={https://openreview.net/forum?id=njvSBvtiwp}

}

```