paper-with-me

홈 › Papers

Hybrid Pixel-Unshuffled Network for Lightweight Image Super-Resolution

2022-03-16 · Bin Sun, Yulun Zhang, Songyao Jiang, Yun Fu

Convolutional neural network (CNN) has achieved great success on image super-resolution (SR). However, most deep CNN-based SR models take massive computations to obtain high performance. Downsampling features for multi-resolution fusion is an efficient and effective way to improve the performance of visual recognition. Still, it is counter-intuitive in the SR task, which needs to project a low-resolution input to high-resolution. In this paper, we propose a novel Hybrid Pixel-Unshuffled Network (HPUN) by introducing an efficient and effective downsampling module into the SR task. The network contains pixel-unshuffled downsampling and Self-Residual Depthwise Separable Convolutions. Specifically, we utilize pixel-unshuffle operation to downsample the input features and use grouped convolution to reduce the channels. Besides, we enhance the depthwise convolution's performance by adding the input feature to its output. Experiments on benchmark datasets show that our HPUN achieves and surpasses the state-of-the-art reconstruction performance with fewer parameters and computation costs.

📄 PDF Abstract BibTeX arXiv:2203.08921

Code (1)

sun1992/hpun 공식 구현

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Low-resolution input 설명 없음
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

CAFlow: Adaptive-Depth Single-Step Flow Matching for Efficient Histopathology Super-Resolution

2026-03-19 · Elad Yoshai, Ariel D. Yoshai, Natan T. Shaked arxiv

In digital pathology, whole-slide images routinely exceed gigapixel resolution, making computationally intensive generative super-resolution (SR) impractical for routine deployment. We introduce CAFlow, an adaptive-depth…

PARF-Net: integrating pixel-wise adaptive receptive fields into hybrid Transformer-CNN network for medical image segmentation

2025-01-06 · Xu Ma, Mengsheng Chen, Junhui Zhang, Lijuan Song 외

Convolutional neural networks (CNNs) excel in local feature extraction while Transformers are superior in processing global semantic information. By leveraging the strengths of both, hybrid Transformer-CNN networks have …

Image SegmentationMedical Image SegmentationSemantic Segmentation

Automated Linear-Time Detection and Quality Assessment of Superpixels in Uncalibrated True- or False-Color RGB Images

2017-01-08 · Andrea Baraldi, Dirk Tiede, Stefan Lang

Capable of automated near real time superpixel detection and quality assessment in an uncalibrated monitor typical red green blue (RGB) image, depicted in either true or false colors, an original low level computer visio…

Color ConstancyComputational EfficiencyEarth ObservationQuantization+1

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

Superpixel-based Knowledge Infusion in Deep Neural Networks for Image Classification

2021-05-20 · Gunjan Chhablani, Abheesht Sharma, Harshit Pandey, Tirtharaj Dash

Superpixels are higher-order perceptual groups of pixels in an image, often carrying much more information than the raw pixels. There is an inherent relational structure to the relationship among different superpixels of…

Face RecognitionGraph Neural Networkimage-classificationImage Classification+2