Search papers, labs, and topics across Lattice.
This paper introduces a training-free ensemble method for single-image super-resolution that combines a Hybrid attention network (TLC) for stable reconstruction with a MambaIRv2 branch for high-frequency detail recovery. The method fuses the outputs of these two independently processed branches via a weighted combination in image space, without requiring any parameter updates or additional trainable modules. Results on the DIV2K bicubic x4 evaluation protocol demonstrate consistent PSNR improvements over the base branch and slight gains over the pure strong branch, highlighting the effectiveness of output-level compensation.
Achieve state-of-the-art super-resolution by ensembling existing models *without any training*, proving that smart combination beats further architectural complexity.
Single-image super-resolution has progressed from deep convolutional baselines to stronger Transformer and state-space architectures, yet the corresponding performance gains typically come with higher training cost, longer engineering iteration, and heavier deployment burden. In many practical settings, multiple pretrained models with partially complementary behaviors are already available, and the binding constraint is no longer architectural capacity but how effectively their outputs can be combined without additional training. Rather than pursuing further architectural redesign, this paper proposes a training-free output-level ensemble framework. A dual-branch pipeline is constructed in which a Hybrid attention network with TLC inference provides stable main reconstruction, while a MambaIRv2 branch with geometric self-ensemble supplies strong compensation for high-frequency detail recovery. The two branches process the same low-resolution input independently and are fused in the image space via a lightweight weighted combination, without updating any model parameters or introducing an additional trainable module. As our solution to the NTIRE 2026 Image Super-Resolution ($\times 4$) Challenge, the proposed design consistently improves over the base branch and slightly exceeds the pure strong branch in PSNR at the best operating point under a unified DIV2K bicubic $\times 4$ evaluation protocol. Ablation studies confirm that output-level compensation provides a low-overhead and practically accessible upgrade path for existing super-resolution systems.