paper-with-me

Papers

Compact Neural Representation Using Attentive Network Pruning

2020-05-10 · Mahdi Biparva, John Tsotsos

Deep neural networks have evolved to become power demanding and consequently difficult to apply to small-size mobile platforms. Network parameter reduction methods have been introduced to systematically deal with the computational and memory complexity of deep networks. We propose to examine the ability of attentive connection pruning to deal with redundancy reduction in neural networks as a contribution to the reduction of computational demand. In this work, we describe a Top-Down attention mechanism that is added to a Bottom-Up feedforward network to select important connections and subsequently prune redundant ones at all parametric layers. Our method not only introduces a novel hierarchical selection mechanism as the basis of pruning but also remains competitive with previous baseline methods in the experimental evaluation. We conduct experiments using different network architectures on popular benchmark datasets to show high compression ratio is achievable with negligible loss of accuracy.

📄 PDF Abstract BibTeX arXiv:2005.04559

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

Learning Second-Order Attentive Context for Efficient Correspondence Pruning

2023-03-28 · Xinyi Ye, Weiyue Zhao, Hao Lu, Zhiguo Cao

Correspondence pruning aims to search consistent correspondences (inliers) from a set of putative correspondences. It is challenging because of the disorganized spatial distribution of numerous outliers, especially when …

How Compact?: Assessing Compactness of Representations through Layer-Wise Pruning

2019-01-09 · Hyun-Joo Jung, Jaedeok Kim, Yoonsuck Choe

Various forms of representations may arise in the many layers embedded in deep neural networks (DNNs). Of these, where can we find the most compact representation? We propose to use a pruning framework to answer this que…

image-classificationImage Classification

Beyond Attentive Tokens: Incorporating Token Importance and Diversity for Efficient Vision Transformers

2022-11-21 · CVPR 2023 1 · Sifan Long, Zhen Zhao, Jimin Pi, Shengsheng Wang 외

Vision transformers have achieved significant improvements on various vision tasks but their quadratic interactions between tokens significantly reduce computational efficiency. Many pruning methods have been proposed to…

Computational EfficiencyDiversityEfficient ViTs

Motion-Attentive Transition for Zero-Shot Video Object Segmentation

2020-03-09 · Tianfei Zhou, Shunzhou Wang, Yi Zhou, Yazhou Yao 외

In this paper, we present a novel Motion-Attentive Transition Network (MATNet) for zero-shot video object segmentation, which provides a new way of leveraging motion information to reinforce spatio-temporal object repres…

DecoderObjectSegmentationSemantic Segmentation+4

Boosting Value Decomposition via Unit-Wise Attentive State Representation for Cooperative Multi-Agent Reinforcement Learning

2023-05-12 · Qingpeng Zhao, Yuanyang Zhu, Zichuan Liu, Zhi Wang 외

In cooperative multi-agent reinforcement learning (MARL), the environmental stochasticity and uncertainties will increase exponentially when the number of agents increases, which puts hard pressure on how to come up with…

Multi-agent Reinforcement LearningStarcraftStarcraft II