中文
相关论文

相关论文: MCAP: Deployment-Time Layer Profiling for Memory-C…

200 篇论文

On-device deployments of large language models (LLMs) are rapidly proliferating across mobile and edge platforms. LLM inference comprises a compute-intensive prefill phase and a memory bandwidth-intensive decode phase, and the decode phase…

分布式、并行与集群计算 · 计算机科学 2026-03-11 Sunjung Lee , Sanghoon Cha , Hyeonsu Kim , Seungwoo Seo , Yuhwan Ro , Sukhan Lee , Byeongho Kim , Yongjun Park , Kyomin Sohn , Seungwon Lee , Jaehoon Yu

Accurate microscopic medical image segmentation plays a crucial role in diagnosing various cancerous cells and identifying tumors. Driven by advancements in deep learning, convolutional neural networks (CNNs) and transformer-based models…

计算机视觉与模式识别 · 计算机科学 2025-06-17 Daniya Najiha Abdul Kareem , Abdul Hannan , Mubashir Noman , Jean Lahoud , Mustansar Fiaz , Hisham Cholakkal

Self-attention scales quadratically with sequence length, limiting transformer-based speech models on edge devices. We introduce the Learnable Pulse Accumulator (LPA), an O(n) replacement that substitutes key-query dot products with learned…

音频与语音处理 · 电气工程与系统科学 2026-03-19 Yakov Pyotr Shkolnikov

This paper focuses on channel pruning for semantic segmentation networks. Previous methods to compress and accelerate deep neural networks in the classification task cannot be straightforwardly applied to the semantic segmentation network…

计算机视觉与模式识别 · 计算机科学 2022-08-30 Xinghao Chen , Yiman Zhang , Yunhe Wang

In this paper, we present a novel cache design based on Multi-Level Cell Spin-Transfer Torque RAM (MLC STTRAM) that can dynamically adapt the set capacity and associativity to use efficiently the full potential of MLC STTRAM. We exploit the…

硬件体系结构 · 计算机科学 2017-06-13 Amin Jadidi , Mohammad Arjomand , Mahmut T. Kandemir , Chita R. Das

Masked generative models (MGMs) have emerged as a powerful framework for image synthesis, combining parallel decoding with strong bidirectional context modeling. However, generating high-quality samples typically requires many iterative…

计算机视觉与模式识别 · 计算机科学 2025-05-27 Xuejie Liu , Anji Liu , Guy Van den Broeck , Yitao Liang

The number of categories of instances in the real world is normally huge, and each instance may contain multiple labels. To distinguish these massive labels utilizing machine learning, eXtreme Label Classification (XLC) has been…

计算机视觉与模式识别 · 计算机科学 2025-01-07 Daojun Liang , Haixia Zhang , Dongfeng Yuan , Minggao Zhang

This paper presents a novel end-to-end methodology for enabling the deployment of low-error deep networks on microcontrollers. To fit the memory and computational limitations of resource-constrained edge-devices, we exploit mixed…

机器学习 · 计算机科学 2019-05-31 Manuele Rusci , Alessandro Capotondi , Luca Benini

A significant amount of research literature is dedicated to interference mitigation in Wireless Mesh Networks (WMNs), with a special emphasis on designing channel allocation (CA) schemes which alleviate the impact of interference on WMN…

网络与互联网体系结构 · 计算机科学 2018-08-20 Srikant Manas Kala , Vanlin Sathya , M Pavan Kumar Reddy , Betty Lala , Bheemarjuna Reddy Tamma

As Large Language Models (LLMs) evolve from passive text generators to active reasoning agents capable of interacting with external tools, the Model Context Protocol (MCP) has emerged as a key standardized framework for dynamic tool…

人工智能 · 计算机科学 2025-10-14 Xuanqi Gao , Siyi Xie , Juan Zhai , Shiqing Ma , Chao Shen

The integration of advanced technologies into telecommunication networks complicates troubleshooting, posing challenges for manual error identification in Packet Capture (PCAP) data. This manual approach, requiring substantial resources,…

机器学习 · 计算机科学 2024-07-09 Lukasz Tulczyjew , Kinan Jarrah , Charles Abondo , Dina Bennett , Nathanael Weill

In multiple-input multiple-output (MIMO) orthogonal frequency division multiplexing (OFDM) systems, representing the whole channel only based on partial subchannels will significantly reduce the channel acquisition overhead. For such a…

信号处理 · 电气工程与系统科学 2024-01-09 Zirui Chen , Zhaoyang Zhang , Zhaohui Yang , Lei Liu

Quantization is a widely-used compression technology to reduce the overhead of serving large language models (LLMs) on terminal devices and in cloud data centers. However, prevalent quantization methods, such as 8-bit weight-activation or…

硬件体系结构 · 计算机科学 2024-10-17 Lian Liu , Haimeng Ren , Long Cheng , Zhaohui Xu , Yudong Pan , Mengdi Wang , Xiaowei Li , Yinhe Han , Ying Wang

Channel decoding, channel detection, channel assessment, and resource management for wireless multiple-input multiple-output (MIMO) systems are all examples of problems where machine learning (ML) can be successfully applied. In this paper,…

信号处理 · 电气工程与系统科学 2021-12-30 Evgeny Bobrov , Sergey Troshin , Nadezhda Chirkova , Ekaterina Lobacheva , Sviatoslav Panchenko , Dmitry Vetrov , Dmitry Kropotov

In the era of large language models (LLMs), weight-activation quantization helps fit models on edge device by reducing memory and compute bit-widths. However, three challenges persist for energy constrained hardware: (1) even after…

机器学习 · 计算机科学 2025-10-23 Chenyu Wang , Zhanglu Yan , Zhi Zhou , Xu Chen , Weng-Fai Wong

Structured pruning fundamentally reduces computational and memory overheads of large language models (LLMs) and offers a feasible solution for end-side LLM deployment. Structurally pruned models remain dense and high-precision, highly…

计算与语言 · 计算机科学 2024-07-09 Bowen Shen , Zheng Lin , Daren Zha , Wei Liu , Jian Luan , Bin Wang , Weiping Wang

The class activation mapping, or CAM, has been the cornerstone of feature attribution methods for multiple vision tasks. Its simplicity and effectiveness have led to wide applications in the explanation of visual predictions and…

计算机视觉与模式识别 · 计算机科学 2021-08-13 Jae Myung Kim , Junsuk Choe , Zeynep Akata , Seong Joon Oh

In the complex domain of large language models (LLMs), striking a balance between computational efficiency and maintaining model quality is a formidable challenge. Navigating the inherent limitations of uniform quantization, particularly…

机器学习 · 计算机科学 2023-07-24 Xiaoxia Wu , Zhewei Yao , Yuxiong He

Large Language Models (LLMs) have achieved unprecedented success across various applications, but their substantial memory requirements pose significant challenges to current memory system designs, especially during inference. Our work…

硬件体系结构 · 计算机科学 2025-12-02 Zhongchun Zhou , Chengtao Lai , Wei Zhang

Deep neural network (DNN) latency characterization is a time-consuming process and adds significant cost to Neural Architecture Search (NAS) processes when searching for efficient convolutional neural networks for embedded vision…

机器学习 · 计算机科学 2022-05-26 Saad Abbasi , Alexander Wong , Mohammad Javad Shafiee