LGCLMLOct 29, 2018

On Controllable Sparse Alternatives to Softmax

arXiv:1810.11975v270 citations
Originality Incremental advance
AI Analysis

This work addresses the lack of explicit sparsity control in probability mapping functions used across ML tasks like classification and attention mechanisms, offering incremental improvements with practical applications.

The authors developed a unified framework for probability mapping functions that includes existing formulations as special cases and introduced two novel sparse formulations (sparsegen-lin and sparsehourglass) with explicit control over sparsity. They demonstrated improved performance in multilabel classification and achieved comparable or better results in neural machine translation and abstractive summarization tasks.

Converting an n-dimensional vector to a probability distribution over n objects is a commonly used component in many machine learning tasks like multiclass classification, multilabel classification, attention mechanisms etc. For this, several probability mapping functions have been proposed and employed in literature such as softmax, sum-normalization, spherical softmax, and sparsemax, but there is very little understanding in terms how they relate with each other. Further, none of the above formulations offer an explicit control over the degree of sparsity. To address this, we develop a unified framework that encompasses all these formulations as special cases. This framework ensures simple closed-form solutions and existence of sub-gradients suitable for learning via backpropagation. Within this framework, we propose two novel sparse formulations, sparsegen-lin and sparsehourglass, that seek to provide a control over the degree of desired sparsity. We further develop novel convex loss functions that help induce the behavior of aforementioned formulations in the multilabel classification setting, showing improved performance. We also demonstrate empirically that the proposed formulations, when used to compute attention weights, achieve better or comparable performance on standard seq2seq tasks like neural machine translation and abstractive summarization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes