🤖 Robotics Pulse · 2026-07-29 00:01 UTC
ROBOTICS PULSE
Tuesday, July 29, 2026
⚡ TL;DR
DARPA's Mission Robotic Vehicle has lifted off toward geosynchronous orbit, marking the first operational test of in-space robotic satellite servicing at GEO altitude. Today's feed is dense with manipulation and world-model research, plus fresh U.S. federal AI funding momentum anchored by NSF's $83M data infrastructure push.
🤖 ROBOTICS
DARPA GEO SERVICING MILESTONE
- DARPA's Mission Robotic Vehicle is now en route to geosynchronous orbit under the Robotic Servicing of Geosynchronous Satellites (RSGS) program, the first mission of its kind to extend and repair satellites on-orbit. [1]
- The launch was confirmed July 20, 2026, and represents what DARPA calls a transformation of the space servicing paradigm for the operational fleet. [1]
DARPA AI-CONTROLLED F-16
- Under the VENOM program, DARPA and the U.S. Air Force flew an AI-controlled F-16 on July 16, 2026, demonstrating scalable AI development pathways intended to reach the full operational fleet. [2]
DARPA LIFT CHALLENGE
- Over 120 teams are now competing for $6.5 million in prizes under DARPA's Lift Challenge, testing novel heavy-lift drone designs that push beyond current UAV payload limits. [3]
MANIPULATION AND WORLD MODELS
- WorldDiT (arXiv) introduces a unified diffusion transformer that couples robot action generation with visual world modeling, achieving strong manipulation performance without a large pretrained VLM backbone. [4]
- FeelWorld (arXiv) proposes a visuo-tactile world model that predicts both visual appearance and tactile contact states, addressing the gap where pure visual world models miss the physical signals that govern contact-rich tasks. [5]
- ViTacWorld (arXiv) scales visuo-tactile world models specifically for contact-rich manipulation by generating synthetic tactile data to overcome the high cost of real tactile collection. [6]
- LeapBot-WA (arXiv) introduces World-Anchor Action Models that use predictive latent alignments rather than pixel-level video generation, cutting the representational bottleneck imposed by task-irrelevant visual reconstruction. [7]
- DeVA (arXiv) decouples video prediction from action learning in a Vision-Language-Action model, adding physical guidance to improve generalization in robot manipulation. [8]
- The tau model (arXiv) integrates touch-augmented VLA learning using future visual supervision to transfer tactile representations into pretrained VLA policies despite limited task-specific demos. [9]
- KAI (arXiv) introduces a Kinematic-Aware Interface that encodes articulated object kinematic structure as a structured intermediate representation, reducing the demo data needed to manipulate hinged and sliding objects. [10]
- NEO (arXiv) presents a unified NeRF-editing framework for robotic manipulation that supports language-guided object removal, direct NeRF weight editing, and multiview-consistent inpainting in a single pass.
- PAC-DP (arXiv) applies PAC-Bayesian theory to diffusion policy learning, providing generalization bounds for manipulation policies trained in finite-data robotics regimes.
- Data Pyramid (arXiv) formalizes a hierarchy of embodied manipulation data sources, from internet video to robot teleoperation, and studies how mixing them affects policy quality.
- ArmnetBench v0.1 (arXiv) debuts a parallel real-world evaluation system running manipulation policies on a fleet of low-cost SO-101 robot cells with light on-site supervision, targeting the evaluation bottleneck in generalist robot development.
LEGGED AND HUMANOID ROBOTS
- WARL (arXiv) proposes Wrench-Augmented Reinforcement Learning for legged robots, expanding exploration beyond joint-space actions by incorporating wrench-space commands to improve task-agnostic motor learning.
- A new paper (arXiv) presents reusable hybrid motion priors for humanoid locomotion learned via motion imitation, allowing a single set of priors to transfer across multiple downstream tasks without per-task reward redesign.
UAV SYSTEMS
- BC-NMPC (arXiv) addresses drone racing trajectory degradation by predicting battery-induced thrust loss in real time and replanning within a nonlinear model predictive control loop.
- A mixed-integer MPC planner (arXiv) navigates UAVs through non-convex urban air corridors while enforcing both corridor feasibility and dynamic consistency in a single optimization.
- A multi-UAV coordination paper (arXiv) demonstrates resilient photovoltaic panel inspection, redistributing tasks across the fleet when individual platforms fail mid-mission.
- SimBEV2X (arXiv) releases a large-scale synthetic dataset and generation tool for multi-task Vehicle-to-Everything cooperative perception, addressing occlusion and sensor range limits for autonomous vehicles.
SURGICAL AND MEDICAL ROBOTS
- A handheld actuation mechanism (arXiv) is presented for a tendon-driven robotically steered guidewire, aiming to assist clinicians in navigating tortuous vasculature during endovascular procedures.
- An action-conditioned world model (arXiv) guides robotic ultrasound probe positioning for neck scanning, requiring far fewer expert demonstrations than prior autonomous ultrasound approaches.
NAVIGATION AND LOCALIZATION
- SILICA (arXiv) repurposes diffusion model priors for joint glass segmentation and depth estimation, tackling the systematic failure of standard depth sensors on transparent surfaces that create navigation hazards.
- DB-VIO (arXiv) introduces a dual-branch visual-inertial odometry architecture with separate temporal models for visual and inertial streams, improving 6-DoF motion estimation on mobile robots.
- Flight-Ready LIO (arXiv) presents a LiDAR-inertial odometry system optimized for real-time closed-loop aerial control on embedded drone hardware, not just benchmark accuracy.
- SHARE (arXiv) proposes a user-centric SLAM architecture for head-mounted AR in shared human-robot workspaces, offloading computation to an edge server while maintaining low-latency AR overlays.
SOCIAL AND HRI ROBOTS
- A case study (arXiv) reports user acceptance of a humanoid robotic head deployed across three public spaces, finding acceptance strongly depends on task relevance and expressive multimodal responses.
- The humanoid robot Kim (arXiv) receives a lightweight episodic memory module that retains user-specific information across LLM conversation sessions, addressing the social expectation of continuity.
- StARS (arXiv) reframes socially appropriate robot action selection as a recommender-system problem, modeling inter-subject variability in how different people judge the same robot behavior.
- Teachy Mini (arXiv) describes a knowledge-based generative social robot for higher education, with design constraints to limit LLM hallucination in tutoring interactions.
SOFT ROBOTICS AND CONTROL
- Moving-Horizon Estimation combined with nonlinear MPC (arXiv) achieves precise control of cable-driven soft manipulators using reduced Cosserat-rod physics models that remain computationally tractable for real-time use.
- A monolithic soft hand (arXiv) uses asymmetric origami bending and dual-chamber actuators to achieve compliant grasping without complex assembly.
BRAIN-MACHINE INTERFACES FOR ROBOTICS
- A self-supervised disentangled learning framework (arXiv) improves neural decoding generalization for BMI-controlled robotic devices across electrode drift and recording variability.
- A cyclic adaptation-generalization framework (arXiv) uses uncertainty-guided self-paced learning to sustain BMI decoding performance over long deployment periods despite neural drift.
🧠 AI & MODELS
FRONTIER MODEL
- Kimi K3 (arXiv) launches as a 2.8 trillion parameter Mixture-of-Experts model with 104 billion activated parameters, native vision, and a 1-million-token context window, built on novel Kimi Delta Attention and Attention Residuals mechanisms.
EMBODIED AI AND GPT-5.1
- An exploratory study (arXiv) evaluated GPT-5.1 as the high-level controller of a physical mobile robot using only low-resolution first-person video, with no prior embodiment training, probing whether frontier LLMs encode a functional world model.
VISION-LANGUAGE-ACTION ADVANCES
- FutureRTC (arXiv) solves the inter-chunk discontinuity problem in real-time VLA policy deployment by using anticipatory-conditioned action chunking that pre-computes the next chunk during current execution.
- FloAff-Kitchen (arXiv) introduces canonical and progressive floor affordance learning to bridge navigation and manipulation in mobile robot kitchens, predicting where to stand for maximum manipulation success.
DIFFUSION AND GENERATIVE MODELS
- MMOE (arXiv) modernizes diffusion transformer backbones with an efficient sparse-expert design, addressing the cost-scaling gap between large language models and AI generative content foundation models.
- FlowCTS (arXiv) extends on-policy distillation to flow models via continuous trajectory supervision, matching student and reference trajectories to address exposure bias in flow-based generation.
EXPLAINABILITY AND SAFETY
- Explainable RL via Physics-Aware Policy Distillation (arXiv) distills deep RL policies into physics-interpretable representations for safety-critical domains including robotics and automotive, addressing regulatory compliance barriers.
- D-Score (arXiv) detects LLM hallucinations using spectral analysis of hidden-state activations, providing a lightweight signal that does not require external retrieval or output comparison.
- Fuzz testing for RL agents (arXiv) is evaluated as a method for discovering unexpected behaviors in agents deployed in robotics, autonomous driving, and drone control before real-world deployment.
LONG-CONTEXT EFFICIENCY
- LOCKS (arXiv) introduces page-local compact key summaries for LLM KV-cache decoding, retaining page-specific low-rank bases that shared global bases discard, reducing memory at long context.
AGENTIC AI
- A paper on agentic permissions (arXiv) introduces a policy algebra for taint confinement in LLM agents processing mixed-confidentiality data, providing structural security against prompt injection without permanently tainting the agent's context.
- DataOrchestra (arXiv) learns per-example data curation policies for LLM pretraining, adapting processing strategy to each individual training example rather than applying a fixed corpus-level recipe.
📐 STANDARDS & POLICY
- NIST confirmed Arvind Raman, former Purdue University dean of engineering, as the 18th NIST Director on July 6, 2026, setting new leadership for U.S. measurement standards including AI safety frameworks.
- NIST announced a funding opportunity for 14 Manufacturing Extension Partnership centers on July 22, 2026, with an informational webinar held July 28, directly relevant to AI and robotics adoption in U.S. small and mid-sized manufacturers.
- NIST's Center for AI Standards and Innovation previously evaluated DeepSeek AI models and found shortcomings and risks, reinforcing NIST's active role in third-party AI model auditing.
- NIST CAISI issued a Request for Information on securing AI agent systems in January 2026, with industry and academic input feeding into forthcoming agentic AI security guidance.
- NIST launched Centers for AI in Manufacturing and Critical Infrastructure in December 2025 in collaboration with MITRE Corporation, directly targeting industrial robotics deployment safety.
- Draft NIST guidelines released December 2025 rethink cybersecurity for the AI era, helping organizations incorporate AI into operations while mitigating novel attack surfaces.
- IEEE's CertifAIEd program continues expanding AI ethics professional credentialing, with guidance published July 17, 2026 on career pathways after passing the Certified AI Ethics Professional exam.
- IEEE Standards Association published guidance on five core AI ethics concerns for product development teams, covering transparency, bias prevention, and accountability.
💰 FUNDING & PROGRAMS
- NSF announced inaugural CyberAICorps Scholarship for Service awards on July 28, 2026, the first class under a major expansion of NSF's Scholarship for Service program into combined AI and cybersecurity workforce development.
- NSF announced an $83 million investment through the Integrated Data Systems and Services program on July 22, 2026, expanding data infrastructure for AI-driven scientific research across U.S. institutions.
- NSF launched the Unlocking Dataset Value for AI-Enabled Scientific Discovery program on July 22, 2026, targeting scientific community datasets that can drive AI-powered discovery.
- NSF Chief of Staff Brian Stone issued a statement on July 22, 2026 confirming NSF's participation in the White House and DOE Genesis Mission for national AI research priorities.
- MIT announced on July 23, 2026 that multiple projects were selected for DOE Genesis Mission funding, spanning natural resources, manufacturing, and nuclear physics applications.
- ORNL's Autonomous Science program integrates AI with automated experimentation at national laboratory scale, directly relevant to autonomous robotic laboratory platforms.
- ORNL's Genesis Mission page describes it as a DOE-led national initiative involving all 17 national laboratories to build AI-driven scientific discovery infrastructure.
- UKRI launched two new AI research labs via EPSRC on June 23, 2026 to develop next-generation AI systems and anchor the UK's position in the global AI race.
- UKRI published a five-year strategy roadmap on July 13, 2026 committing to back more than 20,000 researchers in AI, quantum, and future tech.
- NSF-supported researcher Payam Heydari's brain-computer interface that controls a robotic exoskeleton was highlighted in an NSF podcast, with implications for spinal cord injury rehabilitation.
- A new NSF-supported 3D-integrated silicon microchip discussed in a July 27, 2026 NSF podcast is described as a candidate for supercharging AI inference systems.
📄 RESEARCH
PAPER 1 - SIM-TO-REAL VIA RENORMALIZATION
- Researchers propose using renormalization theory, borrowing from quantum field physics, to bridge the sim-to-real gap in robotics by introducing resolution-dependent effective parameters that absorb simulator omissions rather than building ever-more-accurate simulators.
- The approach reframes sim-to-real transfer as a parameter calibration problem analogous to infinite electron mass corrections in quantum electrodynamics, potentially reducing the engineering burden of high-fidelity simulation.
PAPER 2 - ADDRESSING THE ORCHESTRATION GAP IN GENERALIST ROBOTS
- A paper on Physical Agency (arXiv) argues that stuffing perception, planning, success detection, recovery, and low-level control into a single learned policy via large-scale pretraining creates an orchestration gap, and proposes instead a modular physical agency architecture that separates these concerns.
- The framework positions the policy as one component in a structured pipeline, with explicit modules for world knowledge querying and recovery, improving robustness on general-purpose tasks.
PAPER 3 - CONTINUAL RL FOR AUTONOMOUS RACING
- The RoboRacer platform study (arXiv) demonstrates Continual Reinforcement Learning for F1Tenth-scale racing, showing that agents trained in the physical world using continual RL adapt to track configurations that simulation cannot fully cover.
- Results indicate continual RL outperforms standard RL baselines on real hardware generalization, supporting its use wherever sim-to-real coverage is fundamentally incomplete.
PAPER 4 - MIT CHIP FOR TINY ROBOT NAVIGATION
- MIT researchers combined an efficient algorithm with dedicated chip hardware to generate 3D maps for navigation on miniature robots using minimal memory and power, opening routes to insect-scale autonomous platforms.
- The chip is designed to run full 3D mapping onboard, removing the cloud-compute dependency that currently limits deployment of tiny robots in complex environments.
PAPER 5 - CONFORMAL CONSTRAINT TIGHTENING FOR SAFE MOTION PLANNING
- A conformal prediction approach (arXiv) tightens constraints in chance-constrained motion planning for robots with unknown or uncertain dynamics, providing statistical safety guarantees that generalize beyond the nominal model used during training.
- The method is model-agnostic and can wrap around existing planners, making it practical for deploying learned controllers in safety-critical navigation without retraining from scratch.
ROBOTICS PULSE is compiled from official sources: DARPA, NSF, NIST, IEEE SA, UKRI, ORNL, MIT News, and arXiv cs.RO/cs.AI/cs.LG. All items are sourced from the data window above.
📎 Sources
- Robotic Servicing of Geosynchronous Satellites lifts off — DARPA News
- DARPA, U.S. Air Force fly AI-controlled F-16 — DARPA News
- Meet the DARPA Lift Challenge teams — DARPA News
- WorldDiT: A Unified Diffusion Architecture for World and Actio… — arXiv cs.RO (Robotics)
- FeelWorld: Visuo-Tactile World Model for Hierarchical Contact … — arXiv cs.RO (Robotics)
- ViTacWorld: Scaling Visuo-Tactile World Models for Contact-Ric… — arXiv cs.RO (Robotics)
- LeapBot-WA: World-Anchor Action Models via Predictive Latent A… — arXiv cs.RO (Robotics)
- DeVA: Decoupled Video-Action Model with physical guidance for … — arXiv cs.RO (Robotics)
- τ: Learning Touch-Augmented Vision-Language-Action Models from… — arXiv cs.RO (Robotics)
- KAI: A Kinematic-Aware Interface for Data-Efficient Articulate… — arXiv cs.RO (Robotics)
Curated from official sources — DARPA/NSF/NIST/IEEE/ORNL/MIT/UKRI/arXiv. Informational only.
Serial 20260729-00-v44 · 2026-07-29 00:01 UTC · pulse.uzylab.com