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
FMPose3D replaces slow diffusion models for monocular 3D pose estimation with fast Flow Matching, generating multiple plausible 3D poses via an ODE in just a few steps, then aggregates them using a reprojection-based Bayesian module (RPEA) for accurate predictions, achieving state-of-the-art results on human and animal 3D pose benchmarks.
18
+
FMPose3D creates a 3D pose from a single 2D image. It leverages fast Flow Matching, generating multiple plausible 3D poses via an ODE in just a few steps, then aggregates them using a reprojection-based Bayesian module (RPEA) for accurate predictions, achieving state-of-the-art results on human and animal 3D pose benchmarks.
19
19
20
20
21
21
22
22
## News!
23
23
24
-
-[X] Feb 2026: FMPose3D code and arXiv paper is released - check out the demos here or on our [project page](https://xiu-cs.github.io/FMPose3D/)
24
+
-[X] Feb 2026: the FMPose3D code and our arXiv paper is released - check out the demos here or on our [project page](https://xiu-cs.github.io/FMPose3D/)
25
25
-[ ] Planned: This method will be integrated into [DeepLabCut](https://www.mackenziemathislab.org/deeplabcut)
26
26
27
27
## Installation
@@ -32,17 +32,11 @@ Make sure you have Python 3.10+. You can set this up with:
@@ -98,10 +92,24 @@ To run inference on Human3.6M:
98
92
sh ./scripts/FMPose3D_test.sh
99
93
```
100
94
101
-
## Experiments Animals
95
+
## Experiments on non-human animals
102
96
103
97
For animal training/testing and demo scripts, see [animals/README.md](animals/README.md).
104
98
99
+
## Citation
100
+
101
+
```
102
+
@misc{wang2026fmpose3dmonocular3dpose,
103
+
title={FMPose3D: monocular 3D pose estimation via flow matching},
104
+
author={Ti Wang and Xiaohang Yu and Mackenzie Weygandt Mathis},
105
+
year={2026},
106
+
eprint={2602.05755},
107
+
archivePrefix={arXiv},
108
+
primaryClass={cs.CV},
109
+
url={https://arxiv.org/abs/2602.05755},
110
+
}
111
+
```
112
+
105
113
## Acknowledgements
106
114
107
115
We thank the Swiss National Science Foundation (SNSF Project # 320030-227871) and the Kavli Foundation for providing financial support for this project.
0 commit comments