Add files using upload-large-folder tool
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# THINGS-EEG
|
| 2 |
+
This dataset is a processed version of **THINGS-EEG**, derived from the paper [Bridging the Vision-Brain Gap with an Uncertainty-Aware Blur Prior](https://arxiv.org/abs/2503.04207) (CVPR 2025). In this version, the EEG data is stored in float16 format, reducing the storage size by half. The original official dataset can be accessed from the [OSF repository](https://osf.io/anp5v/files/osfstorage).
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
Original official dataset:
|
| 6 |
+
- [A large and rich EEG dataset for modeling human visual object recognition](https://www.sciencedirect.com/science/article/pii/S1053811922008758) [THINGS-EEG]
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
## Citation
|
| 10 |
+
|
| 11 |
+
```bibtex
|
| 12 |
+
@InProceedings{Wu2025UBP,
|
| 13 |
+
title = {Bridging the Vision-Brain Gap with an Uncertainty-Aware Blur Prior},
|
| 14 |
+
author = {Wu, Haitao and Li, Qing and Zhang, Changqing and He, Zhen and Ying, Xiaomin},
|
| 15 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 16 |
+
year = {2025}
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
@article{gifford2022large,
|
| 20 |
+
title={A large and rich EEG dataset for modeling human visual object recognition},
|
| 21 |
+
author={Gifford, Alessandro T and Dwivedi, Kshitij and Roig, Gemma and Cichy, Radoslaw M},
|
| 22 |
+
journal={NeuroImage},
|
| 23 |
+
volume={264},
|
| 24 |
+
pages={119754},
|
| 25 |
+
year={2022},
|
| 26 |
+
publisher={Elsevier}
|
| 27 |
+
}
|
| 28 |
+
```
|