ftaioli commited on
Commit
218f80c
·
verified ·
1 Parent(s): a5c5412
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Collaborative Instance Object Navigation
3
+ size_categories:
4
+ - 1K<n<10K
5
+ ---
6
+
7
+ # Collaborative Instance Object Navigation - CoIN-Bench dataset - ICCV 25
8
+
9
+ <!-- Provide a quick summary of the dataset. -->
10
+
11
+ We introduce Collaborative Instance object Navigation (CoIN), a new task setting where the agent actively resolve uncertainties about the target instance during navigation in
12
+ natural, template-free, open-ended dialogues with human.
13
+ ## Dataset Details
14
+ Please see our ICCV 25 accepted paper: [```Collaborative Instance Object Navigation: Leveraging Uncertainty-Awareness to Minimize Human-Agent Dialogues.```](https://arxiv.org/abs/2412.01250)
15
+
16
+ For more information, visit our [Github repo.](https://github.com/intelligolabs/CoIN)
17
+
18
+ ### Dataset Description
19
+
20
+ <!-- Provide a longer summary of what this dataset is. -->
21
+
22
+
23
+
24
+ - **Curated by:** [Francesco Taioli](https://francescotaioli.github.io/) and Edoardo Zorzi.
25
+
26
+
27
+ <!-- ## Uses -->
28
+
29
+ <!-- Address questions around how the dataset is intended to be used. -->
30
+
31
+
32
+ <!-- ## Dataset Structure -->
33
+
34
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
35
+
36
+ <!-- [More Information Needed] -->
37
+
38
+ ## Citation
39
+
40
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
41
+
42
+ **BibTeX:**
43
+ ```
44
+ @misc{taioli2025collaborativeinstanceobjectnavigation,
45
+ title={Collaborative Instance Object Navigation: Leveraging Uncertainty-Awareness to Minimize Human-Agent Dialogues},
46
+ author={Francesco Taioli and Edoardo Zorzi and Gianni Franchi and Alberto Castellini and Alessandro Farinelli and Marco Cristani and Yiming Wang},
47
+ year={2025},
48
+ eprint={2412.01250},
49
+ archivePrefix={arXiv},
50
+ primaryClass={cs.AI},
51
+ url={https://arxiv.org/abs/2412.01250},
52
+ }
53
+ ```