REVIEW 3 major objections 3 minor 3 cited by
Guiding Data Collection via Factored Scaling Curves
T0 review · 3 major / 3 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Factored scaling curves predict which demonstration data will most improve a robot policy.
desk verdict A practical data-collection method that mostly holds up in simulation; the real-world evidence is thinner than the headline margins suggest, but the idea and offline proxy are worth engaging. 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 object is the factored scaling curve: a function $\Phi_i(n)$ that maps the number $n$ of demonstrations varying factor $f_i$ to the policy's expected success on the target environment distribution, holding other factor data fixed. The paper fits each curve as a power law $\hat\Phi_i(n)=1-a(n+|D\setminus D_i|)^b$, then uses the discrete slope $P_i^K$ over the budget horizon $K$ as the ranking signal. Grouping factors into disjoint pairs reduces the number of curves from $O(N^2)$ to $O(N)$ while retaining most of the predictive accuracy, and a version of the curve built on cosine similarity of policy embeddings gives an offline alternative to hardware evaluation. What makes the machinery work is the extrapolation: from as few as four fitted points, the slope at the budget determines which factor will yield the largest improvement.
What would settle it
Take a task and initial dataset, fit curves from four sizes such as $n=0,20,40,60$, predict the top factor at budgets $K=100$ and $K=500$, actually collect that much data for the top-ranked factor and for a lower-ranked factor, and evaluate on held-out factor combinations. The central claim fails if the observed gain from the top-ranked factor is no larger, within statistical error, than the gain from a lower-ranked factor or from an equal split, or if the measured success falls outside the fitted curve's prediction interval.
Extended reading notes
Core claim
The paper's central claim is that factored scaling curves can accurately predict how a policy's success rate changes when more demonstrations are collected for a particular environmental factor, and that this prediction is what should guide the next round of data collection. Starting from a dataset with demonstrations covering several factors, the method trains policies at a few intermediate dataset sizes for each factor or factor pair, evaluates them on the target environment distribution, and fits $\hat\Phi_i(n)=1-a(n+|D\setminus D_i|)^b$ with $a>0$ and $b<0$ to those points. The extrapolated slope $P_i^K=(\hat\Phi_i(|D_i|+K)-\hat\Phi_i(|D_i|))/K$ ranks factors by expected gain; allocating the whole budget to the top-ranked factor, or across factors when gains are similar, is the recommended strategy. Across simulation and real-robot experiments the paper reports that this allocation beats equal, greedy, and distributionally weighted baselines, with extrapolated curves matching actual performance in the tested cases and real-world success-rate advantages up to 26 percent.
Load-bearing premise
The whole method assumes that a power-law curve fitted through only a handful of noisy measurements keeps describing how success rate grows as more demonstrations are added, even well beyond the measured range.
Editorial extensions
If this is right
- A practitioner with a fixed demonstration budget can compute a small set of curve points and allocate data to the factor pair with the steepest extrapolated slope, rather than spreading data uniformly.
- The fitted curves give a quantitative expected success rate after collecting $K$ demonstrations, so a budget can be chosen by inverting the curve to hit a target success rate.
- When the fitted curves show one factor clearly dominant, the Top strategy of allocating everything to it works best; when gains are similar, proportional All allocation is preferable.
- FSC-Proxy can guide data collection using an offline embedding-similarity metric without large-scale real-world rollouts for every curve point.
- The method transfers between training-from-scratch and fine-tuning settings and across visual and spatial factor types, so the same guide applies to different policy families.
Reading between the lines
- Extension the paper leaves implicit: repeated re-fitting after each collection batch could turn FSC into an adaptive budget scheduler and likely reduce the large-budget degradation the paper reports at $K=500$.
- Because the embedding-similarity proxy uses only initial observations, it could screen candidate data-generation setups, such as simulators or synthetic pipelines, before any real-robot runs, which the paper does not test.
- The slope ranking could be read as a marginal-value signal for deciding whether to add a brand-new factor to the study, not just how much data to add to existing ones.
- A natural stress test: transfer a fitted curve from one task to a related task and check whether the factor ranking remains stable across policy backbones.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Factored Scaling Curves (FSC) as a tool for deciding which environmental factors to prioritize when collecting additional demonstrations for imitation-learned robot policies. For each factor or factor pair, the method trains policies on increasing amounts of factor-specific data, evaluates them on a target distribution, fits a power law (Eq. 5), and computes an expected improvement slope (Eqs. 7 and 12). The budget is then allocated by Top, Top-Half, or All strategies. The paper evaluates FSC in ManiSkill3 simulation and on a Franka robot, using diffusion policies and fine-tuned pi0 models, and also presents FSC-Proxy, an offline variant where curves are built from policy embedding similarity instead of hardware success rates. The main claims are that factored scaling curves accurately predict the effect of additional factor data, and that the resulting data-collection strategy outperforms Equal, Greedy, and Re-Mix by roughly 10% on average in simulation and by up to 26% in real-world tasks.
Significance. If validated, FSC would be a practically useful and policy-aware method for allocating limited data-collection effort, a question of direct relevance to robot learning. The simulation evaluation is a genuine strength: each curve point is averaged over 3000-4800 rollouts (Appendix B.3), and Table 1 shows consistent gains over strong baselines across five tasks and two budget sizes. The paper is also admirably transparent about limitations, including the degradation at large budgets in Table 7. The FSC-Proxy idea, which replaces hardware evaluation with embedding similarity, is interesting and potentially high-impact. The main reservation is that the central predictive claim rests on real-world curves estimated from only 12-20 trials per policy, and the paper's own ablations show regimes in which FSC does not beat Equal; the real-world headline numbers therefore need either stronger uncertainty analysis or a more carefully scoped claim.
major comments (3)
- [Section 4.2 and Appendix C.4] The claim that factored scaling curves 'can accurately predict how policy performance changes with additional factor data' is not supported by uncertainty quantification in the real-world experiments. Appendix C.4 states that each policy is evaluated on 12-20 trials (Pick Place: 20; Fold Towel: 12; Mouse in Drawer: 18), so the standard error of a single success-rate estimate is roughly 0.11-0.14 at a success rate near 0.5. This is the same order of magnitude as the predicted improvements and as the FSC-vs-baseline gaps reported in Figure 3. Because the Top strategy commits the entire budget to the single highest-slope factor pair, trial-level noise can change the fitted exponent b in Eq. (5) and flip the recommended factor. Please provide bootstrap confidence intervals around the fitted curves and the resulting factor rankings, or explicitly restrict the predictive claim to settings in which ranking stability can be demonstrated.
- [Appendix A.4, Tables 6 and 7] The paper's own ablations show that FSC's advantage is regime-dependent, which contradicts the unqualified predictive claim in Section 4.2. In Peg Insertion - Spatial with an initial set of 480 demos, prediction-driven allocation falls below Equal at K=500 (All 59.4 vs Equal 63.0; Top-Half 48.4), and in Table 6, with a 300-demo initial set on Peg Insertion - Visual, Top achieves 58.4 at K=20 while Equal achieves 64.2. The Limitations section acknowledges this, but the abstract and Section 4.2 state the predictive accuracy without this scope. Please add a quantitative characterization of when extrapolation fails, for example in terms of budget horizon relative to the fitted range or performance saturation, and adjust the central claims accordingly.
- [Section 3.2, Eq. (5) and Eq. (12)] The selection statistic P^K_ij is derived from a power law fit to as few as four observed points, but the paper reports no goodness-of-fit, no model comparison, and no sensitivity analysis for the fitted exponents. Figure 4 itself notes an outlier at n=60 in Fold Towel - Visual that 'slightly distorts the fit,' which illustrates how sensitive the fitted exponent, and hence the factor ranking, can be to individual curve points. Since the entire allocation decision is a function of the ranking of slopes, please report fit residuals and prediction intervals, and show that the ranking is stable under reasonable perturbations of the curve points or under alternative parametric forms.
minor comments (3)
- [Section 4.4, Table 4] The statement that FSC-Proxy 'matches or surpasses' FSC is not supported by Table 4: FSC-Proxy is lower than FSC on Peg Insertion at K=100 (53.3 vs 57.9) and on Pull Cube Tool at K=100 (73.4 vs 83.4). Please soften this claim or add significance testing.
- [Section 4.3, Table 2] The claim that Group 'retains the full performance advantage' is overstated for Pick Place at K=100, where Group (64.4) is essentially tied with Equal (64.3) while Pairwise (78.8) is much higher. This does not invalidate the cost argument, but the wording should reflect the task-dependence of the comparison.
- [Appendix C.4 and Figure 3] Figure 3 reports real-world success rates without error bars or trial counts, even though Appendix C.4 gives only 12-20 trials per policy. Adding per-policy confidence intervals or raw trial-level data would greatly improve the reader's ability to judge the magnitude and reliability of the reported gains.
Circularity Check
No significant circularity: FSC extrapolations are checked against newly trained policies, and the only self-citation is a non-load-bearing offline proxy metric.
full rationale
FSC curves are fit from policies trained on subsets of the available data and evaluated on a held-out target distribution (Eqs. 4-5); the predicted gain P^K_i (Eq. 7) is an extrapolation of that fit, and the paper's headline claim is tested by training new policies with the recommended additional data and measuring their success (Tables 1, 3, 4, Fig. 3-4). The test points are not the fitting points, so the prediction is not equal by construction to the input. The only self-reference is the offline embedding-similarity proxy imported from the authors' prior red-teaming paper [41]; that citation supplies a heuristic metric, not a theorem, and its ranking behavior is validated empirically in this paper (Figs. 5-6, Tables 4-5) rather than assumed. The paper's own limitations section acknowledges extrapolation error at large K and evaluation noise (Table 7, Appendix C.4), which are accuracy risks, not circularity. No step of the derivation reduces to its own inputs, so no significant circularity is found.
Assumptions & free parameters
free parameters (4)
- per-curve power-law coefficient a =
e.g., 0.94 to 34.62 in Appendix A.5 fits
- per-curve power-law exponent b =
e.g., -0.89 to -0.01 in Appendix A.5 fits
- number of curve construction points m =
m = 4 in the main experiments
- k for FSC-Proxy k-NN =
k = 1 (ablated to 5 and 10)
assumptions (6)
- domain assumption Policy success for a factor is a smooth, saturating function of data volume, described by Phi_i(n) = 1 - a(n + |D_excl_i|)^b.
- domain assumption Each demonstration varies exactly one factor at a time, and paired groups capture all interactions that matter.
- ad hoc to paper Evaluation on 12 to 20 real-world trials per policy estimates S accurately enough for curve fitting.
- domain assumption New demonstrations for a factor follow the same distribution as the existing D_i, so the curve can be extrapolated beyond the fitted range.
- domain assumption Embedding similarity between training and evaluation observations is monotonically related to real success.
- domain assumption The initial dataset has equal per-factor sizes and the budget splits evenly within a selected factor pair.
Cite this review
Pith. "Pith review of Guiding Data Collection via Factored Scaling Curves." pith.science (2026). https://pith.science/paper/BALNGYS6
@misc{pith2026250507728,
author = {Pith},
title = {Pith review of: Guiding Data Collection via Factored Scaling Curves},
year = {2026},
howpublished = {\url{https://pith.science/paper/BALNGYS6}},
note = {Machine review of arXiv:2505.07728}
}
abstract
Generalist imitation learning policies trained on large datasets show great promise for solving diverse manipulation tasks. However, to ensure generalization to different conditions, policies need to be trained with data collected across a large set of environmental factor variations (e.g., camera pose, table height, distractors) $-$ a prohibitively expensive undertaking, if done exhaustively. We introduce a principled method for deciding what data to collect and how much to collect for each factor by constructing factored scaling curves (FSC), which quantify how policy performance varies as data scales along individual or paired factors. These curves enable targeted data acquisition for the most influential factor combinations within a given budget. We evaluate the proposed method through extensive simulated and real-world experiments, across both training-from-scratch and fine-tuning settings, and show that it boosts success rates in real-world tasks in new environments by up to 26% over existing data-collection strategies. We further demonstrate how factored scaling curves can effectively guide data collection using an offline metric, without requiring real-world evaluation at scale.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 3 Pith papers
-
EgoVerse: An Egocentric Human Dataset for Robot Learning from Around the World
EgoVerse releases 1,362 hours of standardized egocentric human data across 1,965 tasks and shows via multi-lab experiments that robot policy performance scales with human data volume when the data aligns with robot ob...
-
Active Real-World Factor-Based Evaluation for Generalist Robot Policies
An active evaluation framework selects the most informative task configurations for real-robot tests, matching random testing's accuracy in 20-40% fewer trials.
-
RaC: Robot Learning for Long-Horizon Tasks by Scaling Recovery and Correction
Robot policies trained on human interventions that rewind to a familiar state and then correct the mistake achieve higher long-horizon success and better data efficiency than imitation on full demonstrations alone.
Reference graph
Works this paper leans on
-
[1]
A. Brohan et al. Rt-2: Vision-language-action models transfer web knowledge to robotic control, 2023. URL https://arxiv.org/abs/2307.15818
arXiv 2023
-
[2]
K. Black et al. π0: A vision-language-action flow model for general robot control, 2024. URL https://arxiv.org/abs/2410.24164
arXiv 2024
-
[3]
M. J. Kim, K. Pertsch, S. Karamcheti, T. Xiao, A. Balakrishna, S. Nair, R. Rafailov, E. Foster, G. Lam, P. Sanketi, Q. Vuong, T. Kollar, B. Burchfiel, R. Tedrake, D. Sadigh, S. Levine, P. Liang, and C. Finn. Openvla: An open-source vision-language-action model, 2024. URL https://arxiv.org/abs/2406.09246
arXiv 2024
-
[4]
G. R. Team et al. Gemini robotics: Bringing ai into the physical world, 2025. URL https: //arxiv.org/abs/2503.20020
arXiv 2025
-
[5]
T. Z. Zhao, J. Tompson, D. Driess, P. Florence, K. Ghasemipour, C. Finn, and A. Wahid. Aloha unleashed: A simple recipe for robot dexterity. arXiv preprint arXiv:2410.13126, 2024
arXiv 2024
-
[6]
A. Khazatsky et al. Droid: A large-scale in-the-wild robot manipulation dataset. 2024
work page 2024
- [7]
-
[8]
O. X.-E. Collaboration et al. Open x-embodiment: Robotic learning datasets and rt-x models,
Show all 52 references
-
[9]
C. Chi, Z. Xu, C. Pan, E. Cousineau, B. Burchfiel, S. Feng, R. Tedrake, and S. Song. Universal manipulation interface: In-the-wild robot teaching without in-the-wild robots, 2024. URL https://arxiv.org/abs/2402.10329
2024 arXiv
-
[10]
M. J. Kim, C. Finn, and P. Liang. Fine-tuning vision-language-action models: Optimizing speed and success, 2025. URL https://arxiv.org/abs/2502.19645
2025 arXiv
-
[11]
J. Gao, A. Xie, T. Xiao, C. Finn, and D. Sadigh. Efficient data collection for robotic manipula- tion via compositional generalization, 2024. URL https://arxiv.org/abs/2403.05110
2024 arXiv
-
[12]
Nguyen, W
D. Nguyen, W. Yang, R. Anand, Y . Yang, and B. Mirzasoleiman. Mini-batch coresets for memory-efficient language model training on data mixtures, 2025. URL https://arxiv. org/abs/2407.19580
2025 arXiv
-
[13]
Guruprasad, H
P. Guruprasad, H. Sikka, J. Song, Y . Wang, and P. P. Liang. Benchmarking vision, language, & action models on robotic learning tasks, 2024. URLhttps://arxiv.org/abs/2411.05821
2024 arXiv
-
[14]
Hejna, C
J. Hejna, C. Bhateja, Y . Jian, K. Pertsch, and D. Sadigh. Re-mix: Optimizing data mixtures for large scale imitation learning, 2024. URL https://arxiv.org/abs/2408.14037. 11
2024 arXiv
-
[15]
Hejna, S
J. Hejna, S. Mirchandani, A. Balakrishna, A. Xie, A. Wahid, J. Tompson, P. Sanketi, D. Shah, C. Devin, and D. Sadigh. Robot data curation with mutual information estimators, 2025. URL https://arxiv.org/abs/2502.08623
2025 arXiv
-
[16]
S. M. Xie, H. Pham, X. Dong, N. Du, H. Liu, Y . Lu, P. S. Liang, Q. V . Le, T. Ma, and A. W. Yu. Doremi: Optimizing data mixtures speeds up language model pretraining. In Advances in Neural Information Processing Systems, 2023
2023
-
[17]
Q. Liu, X. Zheng, N. Muennighoff, G. Zeng, L. Dou, T. Pang, J. Jiang, and M. Lin. Regmix: Data mixture as regression for language model pre-training, 2025. URL https://arxiv. org/abs/2407.01492
2025 arXiv
-
[18]
D. V . Lindley. On a measure of the information provided by an experiment. The Annals of Mathematical Statistics , 27(4):986–1005, 1956. ISSN 00034851, 21688990. URL http: //www.jstor.org/stable/2237191
1956
-
[19]
Chaloner and I
K. Chaloner and I. Verdinelli. Bayesian Experimental Design: A Review. Statistical Science, 10(3):273 – 304, 1995. doi:10.1214/ss/1177009939. URL https://doi.org/10.1214/ss/ 1177009939
1995
-
[20]
D. J. C. MacKay. Information-based objective functions for active data selection.Neural Com- putation, 4(4):590–604, Jul 1992. ISSN 0899-7667. doi:10.1162/neco.1992.4.4.590. Funding by Caltech Fellowship
1992 doi
-
[21]
Houlsby, F
N. Houlsby, F. Husz ´ar, Z. Ghahramani, and M. Lengyel. Bayesian active learning for classifi- cation and preference learning, 2011. URL https://arxiv.org/abs/1112.5745
2011 arXiv
-
[22]
Sener and S
O. Sener and S. Savarese. Active learning for convolutional neural networks: A core-set ap- proach. In International Conference on Learning Representations, 2018
2018
-
[23]
Anwar, R
A. Anwar, R. Gupta, Z. Merchant, S. Ghosh, W. Neiswanger, and J. Thomason. Efficient Evaluation of Multi-Task Robot Policies With Active Experiment Selection, Feb. 2025. URL http://arxiv.org/abs/2502.09829. arXiv:2502.09829 [cs]
2025 arXiv
-
[25]
Gpt-4 technical report, 2024
OpenAI et al. Gpt-4 technical report, 2024. URL https://arxiv.org/abs/2303.08774
2024 arXiv
-
[26]
Brown et al
T. Brown et al. Language models are few-shot learners. In Advances in Neural Informa- tion Processing Systems, 2020. URL https://proceedings.neurips.cc/paper_files/ paper/2020/file/1457c0d6bfcb4967418bfb8ac142f64a-Paper.pdf
2020
-
[27]
Hoffmann, S
J. Hoffmann, S. Borgeaud, A. Mensch, E. Buchatskaya, T. Cai, E. Rutherford, D. de Las Casas, L. A. Hendricks, J. Welbl, A. Clark, T. Hennigan, E. Noland, K. Millican, G. van den Driess- che, B. Damoc, A. Guy, S. Osindero, K. Simonyan, E. Elsen, J. W. Rae, O. Vinyals, and L. Si...
2022 arXiv
-
[28]
Grattafiori et al
A. Grattafiori et al. The llama 3 herd of models, 2024. URL https://arxiv.org/abs/ 2407.21783
2024 arXiv
-
[29]
Radford, J
A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, G. Krueger, and I. Sutskever. Learning transferable visual models from natural language supervision. In Proceedings of the 38th International Conference on Machine Lea...
2021
-
[30]
X. Zhai, A. Kolesnikov, N. Houlsby, and L. Beyer. Scaling vision transformers. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages 12104–12113, June 2022
2022
-
[31]
Peebles and S
W. Peebles and S. Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4195–4205, 2023
2023
-
[32]
Henighan, J
T. Henighan, J. Kaplan, M. Katz, M. Chen, C. Hesse, J. Jackson, H. Jun, T. B. Brown, P. Dhari- wal, S. Gray, C. Hallacy, B. Mann, A. Radford, A. Ramesh, N. Ryder, D. M. Ziegler, J. Schul- man, D. Amodei, and S. McCandlish. Scaling laws for autoregressive generative modeling,
-
[33]
Sharma, L
P. Sharma, L. Mohan, L. Pinto, and A. Gupta. Multiple interactions made easy (mime): Large scale demonstrations data for imitation. In Conference on robot learning , pages 906–915. PMLR, 2018
2018
-
[34]
Kalashnikov, A
D. Kalashnikov, A. Irpan, P. Pastor, J. Ibarz, A. Herzog, E. Jang, D. Quillen, E. Holly, M. Kalakrishnan, V . Vanhoucke, et al. Scalable deep reinforcement learning for vision-based robotic manipulation. In Conference on robot learning, pages 651–673. PMLR, 2018
2018
-
[35]
S. Cabi, S. G. Colmenarejo, A. Novikov, K. Konyushkova, S. Reed, R. Jeong, K. Zolna, Y . Ay- tar, D. Budden, M. Vecerik, O. Sushkov, D. Barker, J. Scholz, M. Denil, N. de Freitas, and Z. Wang. Scaling data-driven robotics with reward sketching and batch reinforcement learn- in...
2020 arXiv
-
[36]
F. Lin, Y . Hu, P. Sheng, C. Wen, J. You, and Y . Gao. Data scaling laws in imitation learning for robotic manipulation, 2024. URL https://arxiv.org/abs/2410.18647
2024 arXiv
-
[37]
Belkhale, Y
S. Belkhale, Y . Cui, and D. Sadigh. Data quality in imitation learning, 2023. URL https: //arxiv.org/abs/2306.02437
2023 arXiv
-
[38]
H. Liu, S. Nasiriany, L. Zhang, Z. Bao, and Y . Zhu. Robot learning on the job: Human-in- the-loop autonomy and learning during deployment. In Robotics: Science and Systems (RSS), 2023
2023
-
[39]
Y . Cui, S. Karamcheti, R. Palleti, N. Shivakumar, P. Liang, and D. Sadigh. No, to the right: Online language corrections for robotic manipulation via shared autonomy. In Proceedings of the 2023 ACM/IEEE International Conference on Human-Robot Interaction , HRI ’23, page 93–10...
2023
-
[40]
Gandhi, S
K. Gandhi, S. Karamcheti, M. Liao, and D. Sadigh. Eliciting compatible demonstrations for multi-human imitation learning, 2022. URL https://arxiv.org/abs/2210.08073
2022 arXiv
-
[41]
Majumdar, M
A. Majumdar, M. Sharma, D. Kalashnikov, S. Singh, P. Sermanet, and V . Sindhwani. Predictive red teaming: Breaking policies without breaking robots, 2025. URL https://arxiv.org/ abs/2502.06575
2025 arXiv
-
[42]
Kaplan, S
J. Kaplan, S. McCandlish, T. Henighan, T. B. Brown, B. Chess, R. Child, S. Gray, A. Rad- ford, J. Wu, and D. Amodei. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361, 2020
2001 arXiv
-
[43]
Clauset, C
A. Clauset, C. R. Shalizi, and M. E. Newman. Power-law distributions in empirical data.SIAM review, 51(4):661–703, 2009
2009
-
[44]
Salton, A
G. Salton, A. Wong, and C. S. Yang. A vector space model for automatic indexing. Commun. ACM, 18(11):613–620, Nov. 1975. ISSN 0001-0782. doi:10.1145/361219.361220. URL https://doi.org/10.1145/361219.361220. 13
1975
-
[45]
Mikolov, K
T. Mikolov, K. Chen, G. Corrado, and J. Dean. Efficient estimation of word representations in vector space, 2013. URL https://arxiv.org/abs/1301.3781
2013 arXiv
-
[46]
S. Tao, F. Xiang, A. Shukla, Y . Qin, X. Hinrichsen, X. Yuan, C. Bao, X. Lin, Y . Liu, T. kai Chan, Y . Gao, X. Li, T. Mu, N. Xiao, A. Gurha, Z. Huang, R. Calandra, R. Chen, S. Luo, and H. Su. Maniskill3: Gpu parallelized robotics simulation and rendering for generalizable emb...
-
[47]
C. Chi, S. Feng, Y . Du, Z. Xu, E. Cousineau, B. Burchfiel, and S. Song. Diffusion policy: Visuomotor policy learning via action diffusion. In Proceedings of Robotics: Science and Systems (RSS), 2023
2023
-
[48]
Z. Xue, S. Deng, Z. Chen, Y . Wang, Z. Yuan, and H. Xu. Demogen: Synthetic demonstration generation for data-efficient visuomotor policy learning. arXiv preprint arXiv:2502.16932 , 2025
2025 arXiv
-
[49]
K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition, 2015. URL https://arxiv.org/abs/1512.03385
2015 arXiv
-
[50]
M. Du, S. Nair, D. Sadigh, and C. Finn. Behavior retrieval: Few-shot imitation learning by querying unlabeled datasets. arXiv preprint arXiv:2304.08742, 2023
2023 arXiv
-
[51]
Di Palo and E
N. Di Palo and E. Johns. On the effectiveness of retrieval, alignment, and replay in manipula- tion. IEEE Robotics and Automation Letters, 9(3):2032–2039, 2024. 14 A Additional Results A.1 Algorithms We present the construction of factored scaling curves and the subsequent dat...
2024
-
[2020]
URL https://arxiv.org/abs/2010.14701
2010 arXiv
-
[2024]
URL https://arxiv.org/abs/2310.08864
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.