Teahose.
SIGN IN
NEW HERE — WHAT TEAHOSE DOES
We read the entire AI & tech firehose — so you don't have to.
PODPodcastsAll-In, No Priors, Acquired…
NEWNewslettersStratechery, Newcomer…
PAPPapersPhysical AI research
PHProduct Huntdaily launches
VCInvestor ScoutSequoia, a16z, Benchmark…
CLAUDE DISTILLS →
7 reads, 30 sec each — free, 6 AM ET.
+ a live graph of the companies, people & themes underneath.
HOME/ARXIV PHYSICAL AI RESEARCH/Learning to infer and manipulate…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

Learning to infer and manipulate through distributed whole-arm interaction in a soft robot

DATE September 7, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS CHUHAN ZHANG, COSIMO DELLA SANTINA, ET AL. (ARXIV PHYSICAL AI)ARXIV 2608.30773
In this episode
// SUMMARY

1. Key Themes

Physical Interaction as an Information Source

Most robotic control systems treat physical contact as a disturbance to be rejected or compensated for. This paper introduces a paradigm where physical interaction is the primary mechanism for gathering task-relevant information. The authors state in the Introduction that in conventional systems, "interaction is usually treated either as something to avoid or a disturbance to be compensated." Instead, their framework, called Interaction Inferential Learning (IIL), uses the continuous deformation of a soft arm to infer where an object is and how to grasp it, turning a mechanical consequence into an active component of intelligent behavior.

Blind Grasping via Proprioception Alone

The system successfully performs whole-arm grasping without any vision or external state information. The robot uses only four embedded IMUs to sense its own deformation. As noted in the Results section, the policy "achieved success rates of 91.4% in simulation and 71.1% on the real physical platform, with successful trials broadly distributed across object locations." This demonstrates that a compliant body, coupled with a memory-based control policy, can autonomously coordinate exploration, encounter, and wrapping without expensive or fragile external sensors.

Sim-to-Real Adaptation for Soft Bodies

Deploying RL policies trained in simulation to real soft robots is notoriously difficult due to the complex dynamics of compliant materials. The paper details a two-stage sim-to-real transfer process: first training a recurrent observation mapper to align real IMU data with simulated state, and then fine-tuning the policy. The authors explain in the Materials and Methods section that this was necessary because "the proprioceptive observation had to be estimated from IMUs, making it vulnerable to sensor noise, mounting offsets, filtering dynamics, and hardware-specific deformation effects."

2. Contrarian Perspectives

Vision and External Sensors Are Not Strictly Necessary for Manipulation

The prevailing trend in Physical AI is to pile on multimodal sensors—RGB cameras, depth sensors, tactile arrays—to give the robot perfect state estimation. This paper argues that for certain tasks, rich external sensing is not just unnecessary, but misses the point of embodied intelligence. The authors explicitly state that "no external information, such as object poses, task progress variables, or human-generated commands, is provided to the controller." By relying solely on the history of its own body's deformation, the robot achieves robust grasping of unseen objects like a detergent bottle and a toy mouse (Fig. 2B), challenging the assumption that manipulation requires perfect a priori knowledge of the environment.

Interaction Should Not Be Engineered Away

Most control engineers design systems to minimize the effect of environmental contact to maintain accurate trajectory tracking. This paper argues that interaction is the organizing principle of the behavior itself. The authors note in the Discussion that "control not only determines the evolution of the physical system but also shapes the information available for subsequent decisions." By embracing contact rather than avoiding it, the system uses the environment to structure its own behavior, converging on stable grasping modes without human-designed motion primitives.

3. Companies Identified

Franka Emika

Description: Manufacturer of the 7-degree-of-freedom Franka Emika Panda manipulator. Why relevant: The Franka arm is used as the rigid base for the soft robotic arm, providing the horizontal translation within the workspace. This highlights a hybrid rigid-soft deployment strategy where rigid robots handle macro-positioning while soft robots handle compliant interaction. Quotes: "The physical platform consisted of a tendon-driven soft robotic arm mounted on the end effector of a 7-degree-of-freedom Franka Emika Panda manipulator." (Materials and Methods)

DYNAMIXEL

Description: Manufacturer of robot actuators and servo motors. Why relevant: DYNAMIXEL MX-28 servo motors are used to drive the crossed tendons that actuate the soft arm. This shows the use of off-the-shelf, high-precision rigid actuators to control compliant structures. Quotes: "The soft arm was actuated by two crossed tendons driven by DYNAMIXEL MX-28 servo motors." (Materials and Methods)

4. People Identified

Cosimo Della Santina

Lab/Institution: Cognitive Robotics Department, Faculty of Mechanical Engineering, Delft University of Technology. Why notable: Della Santina is a corresponding author and a prominent figure in model-based control and physical AI for soft robots. His work focuses on bridging the gap between continuum mechanics and intelligent control. Quotes: "Cosimo Della Santina1... 1Cognitive Robotics Department, Faculty of Mechanical Engineering, Delft University of Technology"

Chuhan Zhang

Lab/Institution: Delft University of Technology. Why notable: Lead author and corresponding researcher driving the implementation of the Interaction Inferential Learning framework and the sim-to-real deployment. Quotes: "Chuhan Zhang1... ∗Corresponding author. Email: C.Zhang-8@tudelft.nl"

5. Operating Insights

Recurrent Memory is Mandatory for Contact-Rich Tasks

For CTOs and heads of engineering building manipulation systems that rely on interaction history, feedforward networks are insufficient. The paper's ablation study shows that a standard multilayer perceptron (MLP) "showed little learning progress and maintained an almost flat reward curve," whereas the recurrent network (GRU) successfully integrated interaction history to infer object properties. If your system must infer state from contact over time, you must invest in recurrent or memory-based architectures.

Sim-to-Real Requires Bridging the Observation Gap

When deploying soft robots, the gap between simulation and reality isn't just about physics; it's about sensor representation. The authors found that simulated proprioceptive states do not map cleanly to noisy real-world IMU data. They solved this by training a recurrent observation mapper to translate real sensor signals into the simulated observation space before fine-tuning the policy. This two-stage approach is a critical operational blueprint for anyone struggling with sim-to-real transfer in compliant systems.

6. Overlooked Insights

Emergence of Unprogrammed Manipulation Modes

The policy naturally converges to five distinct "wrapping modes" based on how the arm initially contacts the object, without any human-designed motion primitives. The authors note that "these recurring wrapping modes emerged progressively during training instead of being explicitly programmed." This implies that RL can discover highly efficient, environment-coupled behaviors that human engineers might not design, potentially unlocking more robust manipulation strategies for unstructured environments.

Failures are Localized in the Wrapping Phase

The paper reveals that the robot almost always finds the object, but sometimes fails to secure it. The authors state that "initial object encounter occurred with a uniformly high probability across the workspace (P(encounter) = 0.9914), whereas successful wrapping after contact was less reliable (P(wrap | encounter) = 0.9366)." For operators looking to improve system performance, this indicates that future hardware or policy improvements should focus on the post-contact enclosure phase rather than the exploration phase.