paper-with-me

Papers

Fully $1\times1$ Convolutional Network for Lightweight Image Super-Resolution

2023-07-30 · Gang Wu, Junjun Jiang, Kui Jiang, Xianming Liu

Deep models have achieved significant process on single image super-resolution (SISR) tasks, in particular large models with large kernel ($3\times3$ or more). However, the heavy computational footprint of such models prevents their deployment in real-time, resource-constrained environments. Conversely, $1\times1$ convolutions bring substantial computational efficiency, but struggle with aggregating local spatial representations, an essential capability to SISR models. In response to this dichotomy, we propose to harmonize the merits of both $3\times3$ and $1\times1$ kernels, and exploit a great potential for lightweight SISR tasks. Specifically, we propose a simple yet effective fully $1\times1$ convolutional network, named Shift-Conv-based Network (SCNet). By incorporating a parameter-free spatial-shift operation, it equips the fully $1\times1$ convolutional network with powerful representation capability while impressive computational efficiency. Extensive experiments demonstrate that SCNets, despite its fully $1\times1$ convolutional structure, consistently matches or even surpasses the performance of existing lightweight SR models that employ regular convolutions. The code and pre-trained models can be found at https://github.com/Aitical/SCNet.

📄 PDF Abstract BibTeX arXiv:2307.16140

Code (1)

aitical/scnet 공식 구현 pytorch

Tasks

Computational EfficiencyImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

PrivGNN: High-Performance Secure Inference for Cryptographic Graph Neural Networks

2025-11-04 · Fuyi Wang, Zekai Chen, Mingyuan Fan, Jianying Zhou 외 arxiv

Graph neural networks (GNNs) are powerful tools for analyzing and learning from graph-structured (GS) data, facilitating a wide range of services. Deploying such services in privacy-critical cloud environments necessitat…

Emulating Self-attention with Convolution for Efficient Image Super-Resolution

2025-03-09 · Dongheon Lee, Seokju Yun, Youngmin Ro

In this paper, we tackle the high computational overhead of transformers for lightweight image super-resolution. (SR). Motivated by the observations of self-attention's inter-layer repetition, we introduce a convolutioni…

Computational EfficiencyImage Super-ResolutionLong-range modelingSuper-Resolution

Learning Robust and Lightweight Model through Separable Structured Transformations

2021-12-27 · Xian Wei, Yanhui Huang, Yangyu Xu, Mingsong Chen 외

With the proliferation of mobile devices and the Internet of Things, deep learning models are increasingly deployed on devices with limited computing resources and memory, and are exposed to the threat of adversarial noi…

Differentiable Neural Architecture Search for Extremely Lightweight Image Super-Resolution

2021-05-09 · Han Huang, Li Shen, Chaoyang He, Weisheng Dong 외

Single Image Super-Resolution (SISR) tasks have achieved significant performance with deep neural networks. However, the large number of parameters in CNN-based met-hods for SISR tasks require heavy computations. Althoug…

GPUImage Super-ResolutionNeural Architecture SearchReinforcement Learning (RL)+2

LKFMixer: Exploring Large Kernel Feature For Efficient Image Super-Resolution

2025-08-15 · Yinggan Tang, Quanwei Hu arxiv

The success of self-attention (SA) in Transformer demonstrates the importance of non-local information to image super-resolution (SR), but the huge computing power required makes it difficult to implement lightweight mod…

Image Super-Resolution