3D spatial reasoning in dynamic audio-visual environments remains largely unexplored by current Audio-Visual LLMs (AV-LLMs). SAVVY introduces a training-free reasoning pipeline that enhances AV-LLMs by recovering object trajectories and constructing unified global 3D maps for spatial question answering. Alongside the algorithm, we present SAVVY-Bench, the first benchmark for evaluating dynamic 3D spatial reasoning in audio-visual environments.
⭐ If this project helps your research, a star is appreciated!
This project consists of three main components, each hosted in separate repositories:
| Component | Folder | Description |
|---|---|---|
| SAVVY Algorithm | SAVVY | Training-free spatial reasoning pipeline; data preprocessing tools, benchmark data, annotations |
| SAVVY-Bench Dataset | HuggingFace | Preview QA pairs in the Hugging Face Data Studio |
| Evaluation Code | SAVVY-Bench | Multi-model benchmarking framework |
Main Algorithm Repository - Core SAVVY pipeline implementation
The SAVVY algorithm employs a multi-stage reasoning approach:
Get Started: Visit the SAVVY repository for installation, usage instructions, and algorithm details.
Hugging Face Repository - Benchmark dataset, annotations, and data preprocessing tools
SAVVY-Bench is constructed through a four-stage pipeline combining automated tools with human validation:
Access Dataset:
data_utils/ folderEvaluation Repository - We currently support the evaluation of the following AV-LLMs on SAVVY-Bench:
Run Benchmarks: Visit the SAVVY-Bench evaluation repository for setup instructions and evaluation scripts.
If you use SAVVY or SAVVY-Bench in your research, please cite:
@inproceedings{NEURIPS2025_ac895e51,
author = {Chen, Mingfei and Cui, Zijun and Liu, Xiulong and Xiang, Jinlin and Zheng, Yang and Li, Jingyuan and Shlizerman, Eli},
booktitle = {Advances in Neural Information Processing Systems},
editor = {D. Belgrave and C. Zhang and H. Lin and R. Pascanu and P. Koniusz and M. Ghassemi and N. Chen},
pages = {118999--119038},
publisher = {Curran Associates, Inc.},
title = {SAVVY: Spatial Awareness via Audio-Visual LLMs through Seeing and Hearing},
url = {https://proceedings.neurips.cc/paper_files/paper/2025/file/ac895e51849bfc99ae25e054fd4c2eda-Paper-Conference.pdf},
volume = {38},
year = {2025}
}
Please refer to individual component licenses:
Python
97.1%
Shell
2.9%
3D spatial reasoning in dynamic audio-visual environments remains largely unexplored by current Audio-Visual LLMs (AV-LLMs). SAVVY introduces a training-free reasoning pipeline that enhances AV-LLMs by recovering object trajectories and constructing unified global 3D maps for spatial question answering. Alongside the algorithm, we present SAVVY-Bench, the first benchmark for evaluating dynamic 3D spatial reasoning in audio-visual environments.
⭐ If this project helps your research, a star is appreciated!
This project consists of three main components, each hosted in separate repositories:
| Component | Folder | Description |
|---|---|---|
| SAVVY Algorithm | SAVVY | Training-free spatial reasoning pipeline; data preprocessing tools, benchmark data, annotations |
| SAVVY-Bench Dataset | HuggingFace | Preview QA pairs in the Hugging Face Data Studio |
| Evaluation Code | SAVVY-Bench | Multi-model benchmarking framework |
Main Algorithm Repository - Core SAVVY pipeline implementation
The SAVVY algorithm employs a multi-stage reasoning approach:
Get Started: Visit the SAVVY repository for installation, usage instructions, and algorithm details.
Hugging Face Repository - Benchmark dataset, annotations, and data preprocessing tools
SAVVY-Bench is constructed through a four-stage pipeline combining automated tools with human validation:
Access Dataset:
data_utils/ folderEvaluation Repository - We currently support the evaluation of the following AV-LLMs on SAVVY-Bench:
Run Benchmarks: Visit the SAVVY-Bench evaluation repository for setup instructions and evaluation scripts.
If you use SAVVY or SAVVY-Bench in your research, please cite:
@inproceedings{NEURIPS2025_ac895e51,
author = {Chen, Mingfei and Cui, Zijun and Liu, Xiulong and Xiang, Jinlin and Zheng, Yang and Li, Jingyuan and Shlizerman, Eli},
booktitle = {Advances in Neural Information Processing Systems},
editor = {D. Belgrave and C. Zhang and H. Lin and R. Pascanu and P. Koniusz and M. Ghassemi and N. Chen},
pages = {118999--119038},
publisher = {Curran Associates, Inc.},
title = {SAVVY: Spatial Awareness via Audio-Visual LLMs through Seeing and Hearing},
url = {https://proceedings.neurips.cc/paper_files/paper/2025/file/ac895e51849bfc99ae25e054fd4c2eda-Paper-Conference.pdf},
volume = {38},
year = {2025}
}
Please refer to individual component licenses:
Python
97.1%
Shell
2.9%