paper-with-me

홈 › Papers

BSRA: Block-based Super Resolution Accelerator with Hardware Efficient Pixel Attention

2022-05-02 · Dun-Hao Yang, Tian-Sheuan Chang

Increasingly, convolution neural network (CNN) based super resolution models have been proposed for better reconstruction results, but their large model size and complicated structure inhibit their real-time hardware implementation. Current hardware designs are limited to a plain network and suffer from lower quality and high memory bandwidth requirements. This paper proposes a super resolution hardware accelerator with hardware efficient pixel attention that just needs 25.9K parameters and simple structure but achieves 0.38dB better reconstruction images than the widely used FSRCNN. The accelerator adopts full model block wise convolution for full model layer fusion to reduce external memory access to model input and output only. In addition, CNN and pixel attention are well supported by PE arrays with distributed weights. The final implementation can support full HD image reconstruction at 30 frames per second with TSMC 40nm CMOS process.

📄 PDF Abstract BibTeX arXiv:2205.00777

Code (0)

등록된 구현이 없습니다.

Tasks

Image ReconstructionSuper-Resolution

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

BSRAW: Improving Blind RAW Image Super-Resolution

2023-12-24 · Marcos V. Conde, Florin Vasluianu, Radu Timofte

In smartphones and compact cameras, the Image Signal Processor (ISP) transforms the RAW sensor image into a human-readable sRGB image. Most popular super-resolution methods depart from a sRGB image and upscale it further…

Image Super-ResolutionSuper-Resolution

ESSR: An 8K@30FPS Super-Resolution Accelerator With Edge Selective Network

2025-03-26 · Chih-Chia Hsu, Tian-Sheuan Chang

Deep learning-based super-resolution (SR) is challenging to implement in resource-constrained edge devices for resolutions beyond full HD due to its high computational complexity and memory bandwidth requirements. This p…

8kSuper-Resolution

eCNN: A Block-Based and Highly-Parallel CNN Accelerator for Edge Inference

2019-10-13 · Chao-Tsung Huang, Yu-Chun Ding, Huan-Ching Wang, Chi-Wen Weng 외

Convolutional neural networks (CNNs) have recently demonstrated superior quality for computational imaging applications. Therefore, they have great potential to revolutionize the image pipelines on cameras and displays. …

4kDenoisingObject RecognitionStyle Transfer+1

Hardware Accelerator for Multi-Head Attention and Position-Wise Feed-Forward in the Transformer

2020-09-18 · Siyuan Lu, Meiqi Wang, Shuang Liang, Jun Lin 외

Designing hardware accelerators for deep neural networks (DNNs) has been much desired. Nonetheless, most of these existing accelerators are built for either convolutional neural networks (CNNs) or recurrent neural networ…

GPUPosition

Collapsible Linear Blocks for Super-Efficient Super Resolution

2021-03-17 · Kartikeya Bhardwaj, Milos Milosavljevic, Liam O'Neil, Dibakar Gope 외

With the advent of smart devices that support 4K and 8K resolution, Single Image Super Resolution (SISR) has become an important computer vision problem. However, most super resolution deep networks are computationally v…

4k8kCPUGPU+2