中文
相关论文

相关论文: Exploring Hardware Friendly Bottleneck Architectur…

200 篇论文

Tiny deep learning on microcontroller units (MCUs) is challenging due to the limited memory size. We find that the memory bottleneck is due to the imbalanced memory distribution in convolutional neural network (CNN) designs: the first…

计算机视觉与模式识别 · 计算机科学 2024-04-04 Ji Lin , Wei-Ming Chen , Han Cai , Chuang Gan , Song Han

Designing light-weight CNN models with little parameters and Flops is a prominent research concern. However, three significant issues persist in the current light-weight CNNs: i) the lack of architectural consistency leads to redundancy and…

计算机视觉与模式识别 · 计算机科学 2023-06-13 Zhicheng Cai , Qiu Shen

Non-Local (NL) blocks have been widely studied in various vision tasks. However, it has been rarely explored to embed the NL blocks in mobile neural networks, mainly due to the following challenges: 1) NL blocks generally have heavy…

计算机视觉与模式识别 · 计算机科学 2020-04-07 Yingwei Li , Xiaojie Jin , Jieru Mei , Xiaochen Lian , Linjie Yang , Cihang Xie , Qihang Yu , Yuyin Zhou , Song Bai , Alan Yuille

Efficient neural network backbones for mobile devices are often optimized for metrics such as FLOPs or parameter count. However, these metrics may not correlate well with latency of the network when deployed on a mobile device. Therefore,…

计算机视觉与模式识别 · 计算机科学 2023-03-30 Pavan Kumar Anasosalu Vasu , James Gabriel , Jeff Zhu , Oncel Tuzel , Anurag Ranjan

Deep learning-based super-resolution (SR) techniques have generally achieved excellent performance in the computer vision field. Recently, it has been proven that three-dimensional (3D) SR for medical volumetric data delivers better visual…

图像与视频处理 · 电气工程与系统科学 2021-05-19 Yinhao Li , Yutaro Iwamoto , Lanfen Lin , Rui Xu , Yen-Wei Chen

The rapid growth of microcontroller-based IoT devices has opened up numerous applications, from smart manufacturing to personalized healthcare. Despite the widespread adoption of energy-efficient microcontroller units (MCUs) in the Tiny…

机器学习 · 计算机科学 2024-09-26 Giorgos Armeniakos , Georgios Mentzos , Dimitrios Soudris

Due to the scarcity and specific imaging characteristics in medical images, light-weighting Vision Transformers (ViTs) for efficient medical image segmentation is a significant challenge, and current studies have not yet paid attention to…

图像与视频处理 · 电气工程与系统科学 2023-12-05 Fenghe Tang , Bingkun Nian , Jianrui Ding , Quan Quan , Jie Yang , Wei Liu , S. Kevin Zhou

As a remarkable compact model, ShuffleNetV2 offers a good example to design efficient ConvNets but its limit is rarely noticed. In this paper, we rethink the design pattern of ShuffleNetV2 and find that the channel-wise redundancy problem…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Longqing Ye

Convolutional neural networks (CNN) have been widely used for boosting the performance of many machine intelligence tasks. However, the CNN models are usually computationally intensive and energy consuming, since they are often designed…

机器学习 · 计算机科学 2021-02-04 Yunhe Wang , Mingqiang Huang , Kai Han , Hanting Chen , Wei Zhang , Chunjing Xu , Dacheng Tao

The deployment of AI models on low-power, real-time edge devices requires accelerators for which energy, latency, and area are all first-order concerns. There are many approaches to enabling deep neural networks (DNNs) in this domain,…

CPU-based inference can be an alternative to off-chip accelerators, and vector architectures are a promising option due to their efficiency. However, the large design space of convolutional algorithms and hardware implementations makes it…

分布式、并行与集群计算 · 计算机科学 2022-12-23 Sonia Rani Gupta , Nikela Papadopoulou , Miquel Pericas

Convolutional neural network (CNN) accelerators are being widely used for their efficiency, but they require a large amount of memory, leading to the use of a slow and power consuming external memory. This paper exploits two schemes to…

硬件体系结构 · 计算机科学 2022-12-23 Hyeong-Ju Kang

With the success of Vision Transformers (ViTs) in computer vision tasks, recent arts try to optimize the performance and complexity of ViTs to enable efficient deployment on mobile devices. Multiple approaches are proposed to accelerate…

计算机视觉与模式识别 · 计算机科学 2023-09-06 Yanyu Li , Ju Hu , Yang Wen , Georgios Evangelidis , Kamyar Salahi , Yanzhi Wang , Sergey Tulyakov , Jian Ren

Convolutional neural networks (CNNs) have shown remarkable performance in various computer vision tasks in recent years. However, the increasing model size has raised challenges in adopting them in real-time applications as well as mobile…

计算机视觉与模式识别 · 计算机科学 2018-11-20 Van-Thanh Hoang , Kang-Hyun Jo

This paper proposed LightSleepNet - a light-weight, 1-d Convolutional Neural Network (CNN) based personalized architecture for real-time sleep staging, which can be implemented on various mobile platforms with limited hardware resources.…

信号处理 · 电气工程与系统科学 2024-01-25 Yiqiao Liao , Chao Zhang , Milin Zhang , Zhihua Wang , Xiang Xie

With the improvements in the object detection networks, several variations of object detection networks have been achieved impressive performance. However, the performance evaluation of most models has focused on detection accuracy, and…

计算机视觉与模式识别 · 计算机科学 2020-11-30 Min-Kook Choi , Heechul Jung

We propose a generalized convolutional neural network (CNN) architecture that first decomposes the input signal into subbands by an adaptive filter bank structure, and then uses convolutional layers to extract features from each subband…

图像与视频处理 · 电气工程与系统科学 2023-06-30 Pavel Sinha , Ioannis Psaromiligkos , Zeljko Zilic

Quantizing a Deep Neural Network (DNN) model to be used on a custom accelerator with efficient fixed-point hardware implementations, requires satisfying many stringent hardware-friendly quantization constraints to train the model. We…

机器学习 · 计算机科学 2022-10-10 Sungmin Bae , Piotr Zielinski , Satrajit Chatterjee

Deploying deep learning models on embedded devices for tasks such as aerial disaster monitoring and infrastructure inspection requires architectures that balance accuracy with strict constraints on model size, memory, and latency. This…

计算机视觉与模式识别 · 计算机科学 2026-03-23 Md Meftahul Ferdaus , Elias Ioup , Mahdi Abdelguerfi , Anton Netchaev , Steven Sloan , Ken Pathak , Kendall N. Niles

This work presents a novel reconfigurable architecture for Low Latency Graph Neural Network (LL-GNN) designs for particle detectors, delivering unprecedented low latency performance. Incorporating FPGA-based GNNs into particle detectors…

硬件体系结构 · 计算机科学 2024-01-19 Zhiqiang Que , Hongxiang Fan , Marcus Loo , He Li , Michaela Blott , Maurizio Pierini , Alexander Tapper , Wayne Luk