Projects per year
Abstract / Description of output
Sigmoid output layers are widely used in multi-label classification (MLC) tasks, in which multiple labels can be assigned to any input. In many practical MLC tasks, the number of possible labels is in the thousands, often exceeding the number of input features and resulting in a low-rank output layer. In multi-class classification, it is known that such a lowrank output layer is a bottleneck that can result in unargmaxable classes: classes which cannot be predicted for any input. In this paper, we show that for MLC tasks, the analogous sigmoid bottleneck results in exponentially many unargmaxable label combinations. We explain how to detect these unargmaxable outputs and demonstrate their presence in three widely used MLC datasets. We then show that they can be prevented in practice by introducing a Discrete Fourier Transform (DFT) output layer, which guarantees that all sparse label combinations with up to k active labels are argmaxable. Our DFT layer trains faster and is more parameter efficient, matching the F1@k score of a sigmoid layer while using up to 50% fewer trainable parameters. Our code is publicly available at https://github.com/andreasgrv/sigmoid-bottleneck.
Original language | English |
---|---|
Title of host publication | Proceedings of the 38th Annual AAAI Conference on Artificial Intelligence |
Subtitle of host publication | AAAI Technical Track on Machine Learning II |
Publisher | AAAI Press |
Pages | 12208-12216 |
Number of pages | 9 |
Volume | 38 |
Edition | 11 |
ISBN (Electronic) | 9781577358879 |
DOIs | |
Publication status | Published - 24 Mar 2024 |
Event | The 38th Annual AAAI Conference on Artificial Intelligence - Vancouver, Canada Duration: 20 Feb 2024 → 27 Feb 2024 Conference number: 38 https://aaai.org/aaai-conference/ |
Publication series
Name | Proceedings of the AAAI Conference on Artificial Intelligence |
---|---|
Publisher | AAAI Press |
Number | 11 |
Volume | 38 |
ISSN (Print) | 2159-5399 |
ISSN (Electronic) | 2374-3468 |
Conference
Conference | The 38th Annual AAAI Conference on Artificial Intelligence |
---|---|
Abbreviated title | AAAI 2024 |
Country/Territory | Canada |
City | Vancouver |
Period | 20/02/24 → 27/02/24 |
Internet address |
Fingerprint
Dive into the research topics of 'Taming the Sigmoid Bottleneck: Provably Argmaxable Sparse Multi-Label Classification'. Together they form a unique fingerprint.Projects
- 1 Active