What "partial AUC over a band" means
The band-restricted objective has a clean probabilistic reading — the chance a positive outranks a negative, given that negative sits in the band:
pAUCnorm(α,β)=P(si>sj∣i∈P,sj∈band)
where s = model score (logit) · P = the positives · si,sj = a positive / negative score · band = negatives with FPR in [α,β] (score in [tβ,tα]) · TPR(u) = recall at FPR u.
Because the band holds exactly (β−α) of the negatives, that probability equals the normalized area under the ROC inside the band, ∫αβTPR(u)du/(β−α) — a consistent plug-in estimator (more data → the true partial AUC), not a heuristic.
loss = 1 − pAUC — training maximizes the outranking probability at the operating point.