Update README.md
Browse files
README.md
CHANGED
|
@@ -112,4 +112,19 @@ Such diversity enables a **comprehensive evaluation** of model generalizability
|
|
| 112 |
},
|
| 113 |
...
|
| 114 |
]
|
| 115 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
},
|
| 113 |
...
|
| 114 |
]
|
| 115 |
+
}
|
| 116 |
+
```
|
| 117 |
+
|
| 118 |
+
---
|
| 119 |
+
|
| 120 |
+
## 📚 Citation
|
| 121 |
+
```bibtex
|
| 122 |
+
@InProceedings{Choi_2025_ICCV,
|
| 123 |
+
author = {Choi, Hahyeon and Lee, Junhoo and Kwak, Nojun},
|
| 124 |
+
title = {What's Making That Sound Right Now? Video-centric Audio-Visual Localization},
|
| 125 |
+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 126 |
+
month = {October},
|
| 127 |
+
year = {2025},
|
| 128 |
+
pages = {20095-20104}
|
| 129 |
+
}
|
| 130 |
+
```
|