中文
相关论文

相关论文: DeepCAM: A Fully CAM-based Inference Accelerator w…

200 篇论文

In recent years, the CNNs have achieved great successes in the image processing tasks, e.g., image recognition and object detection. Unfortunately, traditional CNN's classification is found to be easily misled by increasingly complex image…

分布式、并行与集群计算 · 计算机科学 2019-11-12 Xingyao Zhang , Shuaiwen Leon Song , Chenhao Xie , Jing Wang , Weigong Zhang , Xin Fu

The increasing complexity of deep neural networks (DNNs) poses significant challenges for edge inference deployment due to resource and power constraints of edge devices. Recent works on unary-based matrix multiplication hardware aim to…

硬件体系结构 · 计算机科学 2024-12-30 Prabhu Vellaisamy , Harideep Nair , Thomas Kang , Yichen Ni , Haoyang Fan , Bin Qi , Jeff Chen , Shawn Blanton , John Paul Shen

Data series classification is an important and challenging problem in data science. Explaining the classification decisions by finding the discriminant parts of the input that led the algorithm to some decisions is a real need in many…

机器学习 · 计算机科学 2022-07-26 Paul Boniol , Mohammed Meftah , Emmanuel Remy , Themis Palpanas

Concepts such as objects, patterns, and shapes are how humans understand the world. Building on this intuition, concept-based explainability methods aim to study representations learned by deep neural networks in relation to…

机器学习 · 计算机科学 2025-05-26 Laines Schmalwasser , Niklas Penzel , Joachim Denzler , Julia Niebling

Motivated by the proliferation of Internet-of-Thing (IoT) devices and the rapid advances in the field of deep learning, there is a growing interest in pushing deep learning computations, conventionally handled by the cloud, to the edge of…

机器学习 · 计算机科学 2024-09-25 Marco Palena , Tania Cerquitelli , Carla Fabiana Chiasserini

Deep neural networks (DNNs) have been widely employed in recommender systems including incorporating attention mechanism for performance improvement. However, most of existing attention-based models only apply item-level attention on user…

信息检索 · 计算机科学 2020-06-20 Deqing Yang , Zengcun Song , Lvxin Xue , Yanghua Xiao

Calcium imaging is a technique for observing neuron activity as a series of images showing indicator fluorescence over time. Manually segmenting neurons is time-consuming, leading to research on automated calcium imaging segmentation…

计算机视觉与模式识别 · 计算机科学 2017-07-21 Aleksander Klibisz , Derek Rose , Matthew Eicholtz , Jay Blundon , Stanislav Zakharenko

The computation and memory costs of large language models kept increasing over last decade, which reached over the scale of 1T parameters. To address the challenges from the large scale models, model compression techniques such as low-rank…

硬件体系结构 · 计算机科学 2025-10-16 Faraz Tahmasebi , Michael Pelluer , Hyoukjun Kwon

Processing-in-memory (PIM) architectures have demonstrated great potential in accelerating numerous deep learning tasks. Particularly, resistive random-access memory (RRAM) devices provide a promising hardware substrate to build PIM…

硬件体系结构 · 计算机科学 2022-02-01 Weidong Cao , Yilong Zhao , Adith Boloor , Yinhe Han , Xuan Zhang , Li Jiang

In many learning situations, resources at inference time are significantly more constrained than resources at training time. This paper studies a general paradigm, called Differentiable ARchitecture Compression (DARC), that combines model…

机器学习 · 计算机科学 2019-05-21 Shashank Singh , Ashish Khetan , Zohar Karnin

The convolutional neural network (CNN) has become a powerful tool for various biomedical image analysis tasks, but there is a lack of visual explanation for the machinery of CNNs. In this paper, we present a novel algorithm,…

计算机视觉与模式识别 · 计算机科学 2018-06-08 Guannan Zhao , Bo Zhou , Kaiwen Wang , Rui Jiang , Min Xu

Recently, crossbar array based in-memory accelerators have been gaining interest due to their high throughput and energy efficiency. While software and compiler support for the in-memory accelerators has also been introduced, they are…

硬件体系结构 · 计算机科学 2025-01-14 Jihoon Park , Jeongin Choe , Dohyun Kim , Jae-Joon Kim

Convolutional Neural Networks (CNNs) have begun to permeate all corners of electronic society (from voice recognition to scene generation) due to their high accuracy and machine efficiency per operation. At their core, CNN computations are…

神经与进化计算 · 计算机科学 2018-04-19 Kartik Hegde , Jiyong Yu , Rohit Agrawal , Mengjia Yan , Michael Pellauer , Christopher W. Fletcher

For time-critical IoT applications using deep learning, inference acceleration through distributed computing is a promising approach to meet a stringent deadline. In this paper, we implement a working prototype of a new distributed…

计算机视觉与模式识别 · 计算机科学 2022-11-29 Zhongtian Dong , Nan Li , Alexandros Iosifidis , Qi Zhang

In this paper, we focus on Dynamic Execution techniques that optimize the computation flow based on input. This aims to identify simpler problems that can be solved using fewer resources, similar to human cognition. The techniques discussed…

机器学习 · 计算机科学 2024-11-05 Haim Barad , Jascha Achterberg , Tien Pei Chou , Jean Yu

Quantization of weights and activations in Deep Neural Networks (DNNs) is a powerful technique for network compression, and has enjoyed significant attention and success. However, much of the inference-time benefit of quantization is…

性能 · 计算机科学 2019-12-13 Andrew Anderson , David Gregg

Deep neural network (DNN) video analytics is crucial for autonomous systems such as self-driving vehicles, unmanned aerial vehicles (UAVs), and security robots. However, real-world deployment faces challenges due to their limited…

硬件体系结构 · 计算机科学 2024-08-16 Yoonsung Kim , Changhun Oh , Jinwoo Hwang , Wonung Kim , Seongryong Oh , Yubin Lee , Hardik Sharma , Amir Yazdanbakhsh , Jongse Park

Visualizing the features captured by Convolutional Neural Networks (CNNs) is one of the conventional approaches to interpret the predictions made by these models in numerous image recognition applications. Grad-CAM is a popular solution…

计算机视觉与模式识别 · 计算机科学 2021-02-17 Sam Sattarzadeh , Mahesh Sudhakar , Konstantinos N. Plataniotis , Jongseong Jang , Yeonjeong Jeong , Hyunwoo Kim

Deep neural networks have evolved remarkably over the past few years and they are currently the fundamental tools of many intelligent systems. At the same time, the computational complexity and resource consumption of these networks also…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Jian Cheng , Peisong Wang , Gang Li , Qinghao Hu , Hanqing Lu

Explanation methods facilitate the development of models that learn meaningful concepts and avoid exploiting spurious correlations. We illustrate a previously unrecognized limitation of the popular neural network explanation method…

图像与视频处理 · 电气工程与系统科学 2021-11-23 Rachel Lea Draelos , Lawrence Carin