REVIEW 3 major objections 6 minor 3 cited by
HunyuanVideo-HOMA: Generic Human-Object Interaction in Multimodal Driven Human Animation
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper argues that one sparse arm skeleton and an object-center dot trajectory are enough for a pretrained multimodal diffusion transformer to generate natural, generalizable human-object interaction videos from a single human image…
desk verdict Useful weak-condition HOI generation with solid ablations, but the headline SOTA claim is tested on full pose, not the advertised weak inputs. 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
The load-bearing design is a two-space context fusion inside an MMDiT video diffusion transformer. Human appearance is channel-concatenated into the VAE latent; object appearance is both token-concatenated as a virtual first frame and copy-pasted at the trajectory's location in latent space. Motion is injected separately: one one-layer CNN encodes sparse arm skeletons, another encodes dot trajectories, and their features are added to the latent. An HOI Adapter, initialized from the pretrained MMDiT self-attention weights, re-injects object tokens at even layers inside a mask, which is what lets the deep network learn object appearance instead of only the input layer. An audio cross-attention adapter gates lip motion to the face region. The claimed effect of this machinery is that the model's pretrained prior fills in everything the weak conditions omit—hand pose, finger motion, and object orientation.
What would settle it
Fix one arm skeleton and one dot trajectory, then vary the object image across rigid, deformable, and articulated objects, measuring object consistency and hand-object contact as a function of dot-to-hand distance and object category; if consistency collapses when the dot sits outside the hand region or when the object is structurally complex, the sparse-condition sufficiency claim is falsified, and the paper's own limitation appendix already shows one such collapse.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that the bottleneck in HOI video generation is not model capacity but input strength. The authors design a setting they call weakly conditioned HOI generation: the human is controlled by an arm-only skeleton with fingers optionally absent, and the object is controlled by a dot—its center point over time—rather than a bounding box, depth, or 3D model. They then show that a multimodal diffusion transformer (MMDiT), initialized from a pretrained video model and augmented with a parameter-space HOI adapter, can turn those sparse conditions, together with one reference human image and one object image, into five-second videos with temporally consistent and physically plausible interactions. Their experiments on a self-collected 100-clip test set report the best FID, FVD, and object-consistency scores among the compared methods, and a user study ranks the method first on interaction naturalness. The same machinery is used for text-conditioned motion and audio-driven lip sync, supporting the claim of a generic, multimodal-driven HOI framework.
Load-bearing premise
The load-bearing premise is that a single arm skeleton plus an object-center dot is enough information for the model's generative prior to fill in all the missing detail—other body motion, hand pose, object orientation, and grasp—and that this filled-in motion remains physically plausible.
Editorial extensions
If this is right
- HOI generation no longer depends on actor-captured motion, depth, or per-object fine-tuning: a single human image, an object image, an arm skeleton, and a dot trajectory are the entire input.
- Because object appearance comes from an input image plus semantic features rather than a learned object embedding, the same trained model can animate novel objects, including non-rigid ones, without retraining.
- Text and audio can be layered onto the same weak pose and trajectory conditions, so one framework covers pose-driven animation, text-conditioned motion, and talking with lip sync.
- Slight edits to the object dot change the interaction while the body pose stays fixed, which is what makes the interactive drag-and-drop demo a practical refinement tool.
- The depth-aware curation pipeline turns ordinary internet video into HOI training data, which is the basis for the claim that the method generalizes beyond curated motion capture.
Reading between the lines
- Editorial extension: if the weak-condition premise is sound, the same sparse interface could extend to two-handed and multi-object scenes, where the generative prior would decide which hand contacts which object.
- Editorial extension: the Appendix G dot-hand distance failure indicates the model implicitly learns a reachability region; an explicit distance-aware condition or training penalty could widen the usable range.
- Editorial extension: because paste size acts as an implicit scale control, other appearance-injection video models could adopt the same latent-space paste mechanism as a general placement and size dial.
- Editorial extension: the separate-motion-encoder advantage suggests that keeping human and object motion channels disentangled is a generally useful design for weak-condition video generation, not just for this framework.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces HunyuanVideo-HOMA, a weakly conditioned framework for human-object interaction (HOI) video generation. It takes a reference human image and an object image as appearance inputs, and drives animation with sparse arm skeleton sequences plus an object center-point dot trajectory, with text and audio as optional control signals. The architecture builds on HunyuanVideo's MMDiT: context fusion injects human and object appearance via channel and token concatenation in latent and token spaces, a parameter-initialized HOI adapter injects object features at multiple layers, and a facial cross-attention adapter handles audio-driven lip sync. Training is performed in three stages with a depth-aware data curation pipeline for collecting HOI videos. The paper claims state-of-the-art performance in interaction naturalness and generalization under weak supervision, supported by quantitative comparisons on a self-collected test set and the AnchorCrafter test set, along with ablations and user studies.
Significance. The proposed weak-condition paradigm is a genuinely useful research direction: if sparse inputs can reliably determine generated interactions, it would substantially lower the barrier to practical HOI video generation. The technical design is sensible, and the internal ablations in Table 2 consistently support the main architectural choices: dot trajectory outperforms bounding box and Gaussian dot, token concatenation and channel concatenation both contribute, the HOI adapter helps, and separate motion encoders beat a shared encoder. The three-stage training and depth-aware HOI data filtering are principled. However, the headline claim is currently not demonstrated for the actual weak-input setting, and the evaluation has self-referential elements. With additional experiments and careful reframing, the paper could be a solid contribution; in its present form, the central claim outruns the evidence.
major comments (3)
- [§4.1.3 and Abstract] The central claim of state-of-the-art performance under weak supervision is not supported by the reported experiments. The manuscript states that for a fair comparison 'our method uses the whole full pose for inference,' so the quantitative results in Table 1 and the user study in Table 3 evaluate the full-pose setting, not the weak condition defined in §3.1 (arm-only skeleton with optional finger exclusion and object-center dot trajectory). No numerical metric is reported for the weak-input configuration; the only evidence there is qualitative (Fig. 10), and Appendix G explicitly shows degradation when the dot is far from the hand. The authors should either report quantitative results under the weak condition, including comparisons with strong-condition baselines, or revise the abstract and conclusion to claim state-of-the-art performance in the full-pose setting.
- [Appendix G / §3.1] The paper's load-bearing assumption is that a sparse arm skeleton plus an object-center dot is sufficient for the model to infer hand pose, object orientation, and remaining body motion. Appendix G concedes that when the dot is far from the hand, 'the generated object tends to exhibit reduced consistency and interaction plausibility.' This limitation is stated qualitatively, with no analysis of how performance varies with dot-hand distance or trajectory complexity. Because the entire utility argument for weak supervision rests on this sufficiency, the paper needs a quantitative characterization of the supported input range, for example performance versus dot-hand distance and a comparison against a full-pose baseline on identical test cases. Without this, the claim that the weak condition is a reliable control signal is not established.
- [§4.1.2, §4.1.4, Table 1] The evaluation is partly self-referential and omits strong baselines. The OC metric and the AnchorCrafter benchmark come from Xu et al. (2024a), a paper with overlapping authors; the self-collected test set is filtered by the authors' own pipeline (§3.3) and may share distribution with the training data. Strong HOI methods cited in the paper—ManiVideo (Pang et al. 2024) and the fine-tuned AnchorCrafter variant on the self-collected test set—are missing from Table 1; AnchorCrafter appears only on its own test set in the appendix. The SOTA claim would be considerably strengthened by evaluating on an independently constructed benchmark, including ManiVideo and AnchorCrafter on the self-collected set (acknowledging that AnchorCrafter requires per-object fine-tuning), and reporting the AnchorCrafter test set results in the main text.
minor comments (6)
- [§4.1.2] The text uses 'AnchorCraft test set' in two places; this should be 'AnchorCrafter' for consistency with the method name and citations.
- [§3.2.2, Eq. (3)] The notation Z_i_obj = Z_obj|D_i is unclear; please define D_i and describe the paste operation explicitly.
- [Table 3 / §4.4] The user study uses only 15 users and reports no variance, confidence intervals, or significance tests; please describe the protocol and add error bars or a statistical comparison.
- [§4.3] All ablations are run at 512×512 resolution with 2,000 training steps, while the final model operates at 512×896 with 23,000 steps; a sentence on how representative these low-budget ablations are of the final model would help readers calibrate the results.
- [Appendix F] The long-video generation approach is described but not quantitatively evaluated; please add metrics or at least qualitative comparisons to shorter-video results.
- [Figure 21 caption] The caption contains typos: 'relationshuip' should be 'relationship' in both instances.
Circularity Check
No derivation circularity found; the weak-supervision evaluation gap is a validity concern, not a circular reduction.
full rationale
HunyuanVideo-HOMA is an empirical systems/architecture paper built on HunyuanVideo's MMDiT; it does not claim a formal derivation whose conclusion is identical to an input definition. The weak-condition formulation in Sec. 3.1 (sparse arm skeleton plus object-center dot trajectory) is a stated design choice, not an equation fitted to the reported outputs. The HOI adapter, context fusion, and audio adapter are trained components with ablations, and their quantitative comparison uses external baselines such as MimicMotion, VACE-14B, and EchoMimic-v2. Some evaluation infrastructure comes from the authors' prior work: the OC metric and AnchorCrafter test set are attributed to Xu et al. (2024a), which shares authors with the present paper, and the self-collected test set is also constructed by the authors. However, OC is a CLIP-based external similarity metric, the AnchorCrafter test set contains real videos and objects, and the main FID/FVD/HAS comparisons are computed from generated videos against independent data; these citations are not used as a uniqueness theorem or fitted constraint, so they are not load-bearing circularity. The most significant concern is that Sec. 4.1.3 states 'For a fair comparison, all compared methods utilize the original motion inputs, and our method uses the whole full pose for inference,' meaning the headline quantitative tables and user study evaluate the full-pose setting rather than the weak arm-plus-dot condition advertised in the abstract. Appendix G further concedes that dot-hand distance degrades object consistency and interaction plausibility. This is a mismatch between the claimed 'weak supervision' result and the evidence actually produced, which is a correctness/validity risk rather than a circular derivation: no metric or prediction is shown to be equivalent to its own training input by construction. Therefore the paper receives no circularity points.
Assumptions & free parameters
free parameters (5)
- Learning rate =
1e-5
- Training step counts =
16,000 / 2,000 / 5,000
- RoPE offsets for object tokens =
-1 and -2
- Depth filtering criterion
- Resolution schedule =
512x512 then 512x896
assumptions (5)
- standard math The flow matching objective (Lipman et al. 2022) is a valid training target for the video diffusion model.
- domain assumption The pretrained HunyuanVideo MMDiT weights provide a generative prior that can be repurposed through adapters with only small fine-tuning steps.
- domain assumption A single arm skeleton plus an object center dot is a sufficient control signal for the model to infer the rest of the body and object motion.
- domain assumption Similar mean depths of the segmented object and hand imply a valid physical human-object interaction.
- domain assumption Average scores from 15 users are a reliable measure of interaction naturalness and video quality.
invented entities (3)
-
HOI Adapter
independent evidence
-
Audio cross-attention adapter
independent evidence
-
Dot trajectory object control
independent evidence
Cite this review
Pith. "Pith review of HunyuanVideo-HOMA: Generic Human-Object Interaction in Multimodal Driven Human Animation." pith.science (2026). https://pith.science/paper/OOLAVDRR
@misc{pith2026250608797,
author = {Pith},
title = {Pith review of: HunyuanVideo-HOMA: Generic Human-Object Interaction in Multimodal Driven Human Animation},
year = {2026},
howpublished = {\url{https://pith.science/paper/OOLAVDRR}},
note = {Machine review of arXiv:2506.08797}
}
read the original abstract
To address key limitations in human-object interaction (HOI) video generation -- specifically the reliance on curated motion data, limited generalization to novel objects/scenarios, and restricted accessibility -- we introduce HunyuanVideo-HOMA, a weakly conditioned multimodal-driven framework. HunyuanVideo-HOMA enhances controllability and reduces dependency on precise inputs through sparse, decoupled motion guidance. It encodes appearance and motion signals into the dual input space of a multimodal diffusion transformer (MMDiT), fusing them within a shared context space to synthesize temporally consistent and physically plausible interactions. To optimize training, we integrate a parameter-space HOI adapter initialized from pretrained MMDiT weights, preserving prior knowledge while enabling efficient adaptation, and a facial cross-attention adapter for anatomically accurate audio-driven lip synchronization. Extensive experiments confirm state-of-the-art performance in interaction naturalness and generalization under weak supervision. Finally, HunyuanVideo-HOMA demonstrates versatility in text-conditioned generation and interactive object manipulation, supported by a user-friendly demo interface. The project page is at https://bone-11.github.io/homa-page/.
Figures
Figures from the paper (18 more)
Forward citations
Cited by 3 Pith papers
-
StreamHOI: Interaction-aware Temporal Memory Adaptation for Streaming HOI Video Generation
A streaming image-to-video model that assigns block-specific sink/local memory and learned RoPE distance scaling preserves long human-object interactions under bounded latency.
-
MVHOI: Bridge Multi-view Condition to Complex Human-Object Interaction Video Reenactment via 3D Foundation Model
Using a 3D foundation model to produce viewpoint-aware anchors plus multi-view reference textures enables realistic human-object-interaction reenactment with large out-of-plane rotations.
-
HOComp: Interaction-Aware Human-Object Composition
A diffusion-transformer method that composes a foreground object into a human image with MLLM-chosen interaction regions, pose keypoint supervision, and appearance/background consistency losses, plus a new paired dataset.
Reference graph
Works this paper leans on
-
[1]
A. Blattmann, T. Dockhorn, S. Kulal, D. Mendelevitch, M. Kilian, D. Lorenz, Y. Levi, Z. English, V. Voleti, A. Letts, et al. Stable video diffusion: Scaling latent video diffusion models to large datasets. arXiv preprint arXiv:2311.15127, 2023
arXiv 2023
- [2]
- [3]
-
[4]
Z. Chen, J. Cao, Z. Chen, Y. Li, and C. Ma. Echomimic: Lifelike audio-driven portrait animations through editable landmark conditions. In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), volume 39, pages 2403--2410, 2025
work page 2025
-
[5]
J. S. Chung and A. Zisserman. Out of time: automated lip sync in the wild. In Computer Vision--ACCV 2016 Workshops: ACCV 2016 International Workshops, Taipei, Taiwan, November 20-24, 2016, Revised Selected Papers, Part II 13, pages 251--263. Springer, 2017
work page 2016
- [6]
-
[7]
Esser, S
P. Esser, S. Kulal, A. Blattmann, R. Entezari, J. M \"u ller, H. Saini, Y. Levi, D. Lorenz, A. Sauer, F. Boesel, et al. Scaling rectified flow transformers for high-resolution image synthesis. In Forty-first international conference on machine learning, 2024
2024
-
[8]
Y. Fan, Q. Yang, K. Wang, H. Zhou, Y. Li, H. Feng, Y. Wu, and J. Wang. Re-hold: Video hand object interaction reenactment via adaptive layout-instructed diffusion model. arXiv preprint arXiv:2503.16942, 2025
work page Pith review arXiv 2025
Show all 53 references
-
[9]
Ghosh, R
A. Ghosh, R. Dabral, V. Golyanik, C. Theobalt, and P. Slusallek. Imos: Intent-driven full-body motion synthesis for human-object interactions. In Computer Graphics Forum (CGF), volume 42, pages 1--12. Wiley Online Library, 2023
2023
-
[10]
Heusel, H
M. Heusel, H. Ramsauer, T. Unterthiner, B. Nessler, and S. Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. Advances in neural information processing systems (NeurIPS), 30, 2017
2017
-
[11]
L. Hu. Animate anyone: Consistent and controllable image-to-video synthesis for character animation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 8153--8163, 2024
2024
-
[12]
L. Hu, G. Wang, Z. Shen, X. Gao, D. Meng, L. Zhuo, P. Zhang, B. Zhang, and L. Bo. Animate anyone 2: High-fidelity character image animation with environment affordance. arXiv preprint arXiv:2502.06145, 2025
2025 arXiv
-
[13]
Huang, F
Z. Huang, F. Tang, Y. Zhang, X. Cun, J. Cao, J. Li, and T.-Y. Lee. Make-your-anchor: A diffusion-based 2d avatar generation framework. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 6997--7006, 2024
2024
-
[14]
X. Ji, X. Hu, Z. Xu, J. Zhu, C. Lin, Q. He, J. Zhang, D. Luo, Y. Chen, Q. Lin, et al. Sonic: Shifting focus to global audio perception in portrait animation. arXiv preprint arXiv:2411.16331, 2024
2024 arXiv
-
[15]
Jiang, Z
N. Jiang, Z. He, Z. Wang, H. Li, Y. Chen, S. Huang, and Y. Zhu. Autonomous character-scene interaction synthesis from text instruction. In SIGGRAPH Asia 2024 Conference Papers, pages 1--11, 2024 a
2024
-
[16]
Jiang, Z
N. Jiang, Z. Zhang, H. Li, X. Ma, Z. Wang, Y. Chen, T. Liu, Y. Zhu, and S. Huang. Scaling up dynamic human-scene interaction modeling. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 1737--1747, 2024 b
2024
-
[17]
Jiang, Z
Z. Jiang, Z. Han, C. Mao, J. Zhang, Y. Pan, and Y. Liu. Vace: All-in-one video creation and editing. arXiv preprint arXiv:2503.07598, 2025
2025 arXiv
-
[18]
D. P. Kingma. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013
2013 arXiv
-
[19]
W. Kong, Q. Tian, Z. Zhang, R. Min, Z. Dai, J. Zhou, J. Xiong, X. Li, B. Wu, J. Zhang, et al. Hunyuanvideo: A systematic framework for large video generative models. arXiv preprint arXiv:2412.03603, 2024
2024 arXiv
-
[20]
J. Li, J. Wu, and C. K. Liu. Object motion guided human motion synthesis. ACM Transactions on Graphics (TOG), 42 0 (6): 0 1--11, 2023
2023
-
[21]
G. Lin, J. Jiang, C. Liang, T. Zhong, J. Yang, and Y. Zheng. Cyberhost: Taming audio-driven avatar diffusion model with region codebook attention. arXiv preprint arXiv:2409.01876, 2024
2024 arXiv
-
[22]
G. Lin, J. Jiang, J. Yang, Z. Zheng, and C. Liang. Omnihuman-1: Rethinking the scaling-up of one-stage conditioned human animation models. arXiv preprint arXiv:2502.01061, 2025
2025 arXiv
-
[23]
Lipman, R
Y. Lipman, R. T. Chen, H. Ben-Hamu, M. Nickel, and M. Le. Flow matching for generative modeling. arXiv preprint arXiv:2210.02747, 2022
2022 arXiv
-
[24]
H. Liu, C. Li, Q. Wu, and Y. J. Lee. Visual instruction tuning. Advances in neural information processing systems (NeurIPS), 36: 0 34892--34916, 2023
2023
-
[25]
S. Liu, Z. Zeng, T. Ren, F. Li, H. Zhang, J. Yang, Q. Jiang, C. Li, J. Yang, H. Su, et al. Grounding dino: Marrying dino with grounded pre-training for open-set object detection. In European Conference on Computer Vision (ECCV), pages 38--55. Springer, 2024
2024
-
[26]
McFee, C
B. McFee, C. Raffel, D. Liang, D. P. Ellis, M. McVicar, E. Battenberg, and O. Nieto. librosa: Audio and music signal analysis in python. SciPy, 2015: 0 18--24, 2015
2015
-
[27]
Y. Men, Y. Yao, M. Cui, and L. Bo. Mimo: Controllable character video synthesis with spatial decomposed modeling. arXiv preprint arXiv:2409.16160, 2024
2024 arXiv
-
[28]
R. Meng, X. Zhang, Y. Li, and C. Ma. Echomimicv2: Towards striking, simplified, and semi-body human animation. arXiv preprint arXiv:2411.10061, 2024
2024
-
[29]
Y. Pang, R. Shao, J. Zhang, H. Tu, Y. Liu, B. Zhou, H. Zhang, and Y. Liu. Manivideo: Generating hand-object manipulation video with dexterous and generalizable grasping. arXiv preprint arXiv:2412.16212, 2024
2024 arXiv
-
[30]
X. Peng, Y. Xie, Z. Wu, V. Jampani, D. Sun, and H. Jiang. Hoi-diff: Text-driven synthesis of 3d human-object interactions using diffusion models. arXiv preprint arXiv:2312.06553, 2023
2023 arXiv
-
[31]
Radford, J
A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, et al. Learning transferable visual models from natural language supervision. In International conference on machine learning (ICML), pages 8748--8763. PMLR, 2021
2021
-
[32]
N. Ravi, V. Gabeur, Y.-T. Hu, R. Hu, C. Ryali, T. Ma, H. Khedr, R. R \"a dle, C. Rolland, L. Gustafson, et al. Sam 2: Segment anything in images and videos. arXiv preprint arXiv:2408.00714, 2024
2024 arXiv
-
[33]
R. Shao, Y. Pang, Z. Zheng, J. Sun, and Y. Liu. Human4dit: 360-degree human video generation with 4d diffusion transformer. ACM Transactions on Graphics (TOG), 43 0 (6), 2024
2024
-
[34]
J. Su, M. Ahmed, Y. Lu, S. Pan, W. Bo, and Y. Liu. Roformer: Enhanced transformer with rotary position embedding. Neurocomputing, 568: 0 127063, 2024
2024
-
[35]
L. Tian, Q. Wang, B. Zhang, and L. Bo. Emo: Emote portrait alive generating expressive portrait videos with audio2video diffusion model under weak conditions. In European Conference on Computer Vision (ECCV), pages 244--260. Springer, 2024
2024
-
[36]
S. Tu, Z. Xing, X. Han, Z.-Q. Cheng, Q. Dai, C. Luo, and Z. Wu. Stableanimator: High-quality identity-preserving human image animation. arXiv preprint arXiv:2411.17697, 2024
2024 arXiv
-
[37]
Unterthiner, S
T. Unterthiner, S. Van Steenkiste, K. Kurach, R. Marinier, M. Michalski, and S. Gelly. Towards accurate generative models of video: A new metric & challenges. arXiv preprint arXiv:1812.01717, 2018
2018 arXiv
-
[38]
A. Wang, B. Ai, B. Wen, C. Mao, C.-W. Xie, D. Chen, F. Yu, H. Zhao, J. Yang, J. Zeng, et al. Wan: Open and advanced large-scale video generative models. arXiv preprint arXiv:2503.20314, 2025 a
2025 arXiv
-
[39]
P. Wang, S. Bai, S. Tan, S. Wang, Z. Fan, J. Bai, K. Chen, X. Liu, J. Wang, W. Ge, et al. Qwen2-vl: Enhancing vision-language model's perception of the world at any resolution. arXiv preprint arXiv:2409.12191, 2024 a
2024 arXiv
-
[40]
T. Wang, L. Li, K. Lin, Y. Zhai, C.-C. Lin, Z. Yang, H. Zhang, Z. Liu, and L. Wang. Disco: Disentangled control for realistic human dance generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 9326--9336, 2024 b
2024
-
[41]
X. Wang, S. Zhang, C. Gao, J. Wang, X. Zhou, Y. Zhang, L. Yan, and N. Sang. Unianimate: Taming unified video diffusion models for consistent human image animation. arXiv preprint arXiv:2406.01188, 2024 c
2024 arXiv
-
[42]
X. Wang, S. Zhang, L. Tang, Y. Zhang, C. Gao, Y. Wang, and N. Sang. Unianimate-dit: Human image animation with large-scale video diffusion transformer. arXiv preprint arXiv:2504.11289, 2025 b
2025
-
[43]
Z. Wang, Y. Li, Y. Zeng, Y. Fang, Y. Guo, W. Liu, J. Tan, K. Chen, T. Xue, B. Dai, et al. Humanvid: Demystifying training data for camera-controllable human image animation. In The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track, 2024 d
2024
-
[44]
S. Xu, Z. Li, Y.-X. Wang, and L.-Y. Gui. Interdiff: Generating 3d human-object interactions with physics-informed diffusion. In Proceedings of the IEEE/CVF International Conference on Computer Vision (CVPR), pages 14928--14940, 2023
2023
-
[45]
Z. Xu, Z. Huang, J. Cao, Y. Zhang, X. Cun, Q. Shuai, Y. Wang, L. Bao, J. Li, and F. Tang. Anchorcrafter: Animate cyberanchors saling your products via human-object interacting video generation. arXiv preprint arXiv:2411.17383, 2024 a
2024 arXiv
-
[46]
Z. Xu, J. Zhang, J. H. Liew, H. Yan, J.-W. Liu, C. Zhang, J. Feng, and M. Z. Shou. Magicanimate: Temporally consistent human image animation using diffusion model. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 1481--1490, 2024 b
2024
-
[47]
Z. Xue, M. Luo, C. Chen, and K. Grauman. Hoi-swap: Swapping objects in videos with hand-object interaction awareness. arXiv preprint arXiv:2406.07754, 2024
2024 arXiv
-
[48]
L. Yang, B. Kang, Z. Huang, Z. Zhao, X. Xu, J. Feng, and H. Zhao. Depth anything v2. Advances in Neural Information Processing Systems (NeurIPS), 37: 0 21875--21911, 2024
2024
-
[49]
Z. Yang, A. Zeng, C. Yuan, and Y. Li. Effective whole-body pose estimation with two-stages distillation. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCVW), pages 4210--4220, 2023
2023
-
[50]
Zhang, X
W. Zhang, X. Cun, X. Wang, Y. Zhang, X. Shen, Y. Guo, Y. Shan, and F. Wang. Sadtalker: Learning realistic 3d motion coefficients for stylized audio-driven single image talking face animation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition ...
2023
-
[51]
Zhang, J
Y. Zhang, J. Gu, L.-W. Wang, H. Wang, J. Cheng, Y. Zhu, and F. Zou. Mimicmotion: High-quality human motion video generation with confidence-aware pose guidance. arXiv preprint arXiv:2406.19680, 2024
2024 arXiv
-
[52]
Y. Zhou, Q. Wang, Y. Cai, and H. Yang. Allegro: Open the black box of commercial-level video generation model. arXiv preprint arXiv:2410.15458, 2024
2024 arXiv
-
[53]
S. Zhu, J. L. Chen, Z. Dai, Y. Xu, X. Cao, Y. Yao, H. Zhu, and S. Zhu. Champ: Controllable and consistent human image animation with 3d parametric guidance. In European Conference on Computer Vision (ECCV), 2024
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.