← Latest papers
🤖 AI

ENAF: A Multi-Exit Network with an Adaptive Patch Fusion for Large Image Super Resolution

ENAF is a dynamic multi-exit network for large image super-resolution that improves the quality-complexity trade-off by using a tiny PSNR-estimating network to adaptively fuse image patches and assign them to appropriate early exits based on their texture complexity.

Original authors: Duong M. Nguyen, Tuan Nghia Nguyen, Xuan Truong Nguyen

Published 2026-08-18
📖 4 min read☕ Coffee break read

Original authors: Duong M. Nguyen, Tuan Nghia Nguyen, Xuan Truong Nguyen

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

In the world of digital imaging, there is a constant tension between clarity and speed. We live in an era where screens have grown from standard definition to high-definition, and now to 4K and 8K resolutions, demanding that images be sharper and more detailed than ever before. A common task in this landscape is single image super-resolution, a process where a computer takes a small, blurry, low-resolution photo and reconstructs it into a large, crisp version. For years, researchers have built powerful artificial intelligence models to perform this magic, but these models are often heavy and slow. They require immense computing power that grows rapidly as the image size increases, making them difficult to run on everyday devices like smartphones or televisions when dealing with very large pictures. The challenge has been to find a way to make these smart systems faster without sacrificing the quality of the final image, especially when the input is a massive photograph that needs to be processed piece by piece.

To solve this, a team of researchers from Hanoi University of Science and Technology and Seoul National University has developed a new approach called ENAF. Instead of forcing every part of a large image to go through the same complex, energy-hungry processing steps, this system acts like a smart traffic controller. It breaks a large image into many small squares, or patches, and then decides how much effort each patch deserves. The researchers realized that not all parts of a photo are equally difficult to fix. A patch of sky or a smooth wall contains very little detail and is easy to restore, while a patch of a tree with intricate leaves or a face with fine features is much harder. Previous methods tried to guess which patches were hard by looking for edges or lines, but this often led to mistakes, treating simple areas as if they were complex or vice versa. ENAF improves on this by using a tiny, specialized helper network that predicts exactly how good the result will be for each patch if it is processed quickly versus slowly.

The core of the ENAF system is a main network that has multiple "exits" along its path. Imagine a long hallway with several doors leading out; a patch can leave through an early door if the system thinks it has done enough work, or it can travel all the way to the end if it needs more processing. The system uses its tiny helper to estimate the quality score, known as PSNR, that a patch would achieve at each of these exits. If the helper predicts that a patch will look good enough after just a few steps, the system sends it out early, saving a tremendous amount of computing power. If the patch is complex, it is allowed to travel further through the network to ensure high quality. The researchers also added a clever trick for the simplest parts of an image, such as blank walls or clear skies. They found that for these areas, the most complex neural networks sometimes perform worse than a very simple, traditional mathematical smoothing technique. To fix this, ENAF includes a detector that identifies these "blank" areas and immediately sends them to the simple method, bypassing the heavy machinery entirely.

When the researchers tested this new system on standard datasets containing images ranging from 2K to 8K resolution, the results were significant. By using this adaptive method, ENAF was able to reduce the amount of computing work required by up to 55 percent compared to previous state-of-the-art methods, while still producing images of equal or better quality. For example, on very large 8K images, the system could save nearly half the computing power needed by older models. The study showed that this approach works well across different sizes of underlying AI models, from small ones designed for mobile phones to large ones for high-end servers. The team demonstrated that by carefully matching the difficulty of each image patch with the right amount of processing, they could achieve a much better balance between speed and image quality. This means that in the future, devices could render high-definition video or enhance photos in real-time without needing expensive, power-hungry hardware, bringing high-quality image processing to a wider range of everyday applications.

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 →