You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**DeFlow: Decoder of Scene Flow Network in Autonomous Driving**
51
55
*Qingwen Zhang, Yi Yang, Heng Fang, Ruoyu Geng, Patric Jensfelt*
52
56
International Conference on Robotics and Automation (**ICRA**) 2024
@@ -62,6 +66,7 @@ Additionally, *OpenSceneFlow* integrates following excellent works: [ICLR'24 Zer
62
66
-[x][NSFP](https://arxiv.org/abs/2111.01253): NeurIPS 2021, faster 3x than original version because of [our CUDA speed up](assets/cuda/README.md), same (slightly better) performance.
-[ ][Floxels](https://arxiv.org/abs/2503.04718): CVPR 2025. SSL optimization-based. coding now but not yet ready for release as lower performance than reported. check [branch code](https://github.com/Kin-Zhang/OpenSceneFlow/tree/feature/floxels) for more details.
65
70
-[ ][EulerFlow](https://arxiv.org/abs/2410.02031): ICLR 2025. SSL optimization-based. In my plan, haven't coding yet.
66
71
67
72
</details>
@@ -144,7 +149,7 @@ Train DeltaFlow with the leaderboard submit config. [Runtime: Around 18 hours in
144
149
145
150
```bash
146
151
# total bz then it's 10x2 under above training setup.
Extra pakcges needed for VoteFlow, [pytorch3d](https://pytorch3d.org/) (prefer 0.7.7) and [torch-scatter](https://github.com/rusty1s/pytorch_scatter?tab=readme-ov-file) (prefer 2.1.2):
216
221
217
222
```bash
@@ -350,6 +355,13 @@ It is actively maintained and developed by the community (ref. below works).
350
355
If you find it useful, please cite our works:
351
356
352
357
```bibtex
358
+
@inproceedings{zhang2026teflow,
359
+
title = {{TeFlow}: Enabling Multi-frame Supervision for Self-Supervised Feed-forward Scene Flow Estimation},
360
+
author={Zhang, Qingwen and Jiang, Chenhan and Zhu, Xiaomeng and Miao, Yunqi and Zhang, Yushan and Andersson, Olov and Jensfelt, Patric},
361
+
year = {2026},
362
+
booktitle = {Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
363
+
pages = {},
364
+
}
353
365
@inproceedings{zhang2024seflow,
354
366
author={Zhang, Qingwen and Yang, Yi and Li, Peizheng and Andersson, Olov and Jensfelt, Patric},
355
367
title={{SeFlow}: A Self-Supervised Scene Flow Method in Autonomous Driving},
@@ -383,17 +395,21 @@ If you find it useful, please cite our works:
383
395
year={2025},
384
396
url={https://openreview.net/forum?id=T9qNDtvAJX}
385
397
}
386
-
@misc{zhang2025teflow,
387
-
title={{TeFlow}: Enabling Multi-frame Supervision for Feed-forward Scene Flow Estimation},
388
-
author={Zhang, Qingwen and Jiang, Chenhan and Zhu, Xiaomeng and Miao, Yunqi and Zhang, Yushan and Andersson, Olov and Jensfelt, Patric},
389
-
year={2025},
390
-
url={https://openreview.net/forum?id=h70FLgnIAw}
391
-
}
392
398
```
393
399
394
400
And our excellent collaborators works contributed to this codebase also:
395
401
396
402
```bibtex
403
+
@article{khoche2026dogflow,
404
+
author={Khoche, Ajinkya and Zhang, Qingwen and Cai, Yixi and Mansouri, Sina Sharif and Jensfelt, Patric},
405
+
journal = {IEEE Robotics and Automation Letters},
406
+
title = {{DoGFlow}: Self-Supervised LiDAR Scene Flow via Cross-Modal Doppler Guidance},
407
+
year = {2026},
408
+
volume = {11},
409
+
number = {3},
410
+
pages = {3836-3843},
411
+
doi = {10.1109/LRA.2026.3662592},
412
+
}
397
413
@article{kim2025flow4d,
398
414
author={Kim, Jaeyeul and Woo, Jungwan and Shin, Ukcheol and Oh, Jean and Im, Sunghoon},
0 commit comments