README: Added dataset description, dataset sources, source data, bias, risks and limitaitons
Browse files
README.md
CHANGED
@@ -22,16 +22,13 @@ research on generalizability and robustness. The dataset is curated using the `M
|
|
22 |
- **Curated by:** Airlab at CMU (Cherie Ho, Jiaye Zou, Omar Alama, Sai Mitheran Jagadesh Kumar, Benjamin Chiang, Taneesh Gupta, Chen Wang, Nikhil Keetha, Katia Sycara, Sebastian Scherer)
|
23 |
- **License:** The first-person-view images and the associated metadata of MIA dataset is published under CC-By-SA following Mapillary. The bird’s eye view map of MIA dataset is published under ODbL following OpenStreetMap.
|
24 |
|
25 |
-
### Dataset Sources
|
26 |
-
|
27 |
-
<!-- Provide the basic links for the dataset. -->
|
28 |
-
<!-- Write about mapillary and osm -->
|
29 |
|
30 |
- **Repository:** https://github.com/MapItAnywhere/MapItAnywhere
|
31 |
|
32 |
## Uses
|
33 |
|
34 |
-
|
35 |
### Direct Use
|
36 |
|
37 |
|
@@ -72,30 +69,38 @@ The MIA data engine and dataset were created to accelerate research progress tow
|
|
72 |
|
73 |
### Source Data
|
74 |
|
75 |
-
|
76 |
-
<!-- Broadly talk about source and annotations (lump Data Collection and Processing and Who are the source data producers?) -->
|
77 |
|
|
|
|
|
|
|
78 |
|
|
|
|
|
|
|
79 |
|
80 |
-
## Bias, Risks, and Limitations
|
81 |
|
82 |
-
|
83 |
|
84 |
-
|
|
|
|
|
|
|
|
|
85 |
|
86 |
-
## Citation [optional]
|
87 |
|
88 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
89 |
|
90 |
-
**BibTeX:**
|
91 |
|
92 |
-
[More Information Needed]
|
93 |
|
94 |
-
**APA:**
|
95 |
|
96 |
-
[More Information Needed]
|
97 |
|
98 |
-
## Dataset Card Authors
|
99 |
|
100 |
Cherie Ho, Jiaye Zou, Omar Alama, Sai Mitheran Jagadesh Kumar, Benjamin Chiang, Taneesh Gupta, Chen Wang, Nikhil Keetha, Katia Sycara, Sebastian Scherer
|
101 |
|
|
|
22 |
- **Curated by:** Airlab at CMU (Cherie Ho, Jiaye Zou, Omar Alama, Sai Mitheran Jagadesh Kumar, Benjamin Chiang, Taneesh Gupta, Chen Wang, Nikhil Keetha, Katia Sycara, Sebastian Scherer)
|
23 |
- **License:** The first-person-view images and the associated metadata of MIA dataset is published under CC-By-SA following Mapillary. The bird’s eye view map of MIA dataset is published under ODbL following OpenStreetMap.
|
24 |
|
25 |
+
### Dataset Sources
|
26 |
+
The MIA dataset is generated using the MIA data engine, an open-sourced data curation pipeline for automatically curating paired world-scale FPV & BEV data.
|
|
|
|
|
27 |
|
28 |
- **Repository:** https://github.com/MapItAnywhere/MapItAnywhere
|
29 |
|
30 |
## Uses
|
31 |
|
|
|
32 |
### Direct Use
|
33 |
|
34 |
|
|
|
69 |
|
70 |
### Source Data
|
71 |
|
72 |
+
The MIA dataset includes data from two sources: [Mapillary](https://www.mapillary.com/) for First-Person-View (FPV) images, and [OpenStreetMap](https://www.openstreetmap.org) for Bird-Eye-View (BEV) maps.
|
|
|
73 |
|
74 |
+
For FPV retrieval, we leverage Mapillary, a massive public database, licensed under [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/), with over 2 billion crowd-sourced images. The images span various weather and lighting conditions collected using diverse camera models and focal lengths. Furthermore, images are taken by pedestrians, vehicles, bicyclists, etc. This diversity enables the collection of more dynamic and difficult scenarios critical for anywhere map prediction.
|
75 |
+
When uploading to the Mapillary platform, users submit them under Mapillary's terms and all images shared are under a CC-BY-SA license, more details can be found in [Mapillary License Page](https://help.mapillary.com/hc/en-us/articles/115001770409-Licenses).
|
76 |
+
In addition, Mapillary integrates several mechanisms to minimize privacy concerns, such as applying technology to blur any faces and license plates, requiring users to notify if they observe any imageries that may contain personal data. More information can be found on the [Mapillary Privacy Policy page](https://www.mapillary.com/privacy).
|
77 |
|
78 |
+
For BEV retrieval, we leverage OpenStreetMap (OSM), a global crowd-sourced mapping platform open-sourced under [Open Data Commons Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/). OSM provides
|
79 |
+
rich vectorized annotations for streets, sidewalks, buildings, etc. OpenStreetMap has limitations on mapping private information where "it violates the privacy
|
80 |
+
of people living in this world", with guidelines found [here](https://wiki.openstreetmap.org/wiki/Limitations_on_mapping_private_information).
|
81 |
|
|
|
82 |
|
83 |
+
## Bias, Risks, and Limitations
|
84 |
|
85 |
+
While we show promising generalization performance on conventional datasets, we note that label noise inherently exists, to a higher degree
|
86 |
+
than manually collected data, in crowd sourced data, in both pose correspondence, and in BEV map labeling. Such noise is common across large-scale
|
87 |
+
automatically scraped/curated benchmarks such as ImageNet. While we recognize that our sampled dataset is biased towards locations in the US, our MIA data engine is
|
88 |
+
applicable to other world-wide locations.
|
89 |
+
Our work relies heavily on crowd sourced data putting the burden of data collection on people and open-source contributions.
|
90 |
|
91 |
+
<!-- ## Citation [optional] -->
|
92 |
|
93 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
94 |
|
95 |
+
<!-- **BibTeX:** -->
|
96 |
|
97 |
+
<!-- [More Information Needed] -->
|
98 |
|
99 |
+
<!-- **APA:** -->
|
100 |
|
101 |
+
<!-- [More Information Needed] -->
|
102 |
|
103 |
+
## Dataset Card Authors
|
104 |
|
105 |
Cherie Ho, Jiaye Zou, Omar Alama, Sai Mitheran Jagadesh Kumar, Benjamin Chiang, Taneesh Gupta, Chen Wang, Nikhil Keetha, Katia Sycara, Sebastian Scherer
|
106 |
|