REVIEW 2 major objections 4 minor 2 cited by
MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos
T0 review · 2 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read MimicDroid claims that a humanoid can learn a new manipulation task from 1–3 human demonstration videos, with no parameter updates, after training only on unlabeled human play videos.
desk verdict A credible, well-ablated demonstration that retrieval-based meta-training on unlabeled human play video can yield few-shot in-context manipulation on a humanoid, with the main caveat that simulation trains on clean teleop actions while reality depends on WiLoR. 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 mechanism is the self-supervised construction of context–target training pairs from unlabeled human play video: for each target trajectory segment, the top-k most similar segments (by cosine similarity between an embedding that concatenates mean-pooled visual features and the sequence of estimated hand actions) serve as context, and the policy is trained to predict the target's future wrist poses conditioned on that context. This meta-training objective, combined with wrist-pose retargeting to the humanoid's task space and random patch masking to reduce dependence on human-specific visual cues, is what endows the policy with test-time few-shot adaptation.
What would settle it
Run a real-world evaluation of a task where the demonstrator's hand is occluded or disappears for a substantial part of the motion (for example, reaching into a closed cupboard or behind furniture). If the policy fails on such a task while succeeding on tasks where hands stay visible, that would confirm the central claim's dependence on the hand pose estimator; conversely, if it succeeds despite the occlusion, the claim is more robust. A direct check is to compare the hand-pose estimator's wrist predictions against ground truth on those frames and measure the corruption rate.
Extended reading notes
Core claim
The central claim is that a long-context transformer policy, trained by behavior cloning on self-generated context–target pairs from unlabeled human play video, acquires a genuine in-context learning ability that transfers from humans to a humanoid robot. Training uses the future human wrist pose (from an off-the-shelf hand pose estimator) as the action label, and retrieves the most similar segments based on a cosine-similarity score that combines mean-pooled visual features and action sequences. The policy is conditioned on these retrieved segments at training time, and at test time on a few human demonstrations of a novel task; it then predicts action chunks for the robot without adaptatio
Load-bearing premise
The entire real-world pipeline relies on an off-the-shelf hand pose estimator to provide action labels during training and to parse test-time demonstrations; if that estimator fails (e.g., when hands vanish), the policy is trained on corrupted actions and deployment fails, and this failure mode is never exercised in simulation because simulation uses ground-truth teleoperated actions.
Editorial extensions
If this is right
- Few-shot humanoid manipulation could be trained from human-only RGB video, eliminating the need for teleoperated robot demonstrations.
- The method's performance scales with the volume of play data, suggesting that web-scale human video may further improve in-context learning capability.
- Since adaptation is gradient-free and instantaneous, deployment is faster and avoids catastrophic forgetting seen with test-time fine-tuning.
- The approach opens a path to training generalist humanoid policies by mining the repetitive manipulation patterns naturally present in human play.
Reading between the lines
- The paper's real-world results are only as reliable as the hand pose estimator: because that estimator also supplies the training actions, any task where hands disappear from view (e.g., reaching into a cupboard) will likely produce corrupted supervision and deployment failure, even though simulation results—trained on ground-truth teleoperation—do not reflect this.
- The retrieval-based context construction depends on the assumption that similar manipulation behaviors share observation-action patterns across different objects and scenes; if that assumption fails for a task class (e.g., tasks requiring novel motion sequences with no visual similarity to training), in-context learning may not transfer, consistent with the reported lower L3 success rates.
- The paper treats demonstrations as low-level state-action sequences, so it cannot generalize across semantically equivalent tasks; integrating language-conditioned context would be a natural next step.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes MimicDroid, a method for few-shot humanoid manipulation through in-context learning (ICL) trained from human play videos. It constructs meta-training samples by retrieving trajectory segments similar to a randomly sampled target segment, using cosine similarity over mean-pooled visual features and action sequences (Eq. 2), and trains a long-context transformer with behavior cloning to predict future wrist poses on the target segment conditioned on context segments (Eq. 3). At test time, the policy is given 1-3 human demonstration videos of a novel task and acts without gradient updates. The authors introduce a RoboCasa-based simulation benchmark with three generalization levels and report real-world experiments on the GR1 humanoid, claiming a nearly twofold improvement over baselines. The paper includes ablations of visual masking, retrieval count, data scale, and number of in-context examples, and concludes with limitations around the WiLoR hand-pose estimator.
Significance. If the central claim holds, the paper is significant: it would show that ICL for humanoid manipulation can be trained from scalable, unlabeled human RGB video without teleoperated robot demonstrations. The ablations are well designed and broadly support the design choices (masking, retrieval, data scaling, context count), and the proposed simulation benchmark is a useful community resource. Credit is due for the self-supervised context-target construction and the open release of the benchmark. However, the evidence does not yet establish the central claim: the simulation benchmark trains on ground-truth teleoperated actions rather than the WiLoR-estimated actions used in deployment, and the real-world results are based on only 10 rollouts per task with no error bars. The paper's own limitation section concedes the WiLoR failure mode, which is not stress-tested in the main experiments.
major comments (2)
- [Sec. IV / Appendix B] The simulation training data that produces Table I uses ground-truth teleoperated actions ('Simulation: Action information (absolute wrt robot base frame) is obtained from teleoperation'), not WiLoR-estimated wrist poses on RGB human video. The real pipeline trains Eq. (3) and retrieves contexts via Eq. (2) using WiLoR outputs, and Sec. VI concedes WiLoR fails when hands vanish. Hence Table I validates Meta-ICL under clean actions, not the deployed 'human play video only' pipeline. Please add an experimental condition in which simulation training (or real training) uses WiLoR-estimated actions, or otherwise quantify sensitivity to action-estimation noise.
- [Sec. V / Fig. 5] The twofold improvement rests on 10 rollouts per task with no error bars or per-task counts; L3 success is 0.08. The failure analysis does not include action-estimation corruption, despite Sec. VI naming WiLoR failures (e.g., hands vanishing) as a limitation. Please report exact counts/confidence intervals and provide a diagnostic of WiLoR-induced error (e.g., task success split by hand-visibility duration, or an ablation on simulated actions corrupted with WiLoR-style noise). Without these, the real-world central claim is not statistically supported.
minor comments (4)
- [Sec. IV / Fig. 7] The Implementation Details say 'we find the top k=10 similar trajectories to serve as the context', but Fig. 7 reports k=50 as the best setting and the text concludes k=50 strikes a balance. Please specify which k is used for the final model and align the analysis.
- [Fig. 6] The caption says performance 'plateaus beyond 3', but the plotted success rates decline at 4-6 examples (0.38, 0.38, 0.33 vs. 0.39 at 3). Please rephrase to reflect the drop rather than a plateau.
- [Abstract / Real-world results] The phrase 'nearly twofold higher success rates' should be qualified as an average over L1-L3; the L3 comparison is 0.08 vs. 0.00, which is not a twofold improvement.
- [Eq. (1)] The notation \(\sigma^{ctx}_T, \sigma^{tgt}_T \sim T\) is confusing because \(T\) is used both for the task distribution and for trajectory length elsewhere. Please use distinct symbols.
Circularity Check
No circular derivation: evaluation is physical task success; WiLoR dependence and minor self-citations are limitations, not circularity.
full rationale
The central derivation is not circular by construction. MimicDroid takes unlabeled play video tau, estimates future wrist poses h_{t+k}=f(s_{t+k}) as pseudo-actions (Sec. III-B), retrieves similar segments via Eq. 2 (cosine similarity in DINOv2 feature+action space), and trains a transformer with L1 behavior-cloning loss Eq. 3 on target segments conditioned on those contexts. Evaluation, both in the RoboCasa-based simulation benchmark and in real-world GR1 rollouts, scores physical task completion (e.g., pick-and-place, faucet turn-on), which is measured independently of the training loss, the retrieval scores, and the pseudo-action values. No parameter is fitted to the success metric; hyperparameters such as k are tuned on L2 success (Fig. 7), which is standard model selection. The one self-referential element is that the pseudo-actions in Eq. 3 and the action component of the retrieval features in Eq. 2 both come from the same off-the-shelf WiLoR estimator; Sec. VI explicitly concedes WiLoR 'fails when hands vanish (e.g., reaching into cupboards or behind furniture).' This makes real-world performance dependent on an action-estimation bottleneck that the simulation benchmark (Appendix B: ground-truth teleoperated actions) does not exercise—a real limitation, but not a circular reduction of the claimed result to its inputs. Self-citations (e.g., [20] MimicPlay for play-data collection statistics, [23] OKAMI for retargeting, [39] RRL for visual representations, [55] Legato for cross-embodiment) appear but are non-load-bearing background supports with their own external evaluations; they are not used as an unverified uniqueness theorem or to smuggle in an ansatz. Hence circularity score 2: no significant circularity, with minor self-citation and pipeline self-reference noted as limitations.
Assumptions & free parameters
free parameters (5)
- Retrieval count k for meta-training context segments =
50 (best on GR1 L2)
- Random patch masking probability p and patch budget =
p=0.8, 1-16 patches, area 1-4% per frame
- Test-time context demonstration count =
3 (matching a 512-token training context)
- Action chunk length l and execution stride =
l=32, execute 16 of them
- Action horizon for future-hand-pose labels =
k=1 in the real world
assumptions (5)
- domain assumption Meta-ICL transfers: training on context-target pairs from an implicit task distribution confers test-time in-context learning to novel tasks without weight updates.
- ad hoc to paper Cosine similarity between mean-pooled DINOv2 visual features concatenated with estimated actions identifies trajectory segments with genuinely similar manipulation behavior.
- domain assumption WiLoR hand pose estimates are accurate enough to serve as action labels and proprioception in real-world training and at test time.
- domain assumption Retargeting human wrist poses to the GR1 humanoid wrist in task space preserves task intent.
- ad hoc to paper Random patch masking during training reduces reliance on human-specific visual cues without destroying task-relevant information.
Cite this review
Pith. "Pith review of MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos." pith.science (2026). https://pith.science/paper/6QJIGCPX
@misc{pith2026250909769,
author = {Pith},
title = {Pith review of: MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos},
year = {2026},
howpublished = {\url{https://pith.science/paper/6QJIGCPX}},
note = {Machine review of arXiv:2509.09769}
}
read the original abstract
We aim to enable humanoid robots to efficiently solve new manipulation tasks from a few video examples. In-context learning (ICL) is a promising framework for achieving this goal due to its test-time data efficiency and rapid adaptability. However, current ICL methods rely on labor-intensive teleoperated data for training, which restricts scalability. We propose using human play videos -- continuous, unlabeled videos of people interacting freely with their environment -- as a scalable and diverse training data source. We introduce MimicDroid, which enables humanoids to perform ICL using human play videos as the only training data. MimicDroid extracts trajectory pairs with similar manipulation behaviors and trains the policy to predict the actions of one trajectory conditioned on the other. Through this process, the model acquired ICL capabilities for adapting to novel objects and environments at test time. To bridge the embodiment gap, MimicDroid first retargets human wrist poses estimated from RGB videos to the humanoid, leveraging kinematic similarity. It also applies random patch masking during training to reduce overfitting to human-specific cues and improve robustness to visual differences. To evaluate few-shot learning for humanoids, we introduce an open-source simulation benchmark with increasing levels of generalization difficulty. MimicDroid outperformed state-of-the-art methods and achieved nearly twofold higher success rates in the real world. Additional materials can be found on: ut-austin-rpl.github.io/MimicDroid
Figures
Figures from the paper (4 more)
Forward citations
Cited by 2 Pith papers
-
In-Context World Modeling for Robotic Control
Prepending a few self-generated random interaction clips as context lets VLA policies identify novel camera viewpoints and morphologies at test time and outperform multi-view baselines without parameter updates.
-
WAM-TTT: Steering World-Action Models by Watching Human Play at Test Time
A meta-trained test-time memory lets frozen world-action models absorb unlabeled human videos and outperform in-context video conditioning on real multi-embodiment manipulation.
Reference graph
Works this paper leans on
-
[1]
Model-agnostic meta-learning for fast adaptation of deep networks,
Finn et al., “Model-agnostic meta-learning for fast adaptation of deep networks,” inInternational conference on machine learning, PMLR, 2017
2017
-
[2]
One-shot imitation from observing humans via domain-adaptive meta-learning,
Yu et al., “One-shot imitation from observing humans via domain-adaptive meta-learning,”preprint arXiv:1802.01557, 2018
arXiv 2018
-
[3]
Task-embedded control networks for few-shot imitation learning,
James et al., “Task-embedded control networks for few-shot imitation learning,” inConference on robot learning, PMLR, 2018
2018
-
[4]
Language models are few-shot learners,
Brown et al., “Language models are few-shot learners,” Advances in neural information processing systems, 2020
2020
-
[5]
Flamingo: A visual language model for few- shot learning,
Alayrac et al., “Flamingo: A visual language model for few- shot learning,”Advances in neural information processing systems, 2022
2022
-
[6]
Prompting decision transformer for few-shot pol- icy generalization,
Xu et al., “Prompting decision transformer for few-shot pol- icy generalization,” ininternational conference on machine learning, PMLR, 2022
2022
-
[7]
Amago: Scalable in-context reinforcement learning for adaptive agents,
Grigsby et al., “Amago: Scalable in-context reinforcement learning for adaptive agents,”preprint arXiv:2310.09971, 2023
arXiv 2023
-
[8]
In-context reinforcement learning with algo- rithm distillation,
Laskin et al., “In-context reinforcement learning with algo- rithm distillation,”preprint arXiv:2210.14215, 2022
arXiv 2022
Show all 59 references
-
[9]
Regent: A retrieval-augmented generalist agent that can act in-context in new environments,
Sridhar et al., “Regent: A retrieval-augmented generalist agent that can act in-context in new environments,”preprint arXiv:2412.04759, 2024
2024 arXiv
-
[10]
Keypoint action tokens enable in-context imitation learning in robotics,
Di Palo et al., “Keypoint action tokens enable in-context imitation learning in robotics,”preprint arXiv:2403.19578, 2024
2024 arXiv
-
[11]
In-context imitation learning via next-token pre- diction,
Fu et al., “In-context imitation learning via next-token pre- diction,”preprint arXiv:2408.15980, 2024
2024 arXiv
-
[12]
Instant policy: In-context imitation learning via graph diffusion,
V osylius et al., “Instant policy: In-context imitation learning via graph diffusion,”preprint arXiv:2411.12633, 2024
2024 arXiv
-
[13]
Generalization to new sequential de- cision making tasks with in-context learning,
Raparthy et al., “Generalization to new sequential de- cision making tasks with in-context learning,”preprint arXiv:2312.03801, 2023
2023 arXiv
-
[14]
Benchmarking general-purpose in-context learning,
Wang et al., “Benchmarking general-purpose in-context learning,”preprint arXiv:2405.17234, 2024
2024 arXiv
-
[15]
General-purpose in-context learning by meta- learning transformers,
Kirsch et al., “General-purpose in-context learning by meta- learning transformers,”preprint arXiv:2212.04458, 2022
2022 arXiv
-
[16]
Ricl: Adding in-context adaptability to pre-trained vision-language-action models,
Sridhar et al., “Ricl: Adding in-context adaptability to pre-trained vision-language-action models,”preprint arXiv:2508.02062, 2025
2025 arXiv
-
[17]
Roboturk: A crowdsourcing platform for robotic skill learning through imitation,
Mandlekar et al., “Roboturk: A crowdsourcing platform for robotic skill learning through imitation,” inConference on Robot Learning, PMLR, 2018
2018
-
[18]
Collaboration,Open X-Embodiment: Robotic learning datasets and RT-X models,https://arxiv.org/abs/ 2310.08864, 2023
2023 arXiv
-
[19]
Droid: A large-scale in-the-wild robot manipulation dataset,
al, “Droid: A large-scale in-the-wild robot manipulation dataset,” 2024
2024
-
[20]
Mimicplay: Long-horizon imitation learning by watching human play,
Wang et al., “Mimicplay: Long-horizon imitation learning by watching human play,”preprint arXiv:2302.12422, 2023
2023 arXiv
-
[21]
Learning latent plans from play,
Lynch et al., “Learning latent plans from play,” inConfer- ence on robot learning, PMLR, 2020
2020
-
[22]
Metaicl: Learning to learn in context,
Min et al., “Metaicl: Learning to learn in context,”preprint arXiv:2110.15943, 2021
2021 arXiv
-
[23]
Okami: Teaching humanoid robots manipulation skills through single video imitation,
Li et al., “Okami: Teaching humanoid robots manipulation skills through single video imitation,” in8th Annual Confer- ence on Robot Learning, 2024
2024
-
[24]
Humanoid policy˜ human policy,
Qiu et al., “Humanoid policy˜ human policy,”preprint arXiv:2503.13441, 2025
2025
-
[25]
Representation and control of the task space in humans and humanoid robots,
Mistry et al., “Representation and control of the task space in humans and humanoid robots,”Humanoid Robotics and Neuroscience: Science, Engineering and Society, 2015
2015
-
[26]
Masked autoencoders are scalable vision learners,
He et al., “Masked autoencoders are scalable vision learners,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022
2022
-
[27]
Rethinking patch dependence for masked autoen- coders,
Fu et al., “Rethinking patch dependence for masked autoen- coders,”preprint arXiv:2401.14391, 2024
2024 arXiv
-
[28]
Vid2robot: End-to-end video-conditioned pol- icy learning with cross-attention transformers,
Jain et al., “Vid2robot: End-to-end video-conditioned pol- icy learning with cross-attention transformers,”preprint arXiv:2403.12943, 2024
2024 arXiv
-
[29]
Zero-shot robot manipulation from pas- sive human videos,
Bharadhwaj et al., “Zero-shot robot manipulation from pas- sive human videos,”preprint arXiv:2302.02011, 2023
2023 arXiv
-
[30]
Hand me the data: Fast robot adaptation via hand path retrieval,
Hong et al., “Hand me the data: Fast robot adaptation via hand path retrieval,”preprint arXiv:2505.20455, 2025
2025
-
[31]
Robocasa: Large-scale simulation of ev- eryday tasks for generalist robots,
Nasiriany et al., “Robocasa: Large-scale simulation of ev- eryday tasks for generalist robots,” inRobotics: Science and Systems, 2024
2024
-
[32]
Robosuite: A modular simulation frame- work and benchmark for robot learning,
Zhu et al., “Robosuite: A modular simulation frame- work and benchmark for robot learning,” inpreprint arXiv:2009.12293, 2020
2009 arXiv
-
[33]
Evolutionary principles in self-referential learning,
Schmidhuber, “Evolutionary principles in self-referential learning,”On learning how to learn: The meta-meta-... hook.) Diploma thesis, Institut f. Informatik, Tech. Univ. Munich, 1987
1987
-
[34]
Meta-neural networks that learn by learning,
Naik et al., “Meta-neural networks that learn by learning,” in[Proceedings 1992] IJCNN International Joint Conference on Neural Networks, IEEE, 1992
1992
-
[35]
Meta-learning with memory-augmented neu- ral networks,
Santoro et al., “Meta-learning with memory-augmented neu- ral networks,” inInternational conference on machine learn- ing, PMLR, 2016
2016
-
[36]
Learning to learn using gradient descent,
Hochreiter et al., “Learning to learn using gradient descent,” inInternational conference on artificial neural networks, Springer, 2001
2001
-
[37]
Rl2: Fast reinforcement learning via slow reinforcement learning,
Duan et al., “Rl2: Fast reinforcement learning via slow reinforcement learning,”preprint arXiv:1611.02779, 2016
2016 arXiv
-
[38]
Attention is all you need,
Vaswani et al., “Attention is all you need,”Advances in neural information processing systems, 2017
2017
-
[39]
Rrl: Resnet as representation for reinforcement learning,
Shah et al., “Rrl: Resnet as representation for reinforcement learning,”preprint arXiv:2107.03380, 2021
2021 arXiv
-
[40]
R3m: A universal visual representation for robot manipulation,
Nair et al., “R3m: A universal visual representation for robot manipulation,”preprint arXiv:2203.12601, 2022
2022 arXiv
-
[41]
Where are we in the search for an artificial visual cortex for embodied intelligence?
Majumdar et al., “Where are we in the search for an artificial visual cortex for embodied intelligence?”Advances in Neural Information Processing Systems, 2023
2023
-
[42]
Concept2robot: Learning manipulation concepts from instructions and human demonstrations,
Shao et al., “Concept2robot: Learning manipulation concepts from instructions and human demonstrations,”The Interna- tional Journal of Robotics Research, 2021
2021
-
[43]
Liv: Language-image representations and rewards for robotic control,
Ma et al., “Liv: Language-image representations and rewards for robotic control,” inInternational Conference on Machine Learning, PMLR, 2023
2023
-
[44]
Vip: Towards universal visual reward and representation via value-implicit pre-training,
Ma et al., “Vip: Towards universal visual reward and representation via value-implicit pre-training,”preprint arXiv:2210.00030, 2022
2022 arXiv
-
[45]
Bridging the human to robot dex- terity gap through object-oriented rewards,
Guzey et al., “Bridging the human to robot dex- terity gap through object-oriented rewards,”preprint arXiv:2410.23289, 2024
2024 arXiv
-
[46]
Screwmimic: Bimanual imitation from human videos with screw space projection,
Bahety et al., “Screwmimic: Bimanual imitation from human videos with screw space projection,”preprint arXiv:2405.03666, 2024
2024 arXiv
-
[47]
Egomimic: Scaling imitation learning via egocentric video,
Kareer et al., “Egomimic: Scaling imitation learning via egocentric video,”preprint arXiv:2410.24221, 2024
2024 arXiv
-
[48]
Potamias et al.,Wilor: End-to-end 3d hand localization and reconstruction in-the-wild, 2024
2024
-
[49]
Reconstructing hands in 3D with transform- ers,
Pavlakos et al., “Reconstructing hands in 3D with transform- ers,” inCVPR, 2024
2024
-
[50]
Phantom: Training robots without robots using only human videos,
Lepert et al., “Phantom: Training robots without robots using only human videos,”preprint arXiv:2503.00779, 2025
2025 arXiv
-
[51]
Vision-based manipulation from single hu- man video with open-world object graphs,
Zhu et al., “Vision-based manipulation from single hu- man video with open-world object graphs,”preprint arXiv:2405.20321, 2024
2024 arXiv
-
[52]
Dinov2: Learning robust visual features with- out supervision,
Oquab et al., “Dinov2: Learning robust visual features with- out supervision,”preprint arXiv:2304.07193, 2023
2023 arXiv
-
[53]
Learning fine-grained bimanual manipulation with low-cost hardware,
Zhao et al., “Learning fine-grained bimanual manipulation with low-cost hardware,”preprint arXiv:2304.13705, 2023
2023 arXiv
-
[54]
Robocasa: Large-scale simulation of ev- eryday tasks for generalist robots,
Nasiriany et al., “Robocasa: Large-scale simulation of ev- eryday tasks for generalist robots,” inRobotics: Science and Systems (RSS), 2024
2024
-
[55]
Legato: Cross-embodiment imitation using a grasping tool,
Seo et al., “Legato: Cross-embodiment imitation using a grasping tool,”IEEE Robotics and Automation Letters, 2025
2025
-
[56]
Self-distillation bridges distribution gap in lan- guage model fine-tuning,
Yang et al., “Self-distillation bridges distribution gap in lan- guage model fine-tuning,”preprint arXiv:2402.13669, 2024
2024 arXiv
-
[57]
Does continual learning equally forget all pa- rameters?
Zhao et al., “Does continual learning equally forget all pa- rameters?” InInternational Conference on Machine Learn- ing, PMLR, 2023
2023
-
[58]
Segment anything,
Kirillov et al., “Segment anything,” inProceedings of the IEEE/CVF international conference on computer vision, 2023
2023
-
[59]
Decoupling human and camera motion from videos in the wild,
Ye et al., “Decoupling human and camera motion from videos in the wild,” inIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2023. APPENDIX A. Data Collection We collect human play data in both real-world and simu- lated settings to train our in-context learni...
2023
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.