JA EN

#robotics

7 articles

01 ·Paper Deep-Dives·★ MEMBER·PAPER·11 min read Paper Walkthrough — RoboTok: Mining the Web for Demonstrations That Move Like Yours A ground-up walkthrough of RoboTok (arXiv:2609.03199), a data engine that pulls manipulation-relevant human demonstrations out of web video. Covers how DTW defines 'similar motion', how that ranking is distilled into an embedding for inner-product search, and what the results do and don't show. 02 ·Agents·★ MEMBER·PAPER·12 min read Paper Walkthrough: ZimaBlue — Turning 120,000 Hours of Egocentric Video into Robot Skill A ground-up walkthrough of the World Action Model that converts 120,000 hours of action-free egocentric video into robot control: a three-stage curriculum, a 100-D unified action interface, and an asynchronous Slow-Fast pair that takes zero-shot success from 36.1% to 77.8% at a 33 ms control loop. 03 ·★ MEMBER·PAPER·10 min read Paper Explained: Beyond Data Scaling — Why the Backbone, Not the Trajectory Count, Decides Your VLA (VLAct) Robot trajectories can't be scraped off the web, so the paper argues you should squeeze reusable representations out of the trajectories you do have. Three modest interventions — preserving the VLM prior, co-supervising with multiple action heads, and partially unifying the action space across embodiments — beat industrial VLA systems on fully open data and 16 GPUs. 04 ·Inference & Serving·★ MEMBER·PAPER·8 min read Paper Walkthrough — WarpSAC: When RL's Safety Rails Become Handcuffs Once GPU-parallel simulators flood the replay buffer, SAC's normalization and clipped double-Q flip from helpful to restrictive. The paper isolates three design axes and prescribes removing stabilizers — not stacking them — when data are abundant. 05 ·★ MEMBER·PAPER·10 min read Paper Walkthrough: GigaBrain-0.7 — 37,000 Hours of Embodied Experience and a Three-System Robot Brain A ground-up walkthrough of GigaBrain-0.7, which splits a robot foundation model into understanding, prediction/evaluation, and action, then pretrains it on 37,256.98 hours of embodied data in a single stage. Covers subgoal-image and progress-value conditioning, Soft Knowledge Insulation, and the real-robot numbers — strictly from the paper. 06 ·Agents·★ MEMBER·PAPER·13 min read Paper walkthrough: Zetta ζ — a robot harness that repairs itself mid-execution, with the policy frozen Existing embodied agents only reflect once an episode is over. Zetta instead runs code-based critics at action frequency and intervenes the moment a failure signature appears — without touching a single policy weight. A ground-up walkthrough of the design, following the paper itself. 07 ·CNNs & Image Recognition·★ MEMBER·PAPER·8 min read Paper Walkthrough: TurboVLA — Kick the LLM Out of the Loop and Run a Robot Policy at 32 Hz on an RTX 4090 with Under 1 GB of VRAM Mainstream VLA models route every control step through a large language model. TurboVLA removes the LLM and fuses vision and instructions with lightweight bidirectional cross-attention instead — hitting 97.7% on LIBERO with 0.2B parameters, 31.2 ms latency, and 0.9 GB of VRAM. A from-scratch walkthrough of the paper.