Upload folder using huggingface_hub
Browse files- .gitattributes +0 -1
- .gitignore +13 -0
- README.md +135 -0
- assets/4d_logo.png +3 -0
- assets/bench_compare.png +3 -0
- assets/bench_examples.png +3 -0
- assets/data_dist.png +3 -0
- assets/error_dist.png +3 -0
- assets/pipeline.png +3 -0
- assets/results.png +3 -0
- assets/teaser.png +3 -0
- meta_info/foundation_perception.json +0 -0
- meta_info/holistic_reasoning_spatial.json +0 -0
- meta_info/holistic_reasoning_temporal.json +0 -0
- starbench_audios.tar.gz +3 -0
.gitattributes
CHANGED
|
@@ -9,7 +9,6 @@
|
|
| 9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 12 |
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
| 2 |
+
Thumbs.db
|
| 3 |
+
__pycache__/
|
| 4 |
+
*.pyc
|
| 5 |
+
*.log
|
| 6 |
+
*.tmp
|
| 7 |
+
|
| 8 |
+
meta_info/holistic_reasoning_temporal_otherinfo.jsonl
|
| 9 |
+
meta_info/foundation_perception/*
|
| 10 |
+
meta_info/foundation_perception_todel/*
|
| 11 |
+
starbench_audios/*
|
| 12 |
+
meta_info_old
|
| 13 |
+
starbench_audios
|
README.md
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
modalities:
|
| 4 |
+
- audio
|
| 5 |
+
- text
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: temporal_reasoning
|
| 8 |
+
data_files:
|
| 9 |
+
- split: test
|
| 10 |
+
path: "meta_info/holistic_reasoning_temporal.json"
|
| 11 |
+
default: true
|
| 12 |
+
|
| 13 |
+
- config_name: spatial_reasoning
|
| 14 |
+
data_files:
|
| 15 |
+
- split: test
|
| 16 |
+
path: "meta_info/holistic_reasoning_spatial.json"
|
| 17 |
+
|
| 18 |
+
- config_name: perception
|
| 19 |
+
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: "meta_info/foundation_perception.json"
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
<div align="center">
|
| 25 |
+
<div align="center">
|
| 26 |
+
<img src="assets/4d_logo.png" width="160"/>
|
| 27 |
+
<h1 align="center">
|
| 28 |
+
STAR-Bench: Probing Deep Spatio-Temporal Reasoning as Audio 4D Intelligence
|
| 29 |
+
</h1>
|
| 30 |
+
</div>
|
| 31 |
+
<p align="center">
|
| 32 |
+
<a href="https://scholar.google.com/citations?user=iELd-Q0AAAAJ"><strong>Zihan Liu<sup>*</sup></strong></a>
|
| 33 |
+
·
|
| 34 |
+
<a href="https://scholar.google.com/citations?user=mXSpi2kAAAAJ&hl=zh-CN"><strong>Zhikang Niu<sup>*</sup></strong></a>
|
| 35 |
+
·
|
| 36 |
+
<a href="https://github.com/akkkkkkkkki/"><strong>Qiuyang Xiao</strong></a>
|
| 37 |
+
·
|
| 38 |
+
<a href="https://scholar.google.com/citations?user=WYwBrzAAAAAJ&hl=en"><strong>Zhisheng Zheng</strong></a>
|
| 39 |
+
·
|
| 40 |
+
<a href="https://github.com/yrqqqq404"><strong>Ruoqi Yuan</strong></a>
|
| 41 |
+
·
|
| 42 |
+
<a href="https://yuhangzang.github.io/"><strong>Yuhang Zang<sup>†</sup></strong></a>
|
| 43 |
+
</br>
|
| 44 |
+
<a href="https://scholar.google.com/citations?user=sJkqsqkAAAAJ"><strong>Yuhang Cao</strong></a>
|
| 45 |
+
·
|
| 46 |
+
<a href="https://lightdxy.github.io/"><strong>Xiaoyi Dong</strong></a>
|
| 47 |
+
·
|
| 48 |
+
<a href="https://scholar.google.com/citations?user=P4yNnSkAAAAJ&hl=zh-TW"><strong>Jianze Liang</strong></a>
|
| 49 |
+
·
|
| 50 |
+
<a href="https://scholar.google.com/citations?user=d6u01FkAAAAJ&hl=en"><strong>Xie Chen</strong></a>
|
| 51 |
+
·
|
| 52 |
+
<a href="https://scholar.google.com/citations?user=QVHvhM4AAAAJ&hl=en"><strong>Leilei Sun</strong></a>
|
| 53 |
+
·
|
| 54 |
+
<a href="http://dahua.site/"><strong>Dahua Lin</strong></a>
|
| 55 |
+
·
|
| 56 |
+
<a href="https://myownskyw7.github.io/"><strong>Jiaqi Wang<sup>†</sup></strong></a>
|
| 57 |
+
</p>
|
| 58 |
+
<p align="center" style="font-size: 1em; margin-top: -1em"> <sup>*</sup> Equal Contribution. <sup>†</sup>Corresponding authors. </p>
|
| 59 |
+
<p align="center" style="font-size: 1.2em; margin-top: 0.5em">
|
| 60 |
+
📖<a href="">arXiv</a>
|
| 61 |
+
|🏠<a href="https://github.com/InternLM/StarBench">Code</a>
|
| 62 |
+
|🌐<a href="https://internlm.github.io/StarBench/">Homepage</a>
|
| 63 |
+
| 🤗<a href="https://huggingface.co/datasets/internlm/STAR-Bench">Dataset</a>
|
| 64 |
+
|
| 65 |
+
</p>
|
| 66 |
+
</div>
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
## 🌈Overview
|
| 70 |
+
We formalize <strong>audio 4D intelligence</strong> that is defined as reasoning over sound dynamics in time and 3D space, and introduce a <strong>STAR-Bench</strong> to measure it. STAR-Bench combines a <strong>Foundational Acoustic Perception</strong>setting (six attributes under absolute and relative regimes) with a <strong>Holistic Spatio-Temporal Reasoning</strong> setting that includes segment reordering for continuous and discrete processes and spatial tasks spanning static localization, multi-source relations, and dynamic trajectories.
|
| 71 |
+
<p style="text-align: center;">
|
| 72 |
+
<img src="assets/teaser.png" alt="teaser" width="100%">
|
| 73 |
+
</p>
|
| 74 |
+
Unlike prior benchmarks where caption-only answering reduces accuracy slightly, STAR-Bench induces far larger drops (-31.5\% temporal, -35.2\% spatial), evidencing its focus on <strong>linguistically hard-to-describe cues</strong>.
|
| 75 |
+
Evaluating 19 models reveals substantial gaps to humans and a capability hierarchy. Our STAR-Bench provides critical insights and a clear path forward for developing future models with a more robust understanding of the physical world.
|
| 76 |
+
|
| 77 |
+
Benchmark examples are illustrated below. You can also visit the [homepage](https://internlm.github.io/StarBench/) for a more intuitive overview.
|
| 78 |
+
</p>
|
| 79 |
+
<p style="text-align: center;">
|
| 80 |
+
<img src="assets/bench_examples.png" alt="STAR-Bench Examples" width="100%">
|
| 81 |
+
</p>
|
| 82 |
+
|
| 83 |
+
<!-- A comparative overview of our benchmark against other representative audio benchmarks is shown below.
|
| 84 |
+
<p style="text-align: center;">
|
| 85 |
+
<img src="assets/bench_compare.png" alt="Comparison among Benchmarks" width="100%">
|
| 86 |
+
</p> -->
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
## 📊Results and Analysis
|
| 91 |
+
Evaluation results of various models on STAR-Bench v0.5 are shown below.
|
| 92 |
+
The leaderboard for v1.0 will be released soon.
|
| 93 |
+
<p style="text-align: center;">
|
| 94 |
+
<img src="assets/results.png" alt="Results" width="100%">
|
| 95 |
+
</p>
|
| 96 |
+
Error distribution across temporal and spatial Tasks:
|
| 97 |
+
<p style="text-align: center;">
|
| 98 |
+
<img src="assets/error_dist.png" alt="Results" width="100%">
|
| 99 |
+
</p>
|
| 100 |
+
|
| 101 |
+
## 💡 Key Insights
|
| 102 |
+
- 🔥**A clear capability hierarchy between the two groups.** Closed-source models are bottlenecked by fine-grained perception, while open-source models lag across perception, knowledge, and reasoning.
|
| 103 |
+
- 🔥 **Enhancing dense audio captioning.** Open-source models struggle to produce dense, fine-grained captions, which limits their perceptual sensitivity and ability to extract embedded knowledge. Bridging this gap is a crucial first step.
|
| 104 |
+
- 🔥 **Improving multi-audio reasoning.** Open-source models lag significantly in comparing, integrating, and grounding information across multiple audio clips.
|
| 105 |
+
- 🔥 **Moving beyond channel-averaged audio preprocessing.** The common practice of averaging multi-channel audio into a mono signal is a major bottleneck for spatial reasoning. Developing architectures that natively process multi-channel cues is essential for unlocking genuine spatial awareness.
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
|
| 109 |
+
## ⚙️Data Curation
|
| 110 |
+
<p style="text-align: center;">
|
| 111 |
+
<img src="assets/data_dist.png" alt="" width="90%">
|
| 112 |
+
</p>
|
| 113 |
+
All audio for the foundational perception task is synthesized using precise parameterization or the Pyroomacoustics physics-based simulator, providing complete control over acoustic parameters. Domain experts rigorously validate the task difficulty
|
| 114 |
+
levels, which are then calibrated through human testing.</br>
|
| 115 |
+
For the holistic spatio-temporal reasoning task, the curation process comprises four key stages, including human annotation and final selection based on human performance, as illustrated below.
|
| 116 |
+
<p style="text-align: center;">
|
| 117 |
+
<img src="assets/pipeline.png" alt="pipeline" width="90%">
|
| 118 |
+
</p>
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
## ✒️Citation
|
| 122 |
+
```
|
| 123 |
+
TBD
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
## 📄 License
|
| 127 |
+
  **Usage and License Notices**: The data and code are intended and licensed for research use only.
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
|
assets/4d_logo.png
ADDED
|
Git LFS Details
|
assets/bench_compare.png
ADDED
|
Git LFS Details
|
assets/bench_examples.png
ADDED
|
Git LFS Details
|
assets/data_dist.png
ADDED
|
Git LFS Details
|
assets/error_dist.png
ADDED
|
Git LFS Details
|
assets/pipeline.png
ADDED
|
Git LFS Details
|
assets/results.png
ADDED
|
Git LFS Details
|
assets/teaser.png
ADDED
|
Git LFS Details
|
meta_info/foundation_perception.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta_info/holistic_reasoning_spatial.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta_info/holistic_reasoning_temporal.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
starbench_audios.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8bcdaf5605430782672673adf834e0e16c6cbe12d66e530cd202e417dec0c49
|
| 3 |
+
size 2738479103
|