Add dataset card and link to paper
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- video-text-to-text
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# VisCoP Dataset
|
| 7 |
+
|
| 8 |
+
This repository contains the training and evaluation data for **VisCoP: Visual Probing for Video Domain Adaptation of Vision Language Models**.
|
| 9 |
+
|
| 10 |
+
- **Paper:** [VisCoP: Visual Probing for Video Domain Adaptation of Vision Language Models](https://huggingface.co/papers/2510.13808)
|
| 11 |
+
- **Repository:** [GitHub - dominickrei/VisCoP](https://github.com/dominickrei/VisCoP)
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
VisCoP is a parameter-efficient adaptation framework designed to adapt Vision Language Models (VLMs) to new domains (e.g., cross-view, cross-modal, and cross-task settings) using a compact set of learnable visual probes. This dataset provides the instruction pairs and videos used for training and evaluating VisCoP across these scenarios.
|
| 16 |
+
|
| 17 |
+
### Training Data
|
| 18 |
+
The training dataset includes:
|
| 19 |
+
- **Egocentric Viewpoint:** Instructions and videos.
|
| 20 |
+
- **Depth Modality:** Instructions and videos.
|
| 21 |
+
|
| 22 |
+
### Evaluation Data
|
| 23 |
+
We evaluate VisCoP across multiple target domains using the following benchmarks:
|
| 24 |
+
- **Egocentric Viewpoint:** Ego-in-Exo PerceptionMCQ, EgoSchema, NeXTQA, VideoMME, ADL-X.
|
| 25 |
+
- **Depth Modality:** Exo Depth videos (contained in `depth_videos.zip`).
|
| 26 |
+
- **Robot Control:** VIMA-Bench.
|
| 27 |
+
|
| 28 |
+
For detailed setup and evaluation protocols, please refer to the [GitHub Repository](https://github.com/dominickrei/VisCoP).
|
| 29 |
+
|
| 30 |
+
## Citation
|
| 31 |
+
|
| 32 |
+
```bibtex
|
| 33 |
+
@inproceedings{reilly2026viscop,
|
| 34 |
+
title = {VisCoP: Visual Probing for Video Domain Adaptation of Vision Language Models},
|
| 35 |
+
author = {Dominick Reilly and Manish Kumar Govind and Le Xue and Srijan Das},
|
| 36 |
+
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
|
| 37 |
+
year = {2026}
|
| 38 |
+
}
|
| 39 |
+
```
|