Preprint

Preprint reports stronger error detection in music-recognition tests

The TCPα method separated likely wrong answers from correct ones in Indian Art Music benchmarks, while domain transfer depended on labeled adaptation.

A new confidence method for music-recognition software produced stronger reported signals of likely mistakes than TCP and TCPn in a benchmark of Indian Art Music tasks, according to an arXiv preprint. On PIM, a rāga-identification dataset, the proposed training configuration reported AUPR-E 95.96, AUROC 99.46 and FPR@95%TPR 1.60—the paper’s best overall result.

TCPα is designed to answer a second question after a model has made its prediction: how likely is that answer to be wrong? The researchers first train the base classifier, then freeze its backbone and classifier and train only a separate confidence head against a target derived from the classifier’s output and the ground-truth label.

Under TCPα, correctly classified examples keep a target of one, while misclassified examples receive an additive penalty. The paper’s mathematical analysis says this creates complete separation between correct and incorrect target values, with a margin independent of the number of classes and increasing with the penalty parameter.

What the tests measured

The evaluation covered three existing Indian Art Music settings. PIM is described as 191 hours of recordings across 12 selected rāgas, divided into 30-second chunks. Saraga used 11 selected rāgas to test domain shift, while the Rāga Ornamentation Detection corpus used 10-second clips with frame-wise labels for seven ornament types.

Because errors were rare, the main measures were AUPR-E, a precision-recall score focused on errors, and FPR@95%TPR, a false-positive measure at a fixed error-detection level. The study also reported AUROC and AUPR-S.

In direct comparisons, the paper reported that TCPα outperformed TCP and TCPn under identical training settings and remained more informative for failure prediction when ordinary regression was used.

In a PIM ablation, the proposed imbalance-aware strategy used stratified mini-batches, a fixed error-to-success ratio, class-conditional loss weighting and a circular buffer for scarce error samples. It reported an AUPR-E of 95.96, compared with 74.30 for the comparison setup, while FPR@95%TPR was 1.60 versus 53.68.

The configuration selected for later experiments used 20 error samples in a batch of 64, roughly a 2.2-to-1 success-to-error ratio, with the penalty setting α = 1/K. Positive penalty settings outperformed α = 0 in the reported ablation, with only slight variation beyond 1/K.

Transfer was possible, but not automatic

On Saraga, the reported domain-shift result depended on labeled target-domain adaptation. With 5% labeled target-domain data, AUPR-E was 97.90 versus 40.16 without adaptation, while FPR@95%TPR was 5.0 versus 87.5.

That contrast matters because the results do not show reliable zero-shot transfer from PIM to Saraga. The favorable Saraga figures came after the model received labeled information from the target domain.

The method was also carried to frame-wise ornamentation detection without an additional task-specific search. The rāga-selected configuration was reported as best across the evaluated metrics, with AUPR-E 86.01 and FPR@95%TPR 19.13.

Rejection curves illustrated how the confidence score could be used to set aside uncertain outputs. On PIM, macro-F1 rose from 0.89 to 0.98 after the least-confident 8% of predictions were rejected. On ornamentation detection, macro-F1 reached approximately 0.95 at approximately 20% rejection, compared with 0.69 before rejection, then saturated.

The evidence remains a benchmark

These results come from three computational dataset and task settings, not from human participants, expert-review workflows or deployed music services. The evaluation therefore leaves broader generalization across music-information-retrieval domains an open question.

The reported figures are point estimates: no confidence intervals or repeated-run variability are reported. The reviewed material also does not give exact counts for chunks, frames or train, validation and test splits.

The study does not establish calibrated probabilities, causal benefits for reviewers or users, or a guarantee that theoretical target separation will translate into identical separation by the learned confidence head in every unseen domain.

The work is a preprint labeled arXiv:2608.20326v1 and dated 20 Aug 2026. Further testing would need to examine more MIR tasks, datasets and recording conditions, as well as stability across random seeds, data splits and independent replications.

Paper data and sources

Original title: $TCP_α$: Margin-Controlled Confidence estimation for reliable Music Information Retrieval
Authors: Parampreet Singh, Anushka Singh, Sumit Kumar, Vipul Arora
Journal/Repository: arXiv
Status: Preprint, not yet peer-reviewed
First online: 2026-08-20
DOI: Not available
Original paper · Full text

Versions and corrections

  1. Published automatically after legal-source, freshness, evidence, and independent-verification gates passed.