Datasets:

Modalities:
Image
Text
Formats:
json
Languages:
English
ArXiv:
License:
llysglz commited on
Commit
125d8d7
·
verified ·
1 Parent(s): bed1449

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -10,15 +10,16 @@ task_categories:
10
  - image-text-to-text
11
  size_categories:
12
  - 1K<n<10K
 
13
  ---
14
 
15
  # TVR-SFT-VA
16
 
17
- Visual-Action SFT training data for **Target Viewpoint Reproduction (TVR)**, from the paper **"Where to Look: Can Foundation Models Reach a Target Viewpoint Through Active Exploration?"**.
18
 
19
  ## Dataset Description
20
 
21
- Expert trajectories collected by a rule-based planner. Each trajectory is a multi-turn conversation where the agent observes its current view and the target view, then takes an action to reduce the viewpoint discrepancy.
22
 
23
  - **Samples**: 1,600 trajectories (multi-turn, average ~14 turns each)
24
  - **Images**: 22,335 frames (640×360, with CURRENT/TARGET labels burned in)
@@ -62,3 +63,17 @@ Each sample in `sft_train.json`:
62
  ## Usage
63
 
64
  See the [TVRBench repository](https://github.com/aim-uofa/TVRBench) for training configs and full instructions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - image-text-to-text
11
  size_categories:
12
  - 1K<n<10K
13
+ arxiv: 2606.01247
14
  ---
15
 
16
  # TVR-SFT-VA
17
 
18
+ Visual-Action SFT training data for **Target Viewpoint Reproduction (TVR)**, from the paper **"Where to Look: Can Foundation Models Reach a Target Viewpoint Through Active Exploration?"** [[arXiv]](https://arxiv.org/abs/2606.01247).
19
 
20
  ## Dataset Description
21
 
22
+ Expert trajectories collected by a rule-based Dijkstra planner in [AI2-THOR](https://ai2thor.allenai.org/) indoor environments. Each trajectory is a multi-turn conversation where the agent observes its current view and the target view, then takes an action to reduce the viewpoint discrepancy.
23
 
24
  - **Samples**: 1,600 trajectories (multi-turn, average ~14 turns each)
25
  - **Images**: 22,335 frames (640×360, with CURRENT/TARGET labels burned in)
 
63
  ## Usage
64
 
65
  See the [TVRBench repository](https://github.com/aim-uofa/TVRBench) for training configs and full instructions.
66
+
67
+ ## Citation
68
+
69
+ ```bibtex
70
+ @misc{li2026lookfoundationmodelsreach,
71
+ title={Where to Look: Can Foundation Models Reach a Target Viewpoint Through Active Exploration?},
72
+ author={Liyang Li and Muzhi Zhu and Zhiyue Zhao and Hengyu Zhao and Ke Liu and Linhao Zhong and Hao Chen and Chunhua Shen},
73
+ year={2026},
74
+ eprint={2606.01247},
75
+ archivePrefix={arXiv},
76
+ primaryClass={cs.CV},
77
+ url={https://arxiv.org/abs/2606.01247},
78
+ }
79
+ ```