REVIEW 2 major objections 5 minor 68 references
HandFlow: Fully Generative 4D Hand Recovery with Flow Matching
T0 review · 2 major / 5 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read HandFlow recovers smooth, accurate 4D hand motion from monocular video by generating full MANO sequences with flow matching instead of regressing frame by frame.
desk verdict Solid methods paper: full-window rectified-flow over raw MANO with cmask and velocity blending delivers real world-space and speed gains; soft spots are genre-standard, not load-bearing. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Rectified-flow generation of a packed MANO window, driven by a Flux-style dual-stream transformer and confidence-aware continuous masking (cmask) that interpolates observed visual and skeletal tokens with learnable mask tokens according to per-frame detection confidence.
What would settle it
On clips where detection confidence is systematically miscalibrated—hands fully out of view scored as merely occluded, or high-confidence detections that are actually wrong—if world-space and acceleration errors rise to the level of strong deterministic video baselines, the claim that generative cmask recovery drives the gains would be falsified.
Extended reading notes
Core claim
Casting monocular 4D hand reconstruction as fully generative rectified-flow matching over whole windows of MANO parameters yields trajectories that are substantially more accurate in world space and smoother over time than deterministic video regressors, while remaining competitive per frame and an order of magnitude faster at reconstruction because each window is denoised in a single short ODE integration.
Load-bearing premise
The method relies on a frozen detector’s per-frame confidence being a trustworthy continuous signal for how much to trust visual and skeletal observations versus a learned motion prior.
Editorial extensions
If this is right
- World-space hand trajectories improve when temporal coherence is learned as a generative prior rather than enforced by deterministic aggregation.
- Reconstruction can become a small fraction of end-to-end latency, so future SLAM speedups translate almost directly into faster full pipelines.
- Under heavy occlusion, generative completion can keep pose error near the low-millimeter range where single-frame regressors degrade sharply.
- Velocity-blended overlapping windows extend a single continuous trajectory to long videos without boundary jumps from independent window ODEs.
Reading between the lines
- The same single-pass flow-matching window design is a natural candidate for other articulated monocular problems—full body, face-plus-hands—where observations are intermittent and multimodal.
- Because a generic, much smaller frontend still beats several specialized video baselines, lighter detectors may be enough once a strong motion prior is in place.
- Confidence-weighted mask tokens offer a reusable pattern for any conditional motion model that must tolerate noisy or missing detector streams.
- As camera-pose estimation improves, generative window methods could push world-space hand tracking toward interactive rates on a single GPU.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. HandFlow formulates monocular 4D hand reconstruction as conditional generation of MANO parameter sequences via rectified flow. Given frozen HaMeR visual and skeletal features, a Flux-style dual-stream transformer denoises an entire temporal window of shape, pose, and translation through a few-step ODE; confidence-aware continuous masking (cmask) interpolates unreliable observations with learnable mask tokens, and velocity-blended overlapping windows extend inference to long videos. On DexYCB (s0) and a held-out HOT3D split the method reports SOTA world-space accuracy (WA-MPJPE 16.17 mm vs. 25.24 UniHand / 27.37 HaWoR), lowest acceleration error (4.18 m/s²), competitive per-frame pose, and ~12× faster reconstruction than prior video methods (~47 fps on 150 frames), with ablations on conditioning, masking, architecture, overlap, ODE steps, noise, and frontend generality.
Significance. If the reported gains hold under the stated protocol, the paper is a clear empirical advance for monocular 4D hand recovery: generative sequence modeling with few-step rectified flow delivers large world-space and smoothness improvements while inverting the usual latency bottleneck (reconstruction becomes a small fraction of end-to-end time). Strengths include multi-metric evaluation (camera/world, occlusion bins, Accel, RTE), systematic ablations (Tables 4, 7; Appendices C–F), noise-sensitivity and ODE-step sweeps, a frontend-generality check with DINOv3+MediaPipe, and public code/models. The dual-stream design, cmask, and velocity blending are concrete, reusable engineering contributions within the MANO+SLAM evaluation regime standard to the field.
major comments (2)
- §4.1 / Table 2: UniHand is the closest generative baseline and the second-best world-space method, yet its HOT3D numbers are quoted from the original paper while its code and the paper’s custom HOT3D val split are undocumented. Because HandFlow’s strongest claim is a >30% WA-MPJPE reduction versus this baseline (16.17 vs 25.24), the comparison is not fully reproducible under a shared split and pipeline. Either re-evaluate UniHand on the released split with a public implementation, or demote the UniHand comparison to secondary status and anchor the SOTA claim primarily against re-run baselines (HaWoR, Dyn-HaMR, WiLoR+SLAM).
- §3.2 Eq. (5) and Limitations G: cmask treats HaMeR confidence as a continuous reliability signal that confounds partial occlusion with full FOV exit. Ablations (Table 4) show that disabling confidence weighting inflates MPJPE by ~86% while PA-MPJPE is nearly unchanged, so the mechanism is load-bearing for global translation. The paper should quantify FOV-exit vs occlusion failure rates on HOT3D/DexYCB (or add an explicit out-of-view flag) so that the generative-completion claim is scoped to cases where some visual evidence remains.
minor comments (5)
- §4.5 / Table 4: Absolute metrics on the merged DexYCB+HOT3D set are not comparable to Tables 1–2; state this more prominently in the table caption and main text to avoid misreading.
- Appendix B: Auxiliary loss weights (L_β=1.0, L_vel/acc/reproj=0.5, L_j3d=0.05) and the ¯t scaling are given without sensitivity analysis; a short note on whether results are stable under modest reweighting would help.
- Fig. 1 and Fig. 6: Color legend (green GT, blue HandFlow, orange HaWoR, red HaMeR) is clear in captions but should also appear once in the main figure panels for print readability.
- §3.1: The choice of 3 Euler steps is justified by Appendix C; a one-sentence pointer in the main text to the plateau at steps ≥2 would help readers who skip the appendix.
- Related Work: DuoMo and FMPose3D are appropriately distinguished; a brief note on why latent VAE compression (UniHand) is avoided beyond “preserving capacity” would clarify the design trade-off.
Circularity Check
No significant circularity: empirical SOTA methods paper with held-out benchmarks and standard losses, not definitional predictions.
full rationale
HandFlow is a standard empirical computer-vision methods contribution. It formulates monocular 4D hand recovery as conditional rectified-flow generation of MANO parameters (Eqs. 1–3), conditions on frozen HaMeR visual/skeletal features with continuous masking (Eq. 5), and trains with a composite flow-matching + geometric/temporal loss. All reported numbers (RA-MPJPE, WA-MPJPE, Accel, runtime) are measured on held-out DexYCB s0 and HOT3D val splits against re-run or quoted external baselines; the metrics are not algebraic rearrangements of the training objective or of any fitted scalar. Design knobs (mask ratio p=0.2, 3 Euler steps, dual-stream architecture, velocity blending) are ablated on the same held-out data and do not define the evaluation quantities by construction. Citations (rectified flow, Flux, HaMeR, MANO, SLAM) are to independent prior work; no uniqueness theorem or load-bearing self-citation forces the central claim. Limitations (cmask conflating FOV exit with occlusion, MANO expressiveness, intrinsics) are acknowledged but do not create circularity. The derivation chain is therefore self-contained against external benchmarks.
Assumptions & free parameters
free parameters (5)
- training-time random mask ratio p =
0.2
- ODE integration steps (Euler) =
3
- auxiliary loss weights (L_β, L_vel, L_acc, L_reproj, L_j3d) =
1.0 / 0.5 / 0.5 / 0.5 / 0.05
- window length T and overlap o =
T=16, o=2
- architecture size (D, dual/single blocks, heads) =
D=512, 8+16 blocks
assumptions (4)
- domain assumption The MANO parametric model (shape β∈R^10, pose θ∈R^48, translation τ∈R^3) is a sufficiently expressive and accurate representation of real hand geometry and kinematics for the evaluation metrics used.
- domain assumption Rectified flow’s linear interpolation path yields a velocity field that can be accurately integrated with few Euler steps for sequence-level MANO generation.
- ad hoc to paper HaMeR detection confidence m_i ∈ [0,1] is a meaningful continuous reliability signal for interpolating observed condition tokens with learnable mask tokens.
- domain assumption Standard flow-matching training (logit-normal time sampling, velocity L2 loss) plus geometric/temporal auxiliary losses produces a useful conditional generative prior over hand motion.
invented entities (2)
-
cmask (confidence-aware continuous masking)
-
velocity-blended overlapping-window inference
Cite this review
Pith. "Pith review of HandFlow: Fully Generative 4D Hand Recovery with Flow Matching." pith.science (2026). https://pith.science/paper/4TD2QICW
@misc{pith2026260711221,
author = {Pith},
title = {Pith review of: HandFlow: Fully Generative 4D Hand Recovery with Flow Matching},
year = {2026},
howpublished = {\url{https://pith.science/paper/4TD2QICW}},
note = {Machine review of arXiv:2607.11221}
}
read the original abstract
Accurate monocular 4D hand reconstruction remains challenging. Per-frame discriminative regressors lack temporal context and often produce jittery predictions. Temporal models improve consistency by aggregating information across frames, but they are typically deterministic regressors, making them vulnerable to ambiguous observations caused by occlusion and motion blur. Generative modeling offers a natural alternative by learning a prior over plausible hand motion sequences, enabling coherent hand-state recovery when visual evidence is incomplete or unreliable. Motivated by this observation, we present HandFlow, a fully generative flow-matching framework for temporally coherent 3D hand pose and shape estimation from monocular video. Given visual and skeletal observations, HandFlow denoises an entire temporal window of MANO parameters through a single ODE integration. To support this, we use a Flux-style dual-stream transformer that attends across the full sequence to capture long-range dependencies without autoregressive decoding, and a confidence-aware continuous masking mechanism that blends observed features with learnable mask tokens to handle noisy or missing observations. Experiments on DexYCB and HOT3D show that HandFlow achieves state-of-the-art performance, with particularly large gains in world-space accuracy and temporal smoothness. It reduces world-space pose error by over 30% compared with the strongest baseline and achieves the lowest acceleration error among all evaluated methods, while remaining competitive in per-frame pose accuracy. Moreover, on a single GPU HandFlow reconstructs a 150-frame sequence at 47 fps, about 12x faster than the fastest prior video-based method, with reconstruction itself accounting for only a small fraction of the end-to-end latency.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Yu, Zhengdi and Zafeiriou, Stefanos and Birdal, Tolga , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2025 , doi =
2025
-
[2]
and Tulsiani, Shubham , title =
Ye, Yufei and Feng, Yao and Taheri, Omid and Feng, Haiwen and Black, Michael J. and Tulsiani, Shubham , title =. Thirteenth International Conference on. 2026 , url =
2026
-
[3]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Pavlakos, Georgios and Shan, Dandan and Radosavovic, Ilija and Kanazawa, Angjoo and Fouhey, David and Malik, Jitendra , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2024 , doi =
2024
-
[4]
, title =
Romero, Javier and Tzionas, Dimitrios and Black, Michael J. , title =. 2017 , doi =
2017
-
[5]
2026 , doi =
Lin, Dixuan and Zhang, Yuxiang and Li, Mengcheng and Jing, Wei and Yan, Qi and Wang, Qianying and Liu, Yebin and Zhang, Hongwen , title =. 2026 , doi =
2026
-
[6]
, title =
Fu, Qichen and Liu, Xingyu and Xu, Ran and Niebles, Juan Carlos and Kitani, Kris M. , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2023 , doi =
2023
-
[7]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Potamias, Rolandos Alexandros and Zhang, Jinglei and Deng, Jiankang and Zafeiriou, Stefanos , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2025 , doi =
2025
-
[8]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Zhang, Jinglei and Deng, Jiankang and Ma, Chao and Potamias, Rolandos Alexandros , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Show all 68 references
-
[9]
Bimanual
Prakash, Aditya and Forsyth, David and Gupta, Saurabh , month = oct, year =. Bimanual. doi:10.48550/arXiv.2510.06145 , abstract =
-
[10]
arXiv preprint arXiv:1906.08172 , author =
Mediapipe:. arXiv preprint arXiv:1906.08172 , author =
1906 arXiv
-
[11]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
Zhen, Haoyu and Sun, Qiao and Zhang, Hongxin and Li, Junyan and Zhou, Siyuan and Du, Yilun and Gan, Chuang , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2025 , doi =
2025
-
[12]
Woo, Taeyun and Park, Wonjung and Jeong, Woohyun and Park, Jinah , title =. Comput. Graph. , volume =. 2023 , doi =
2023
-
[13]
Huang, Lin and Lin, Chung-Ching and Lin, Kevin and Liang, Lin and Wang, Lijuan and Yuan, Junsong and Liu, Zicheng , month = jun, year =. Neural. 2023. doi:10.1109/CVPR52729.2023.00866 , abstract =
2023 doi
-
[14]
Computer
Moon, Gyeongsik and Lee, Kyoung Mu , editor =. Computer. 2020 , pages =. doi:10.1007/978-3-030-58571-6_44 , abstract =
2020 doi
-
[15]
Proceedings of the 20th
Ali, Muhammad and Robertini, Nadia and Stricker, Didier , year =. Proceedings of the 20th. doi:10.5220/0013107300003912 , abstract =
-
[16]
Wang, Shuaibing and Wang, Shunli and Kuang, HaoPeng and Li, Fang and Qian, Ziyun and Li, Mingcheng and Zhang, Lihua , month = nov, year =. A. 2022. doi:10.1109/CCIS57298.2022.10016310 , abstract =
2022 doi
-
[17]
and Liu, Changliu and Shi, Guanya , title =
He, Tairan and Luo, Zhengyi and He, Xialin and Xiao, Wenli and Zhang, Chong and Zhang, Weinan and Kitani, Kris M. and Liu, Changliu and Shi, Guanya , title =. Proceedings of Machine Learning Research , volume =. 2025 , url =
2025
-
[18]
The Fourteenth International Conference on Learning Representations , year =
Liu, Zhizheng and Lin, Joe and Wu, Wayne and Zhou, Bolei , title =. The Fourteenth International Conference on Learning Representations , year =
-
[19]
The Fourteenth International Conference on Learning Representations , year =
Zhou, Kaichen and Wang, Yuhan and Chen, Grace and Beaudouin, Gaspard and Zhan, Fangneng and Liang, Paul Pu and Wang, Mengyu , title =. The Fourteenth International Conference on Learning Representations , year =
-
[20]
Computer Vision -- ECCV 2024 , pages =
Prakash, Aditya and Tu, Ruisen and Chang, Matthew and Gupta, Saurabh , title =. Computer Vision -- ECCV 2024 , pages =. 2025 , publisher =
2024
-
[21]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Choi, Hongsuk and Moon, Gyeongsik and Chang, Ju Yong and Lee, Kyoung Mu , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2021 , doi =
2021
-
[22]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
Saleem, Muhammad Usama and Pinyoanuntapong, Ekkasit and Patel, Mayur Jagdishbhai and Xue, Hongfei and Helmy, Ahmed and Das, Srijan and Wang, Pu , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2025 , abstract =
2025
-
[23]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Chen, Xingyu and Song, Zhuheng and Jiang, Xiaoke and Hu, Yaoqing and Yu, Junzhi and Zhang, Lei , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2025 , abstract =
2025
-
[24]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Cheng, Wencan and Tang, Hao and Van Gool, Luc and Ko, Jong Hwan , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2024 , abstract =
2024
-
[25]
doi:10.48550/arXiv.2601.11514 , abstract =
Siddiqui, Yawar and Frost, Duncan and Aroudj, Samir and Avetisyan, Armen and Howard-Jenkins, Henry and DeTone, Daniel and Moulon, Pierre and Wu, Qirui and Li, Zhengqin and Straub, Julian and Newcombe, Richard and Engel, Jakob , month = jan, year =. doi:10.48550/arXiv.2601.1151...
-
[26]
The Fourteenth International Conference on Learning Representations , year =
Sun, Zhihao and Wu, Tong and Tu, Ruirui and Dong, Daoguo and Wu, Zuxuan , title =. The Fourteenth International Conference on Learning Representations , year =
-
[27]
and Van Wyk, Karl and Iqbal, Umar and Birchfield, Stan and Kautz, Jan and Fox, Dieter , title =
Chao, Yu-Wei and Yang, Wei and Xiang, Yu and Molchanov, Pavlo and Handa, Ankur and Tremblay, Jonathan and Narang, Yashraj S. and Van Wyk, Karl and Iqbal, Umar and Birchfield, Stan and Kautz, Jan and Fox, Dieter , title =. Proceedings of the IEEE/CVF Conference on Computer Visi...
2021
-
[28]
Zhang, Jiahui and Li, Yuelei and Chen, Anpei and Xu, Muyu and Liu, Kunhao and Wang, Jianyuan and Long, Xiao-Xiao and Liang, Hanxue and Xu, Zexiang and Su, Hao and Theobalt, Christian and Rupprecht, Christian and Vedaldi, Andrea and Zhou, Kaichen and Pfister, Hanspeter and Lian...
2025
-
[29]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Ye, Vickie and Pavlakos, Georgios and Malik, Jitendra and Kanazawa, Angjoo , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2023 , abstract =
2023
-
[30]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Chen, Rui and Zhang, Jianfeng and Liang, Yixun and Luo, Guan and Li, Weiyu and Liu, Jiarui and Li, Xiu and Long, Xiaoxiao and Feng, Jiashi and Tan, Ping , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2025 , abstract =
2025
-
[31]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Banerjee, Prithviraj and Shkodrani, Sindi and Moulon, Pierre and Hampali, Shreyas and Han, Shangchen and Zhang, Fan and Zhang, Linguang and Fountain, Jade and Miller, Edward and Basol, Selen and Newcombe, Richard and Wang, Robert and Engel, Jakob Julian and Hodan, Tomas , titl...
2025
-
[32]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
Tian, Rui and Dai, Qi and Bao, Jianmin and Qiu, Kai and Yang, Yifan and Luo, Chong and Wu, Zuxuan and Jiang, Yu-Gang , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2025 , abstract =
2025
-
[33]
2023 , doi =
Zhang, Biao and Tang, Jiapeng and Nie. 2023 , doi =
2023
- [34]
-
[35]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Xu, Zhongcong and Zhang, Jianfeng and Liew, Jun Hao and Yan, Hanshu and Liu, Jia-Wei and Zhang, Chenxu and Feng, Jiashi and Shou, Mike Zheng , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2024 , abstract =
2024
-
[36]
, title =
Rempe, Davis and Birdal, Tolga and Hertzmann, Aaron and Yang, Jimei and Sridhar, Srinath and Guibas, Leonidas J. , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2021 , abstract =
2021
-
[37]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
Zhang, Youliang and Li, Ronghui and Zhang, Yachao and Pan, Liang and Wang, Jingbo and Liu, Yebin and Li, Xiu , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2025 , abstract =
2025
-
[38]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
Chen, Shoufa and Sun, Peize and Song, Yibing and Luo, Ping , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =. 2023 , abstract =
2023
- [39]
-
[40]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
He, Yannan and Tiwari, Garvita and Birdal, Tolga and Lenssen, Jan Eric and Pons-Moll, Gerard , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2024 , abstract =
2024
-
[41]
and Li, Zhenyu and Zhao, Yang and Peng, Sida and Guo, Hengkai and Zhou, Xiaowei and Shi, Guang and Feng, Jiashi and Kang, Bingyi , title =
Lin, Haotong and Chen, Sili and Liew, Jun Hao and Chen, Donny Y. and Li, Zhenyu and Zhao, Yang and Peng, Sida and Guo, Hengkai and Zhou, Xiaowei and Shi, Guang and Feng, Jiashi and Kang, Bingyi , title =. The Fourteenth International Conference on Learning Representations , year =
-
[42]
doi:10.48550/arXiv.2508.10934 , abstract =
Huang, Jiahui and Zhou, Qunjie and Rabeti, Hesam and Korovko, Aleksandr and Ling, Huan and Ren, Xuanchi and Shen, Tianchang and Gao, Jun and Slepichev, Dmitry and Lin, Chen-Hsuan and Ren, Jiawei and Xie, Kevin and Biswas, Joydeep and Leal-Taixe, Laura and Fidler, Sanja , month...
-
[43]
doi:10.48550/arXiv.2603.03265 , abstract =
Wang, Yufu and Ng, Evonne and Shin, Soyong and Khirodkar, Rawal and Dong, Yuan and Su, Zhaoen and Park, Jinhyung and Kitani, Kris and Richard, Alexander and Prada, Fabian and Zollhofer, Michael , month = mar, year =. doi:10.48550/arXiv.2603.03265 , abstract =
-
[44]
doi:10.48550/arXiv.2601.01222 , abstract =
Li, Mengfei and Li, Peng and Zhang, Zheng and Lu, Jiahao and Zhao, Chengfeng and Xue, Wei and Liu, Qifeng and Peng, Sida and Zhang, Wenxiao and Luo, Wenhan and Liu, Yuan and Guo, Yike , month = jan, year =. doi:10.48550/arXiv.2601.01222 , abstract =
-
[45]
, booktitle =
Tevet, Guy and Raab, Sigal and Gordon, Brian and Shafir, Yoni and Cohen-Or, Daniel and Bermano, Amit H. , booktitle =. Human Motion Diffusion Model , url =. 2023 , note =
2023
-
[46]
2024 , url =
Flux , author =. 2024 , url =
2024
-
[47]
RoFormer: Enhanced Transformer with Rotary Position Embedding , url =
Su, Jianlin and Yu, Lu and Pan, Shengfeng and Murtadha, Ahmed and Wen, Bo and Liu, Yunfeng , journal =. RoFormer: Enhanced Transformer with Rotary Position Embedding , url =. 2024 , note =
2024
-
[48]
Scalable Diffusion Models with Transformers , url =
Peebles, William and Xie, Saining , booktitle =. Scalable Diffusion Models with Transformers , url =. 2023 , note =
2023
-
[49]
doi:10.48550/arXiv.2602.05755 , abstract =
Wang, Ti and Yu, Xiaohang and Mathis, Mackenzie Weygandt , month = feb, year =. doi:10.48550/arXiv.2602.05755 , abstract =
-
[50]
Spurr, Adrian and Song, Jie and Park, Seonwook and Hilliges, Otmar , year =. Self-. European
-
[51]
Lin, Kevin and Wang, Lijuan and Liu, Zicheng , year =. IEEE/
-
[52]
Chen, Yufei and others , year =. IEEE/
-
[53]
Park, Jihyun and Oh, Youngtaek and Moon, Gyeongsik and Choi, Hongsuk and Lee, Kyoung Mu , year =. IEEE/
-
[54]
Chen, Yujin and Tu, Zhigang and Ge, Liuhao and Zhang, Dejun and Chen, Ruizhi and Yuan, Junsong , year =. IEEE/
-
[55]
, year =
Kocabas, Muhammed and Athanasiou, Nikos and Black, Michael J. , year =. IEEE/
-
[56]
Valassakis, Eugene and Garcia-Hernando, Guillermo , booktitle =
-
[57]
, booktitle =
Duran, Enes and Kocabas, Muhammed and Choutas, Vasileios and Fan, Zicong and Black, Michael J. , booktitle =
-
[58]
The Eleventh International Conference on Learning Representations , year =
Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow , author =. The Eleventh International Conference on Learning Representations , year =
-
[59]
The Eleventh International Conference on Learning Representations , year =
Flow Matching for Generative Modeling , author =. The Eleventh International Conference on Learning Representations , year =
-
[60]
ACM Transactions on Graphics (ToG) , volume=
Rgb2hands: real-time tracking of 3d hand interactions from monocular rgb video , author=. ACM Transactions on Graphics (ToG) , volume=. 2020 , publisher=
2020
-
[61]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Hoi4d: A 4d egocentric dataset for category-level human-object interaction , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[62]
2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=
Synh2r: Synthesizing hand-object motions for learning human-to-robot handovers , author=. 2024 IEEE International Conference on Robotics and Automation (ICRA) , pages=. 2024 , organization=
2024
-
[63]
arXiv preprint arXiv:2511.09484 , year=
Spider: Scalable physics-informed dexterous retargeting , author=. arXiv preprint arXiv:2511.09484 , year=
-
[64]
Communications of the ACM , volume=
Nerf: Representing scenes as neural radiance fields for view synthesis , author=. Communications of the ACM , volume=. 2021 , publisher=
2021
-
[65]
European Conference on Computer Vision , pages=
Multi-hmr: Multi-person whole-body human mesh recovery in a single shot , author=. European Conference on Computer Vision , pages=. 2024 , organization=
2024
-
[66]
Proceedings of the SIGGRAPH Asia 2025 Conference Papers , pages=
PhysHMR: Learning Humanoid Control Policies from Vision for Physically Plausible Human Motion Reconstruction , author=. Proceedings of the SIGGRAPH Asia 2025 Conference Papers , pages=
2025
-
[67]
European Conference on Computer Vision , pages=
Cliff: Carrying location information in full frames into human pose and shape estimation , author=. European Conference on Computer Vision , pages=. 2022 , organization=
2022
- [68]
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.