English

PAIR-Former: Budgeted Relational Multi-Instance Learning for Functional miRNA Target Prediction

Machine Learning 2026-05-11 v3 Artificial Intelligence

Abstract

Functional miRNA--mRNA targeting is a large-bag prediction problem where each transcript yields a heavy-tailed pool of candidate target sites (CTSs), yet only a pair-level label is observed. Prior methods use max-pooling over individual CTS scores, ignoring relational patterns among sites, but modeling these patterns is critical for accuracy. The challenge is that naive relational aggregation incurs O(n2)\mathcal{O}(n^2) cost, prohibitive when nn reaches thousands, yet a cheap scan alone discards the very interactions that drive functional repression. We formalize this tension as \emph{Budgeted Relational Multi-Instance Learning (BR-MIL)}, a new MIL problem where the compute budget KK is a first-class constraint such that at most KK instances per bag may receive expensive encoding and relational processing. We establish theoretical foundations for BR-MIL, proving that both approximation quality and generalization are governed by KK rather than the raw bag size nn. Building on this theory, we propose \textbf{PAIR-Former}, which scans all candidates cheaply, selects KK diverse CTSs, and aggregates them via Set Transformer. PAIR-Former achieves state-of-the-art performance, outperforming all reproduced baselines with F1=0.840=0.840 on miRAW (10-fold balanced CV) and 0.8390.839 on deepTargetPro in transfer evaluation, while achieving 0.7930.793 on the large-scale MTI benchmark (420K pairs, 38×38\times larger), demonstrating that budgeted relational MIL scales where naive approaches fail. Additional results on CAMELYON16 and Musk2 further show that the proposed BR-MIL formulation extends beyond biological sequence modeling.

Cite

@article{arxiv.2602.00465,
  title  = {PAIR-Former: Budgeted Relational Multi-Instance Learning for Functional miRNA Target Prediction},
  author = {Jiaqi Yin and Baiming Chen and Jia Fei and Mingjun Yang},
  journal= {arXiv preprint arXiv:2602.00465},
  year   = {2026}
}

Comments

Preprint. Under review. During the preprint stage, inquiries and feedback can be directed to Jiaqi Yin (yjqhit@gmail.com)

R2 v1 2026-07-01T09:28:58.799Z