kourouklides / StochLWTA-ML

Code Implementation for Stochastic Deep Networks with Linear Competing Units for Model-Agnostic Meta-Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StochLWTA-ML

Code Implementation for Stochastic Deep Networks with Linear Competing Units for Model-Agnostic Meta-Learning

Abstract

This work addresses meta-learning (ML) by considering deep networks with stochastic local winner-takes-all (LWTA) activations. This type of network units result in sparse representations from each model layer, as the units are organized into blocks where only one unit generates a non-zero output. The main operating principle of the introduced units lies on stochastic principles, as the network performs posterior sampling over competing units to select the winner. Therefore, the proposed networks are explicitly designed to extract input data representations of sparse stochastic nature, as opposed to the currently standard deterministic representation paradigm. Our approach produces state-of-the-art predictive accuracy on few-shot image classification and regression experiments, as well as reduced predictive error on an active learning setting; these improvements come with an immensely reduced computational cost

About

Code Implementation for Stochastic Deep Networks with Linear Competing Units for Model-Agnostic Meta-Learning


Languages

Language:Jupyter Notebook 75.5%Language:Python 24.5%