paper-with-me

홈 › Papers

A2P-MANN: Adaptive Attention Inference Hops Pruned Memory-Augmented Neural Networks

2021-01-24 · Mohsen Ahmadzadeh, Mehdi Kamal, Ali Afzali-Kusha, Massoud Pedram

In this work, to limit the number of required attention inference hops in memory-augmented neural networks, we propose an online adaptive approach called A2P-MANN. By exploiting a small neural network classifier, an adequate number of attention inference hops for the input query is determined. The technique results in elimination of a large number of unnecessary computations in extracting the correct answer. In addition, to further lower computations in A2P-MANN, we suggest pruning weights of the final FC (fully-connected) layers. To this end, two pruning approaches, one with negligible accuracy loss and the other with controllable loss on the final accuracy, are developed. The efficacy of the technique is assessed by using the twenty question-answering (QA) tasks of bAbI dataset. The analytical assessment reveals, on average, more than 42% fewer computations compared to the baseline MANN at the cost of less than 1% accuracy loss. In addition, when used along with the previously published zero-skipping technique, a computation count reduction of up to 68% is achieved. Finally, when the proposed approach (without zero-skipping) is implemented on the CPU and GPU platforms, up to 43% runtime reduction is achieved.

📄 PDF Abstract BibTeX arXiv:2101.09693

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUQuestion Answering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Membership Inference Attacks and Defenses in Neural Network Pruning

2022-02-07 · Xiaoyong Yuan, Lan Zhang

Neural network pruning has been an essential technique to reduce the computation and memory requirements for using deep neural networks for resource-constrained devices. Most existing research focuses primarily on balanc…

Inference AttackMembership Inference AttackMemorizationNetwork Pruning

Membership inference attack with relative decision boundary distance

2023-06-07 · Jiacheng Xu, Chengxiang Tan

Membership inference attack is one of the most popular privacy attacks in machine learning, which aims to predict whether a given sample was contained in the target model's training set. Label-only membership inference a…

Inference AttackMembership Inference Attack

Less is More: Hop-Wise Graph Attention for Scalable and Generalizable Learning on Circuits

2024-03-02 · Chenhui Deng, Zichao Yue, Cunxi Yu, Gokce Sarar 외

While graph neural networks (GNNs) have gained popularity for learning circuit representations in various electronic design automation (EDA) tasks, they face challenges in scalability when applied to large graphs and exh…

Graph Attention

Restoring Pruned Large Language Models via Lost Component Compensation

2025-10-22 · Zijian Feng, Hanzhang Zhou, Zixiao Zhu, Tianjiao Li 외 arxiv

Pruning is a widely used technique to reduce the size and inference cost of large language models (LLMs), but it often causes performance degradation. To mitigate this, existing restoration methods typically employ param…

parameter-efficient fine-tuning

SPAT: Sensitivity-based Multihead-attention Pruning on Time Series Forecasting Models

2025-05-13 · Suhan Guo, Jiahong Deng, Mengjun Yi, Furao Shen 외

Attention-based architectures have achieved superior performance in multivariate time series forecasting but are computationally expensive. Techniques such as patching and adaptive masking have been developed to reduce t…

MambaMultivariate Time Series ForecastingSensitivityTime Series+1