← Latest papers
💻 computer science

TeleStyle V2: Beyond Content-Preserving Style Transfer with Self-Distillation and Distribution-Matching-Distillation

This paper presents TeleStyle V2, an advanced style transfer model that overcomes the limitations of its predecessor by employing Self-Distillation for versatile content-style reference combinations and Distribution-Matching Distillation to preserve general image editing capabilities, ultimately achieving performance comparable to state-of-the-art commercial models.

Original authors: Shiwen Zhang, Yifan Xu, Haibin Huang, Chi Zhang, Xuelong Li

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

Original authors: Shiwen Zhang, Yifan Xu, Haibin Huang, Chi Zhang, Xuelong Li

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 have a talented artist who is great at taking a photo of a real person and painting it in the style of Van Gogh. That was the original TeleStyle V1. It was a star performer, but it had a very specific weakness: it only knew how to paint real photos. If you handed it a cartoon drawing and asked it to make it look like a photograph, or if you asked it to paint a real photo in the style of another real photo, it would get confused and fail.

TeleStyle V2 is the artist's big upgrade. The team behind it taught the model to be much more versatile, so it can handle any mix of "real" and "cartoon" inputs. Here is how they did it, explained simply:

1. The "Self-Teaching" Trick (Self-Distillation)

In the old version, the model only practiced on real photos. To fix this, the researchers invented a clever "self-teaching" loop.

Think of the model as a student who has already mastered painting real photos. The researchers told the student: "Okay, take the painting you just made, treat it as a new 'real' photo, and try to paint it in a different style."

By doing this over and over, the model generated its own practice examples where both the starting image and the style were artistic (or both were real). This allowed the model to learn how to handle Stylized-to-Stylized or Real-to-Real tasks, effectively teaching itself to break out of its original box.

2. The "Memory Keeper" (Distribution Matching Distillation)

When you train a model too hard on one specific task (like style transfer), it sometimes starts to forget its other skills, like understanding simple text instructions or keeping the original image looking natural. It's like a chef who learns to make the perfect sushi but forgets how to cook a simple egg.

To stop this "forgetting," the team used a technique called Distribution Matching Distillation (DMD).

  • The Analogy: Imagine the model is a student taking a new, difficult course. DMD is like a tutor who constantly whispers, "Don't forget the basics you learned in your previous class!"
  • The Result: This technique ensures the model doesn't lose its ability to follow text commands or keep images looking good. In fact, it made the model so good that it can now do general image editing (like changing a background or adding an object) just as well as the original, untrained version, while still being a master of style transfer.

3. Fixing the "Mix-Up" Problem (Prompt Enhancer)

The researchers noticed a funny glitch: sometimes the model would get the instructions backward. If you showed it a photo of a dog (Content) and a picture of a sunset (Style), it would sometimes ignore the dog and just copy the sunset, or vice versa. It was like a waiter who brings you the wrong menu because they got confused about which dish you ordered.

They tried a complex method called DPO to fix this, but it didn't work. Instead, they found a simple solution: The Prompt Enhancer.

  • The Analogy: Before the waiter takes the order, they quickly describe the dish to the chef: "The customer wants the dog, not the sunset."
  • How it works: They use a smart AI assistant (Qwen2.5-VL-7B) to automatically write a short description of the content image and the style image. By adding these descriptions to the instructions, the model immediately understands which image is which, and the mix-up problem disappears.

The Bottom Line

TeleStyle V2 is a major leap forward because:

  1. It can handle any combination of real and artistic images (Real-to-Real, Art-to-Art, Real-to-Art, Art-to-Real).
  2. It didn't lose its general "common sense" for editing images; it actually got better at it.
  3. It fixed the confusion about which image is the "subject" and which is the "style."

The team claims that in terms of keeping the original subject while changing the style, TeleStyle V2 performs just as well as the top-tier commercial model Gemini-3-Pro-Image-Preview (also known as "Nano Banana Pro"), but it is an open-source project. They have also shared their code and project page for others to use.

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 →