paper-with-me

Papers

An Energy-Efficient Edge Computing Paradigm for Convolution-based Image Upsampling

2021-07-15 · Ian Colbert, Ken Kreutz-Delgado, Srinjoy Das

A novel energy-efficient edge computing paradigm is proposed for real-time deep learning-based image upsampling applications. State-of-the-art deep learning solutions for image upsampling are currently trained using either resize or sub-pixel convolution to learn kernels that generate high fidelity images with minimal artifacts. However, performing inference with these learned convolution kernels requires memory-intensive feature map transformations that dominate time and energy costs in real-time applications. To alleviate this pressure on memory bandwidth, we confine the use of resize or sub-pixel convolution to training in the cloud by transforming learned convolution kernels to deconvolution kernels before deploying them for inference as a functionally equivalent deconvolution. These kernel transformations, intended as a one-time cost when shifting from training to inference, enable a systems designer to use each algorithm in their optimal context by preserving the image fidelity learned when training in the cloud while minimizing data transfer penalties during inference at the edge. We also explore existing variants of deconvolution inference algorithms and introduce a novel variant for consideration. We analyze and compare the inference properties of convolution-based upsampling algorithms using a quantitative model of incurred time and energy costs and show that using deconvolution for inference at the edge improves both system latency and energy efficiency when compared to their sub-pixel or resize convolution counterparts.

📄 PDF Abstract BibTeX arXiv:2107.07647

Code (1)

icolbert/upsampling 공식 구현 pytorch

Tasks

Edge-computing

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

Spike-based Neuromorphic Computing for Next-Generation Computer Vision

2023-10-15 · Md Sakib Hasan, Catherine D. Schuman, Zhongyang Zhang, Tauhidur Rahman 외

Neuromorphic Computing promises orders of magnitude improvement in energy efficiency compared to traditional von Neumann computing paradigm. The goal is to develop an adaptive, fault-tolerant, low-footprint, fast, low-en…

ApproXAI: Energy-Efficient Hardware Acceleration of Explainable AI using Approximate Computing

2025-04-24 · Ayesha Siddique, Khurram Khalil, Khaza Anuarul Hoque

Explainable artificial intelligence (XAI) enhances AI system transparency by framing interpretability as an optimization problem. However, this approach often necessitates numerous iterations of computationally intensive…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Memory System Designed for Multiply-Accumulate (MAC) Engine Based on Stochastic Computing

2019-04-23

Convolutional neural network (CNN) achieves excellent performance on fascinating tasks such as image recognition and natural language processing at the cost of high power consumption. Stochastic computing (SC) is an attr…

Analog RF Computing: A New Paradigm for Energy-Efficient Edge AI Over MU-MIMO Systems

2026-05-14 · Wentao Yu, Vincent W. S. Wong arxiv

Modern edge devices increasingly rely on neural networks for intelligent applications. However, conventional digital computing-based edge inference requires substantial memory and energy consumption. In analog radio freq…

Neuromorphic Computing for Content-based Image Retrieval

2020-08-04 · Te-Yuan Liu, Ata Mahjoubfar, Daniel Prusinski, Luis Stevens

Neuromorphic computing mimics the neural activity of the brain through emulating spiking neural networks. In numerous machine learning tasks, neuromorphic chips are expected to provide superior solutions in terms of cost…

BIG-bench Machine LearningContent-Based Image RetrievalCPUGPU+3