← Latest papers
💻 computer science

LIMSSR: LLM-Driven Sequence-to-Score Reasoning under Training-Time Incomplete Multimodal Observations

This paper proposes LIMSSR, an LLM-driven framework that addresses the challenging setting of training-time incomplete multimodal observations by reformulating the task as a conditional sequence reasoning problem, thereby outperforming state-of-the-art baselines without relying on the unrealistic assumption of full-modal data availability during training.

Original authors: Huangbiao Xu, Huanqi Wu, Xiao Ke, Yuxin Peng

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

Original authors: Huangbiao Xu, Huanqi Wu, Xiao Ke, Yuxin Peng

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

The Big Problem: The "Broken Camera" Dilemma

Imagine you are a sports judge trying to score a gymnastics routine. In a perfect world, you have three cameras: one showing the athlete's body (Video), one capturing their movements in slow motion (Flow), and one recording their breathing and the music (Audio). You use all three to give a fair score.

But in the real world, things go wrong. Maybe the audio recorder breaks, or the slow-motion camera glitches. Now you are a judge with only one camera. Traditional computer programs get confused and panic; they try to "guess" the missing audio by looking at the video, but they often guess wrong because they were only trained on perfect, three-camera footage. They assume, "If I see a jump, I must hear a thud," which isn't always true.

The New Solution: The "Smart Detective" (LIMSSR)

The authors of this paper propose a new system called LIMSSR. Instead of trying to "rebuild" the missing camera footage pixel-by-pixel (which is like trying to redraw a missing photo perfectly), they treat the problem like a detective story.

They use a Large Language Model (LLM)—think of it as a super-smart detective who has read millions of books and knows how the world works. This detective doesn't need to see the missing camera to understand what happened; they just need to use their "world knowledge" and the clues they do have to figure out the rest.

Here is how the system works, step-by-step:

1. The "Missing Piece" Prompt (Prompt-Guided Context-Aware Modality Imputation)

Imagine you are filling out a crossword puzzle, but some clues are missing. Instead of leaving the blank empty, you tell the detective: "I have the visual clues, but the audio clue is missing. Based on what I see, what should the audio clue likely be?"

The system takes the available data (like the video) and the missing data (the broken audio) and wraps them in a special text instruction (a "prompt"). It tells the LLM: "Here is what we have. Here is what is missing. Please use your brain to imagine what the missing part looks like in terms of meaning, not just pixels."

2. The "Fusion Tokens" (LLM-Driven Multidimensional Representation Fusion)

Once the detective has "imagined" the missing parts, the system needs to combine the real video, the real audio, and the imagined audio into a single score.

Think of this like a chef who has real ingredients (the video) and a recipe for a missing ingredient (the imagined audio). Instead of just throwing them in a pot, the chef uses special "slots" (called Fusion Tokens) to mix them together perfectly. These slots ensure that the final dish (the score) captures all the different flavors: difficulty, execution, and artistry.

3. The "Double-Check" (Mask-Aware Dual-Path Aggregation)

Sometimes, even a smart detective can "hallucinate" (make up things that aren't true). To prevent this, the system uses a Double-Check Mechanism.

  • Path 1 (The Dreamer): The LLM uses its imagination to guess the missing info.
  • Path 2 (The Statistician): The system looks at the actual patterns in the data it does have to see what usually happens.

The system then acts like a traffic light, weighing these two paths. If the missing data is huge (like no audio at all), it trusts the "Dreamer" a bit more but keeps the "Statistician" on standby to correct any wild guesses. If the data is mostly there, it trusts the "Statistician" more. This ensures the final score is both creative (smart) and grounded (accurate).

Why This is a Big Deal

Most previous systems were like students who only studied for a test using a perfect textbook (data with all cameras working). When they took the real test with a broken page, they failed.

LIMSSR is different. It was trained while the pages were missing. It learned to be a detective who can solve the case even when the evidence is incomplete.

  • No "God's Eye View": It doesn't need to see the "perfect" version of the data during training. It learns to handle missing pieces from the start.
  • Better Scores: In tests on three different sports datasets (Figure Skating, Diving, and Rhythmic Gymnastics), this system scored higher than all the previous best methods, even when the data was missing during both training and testing.

Summary

In short, LIMSSR is a smart system that uses a "super-detective" (an LLM) to fill in the gaps of missing video or audio data by using logic and context, rather than trying to perfectly reconstruct the missing images. It then double-checks its own work to avoid mistakes, resulting in highly accurate scores for sports and actions even when the data is messy or incomplete.

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 →