paper-with-me

Papers

Fast Nearest Convolution for Real-Time Efficient Image Super-Resolution

2022-08-24 · Ziwei Luo, Youwei Li, Lei Yu, Qi Wu, Zhihong Wen, Haoqiang Fan, Shuaicheng Liu

Deep learning-based single image super-resolution (SISR) approaches have drawn much attention and achieved remarkable success on modern advanced GPUs. However, most state-of-the-art methods require a huge number of parameters, memories, and computational resources, which usually show inferior inference times when applying them to current mobile device CPUs/NPUs. In this paper, we propose a simple plain convolution network with a fast nearest convolution module (NCNet), which is NPU-friendly and can perform a reliable super-resolution in real-time. The proposed nearest convolution has the same performance as the nearest upsampling but is much faster and more suitable for Android NNAPI. Our model can be easily deployed on mobile devices with 8-bit quantization and is fully compatible with all major mobile AI accelerators. Moreover, we conduct comprehensive experiments on different tensor operations on a mobile device to illustrate the efficiency of our network architecture. Our NCNet is trained and validated on the DIV2K 3x dataset, and the comparison with other efficient SR methods demonstrated that the NCNet can achieve high fidelity SR results while using fewer inference times. Our codes and pretrained models are publicly available at \url{https://github.com/Algolzw/NCNet}.

📄 PDF Abstract BibTeX arXiv:2208.11609

Code (2)

algolzw/ncnet 공식 구현 tf
dslisleedh/NCNet-flax jax

Tasks

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

FMD-cGAN: Fast Motion Deblurring using Conditional Generative Adversarial Networks

2021-11-30 · Jatin Kumar, Indra Deep Mastan, Shanmuganathan Raman

In this paper, we present a Fast Motion Deblurring-Conditional Generative Adversarial Network (FMD-cGAN) that helps in blind motion deblurring of a single image. FMD-cGAN delivers impressive structural similarity and vis…

DeblurringGenerative Adversarial NetworkImage Deblurring

DistillPose: Lightweight Camera Localization Using Auxiliary Learning

2021-08-09 · Yehya Abouelnaga, Mai Bui, Slobodan Ilic

We propose a lightweight retrieval-based pipeline to predict 6DOF camera poses from RGB images. Our pipeline uses a convolutional neural network (CNN) to encode a query image as a feature vector. A nearest neighbor looku…

Auxiliary LearningCamera LocalizationInformation RetrievalPose Prediction+1

Fast Nearest Neighbor Machine Translation

2021-05-30 · Findings (ACL) 2022 5 · Yuxian Meng, Xiaoya Li, Xiayu Zheng, Fei Wu 외

Though nearest neighbor Machine Translation ($k$NN-MT) \citep{khandelwal2020nearest} has proved to introduce significant performance boosts over standard neural MT systems, it is prohibitively slow since it uses the enti…

Machine TranslationNMTSentenceTranslation

An Intelligent Pixel Replication Technique by Binary Decomposition for Digital Image Zooming

2014-05-13 · Kaeser M Sabrin, M Haider Ali

Image zooming is the process of enlarging the spatial resolution of a given digital image. We present a novel technique that intelligently modifies the classical pixel replication method for zooming. Our method decompose…

Learning to Remember Rare Events

2017-03-09 · Łukasz Kaiser, Ofir Nachum, Aurko Roy, Samy Bengio

Despite recent advances, memory-augmented deep neural networks are still limited when it comes to life-long and one-shot learning, especially in remembering rare events. We present a large-scale life-long memory module f…

Few-Shot Image Classificationimage-classificationImage ClassificationMachine Translation+1