中文
相关论文

相关论文: Shift-based Primitives for Efficient Convolutional…

200 篇论文

Analyzing spatio-temporal data like video is a challenging task that requires processing visual and temporal information effectively. Convolutional Neural Networks have shown promise as baseline fixed feature extractors through transfer…

计算机视觉与模式识别 · 计算机科学 2017-11-06 Dillon Graham , Seyed Hamed Fatemi Langroudi , Christopher Kanan , Dhireesha Kudithipudi

The convolution computation is widely used in many fields, especially in CNNs. Because of the rapid growth of the training data in CNNs, GPUs have been used for the acceleration, and memory-efficient algorithms are focused because of thier…

分布式、并行与集群计算 · 计算机科学 2022-12-02 Qiong Chang , Masaki Onishi , Tsutomu Maruyama

The high demand for computational and storage resources severely impede the deployment of deep convolutional neural networks (CNNs) in limited-resource devices. Recent CNN architectures have proposed reduced complexity versions (e.g.…

计算机视觉与模式识别 · 计算机科学 2019-10-17 Souvik Kundu , Saurav Prakash , Haleh Akrami , Peter A. Beerel , Keith M. Chugg

Running Convolutional Neural Network (CNN) based applications on edge devices near the source of data can meet the latency and privacy challenges. However due to their reduced computing resources and their energy constraints, these edge…

计算机视觉与模式识别 · 计算机科学 2020-10-23 Halima Bouzidi , Hamza Ouarnoughi , Smail Niar , Abdessamad Ait El Cadi

Convolutional Neural Networks (CNN) are becoming a common presence in many applications and services, due to their superior recognition accuracy. They are increasingly being used on mobile devices, many times just by porting large models…

Spiking Neural Networks (SNNs) are increasingly studied as energy-efficient alternatives to Convolutional Neural Networks (CNNs), particularly for edge intelligence. However, prior work has largely emphasized large-scale models, leaving the…

计算机视觉与模式识别 · 计算机科学 2026-02-11 Radib Bin Kabir , Tawsif Tashwar Dipto , Mehedi Ahamed , Sabbir Ahmed , Md Hasanul Kabir

Convolutional neural networks (CNNs) have constantly achieved better performance over years by introducing more complex topology, and enlarging the capacity towards deeper and wider CNNs. This makes the manual design of CNNs extremely…

计算机视觉与模式识别 · 计算机科学 2022-12-09 Bin Wang , Bing Xue , Mengjie Zhang

The Transformer architecture has gained significant popularity in computer vision tasks due to its capacity to generalize and capture long-range dependencies. This characteristic makes it well-suited for generating spatiotemporal tokens…

计算机视觉与模式识别 · 计算机科学 2023-10-24 Rachid Reda Dokkar , Faten Chaieb , Hassen Drira , Arezki Aberkane

Vision Transformers (ViTs) have shown impressive performance and have become a unified backbone for multiple vision tasks. However, both the attention mechanism and multi-layer perceptrons (MLPs) in ViTs are not sufficiently efficient due…

机器学习 · 计算机科学 2024-07-26 Haoran You , Huihong Shi , Yipin Guo , Yingyan Celine Lin

With the development of Internet of Things (IoT), data is increasingly appearing on the edge of the network. Processing tasks on the edge of the network can effectively solve the problems of personal privacy leaks and server overload. As a…

计算机视觉与模式识别 · 计算机科学 2019-10-01 Shunzhi Yang , Zheng Gong , Kai Ye , Yungen Wei , Zheng Huang , Zhenhua Huang

This paper is aimed at developing a method that reduces the computational cost of convolutional neural networks (CNN) during inference. Conventionally, the input data pass through a fixed neural network architecture. However, easy examples…

计算机视觉与模式识别 · 计算机科学 2024-09-10 Edanur Demir , Emre Akbas

This paper presents PreVIous, a methodology to predict the performance of convolutional neural networks (CNNs) in terms of throughput and energy consumption on vision-enabled devices for the Internet of Things. CNNs typically constitute a…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Delia Velasco-Montero , Jorge Fernández-Berni , Ricardo Carmona-Galán , Ángel Rodríguez-Vázquez

Spiking neural networks (SNNs) communicate via discrete spikes in time rather than continuous activations. Their event-driven nature offers advantages for temporal processing and energy efficiency on resource-constrained hardware, but…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Karol C. Jurzec , Tomasz Szydlo , Maciej Wielgosz

Convolutional Neural Networks (CNNs) have shown outstanding accuracy for many vision tasks during recent years. When deploying CNNs on portable devices and embedded systems, however, the large number of parameters and computations result in…

信号处理 · 电气工程与系统科学 2020-02-19 Mehdi Ahmadi , Shervin Vakili , J. M. Pierre Langlois

Recently, convolutional neural networks with 3D kernels (3D CNNs) have been very popular in computer vision community as a result of their superior ability of extracting spatio-temporal features within video frames compared to 2D CNNs.…

计算机视觉与模式识别 · 计算机科学 2021-10-19 Okan Köpüklü , Neslihan Kose , Ahmet Gunduz , Gerhard Rigoll

Light-weight convolutional neural networks (CNNs) are specially designed for applications on mobile devices with faster inference speed. The convolutional operation can only capture local information in a window region, which prevents…

计算机视觉与模式识别 · 计算机科学 2022-11-24 Yehui Tang , Kai Han , Jianyuan Guo , Chang Xu , Chao Xu , Yunhe Wang

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…

计算机视觉与模式识别 · 计算机科学 2024-03-13 Gang Wu , Junjun Jiang , Kui Jiang , Xianming Liu

Accelerating the deep learning inference is very important for real-time applications. In this paper, we propose a novel method to fuse the layers of convolutional neural networks (CNNs) on Graphics Processing Units (GPUs), which applies…

分布式、并行与集群计算 · 计算机科学 2020-07-30 Xueying Wang , Guangli Li , Xiao Dong , Jiansong Li , Lei Liu , Xiaobing Feng

Deep learning with 3D data has progressed significantly since the introduction of convolutional neural networks that can handle point order ambiguity in point cloud data. While being able to achieve good accuracies in various scene…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Zhiyuan Zhang , Binh-Son Hua , Sai-Kit Yeung

We propose a new formulation for pruning convolutional kernels in neural networks to enable efficient inference. We interleave greedy criteria-based pruning with fine-tuning by backpropagation - a computationally efficient procedure that…

机器学习 · 计算机科学 2017-06-12 Pavlo Molchanov , Stephen Tyree , Tero Karras , Timo Aila , Jan Kautz