ASCLLGSDAug 8, 2020

Deep F-measure Maximization for End-to-End Speech Understanding

arXiv:2008.03425v1
AI Analysis

This work addresses fairness issues for minority classes in SLU datasets, though it is incremental as it applies an existing fairness approach to new domains.

The authors tackled the problem of label imbalance and unfairness in spoken language understanding by maximizing the F-measure instead of accuracy during neural network training, resulting in absolute improvements of up to 8% in micro-F1 scores across four tasks.

Spoken language understanding (SLU) datasets, like many other machine learning datasets, usually suffer from the label imbalance problem. Label imbalance usually causes the learned model to replicate similar biases at the output which raises the issue of unfairness to the minority classes in the dataset. In this work, we approach the fairness problem by maximizing the F-measure instead of accuracy in neural network model training. We propose a differentiable approximation to the F-measure and train the network with this objective using standard backpropagation. We perform experiments on two standard fairness datasets, Adult, and Communities and Crime, and also on speech-to-intent detection on the ATIS dataset and speech-to-image concept classification on the Speech-COCO dataset. In all four of these tasks, F-measure maximization results in improved micro-F1 scores, with absolute improvements of up to 8% absolute, as compared to models trained with the cross-entropy loss function. In the two multi-class SLU tasks, the proposed approach significantly improves class coverage, i.e., the number of classes with positive recall.

Foundations

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

Your Notes