← Latest papers
💻 computer science

Generative Motion In-betweening by Diffusion over Continuous Implicit Representations

This paper proposes a novel latent diffusion model pipeline based on motion implicit neural representations (INR) that effectively reconstructs smooth and diverse motion transitions from extremely sparse keyframes while strictly preserving keyframe accuracy and ensuring motion continuity.

Original authors: Shiyu Fan, Paul Henderson, Edmond S. L. Ho

Published 2026-05-14
📖 5 min read🧠 Deep dive

Original authors: Shiyu Fan, Paul Henderson, Edmond S. L. Ho

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are an animator trying to create a movie of a character walking from point A to point B. In the old days, you had to draw every single frame by hand. Later, computers could "guess" the frames in between if you gave them a start and an end pose. This is called motion in-betweening.

However, current computer programs often struggle when you only give them a few "keyframes" (snapshots of the character's pose). They might make the character's feet slide across the floor like they are on ice, or their movements might look jittery and unnatural. They also sometimes forget exactly where the character was supposed to be at the start and end points.

This paper introduces a new tool called Generative Motion In-betweening by Diffusion over Continuous Implicit Representations. That's a mouthful, so let's break it down with some analogies.

1. The Problem: The "Pixelated" vs. "Smooth" Map

Most animation computers treat time like a beaded necklace. They only know about specific beads (frames) at specific times. If you give them beads that are far apart, they have to guess the string connecting them. Often, the guess is wrong, leading to jerky movements or "foot sliding."

The authors propose using a smooth, continuous map instead. They use something called an Implicit Neural Representation (INR).

  • The Analogy: Imagine the difference between a low-resolution digital photo (pixelated, blocky) and a high-resolution vector drawing (smooth lines that look perfect no matter how much you zoom in).
  • How it works: Instead of storing a list of poses, their system learns a "smooth function" that describes the entire motion as a single, unbroken curve. This means the computer understands the motion as a continuous flow, not a series of disconnected snapshots. This naturally prevents the "jitter" and makes the movement look much more natural.

2. The Engine: The "Diffusion" Artist

To fill in the gaps between your sparse keyframes, the authors use a Diffusion Model.

  • The Analogy: Think of diffusion like a sculptor starting with a block of noisy, chaotic clay. The sculptor slowly chips away the noise, refining the shape until a perfect statue emerges.
  • How it works: The computer starts with random noise and slowly "denoises" it to create a motion. The challenge is making sure this new motion matches your specific start and end points (the keyframes) without losing the natural variety of movement.

3. The Secret Sauce: "Implicit Manifold Guidance" (IMG)

Here is the biggest innovation. Usually, when a diffusion model tries to follow specific rules (like "be at this exact spot at this exact time"), it gets confused. It might follow the rule so strictly that the movement becomes stiff, or it might ignore the rule and drift away.

The authors invented a new steering mechanism called Implicit Manifold Guidance (IMG).

  • The Analogy: Imagine you are trying to walk a tightrope (the "manifold" or the smooth path of natural motion) while holding a heavy weight that pulls you toward a specific destination (your keyframes).
    • If you just pull hard toward the destination, you might fall off the tightrope (the motion becomes unnatural).
    • If you just stay on the tightrope, you might miss the destination.
    • IMG is the balance. It constantly checks two things:
      1. Geometric Error: "Are we at the right spot?" (Did the foot land where it should?)
      2. Manifold Error: "Are we still walking naturally?" (Are we staying on the smooth, natural path?)
  • The Result: The system gently nudges the motion to hit your keyframes accurately without forcing it to break the laws of physics or look robotic. It corrects the path in real-time as the "sculptor" chips away the noise.

4. Why This Matters

The paper claims that by combining these three things (Smooth Continuous Maps + Diffusion Sculpting + Smart Steering):

  • Accuracy: The character hits the exact start and end poses you asked for, even if you only gave them two or three snapshots.
  • Quality: The movement is smooth, with no foot sliding or jittering.
  • Variety: Unlike older methods that might produce the exact same boring walk every time, this system can generate many different, realistic ways to get from A to B.
  • No Text Needed: You don't need to type a description like "a happy walk" for it to work; it just uses the poses you give it.

Summary

Think of this paper as teaching a computer to be a master animator who can look at just a few rough sketches and fill in the rest of the movie with a smooth, realistic, and varied performance, all while making sure the character lands exactly where you told them to. They did this by teaching the computer to see motion as a smooth, continuous river rather than a series of choppy steps, and then giving it a special compass to stay on course.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →