Robots That Know When to Be Gentle: Apple's MoMo Teaches Machines to Adjust Their Own Movement Style

A new research framework lets a single robot learn to move quickly, carefully, or anywhere in between, without being reprogrammed each time.

AI2Day Newsdesk4 min read
Photoreal news-editorial style, 16:9 framing, full-frame edge-to-edge composition
Share

Key points

  • Apple ML Research published MoMo, a two-stage learning framework that teaches robots to vary their movement style across tasks.
  • The system was tested on six real-robot manipulation tasks and produced steady, controllable changes in how each motion played out.
  • A single dial-like input called a "motion-mode condition" lets operators shift robot behaviour without rewriting any code.
  • MoMo uses imitation learning, a training method where the robot studies examples of humans doing a task, then copies the underlying pattern.

Most robots move the same way every time. Ask one to pick up a raw egg and a brick, and it will grip both with identical force, at the same speed, following the same arc. That works in a factory where every object is identical. It falls apart everywhere else.

Apple ML Research published a system this week called MoMo that tries to fix this. The idea is simple in principle: teach a robot not just what to do, but how it should feel while doing it, and make that "how" something you can adjust on the fly.

How does MoMo actually work?

MoMo has two parts working together. First, a tokenizer, which is software that breaks a stream of movement data into small, labelled chunks, the way autocorrect breaks speech into words. MoMo's tokenizer works across both space (where the arm moves) and time (how fast it moves), so it captures the full texture of a motion, not just its endpoint.

The second part is a transformer, the same class of software that powers modern chatbots. This transformer takes two inputs: the task itself, and a continuous number on a scale that researchers call the motion-mode condition. Think of it as a single slider. Push it one way and the robot moves deliberately and gently. Push it the other and the robot moves quickly and assertively. Every position in between produces a correspondingly different physical style.

Critically, the robot learns this slider behaviour from imitation learning, watching humans complete tasks and absorbing the pattern of variation, not just the average outcome. That means the same trained model can cover a whole spectrum of movement without anyone writing new instructions for each point on that spectrum.

Why does this matter outside a lab?

In the real world, context changes constantly. A robot handling medication in a hospital pharmacy needs a different touch than the same robot restacking shelves. A machine assembling a phone screen needs slow precision; moving empty trays across a warehouse can be brisk. Today, switching between those modes usually means human engineers stepping in to adjust settings. MoMo's approach would let the robot receive a simple signal and adapt itself.

Apple ML Research tested the framework across six real-robot manipulation tasks, the hands-on work of picking, placing, and moving objects, and reported that varying the motion-mode condition produced steady, predictable changes in behaviour across all of them.

The research is still at the academic stage. No product announcement accompanied the paper, and the gap between a lab demo and a robot you trust in a hospital or a home is large. But the underlying question MoMo answers is one the whole industry is wrestling with: can a robot learn a reusable sense of how to move, shared across every task it knows?

This work suggests the answer is yes.

Common questions

Does this mean robots will soon adapt to any situation on their own?

Not yet. MoMo shows that movement style can be learned and controlled with a single input, but the system still needs human-collected training data for each task and an operator to set the motion-mode value. Full autonomy across open-ended situations remains an unsolved problem.

Could this technology appear in consumer or medical robots?

Possibly, over time. The framework is general enough to apply to any robot arm doing manipulation work, but moving from research paper to certified medical or consumer device takes years of safety testing and regulatory approval.

© 2026 AI2Day