update teflow ckpt.
Browse filesupdate deltaflow-av2-longadp ckpt for training-free long-range.
- README.md +52 -27
- deltaflow/deltaflow-av2-longadp.ckpt +3 -0
- teflow/README.md +5 -0
- teflow/teflow-av2.ckpt +3 -0
- teflow/teflow-nus.ckpt +3 -0
- teflow/teflow-waymo.ckpt +3 -0
README.md
CHANGED
|
@@ -28,6 +28,7 @@ Here we upload our demo data and checkpoint for the community.
|
|
| 28 |
You can try following methods in [our OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow) without any effort to make your own benchmark.
|
| 29 |
|
| 30 |
Officially:
|
|
|
|
| 31 |
- [x] [DeltaFlow](https://arxiv.org/abs/2508.17054) (Ours π): NeurIPS 2025, spotlight
|
| 32 |
- [x] [HiMo (SeFlow++)](https://arxiv.org/abs/2503.00803) (Ours π): T-RO 2025
|
| 33 |
- [x] [VoteFlow](https://arxiv.org/abs/2503.22328): CVPR 2025
|
|
@@ -38,12 +39,13 @@ Officially:
|
|
| 38 |
|
| 39 |
<details> <summary> Reoriginse to our codebase:</summary>
|
| 40 |
|
| 41 |
-
- [x] [
|
| 42 |
-
- [x] [ZeroFlow](https://arxiv.org/abs/2305.10424): ICLR 2024, their pre-trained weight can covert into our format easily through [the script](
|
| 43 |
-
- [x] [NSFP](https://arxiv.org/abs/2111.01253): NeurIPS 2021, faster 3x than original version because of [our CUDA speed up](
|
| 44 |
-
- [x] [FastNSF](https://arxiv.org/abs/2304.09121): ICCV 2023.
|
| 45 |
-
- [
|
| 46 |
-
- [ ] ...
|
|
|
|
| 47 |
|
| 48 |
</details>
|
| 49 |
|
|
@@ -55,14 +57,21 @@ The tree of uploaded files:
|
|
| 55 |
* [waymo_map.tar.gz](https://huggingface.co/kin-zhang/OpenSceneFlow/blob/main/waymo_map.tar.gz): to successfully process waymo data with ground segmentation included to unified h5 file. Check usage in [this README](https://github.com/KTH-RPL/SeFlow/blob/main/dataprocess/README.md#waymo-dataset).
|
| 56 |
* [demo_data.zip](https://huggingface.co/kin-zhang/OpenSceneFlow/blob/main/demo_data.zip): 1st version (will deprecated later) 613Mb, a mini-dataset for user to quickly run train/val code. Check usage in [this section](https://github.com/KTH-RPL/OpenSceneFlow?tab=readme-ov-file#1-run--train).
|
| 57 |
|
| 58 |
-
All test result reports can be found [v2 leaderboard](https://github.com/KTH-RPL/DeFlow/discussions/6)
|
| 59 |
-
and [v1 leaderboard](https://github.com/KTH-RPL/DeFlow/discussions/2).
|
| 60 |
|
| 61 |
## Cite Us
|
| 62 |
|
| 63 |
*OpenSceneFlow* is designed by [Qingwen Zhang](https://kin-zhang.github.io/) from DeFlow and SeFlow project. If you find it useful, please cite our works:
|
| 64 |
|
| 65 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
@inproceedings{zhang2024seflow,
|
| 67 |
author={Zhang, Qingwen and Yang, Yi and Li, Peizheng and Andersson, Olov and Jensfelt, Patric},
|
| 68 |
title={{SeFlow}: A Self-Supervised Scene Flow Method in Autonomous Driving},
|
|
@@ -81,27 +90,35 @@ and [v1 leaderboard](https://github.com/KTH-RPL/DeFlow/discussions/2).
|
|
| 81 |
doi={10.1109/ICRA57147.2024.10610278}
|
| 82 |
}
|
| 83 |
@article{zhang2025himo,
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
|
|
|
|
|
|
|
|
|
| 88 |
}
|
| 89 |
-
@
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
|
|
|
| 94 |
}
|
| 95 |
```
|
| 96 |
|
| 97 |
-
And our excellent collaborators works
|
| 98 |
|
| 99 |
```bibtex
|
| 100 |
-
@
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
year={
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
}
|
| 106 |
@article{kim2025flow4d,
|
| 107 |
author={Kim, Jaeyeul and Woo, Jungwan and Shin, Ukcheol and Oh, Jean and Im, Sunghoon},
|
|
@@ -113,11 +130,19 @@ And our excellent collaborators works as followings:
|
|
| 113 |
pages={3462-3469},
|
| 114 |
doi={10.1109/LRA.2025.3542327}
|
| 115 |
}
|
| 116 |
-
@
|
| 117 |
-
title={SSF: Sparse Long-Range Scene Flow for Autonomous Driving},
|
| 118 |
author={Khoche, Ajinkya and Zhang, Qingwen and Sanchez, Laura Pereira and Asefaw, Aron and Mansouri, Sina Sharif and Jensfelt, Patric},
|
| 119 |
-
|
| 120 |
-
year={2025}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
}
|
| 122 |
```
|
| 123 |
|
|
|
|
| 28 |
You can try following methods in [our OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow) without any effort to make your own benchmark.
|
| 29 |
|
| 30 |
Officially:
|
| 31 |
+
- [x] [TeFlow](https://arxiv.org/abs/2602.19053) (Ours π): CVPR 2026
|
| 32 |
- [x] [DeltaFlow](https://arxiv.org/abs/2508.17054) (Ours π): NeurIPS 2025, spotlight
|
| 33 |
- [x] [HiMo (SeFlow++)](https://arxiv.org/abs/2503.00803) (Ours π): T-RO 2025
|
| 34 |
- [x] [VoteFlow](https://arxiv.org/abs/2503.22328): CVPR 2025
|
|
|
|
| 39 |
|
| 40 |
<details> <summary> Reoriginse to our codebase:</summary>
|
| 41 |
|
| 42 |
+
- [x] [FastFlow3D](https://arxiv.org/abs/2103.01306): RA-L 2021, a basic backbone model.
|
| 43 |
+
- [x] [ZeroFlow](https://arxiv.org/abs/2305.10424): ICLR 2024, their pre-trained weight can covert into our format easily through [the script](tools/zerof2ours.py).
|
| 44 |
+
- [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.
|
| 45 |
+
- [x] [FastNSF](https://arxiv.org/abs/2304.09121): ICCV 2023. SSL Optimization-based.
|
| 46 |
+
- [x] [ICP-Flow](https://arxiv.org/abs/2402.17351): CVPR 2024. SSL Optimization-based.
|
| 47 |
+
- [ ] [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.
|
| 48 |
+
- [ ] [EulerFlow](https://arxiv.org/abs/2410.02031): ICLR 2025. SSL optimization-based. In my plan, haven't coding yet.
|
| 49 |
|
| 50 |
</details>
|
| 51 |
|
|
|
|
| 57 |
* [waymo_map.tar.gz](https://huggingface.co/kin-zhang/OpenSceneFlow/blob/main/waymo_map.tar.gz): to successfully process waymo data with ground segmentation included to unified h5 file. Check usage in [this README](https://github.com/KTH-RPL/SeFlow/blob/main/dataprocess/README.md#waymo-dataset).
|
| 58 |
* [demo_data.zip](https://huggingface.co/kin-zhang/OpenSceneFlow/blob/main/demo_data.zip): 1st version (will deprecated later) 613Mb, a mini-dataset for user to quickly run train/val code. Check usage in [this section](https://github.com/KTH-RPL/OpenSceneFlow?tab=readme-ov-file#1-run--train).
|
| 59 |
|
| 60 |
+
<!-- All test result reports can be found [v2 leaderboard](https://github.com/KTH-RPL/DeFlow/discussions/6) -->
|
| 61 |
+
<!-- and [v1 leaderboard](https://github.com/KTH-RPL/DeFlow/discussions/2). -->
|
| 62 |
|
| 63 |
## Cite Us
|
| 64 |
|
| 65 |
*OpenSceneFlow* is designed by [Qingwen Zhang](https://kin-zhang.github.io/) from DeFlow and SeFlow project. If you find it useful, please cite our works:
|
| 66 |
|
| 67 |
```bibtex
|
| 68 |
+
@inproceedings{zhang2026teflow,
|
| 69 |
+
title = {{TeFlow}: Enabling Multi-frame Supervision for Self-Supervised Feed-forward Scene Flow Estimation},
|
| 70 |
+
author={Zhang, Qingwen and Jiang, Chenhan and Zhu, Xiaomeng and Miao, Yunqi and Zhang, Yushan and Andersson, Olov and Jensfelt, Patric},
|
| 71 |
+
year = {2026},
|
| 72 |
+
booktitle = {Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
|
| 73 |
+
pages = {},
|
| 74 |
+
}
|
| 75 |
@inproceedings{zhang2024seflow,
|
| 76 |
author={Zhang, Qingwen and Yang, Yi and Li, Peizheng and Andersson, Olov and Jensfelt, Patric},
|
| 77 |
title={{SeFlow}: A Self-Supervised Scene Flow Method in Autonomous Driving},
|
|
|
|
| 90 |
doi={10.1109/ICRA57147.2024.10610278}
|
| 91 |
}
|
| 92 |
@article{zhang2025himo,
|
| 93 |
+
title={{HiMo}: High-Speed Objects Motion Compensation in Point Cloud},
|
| 94 |
+
author={Zhang, Qingwen and Khoche, Ajinkya and Yang, Yi and Ling, Li and Mansouri, Sina Sharif and Andersson, Olov and Jensfelt, Patric},
|
| 95 |
+
journal={IEEE Transactions on Robotics},
|
| 96 |
+
year={2025},
|
| 97 |
+
volume={41},
|
| 98 |
+
pages={5896-5911},
|
| 99 |
+
doi={10.1109/TRO.2025.3619042}
|
| 100 |
}
|
| 101 |
+
@inproceedings{zhang2025deltaflow,
|
| 102 |
+
title={{DeltaFlow}: An Efficient Multi-frame Scene Flow Estimation Method},
|
| 103 |
+
author={Zhang, Qingwen and Zhu, Xiaomeng and Zhang, Yushan and Cai, Yixi and Andersson, Olov and Jensfelt, Patric},
|
| 104 |
+
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
|
| 105 |
+
year={2025},
|
| 106 |
+
url={https://openreview.net/forum?id=T9qNDtvAJX}
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|
| 110 |
+
And our excellent collaborators works contributed to this codebase also:
|
| 111 |
|
| 112 |
```bibtex
|
| 113 |
+
@article{khoche2026dogflow,
|
| 114 |
+
author={Khoche, Ajinkya and Zhang, Qingwen and Cai, Yixi and Mansouri, Sina Sharif and Jensfelt, Patric},
|
| 115 |
+
journal = {IEEE Robotics and Automation Letters},
|
| 116 |
+
title = {{DoGFlow}: Self-Supervised LiDAR Scene Flow via Cross-Modal Doppler Guidance},
|
| 117 |
+
year = {2026},
|
| 118 |
+
volume = {11},
|
| 119 |
+
number = {3},
|
| 120 |
+
pages = {3836-3843},
|
| 121 |
+
doi = {10.1109/LRA.2026.3662592},
|
| 122 |
}
|
| 123 |
@article{kim2025flow4d,
|
| 124 |
author={Kim, Jaeyeul and Woo, Jungwan and Shin, Ukcheol and Oh, Jean and Im, Sunghoon},
|
|
|
|
| 130 |
pages={3462-3469},
|
| 131 |
doi={10.1109/LRA.2025.3542327}
|
| 132 |
}
|
| 133 |
+
@inproceedings{khoche2025ssf,
|
| 134 |
+
title={{SSF}: Sparse Long-Range Scene Flow for Autonomous Driving},
|
| 135 |
author={Khoche, Ajinkya and Zhang, Qingwen and Sanchez, Laura Pereira and Asefaw, Aron and Mansouri, Sina Sharif and Jensfelt, Patric},
|
| 136 |
+
booktitle={2025 IEEE International Conference on Robotics and Automation (ICRA)},
|
| 137 |
+
year={2025},
|
| 138 |
+
pages={6394-6400},
|
| 139 |
+
doi={10.1109/ICRA55743.2025.11128770}
|
| 140 |
+
}
|
| 141 |
+
@inproceedings{lin2025voteflow,
|
| 142 |
+
title={VoteFlow: Enforcing Local Rigidity in Self-Supervised Scene Flow},
|
| 143 |
+
author={Lin, Yancong and Wang, Shiming and Nan, Liangliang and Kooij, Julian and Caesar, Holger},
|
| 144 |
+
booktitle={CVPR},
|
| 145 |
+
year={2025},
|
| 146 |
}
|
| 147 |
```
|
| 148 |
|
deltaflow/deltaflow-av2-longadp.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fb34e44daec2e4b01efd4561a18fc60d9f24556c1f45f0a2f612cf4aaa735e3
|
| 3 |
+
size 239609425
|
teflow/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
teflow ckpt, in-domain self-supervised training.
|
| 2 |
+
|
| 3 |
+
- av2
|
| 4 |
+
- nus
|
| 5 |
+
- waymo
|
teflow/teflow-av2.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3e98b16e253a8ed026a2b5ac6d96f00f1974076644dc3a2b76e2737b8f2071f
|
| 3 |
+
size 239574067
|
teflow/teflow-nus.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ec8491175ab40debc7d0427af821f2056b883fadb24260c18720989e13615c8
|
| 3 |
+
size 239573875
|
teflow/teflow-waymo.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:511646ff7cfe312a685d59b83c684d335d319e6277a1b694f832113085159a51
|
| 3 |
+
size 239577984
|