← Latest papers
🤖 machine learning

Corpus Augmentation for Sign Language Translation via LLM-Guided Video Stitching

This paper proposes a corpus augmentation method for Sign Language Translation that generates synthetic video-text pairs by extracting per-gloss clips from existing data and using an LLM to create novel sentence-gloss alignments, achieving significant BLEU-4 improvements over baselines without requiring additional human annotation, external corpora, or generative video models.

Original authors: Zsolt Robotka, Ádám Rák, Jalal Al-Afandi, András Horváth, György Cserey

Published 2026-06-11
📖 4 min read☕ Coffee break read

Original authors: Zsolt Robotka, Ádám Rák, Jalal Al-Afandi, András Horváth, György Cserey

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 trying to teach a robot how to understand sign language. The robot needs to watch videos of people signing and learn to translate those hand movements into spoken sentences (like German).

The problem is that high-quality "training data" is incredibly scarce. To teach the robot perfectly, you need thousands of videos where every single hand movement (a "gloss") is perfectly matched to a specific word in a sentence. Getting humans to write these perfect matches is slow, expensive, and boring.

This paper proposes a clever, automated way to create more training data without hiring a single new human annotator. They call it "Corpus Augmentation via LLM-Guided Video Stitching."

Here is how they did it, explained through a simple analogy:

1. The "Lego Brick" Strategy (Video Stitching)

Imagine you have a box of Lego bricks, but they are all glued together in specific structures (the original videos). You can't easily take them apart.

  • The Paper's Move: They used a smart tool (called CTC forced-alignment) to carefully cut the original videos into tiny, individual "bricks." Each brick represents just one sign (like the sign for "SUN" or "TOMORROW").
  • The Result: Instead of having 7,000 long videos, they now have a massive library of thousands of individual sign clips.

2. The "Creative Writer" (The LLM)

Now that they have the bricks, they need to build new structures. But they can't just randomly glue bricks together; the sentence needs to make sense.

  • The Paper's Move: They asked a Large Language Model (LLM)—a super-smart AI text generator—to write new weather reports (since the dataset is about weather forecasts).
  • The Guardrails: To make sure the AI didn't write nonsense, they gave it a strict "dictionary" of allowed signs and showed it 500 examples of real weather reports. The AI was told: "Write 10 new weather sentences using only these specific sign words, but make the content different."
  • The Result: The AI generated thousands of new, unique sentences that the robot had never seen before.

3. The "Frankenstein" Assembly (Synthetic Data)

This is the magic step.

  • The Paper's Move: For every new sentence the AI wrote, the system went into the library of "Lego bricks" (the video clips) and grabbed the matching sign clips. It stitched them together to create a brand new video.
  • The Twist: If the AI wrote "Tomorrow will be sunny," the system might grab the "Tomorrow" clip from Signer A, the "Will be" clip from Signer B, and the "Sunny" clip from Signer C. It creates a video that looks like a new person signing a new sentence, even though it's made entirely of old clips.

The Surprising Results

The team tested this on a famous sign language dataset (Phoenix-2014T).

  • The Baseline: Without their new data, the best existing methods improved the robot's translation score by less than 1 point.
  • The Result: With their "stitched" synthetic data, the score jumped by nearly 3 points.
  • The "Why": They found that the improvement didn't come from the visual smoothness of the video. In fact, they tried to make the transitions between clips look super smooth (like a movie), and it made the robot worse. They suspect that the "jumpy" or abrupt cuts actually forced the robot to focus on the meaning of the signs rather than relying on smooth motion cues.

What They Discovered (and What They Didn't)

  • The "Bad" News: They tried using this stitched data to pre-train the robot (teaching it the basics before the final test). This failed. The robot got confused by the "Frankenstein" videos and learned bad habits. The synthetic data only works when used for the final fine-tuning stage.
  • The "Good" News: The biggest boost came from the new sentences the AI wrote. Simply re-shuffling old videos without new text didn't help much. The robot needed to learn new combinations of words.
  • No Cheating: They checked to make sure the AI didn't accidentally copy the test questions. It didn't. The new data was genuinely new.

The Bottom Line

This paper shows that you don't need expensive new cameras or new signers to improve sign language translation. By using an AI writer to invent new sentences and a video editor to stitch together existing clips, you can create a massive amount of new training material. This makes the translation robot significantly smarter, provided you don't try to use these "stitched" videos for the very first stage of learning.

In short: They built a "Lego factory" for sign language. They took apart old videos, had an AI write new stories, and glued the pieces back together in new ways to teach the robot better.

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 →