← Latest papers
⚡ electrical engineering

PaaF: Raising the perceived quality of INR-Based Image Compression

This paper introduces PaaF, a novel INR-based image codec that leverages improved architectural design, adaptive quantization, and efficient entropy coding to significantly enhance rate-distortion performance and perceptual quality while addressing the limitations of long encoding times and metric gaps in existing implicit neural representation methods.

Original authors: Lorenzo Catania, Dario Allegra

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

Original authors: Lorenzo Catania, Dario Allegra

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 giant, high-resolution photograph. Traditionally, to send this photo over the internet, you chop it up into tiny blocks, analyze the colors, and write down a set of instructions (like "make this block red, that one blue") to recreate it later. This is how JPEG and other standard formats work.

But what if, instead of chopping the photo into blocks, you treated the entire image as a mathematical recipe?

That is the core idea behind PaaF (Picture as a Function), a new method described in this paper. Here is how it works, explained simply:

1. The "Magic Recipe" vs. The "Block Puzzle"

Think of a traditional image file like a Lego set. You have a box full of specific bricks (pixels) that you have to sort, pack, and ship. When you get the box, you have to rebuild the picture brick by brick. If you lose a few bricks, the picture looks broken.

PaaF treats the image like a magic recipe or a function. Instead of sending the bricks, you send a short, compact set of instructions (a neural network) that says: "If you ask for the color at coordinate X, Y, here is exactly what color it should be."

  • The Benefit: You can ask for the color of a single pixel, or a million pixels, and the recipe gives you the answer instantly. It doesn't matter how big the image is; the recipe stays the same size.

2. The Problem with Previous "Recipes"

Scientists had tried this "recipe" idea before (using something called Implicit Neural Representations, or INRs), but it had two big flaws:

  • It took forever to write the recipe: Creating the instructions used to take hours, like trying to write a novel by hand when you could just type it.
  • The picture looked blurry: The recipes weren't detailed enough, so the reconstructed images often looked fuzzy or lost fine details compared to standard JPEGs.

3. How PaaF Fixes the Recipe

The authors of this paper built a better "kitchen" to write these recipes. They introduced three main upgrades:

  • A Smarter Architect (The Network Design):
    Imagine a construction crew that knows exactly how to build a skyscraper. Previous methods used a crew that was too big and clumsy. PaaF uses a streamlined, efficient crew that knows exactly how to arrange the "bricks" (mathematical layers) to capture fine details without getting confused. They also use a special type of "activation" (a way the math wakes up) that is better at handling the wiggly, complex lines found in real photos.

  • Adaptive Quantization (The "Smart Packing" System):
    When you send a recipe, you have to write down the numbers. Usually, you round these numbers to fit them into a box (e.g., "5.123" becomes "5").

    • Old way: Everyone gets the same size box, even if they don't need it.
    • PaaF way: It looks at the numbers and says, "This number is very important, let's give it a big box. That one is simple, let's give it a tiny box." It dynamically adjusts the size of the "box" for every single number to save space without losing quality.
  • Efficient Encoding (The Zip File):
    Once the recipe is written and packed, PaaF uses a very efficient compression tool (like a super-smart Zip file) to shrink the file size even further before sending it.

4. The Results: Sharper Pictures, Faster Decoding

The paper tested PaaF against other "recipe" methods and even standard JPEGs.

  • Better Quality: In tests, PaaF produced clearer images with fewer blurry spots or weird wavy lines, especially in complex areas like tree leaves or brick walls.
  • Better Efficiency: It managed to get the same (or better) picture quality using fewer "bits" (data) than the other recipe methods.
  • Fast Decoding: While it still takes a little time to write the recipe (encoding), reading the recipe (decoding) is incredibly fast. Because the recipe is just a set of math instructions, a computer can calculate the colors for millions of pixels all at once (in parallel), making it very fast to view the image.

The Bottom Line

The paper concludes that PaaF is a major step forward for this specific type of image compression. It proves that you don't need to chop images into blocks to get good quality; you can use a mathematical function instead.

The Catch: The paper notes that currently, you have to "train" (write) a new recipe for every single image you want to compress. It's not a "one-size-fits-all" tool yet. However, the decoding process is so fast and efficient that this method shows great promise for the future of how we might store and send images, potentially moving us away from the old "block-based" systems entirely.

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 →