rafiibnsultan commited on
Commit
945dae7
·
verified ·
1 Parent(s): 5677911

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -33,7 +33,7 @@ size_categories:
33
 
34
  > **WalkGPT: Grounded Vision–Language Conversation with Depth-Aware Segmentation for Pedestrian Navigation**
35
  > *(Accepted at CVPR 2026)*
36
- > Paper link: *(Coming soon)*
37
 
38
  PAVE is a spatially grounded VQA benchmark for accessibility-aware reasoning in real-world pedestrian environments,
39
  unifying language understanding, pixel-level grounding, and depth-aware navigation guidance.
@@ -170,9 +170,12 @@ SANPO images are governed by their original license.
170
  If you use PAVE, please cite:
171
 
172
  ```bibtex
173
- @inproceedings{walkgpt2026,
174
- title={WalkGPT: Grounded VisionLanguage Conversation with Depth-Aware Segmentation for Pedestrian Navigation},
175
- author={Rafi Ibn Sultan, Hui Zhu, Xiangyu Zhou, Chengyin Li, Prashant Khanduri, Marco Brocanelli, Dongxiao Zhu},
176
- booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
177
- year={2026}
 
 
 
178
  }
 
33
 
34
  > **WalkGPT: Grounded Vision–Language Conversation with Depth-Aware Segmentation for Pedestrian Navigation**
35
  > *(Accepted at CVPR 2026)*
36
+ > Paper link: https://arxiv.org/abs/2603.10703
37
 
38
  PAVE is a spatially grounded VQA benchmark for accessibility-aware reasoning in real-world pedestrian environments,
39
  unifying language understanding, pixel-level grounding, and depth-aware navigation guidance.
 
170
  If you use PAVE, please cite:
171
 
172
  ```bibtex
173
+ @misc{sultan2026walkgptgroundedvisionlanguageconversation,
174
+ title={WalkGPT: Grounded Vision-Language Conversation with Depth-Aware Segmentation for Pedestrian Navigation},
175
+ author={Rafi Ibn Sultan and Hui Zhu and Xiangyu Zhou and Chengyin Li and Prashant Khanduri and Marco Brocanelli and Dongxiao Zhu},
176
+ year={2026},
177
+ eprint={2603.10703},
178
+ archivePrefix={arXiv},
179
+ primaryClass={cs.CV},
180
+ url={https://arxiv.org/abs/2603.10703},
181
  }