paper-with-me

Papers

Sparsely Activated Networks

2019-07-12 · Paschalis Bizopoulos, Dimitrios Koutsouris

Previous literature on unsupervised learning focused on designing structural priors with the aim of learning meaningful features. However, this was done without considering the description length of the learned representations which is a direct and unbiased measure of the model complexity. In this paper, first we introduce the $\varphi$ metric that evaluates unsupervised models based on their reconstruction accuracy and the degree of compression of their internal representations. We then present and define two activation functions (Identity, ReLU) as base of reference and three sparse activation functions (top-k absolutes, Extrema-Pool indices, Extrema) as candidate structures that minimize the previously defined $\varphi$. We lastly present Sparsely Activated Networks (SANs) that consist of kernels with shared weights that, during encoding, are convolved with the input and then passed through a sparse activation function. During decoding, the same weights are convolved with the sparse activation map and subsequently the partial reconstructions from each weight are summed to reconstruct the input. We compare SANs using the five previously defined activation functions on a variety of datasets (Physionet, UCI-epilepsy, MNIST, FMNIST) and show that models that are selected using $\varphi$ have small description representation length and consist of interpretable kernels.

📄 PDF Abstract BibTeX arXiv:1907.06592

Code (1)

pbizopoulos/sparsely-activated-networks 공식 구현 pytorch

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Q-Sparse: All Large Language Models can be Fully Sparsely-Activated

2024-07-15 · Hongyu Wang, Shuming Ma, Ruiping Wang, Furu Wei

We introduce, Q-Sparse, a simple yet effective approach to training sparsely-activated large language models (LLMs). Q-Sparse enables full sparsity of activations in LLMs which can bring significant efficiency gains in i…

All

Sparsely Activated Mixture-of-Experts are Robust Multi-Task Learners

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Traditional multi-task learning (MTL) methods use dense networks that use the same set of shared weights across several different tasks. This often creates interference where two or more tasks compete to pull model param…

Mixture-of-ExpertsMulti-Task Learning

Sparsely Activated Mixture-of-Experts are Robust Multi-Task Learners

2022-04-16 · Shashank Gupta, Subhabrata Mukherjee, Krishan Subudhi, Eduardo Gonzalez 외

Traditional multi-task learning (MTL) methods use dense networks that use the same set of shared weights across several different tasks. This often creates interference where two or more tasks compete to pull model param…

Mixture-of-ExpertsMulti-Task Learning

SkillNet-NLU: A Sparsely Activated Model for General-Purpose Natural Language Understanding

2022-03-07 · Fan Zhang, Duyu Tang, Yong Dai, Cong Zhou 외

Prevailing deep models are single-purpose and overspecialize at individual tasks. However, when being extended to new tasks, they typically forget previously learned skills and learn from scratch. We address this issue b…

Language ModellingMasked Language ModelingMixture-of-ExpertsMulti-Task Learning+1

Towards More Effective and Economic Sparsely-Activated Model

2021-10-14 · Hao Jiang, Ke Zhan, Jianwei Qu, Yongkang Wu 외

The sparsely-activated models have achieved great success in natural language processing through large-scale parameters and relatively low computational cost, and gradually become a feasible technique for training and im…

GPUmodel