paper-with-me

홈 › Papers

Accelerating Image Super-Resolution Networks with Pixel-Level Classification

2024-07-31

In recent times, the need for effective super-resolution (SR) techniques has surged, especially for large-scale images ranging 2K to 8K resolutions. For DNN-based SISR, decomposing images into overlapping patches is typically necessary due to computational constraints. In such patch-decomposing scheme, one can allocate computational resources differently based on each patch's difficulty to further improve efficiency while maintaining SR performance. However, this approach has a limitation: computational resources is uniformly allocated within a patch, leading to lower efficiency when the patch contain pixels with varying levels of restoration difficulty. To address the issue, we propose the Pixel-level Classifier for Single Image Super-Resolution (PCSR), a novel method designed to distribute computational resources adaptively at the pixel level. A PCSR model comprises a backbone, a pixel-level classifier, and a set of pixel-level upsamplers with varying capacities. The pixel-level classifier assigns each pixel to an appropriate upsampler based on its restoration difficulty, thereby optimizing computational resource usage. Our method allows for performance and computational cost balance during inference without re-training. Our experiments demonstrate PCSR's advantage over existing patch-distributing methods in PSNR-FLOP trade-offs across different backbone models and benchmarks. The code is available at https://github.com/3587jjh/PCSR.

📄 PDF Abstract BibTeX arXiv:2407.21448

Code (1)

3587jjh/pcsr pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Superpixel Integrated Grids for Fast Image Segmentation

2025-10-07 · Jack Roberts, Jeova Farias Sales Rocha Neto arxiv

Superpixels have long been used in image simplification to enable more efficient data processing and storage. However, despite their computational potential, their irregular spatial distribution has often forced deep lea…

Computational EfficiencyImage Segmentation

What You See is What You GAN: Rendering Every Pixel for High-Fidelity Geometry in 3D GANs

2024-01-04 · CVPR 2024 1 · Alex Trevithick, Matthew Chan, Towaki Takikawa, Umar Iqbal 외

3D-aware Generative Adversarial Networks (GANs) have shown remarkable progress in learning to generate multi-view-consistent images and 3D geometries of scenes from collections of 2D images via neural volume rendering. Y…

3D geometryNeural RenderingSuper-Resolution

Single-Image Super-Resolution Reconstruction based on the Differences of Neighboring Pixels

2022-12-28 · Huipeng Zheng, Lukman Hakim, Takio Kurita, Junichi Miyao

The deep learning technique was used to increase the performance of single image super-resolution (SISR). However, most existing CNN-based SISR approaches primarily focus on establishing deeper or larger networks to extr…

Image Super-ResolutionSuper-Resolution

Decoupled-and-Coupled Networks: Self-Supervised Hyperspectral Image Super-Resolution with Subpixel Fusion

2022-05-07 · Danfeng Hong, Jing Yao, Deyu Meng, Naoto Yokoya 외

Enormous efforts have been recently made to super-resolve hyperspectral (HS) images with the aid of high spatial resolution multispectral (MS) images. Most prior works usually perform the fusion task by means of multifar…

Hyperspectral Image Super-ResolutionImage Super-ResolutionSelf-Supervised LearningSuper-Resolution

Hybrid Supervision Learning for Pathology Whole Slide Image Classification

2021-07-02 · Jiahui Li, Wen Chen, Xiaodi Huang, Zhiqiang Hu 외

Weak supervision learning on classification labels has demonstrated high performance in various tasks, while a few pixel-level fine annotations are also affordable. Naturally a question comes to us that whether the combi…

Classificationimage-classificationImage ClassificationSelf-Supervised Learning+2