hzcar commited on
Commit
08bf747
·
verified ·
1 Parent(s): e18b6dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset README
2
+
3
+ This repository provides all datasets and model checkpoints required for the paper:
4
+
5
+ [Adaptive Dual Uncertainty Optimization: Boosting Monocular 3D Object Detection under Test-Time Shifts 🔗](https://github.com/hzcar/DUO)
6
+ *Zixuan Hu, Dongxiao Li, Xinzhu Ma, Shixiang Tang, Xiaotong Li, Wenhan Yang, Ling-Yu Duan*
7
+ (**ICCV 2025 Highlight**)
8
+
9
+ ---
10
+
11
+ ## Repository Structure
12
+
13
+ - **kitti-c1.zip** and **kitti-c2.zip**
14
+ After extraction, together they form the complete **KITTI-C** dataset.
15
+
16
+ - **Nuscenes.zip**
17
+ Contains the splitted datasets across four different scenarios.
18
+
19
+ - **source_ckpt.zip**
20
+ Includes all necessary model checkpoints.
21
+
22
+ ---
23
+
24
+ ## Notes
25
+
26
+ ⚠️ The corruption process in **KITTI-C** involves certain randomness, which may lead to slight fluctuations in detection performance.
27
+ If you use the dataset provided in this repository, please make sure to properly acknowledge it in your citation.
28
+
29
+ ---
30
+
31
+ ## Project Website
32
+
33
+ 👉 [https://github.com/hzcar/DUO](https://github.com/hzcar/DUO)
34
+
35
+ ## Citation
36
+ If our datasets and models are helpful in your research, please consider citing our paper:
37
+ ```
38
+ @article{hu2025beyond,
39
+ title={Beyond Entropy: Region Confidence Proxy for Wild Test-Time Adaptation},
40
+ author={Hu, Zixuan and Hu, Yichun and Li, Xiaotong and Tang, Shixiang and Duan, Ling-Yu},
41
+ journal={arXiv preprint arXiv:2505.20704},
42
+ year={2025}
43
+ }
44
+ ```