graysonggg commited on
Commit
752bc68
·
verified ·
1 Parent(s): fae7c2e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,3 +1,49 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pretty_name: DlgQuest-Cities Training Artifacts
4
+ language:
5
+ - en
6
+ tags:
7
+ - visual-place-recognition
8
+ - multimodal
9
+ - dialogue
10
+ - question-generation
11
+ - arxiv:2607.14115
12
  ---
13
+
14
+ # DlgQuest-Cities training artifacts
15
+
16
+ This repository provides the released training files for
17
+ [DialogueVPR: Towards Conversational Visual Place Recognition](https://arxiv.org/abs/2607.14115):
18
+
19
+ - `dq_cities_sft_train_20k.jsonl`: supervised question-generation examples.
20
+ - `dq_cities_grpo_train_10k.jsonl`: GRPO examples with retrieval-reward metadata.
21
+ - `dq_cities_long_captions.tar.gz`: fine-grained street-view descriptions.
22
+
23
+
24
+ Street-view images are not redistributed. Obtain them through
25
+ [GSV-Cities](https://github.com/amaralibey/gsv-cities) and follow the directory layout in the
26
+ [official DlgPR repository](https://github.com/Graysonggg/DlgPR). The final DQ-Pilot checkpoint
27
+ is available at [graysonggg/dlgpr](https://huggingface.co/graysonggg/dlgpr).
28
+
29
+ ## Citation
30
+
31
+ ```bibtex
32
+ @inproceedings{song2026dialoguevpr,
33
+ title={DialogueVPR: Towards Conversational Visual Place Recognition},
34
+ author={Song, Yukun and Wang, Changwei and Pei, Xingtian and Xu, Shibiao and Xu, Wenhao and Chen, Shunpeng and Zhang, Yu and Zhang, Ke and Xu, Rongtao and Feng, Xuxiang and Wang, Pengyang},
35
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
36
+ pages={41100--41110},
37
+ year={2026}
38
+ }
39
+
40
+ @misc{song2026dialoguevpr_arxiv,
41
+ title={DialogueVPR: Towards Conversational Visual Place Recognition},
42
+ author={Song, Yukun and Wang, Changwei and Pei, Xingtian and Xu, Shibiao and Xu, Wenhao and Chen, Shunpeng and Zhang, Yu and Zhang, Ke and Xu, Rongtao and Feng, Xuxiang and Wang, Pengyang},
43
+ year={2026},
44
+ eprint={2607.14115},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.AI},
47
+ url={https://arxiv.org/abs/2607.14115}
48
+ }
49
+ ```