PAIR-Former: Budgeted Relational MIL for miRNA Target Prediction
Jiaqi Yin, Baiming Chen, Jia Fei, Mingjun Yang
TL;DR
The paper addresses functional miRNA–mRNA target prediction where each transcript yields a large, heavy-tailed pool of candidate target sites (CTSs) but only a bag-level label is observed. It formalizes this as Budgeted Relational MIL (BR-MIL) and introduces PAIR-Former, which uses a cheap full-pool scan, a CPU-based budgeted selector (STSelector), and a Set Transformer aggregator on a selected subset of CTSs. The authors provide theoretical results linking the budget $K$ to approximation error and generalization, and demonstrate empirically that PAIR-Former outperforms max-pooling baselines under a practical budget (K*=64) on miRAW, with a tunable accuracy–compute trade-off as $K$ varies. It also discusses the broader implications of budgeted MIL for efficiency in large candidate pools and presents a three-stage training regimen including teacher–student distillation. Overall, the work advances budget-aware relational reasoning in weakly supervised biological prediction tasks and offers a scalable, practical framework for heavy-tailed CTS data.
Abstract
Functional miRNA--mRNA targeting is a large-bag prediction problem: each transcript yields a heavy-tailed pool of candidate target sites (CTSs), yet only a pair-level label is observed. We formalize this regime as \emph{Budgeted Relational Multi-Instance Learning (BR-MIL)}, where at most $K$ instances per bag may receive expensive encoding and relational processing under a hard compute budget. We propose \textbf{PAIR-Former} (Pool-Aware Instance-Relational Transformer), a BR-MIL pipeline that performs a cheap full-pool scan, selects up to $K$ diverse CTSs on CPU, and applies a permutation-invariant Set Transformer aggregator on the selected tokens. On miRAW, PAIR-Former outperforms strong pooling baselines at a practical operating budget ($K^\star{=}64$) while providing a controllable accuracy--compute trade-off as $K$ varies. We further provide theory linking budgeted selection to (i) approximation error decreasing with $K$ and (ii) generalization terms governed by $K$ in the expensive relational component.
