← Latest papers
💻 computer science

Hierarchical Image Tokenization for Multi-Scale Image Super Resolution

This paper proposes a novel multi-scale Image Super Resolution method that combines Hierarchical Image Tokenization (HIT) and Direct Preference Optimization (DPO) within a Visual Auto-Regressive framework to achieve state-of-the-art performance with a compact 300M-parameter model, eliminating the need for external training data while enabling flexible, single-pass multi-scale output generation.

Original authors: Isma Hadji, Enrique Sanchez, Adrian Bulat, Brais Martinez, Georgios Tzimiropoulos

Published 2026-05-15
📖 4 min read☕ Coffee break read

Original authors: Isma Hadji, Enrique Sanchez, Adrian Bulat, Brais Martinez, Georgios Tzimiropoulos

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 blurry, low-resolution photo of a cat, and you want to turn it into a crystal-clear, high-definition masterpiece. This is the job of Image Super-Resolution (ISR).

For a long time, computers did this by either guessing the missing details (which sometimes created fake features, like a cat with six eyes) or by slowly "denoising" the image step-by-step, which was very slow.

Recently, a new method called Visual Auto-Regressive (VAR) models became popular. Think of these models like a painter who doesn't paint the whole canvas at once. Instead, they paint the image in layers: first a rough sketch, then a medium-detail version, and finally the high-definition masterpiece. Each layer builds upon the previous one.

However, the paper you shared points out two big problems with how these "painters" were currently working, and introduces a clever new way to fix them.

The Two Problems with the Old Way

1. The "All-or-Nothing" Ladder
Imagine the painter has a ladder with rungs representing different sizes: a small sketch, a medium sketch, and the final big painting.

  • The Problem: In previous methods, the ladder was broken. You could only climb to the very top rung (the final 4x size). If you tried to stop at the middle rung (a 2x size), the image would look like garbage or a distorted mess. The "rungs" in between didn't actually exist as valid images; they were just math steps needed to get to the top.
  • The Paper's Fix (Hierarchical Image Tokenization): The authors built a real, sturdy ladder. They taught the model to paint the small sketch, then the medium sketch, and then the big one, ensuring that every single step looks like a real, coherent image. Now, you can stop the process at any size (1x, 2x, or 4x) and get a perfect picture. They call this Hierarchical Image Tokenization (HIT).

2. The Need for a Giant Library

  • The Problem: To get good results, previous models needed to be massive (like a giant encyclopedia with billions of pages) or required a huge library of specially labeled "good vs. bad" examples to learn what a sharp image looks like.
  • The Paper's Fix (DPO Regularization): The authors introduced a new "coach" for the model called Direct Preference Optimization (DPO). Instead of needing a massive library of examples, this coach simply tells the model: "Hey, the high-resolution version is better than the blurry one. Make sure you prefer the sharp details."
    • This allows a much smaller model (only 310 million parameters, compared to the 1 billion used by others) to learn effectively using standard, everyday training data.

The Result: A Smarter, Smaller Painter

By combining these two ideas, the authors created a new system that:

  • Works at any size: It can take a small image and make it 2x bigger, or 4x bigger, or even 8x bigger, all in one go, without the image falling apart at the intermediate steps.
  • Is efficient: It is much smaller and faster than its competitors. While other models are like heavy, slow-moving tanks, this one is a nimble sports car that still wins the race.
  • Needs less data: It doesn't need secret, massive datasets to perform well; it works great with standard public data.

The Analogy in a Nutshell

Think of the old methods as trying to build a skyscraper by only being allowed to lay the foundation and then instantly jump to the roof. If you tried to stop halfway up, you'd just have a pile of rubble.

This paper introduces a method where you build the first floor, then the second, then the third. Each floor is a complete, usable apartment. You can stop at the 2nd floor and have a nice place to live, or go all the way to the top. And they did it by hiring a smaller, smarter foreman who knows exactly which floor plans to prefer, without needing a library of blueprints the size of a city.

In short: They made image upscaling flexible (working at any size), efficient (using a smaller model), and smarter (using a new training trick), all while keeping the quality top-tier.

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 →