paper-with-me

홈 › Papers

AdderSR: Towards Energy Efficient Image Super-Resolution

2020-09-18 · CVPR 2021 1 · Dehua Song, Yunhe Wang, Hanting Chen, Chang Xu, Chunjing Xu, DaCheng Tao

This paper studies the single image super-resolution problem using adder neural networks (AdderNet). Compared with convolutional neural networks, AdderNet utilizing additions to calculate the output features thus avoid massive energy consumptions of conventional multiplications. However, it is very hard to directly inherit the existing success of AdderNet on large-scale image classification to the image super-resolution task due to the different calculation paradigm. Specifically, the adder operation cannot easily learn the identity mapping, which is essential for image processing tasks. In addition, the functionality of high-pass filters cannot be ensured by AdderNet. To this end, we thoroughly analyze the relationship between an adder operation and the identity mapping and insert shortcuts to enhance the performance of SR models using adder networks. Then, we develop a learnable power activation for adjusting the feature distribution and refining details. Experiments conducted on several benchmark models and datasets demonstrate that, our image super-resolution models using AdderNet can achieve comparable performance and visual quality to that of their CNN baselines with an about 2$\times$ reduction on the energy consumption.

📄 PDF Abstract BibTeX arXiv:2009.08891

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Single Image Super-resolution using Deformable Patches

2014-06-01 · CVPR 2014 6 · Yu Zhu, Yanning Zhang, Alan L. Yuille

We proposed a deformable patches based method for single image super-resolution. By the concept of deformation, a patch is not regarded as a fixed vector but a flexible deformation flow. Via deformable patches, the dicti…

Image Super-ResolutionPatch MatchingSuper-Resolution

Deep Depth Super-Resolution : Learning Depth Super-Resolution using Deep Convolutional Neural Network

2016-07-07 · Xibin Song, Yuchao Dai, Xueying Qin

Depth image super-resolution is an extremely challenging task due to the information loss in sub-sampling. Deep convolutional neural network have been widely applied to color image super-resolution. Quite surprisingly, t…

Image Super-ResolutionSuper-Resolution

RectifiedHR: Enable Efficient High-Resolution Image Generation via Energy Rectification

2025-03-04 · Zhen Yang, Guibao Shen, Liang Hou, Mushui Liu 외

Diffusion models have achieved remarkable advances in various image generation tasks. However, their performance notably declines when generating images at resolutions higher than those used during the training period. D…

Image Generation

Simultaneous Super-Resolution of Depth and Images Using a Single Camera

2013-06-01 · CVPR 2013 6 · Hee Seok Lee, Kuoung Mu Lee

In this paper, we propose a convex optimization framework for simultaneous estimation of super-resolved depth map and images from a single moving camera. The pixel measurement error in 3D reconstruction is directly relat…

3D ReconstructionCamera Pose EstimationImage Super-ResolutionPose Estimation+1

RectifiedHR: High-Resolution Diffusion via Energy Profiling and Adaptive Guidance Scheduling

2025-07-13 · Ankit Sanjyal arxiv

High-resolution image synthesis with diffusion models often suffers from energy instabilities and guidance artifacts that degrade visual quality. We analyze the latent energy landscape during sampling and propose adaptiv…