中文
相关论文

相关论文: Compressing LSTM Networks by Matrix Product Operat…

200 篇论文

Predictive Process Monitoring (PPM) aims to forecast the future behavior of ongoing process instances using historical event data, enabling proactive decision-making. While recent advances rely heavily on deep learning models such as LSTMs…

机器学习 · 计算机科学 2025-09-23 Amaan Ansari , Lukas Kirchdorfer , Raheleh Hadian

Real-world applications are now processing big-data sets, often bottlenecked by the data movement between the compute units and the main memory. Near-memory computing (NMC), a modern data-centric computational paradigm, can alleviate these…

硬件体系结构 · 计算机科学 2021-06-30 Stefano Corda , Madhurya Kumaraswamy , Ahsan Javed Awan , Roel Jordans , Akash Kumar , Henk Corporaal

Large language models (LLMs) show excellent performance in difficult tasks, but they often require massive memories and computational resources. How to reduce the parameter scale of LLMs has become research hotspots. In this study, we make…

机器学习 · 计算机科学 2024-04-16 Guangyan Li , Yongqiang Tang , Wensheng Zhang

Determining the ideal architecture for deep learning models, such as the number of layers and neurons, is a difficult and resource-intensive process that frequently relies on human tuning or computationally costly optimization approaches.…

This paper investigates compact large language model (LLM) deployment and world-model-assisted inference offloading in mobile edge computing (MEC) networks. We first propose an edge compact LLM deployment (ECLD) framework that jointly…

网络与互联网体系结构 · 计算机科学 2026-02-17 Ruichen Zhang , Xiaofeng Luo , Jiayi He , Dusit Niyato , Jiawen Kang , Zehui Xiong , Yonghui Li

The recent paradigm shift to large-scale foundation models has brought about a new era for deep learning that, while has found great success in practice, has also been plagued by prohibitively expensive costs in terms of high memory…

机器学习 · 计算机科学 2025-05-21 Stephen Zhang , Vardan Papyan

In this brief paper, we investigate online training of Long Short Term Memory (LSTM) architectures in a distributed network of nodes, where each node employs an LSTM based structure for online regression. In particular, each node…

信号处理 · 电气工程与系统科学 2020-02-25 Tolga Ergen , Suleyman Serdar Kozat

To overcome the overparameterized problem in Pre-trained Language Models (PLMs), pruning is widely used as a simple and straightforward compression method by directly removing unimportant weights. Previous first-order methods successfully…

计算与语言 · 计算机科学 2023-05-18 Ting Jiang , Deqing Wang , Fuzhen Zhuang , Ruobing Xie , Feng Xia

In recent years, the fields of natural language processing (NLP) and information retrieval (IR) have made tremendous progress thanksto deep learning models like Recurrent Neural Networks (RNNs), Gated Recurrent Units (GRUs) and Long…

计算与语言 · 计算机科学 2021-06-15 Manish Gupta , Puneet Agrawal

Large Language Models (LLMs) often memorize sensitive, private, or copyrighted data during pre-training. LLM unlearning aims to eliminate the influence of undesirable data from the pre-trained model while preserving the model's utilities on…

机器学习 · 计算机科学 2024-10-14 Ruiqi Zhang , Licong Lin , Yu Bai , Song Mei

N:M structured pruning is essential for large language models (LLMs) because it can remove less important network weights and reduce the memory and computation requirements. Existing pruning methods mainly focus on designing metrics to…

计算与语言 · 计算机科学 2025-03-17 Chi Xu , Gefei Zhang , Yantong Zhu , Luca Benini , Guosheng Hu , Yawei Li , Zhihong Zhang

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

State-of-the-art language models are becoming increasingly large in an effort to achieve the highest performance on large corpora of available textual data. However, the sheer size of the Transformer architectures makes it difficult to…

机器学习 · 计算机科学 2024-03-22 Tycho F. A. van der Ouderaa , Markus Nagel , Mart van Baalen , Yuki M. Asano , Tijmen Blankevoort

We study deep state-space models (Deep SSMs) that contain linear quadratic-output (LQO) systems as internal blocks and present a compression method with a provable output error guarantee. We first derive an upper bound on the output error…

系统与控制 · 电气工程与系统科学 2026-05-27 Hiroki Sakamoto , Kazuhiro Sato

Deep learning drives a new wave in computing systems and triggers the automation of increasingly complex problems. In particular, Large Language Models (LLMs) have significantly advanced cognitive tasks, often matching or even surpassing…

The emergence of Mixture of Experts (MoE) LLMs has significantly advanced the development of language models. Compared to traditional LLMs, MoE LLMs outperform traditional LLMs by achieving higher performance with considerably fewer…

机器学习 · 计算机科学 2024-11-05 Cheng Yang , Yang Sui , Jinqi Xiao , Lingyi Huang , Yu Gong , Yuanlin Duan , Wenqi Jia , Miao Yin , Yu Cheng , Bo Yuan

The reasoning abilities of Large Language Models (LLMs) can be improved by structurally denoising their weights, yet existing techniques primarily focus on denoising the feed-forward network (FFN) of the transformer block, and can not…

计算与语言 · 计算机科学 2025-05-16 Yuxuan Gu , Wuyang Zhou , Giorgos Iacovides , Danilo Mandic

Long Short-Term Memory (LSTM) is the primary recurrent neural networks architecture for acoustic modeling in automatic speech recognition systems. Residual learning is an efficient method to help neural networks converge easier and faster.…

计算与语言 · 计算机科学 2017-08-21 Lu Huang , Jiasong Sun , Ji Xu , Yi Yang

Long Short-Term Memory (LSTM) and Transformers are two popular neural architectures used for natural language processing tasks. Theoretical results show that both are Turing-complete and can represent any context-free language (CFL).In…

计算与语言 · 计算机科学 2022-03-24 Hui Shi , Sicun Gao , Yuandong Tian , Xinyun Chen , Jishen Zhao

While large language models (LLMs) excel in many domains, their complexity and scale challenge deployment in resource-limited environments. Current compression techniques, such as parameter pruning, often fail to effectively utilize the…