$TCP_α$: Margin-Controlled Confidence estimation for reliable Music Information Retrieval

精选理由

Read this if you're interested in improving music information retrieval accuracy with novel confidence targets like $TCP_α$, which outperforms existing methods and can handle domain shifts effectively.

AI 摘要

Proposes $TCP_α$, a novel confidence target for music information retrieval, improving accuracy by introducing a margin-controlled penalty for misclassified samples. Achieves macro-F1 score of 0.98 by rejecting 8% of least-confident predictions and restoring performance under domain shift with 5% labeled samples from a new corpus.

原文 · arXiv cs.LG

Deep neural networks are often overconfident, assigning high confidence even to incorrect predictions. Consequently, users lack a reliable signal for deciding when a prediction can be trusted. Post-hoc confidence estimation addresses this by training a lightweight auxiliary head over a frozen classifier. Existing targets, however, suffer from inherent ambiguity: they assign overlapping confidence values to correct and incorrect predictions, while errors near the decision boundary receive confidence scores indistinguishable from correct predictions. In this work, we propose $TCP_α$, a novel confidence target that resolves these limitations by introducing a margin-controlled penalty for misclassified samples. We prove that $TCP_α$ guarantees complete separation between the target values of correct and incorrect predictions, with a separation margin that is independent of the number of classes and increases monotonically with the penalty parameter. Since accurate classifiers naturally produce very few errors, learning these targets results in a severely imbalanced regression problem. We therefore present a systematic study of training strategies for learning under this imbalance and identify an effective training configuration through extensive ablation studies. We evaluate the proposed approach on rāga identification, investigate its robustness under domain shift, and further validate it on frame-wise ornamentation detection without modifying the selected configuration. Across all settings, $TCP_α$ consistently outperforms existing confidence targets for failure prediction. Rejecting only the least-confident 8\% of predictions improves the base model's macro-F1 from 0.89 to 0.98, while fine-tuning the confidence head with only 5\% labeled samples from a new corpus effectively restores performance under domain shift.