Low-data inductive-bias lessons don't translate to the high-data regime — embracing chaos produced emergent policy capabilities (Nishant Desai / Sunday Robotics)
Nishant Desai (ML, Sunday Robotics) posts a first-person retrospective: last year’s robot policy relied on inductive biases and strict data-collection procedures, producing a capable but brittle policy; this year the team “embraced chaos” and let the dataset span the real-world state distribution, and unpredicted capabilities emerged. No numbers, no artifact — a one-paragraph observation that generalizes the year-over-year lesson their team learned. Relevant because it’s another lab’s first-hand version of the “clean data is the enemy” thesis, from someone shipping VLAs in the real world rather than on a benchmark.
Key claims
Section titled “Key claims”- Lessons learned in low-data, overfit regimes do not transfer to the high-data regime; the failure mode of last year’s policy was brittleness despite competence [tweet body].
- Last year’s recipe leaned on inductive biases + strict data-collection procedures to make a small dataset train something useful; the tradeoff was robustness [tweet body].
- This year’s recipe deliberately let the dataset “span the real-world state distribution” rather than curate it, and unpredicted capabilities emerged from the change [tweet body].
Method
Section titled “Method”Not applicable — the tweet is an observation, not a paper. There is no method write-up, no ablation, no benchmark result. It’s a public reflection on a private recipe change; the corresponding artifact (Sunday Robotics’ current-generation policy) is not linked.
Results
Section titled “Results”Not applicable — no quantitative claims. The only outcome asserted is qualitative: the emergent capabilities “we would never have predicted.”
Why it’s interesting
Section titled “Why it’s interesting”This is the third independent data point on the wiki for the “diversify + scale beats filter + curate” position in robot policy training, but the first from a first-person operator perspective rather than a benchmark result or a scaling-law paper. Spirit-v1.5: Clean Data Is the Enemy of Great Robot Foundation Models framed it editorially as “clean data is the enemy of great robot foundation models” and shipped weights on top of that thesis; A Bitter Lesson for Data Filtering made the general pretraining-side argument that at high compute, aggressive filtering loses to scale. Desai’s tweet is a small-team, real-deployment version — the interesting bit is not the claim itself (which is now a wiki-tracked pattern) but that a team that had committed to the inductive-bias / strict-collection recipe publicly reports the reversal after a year of running both.
It also cuts against the sensorimotor-primacy counter-position (Jitendra Malik: don't let CV researchers in robotics skip the sensorimotor level) in a specific way: the emergent capabilities came from broadening the data distribution, not from adding tactile / contact / force channels — implicitly a bet that the missing generalization was in coverage of state-space rather than in modality of sensing.
See also
Section titled “See also”- Spirit-v1.5: Clean Data Is the Enemy of Great Robot Foundation Models — the editorial version of the same thesis, backed by a RoboChallenge #1 result
- A Bitter Lesson for Data Filtering — the general pretraining-side argument that filtering loses to scale in high-compute regimes
- VLA Models — the concept page tracking the recipe axes this tweet contributes to
- Synthetic Training Data — related discussion of dataset-diversity-as-lever
- Jitendra Malik: don't let CV researchers in robotics skip the sensorimotor level — counter-position arguing the missing lever is sensorimotor, not data-diversity