File size: 3,007 Bytes
f963213
 
 
 
 
 
 
 
a2176f3
f963213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fbefe69
 
34227fb
fbefe69
 
 
 
 
34227fb
fbefe69
 
 
 
 
f963213
 
 
fbefe69
 
 
 
f963213
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: cc-by-nc-sa-4.0
---

<p align="center">
  <img src="overview.png" width="700", style="border-radius:10%">
  <h1 align="center">ArgoTweak: Towards Self-Updating HD Maps through Structured Priors</h1>
  <h3 align="center">
    <a href="https://Lwildd.github.io">Lena Wild</a>,
    <a href="https://sites.google.com/site/rafaelvalenciacarreno/home">Rafael Valencia</a>,
    <a href="https://www.kth.se/profile/patric">Patric Jensfelt</a>
  </h3>
  
</p>
<p align="center">
  <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
    <img src="https://img.shields.io/badge/license-CC--BY--NC--SA%204.0-lightgrey.svg" alt="License: CC BY-NC-SA 4.0">
  </a>
</p>

## About
Reliable integration of prior information is crucial for selfverifying and self-updating HD maps. However, no public dataset includes the required triplet of prior maps, current maps, and sensor data. As a result, existing methods must rely on synthetic priors, which create inconsistencies and lead to a significant sim2real gap. To address this, we introduce ArgoTweak, the first dataset to complete the triplet with realistic map priors. At its core, ArgoTweak employs a bijective mapping framework, breaking down large-scale modifications into fine-grained atomic changes at the map element level, thus ensuring interpretability. This paradigm shift enables accurate change detection and integration while preserving unchanged elements with high fidelity.

## License
This dataset is derived from the [Argoverse 2 Map Change Dataset](https://www.argoverse.org/av2.html#mapchange-link), originally released by Argo AI under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
Our annotations are licensed under the same terms. 

## [v1.0.0] – 2025-08-01
🚀 Official release of the ArgoTweak dataset
The numbers in the paper have been achieved with a legacy version (v0) of ArgoTweak. The official version v1 has been improved as follows:

- Refined lane segment connectivities (predecessors/successors) in multiple scenes 
- Annotated changes in the test split that were not identified in the original dataset [https://github.com/johnwlambert/tbv/blob/main/labeled_data/tbv_val_split_annotations.json](https://github.com/johnwlambert/tbv/blob/main/labeled_data/tbv_val_split_annotations.json)
- Improved consistencies of geometry annotations in several maps
- Removed incorrect intersection status of isolated lane segments
  
If, for any reason, you require access to the legacy version (v0) of ArgoTweak, please contact the authors directly.

## Quick Start 
Please refer to our ✨[dataset page](https://KTH-RPL.github.io/ArgoTweak)✨ for more detail.

## Citation
```
@inproceedings{wild2025argotweak,
  title={ArgoTweak: Towards Self-Updating HD Maps through Structured Priors},
  author={Lena Wild and Rafael Valencia and Patric Jensfelt},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
  year={2025}
}
```