Papers
Topics
Authors
Recent
Search
2000 character limit reached

AMIF-MDS: Wireless & Pathology Methods

Updated 14 July 2026
  • AMIF-MDS is a context-dependent acronym defining distinct methodologies in wireless testing and computational pathology.
  • In O-RAN testing, it employs mutual information in frequency, MDS embedding, and DBSCAN clustering to reveal KPI interdependencies.
  • In pathology, it encompasses training frameworks and dataset correspondences for robust atypical mitosis classification under domain shift.

AMIF-MDS is a context-dependent acronym used in 2025 arXiv literature for technically distinct constructs in wireless systems and computational pathology. In O-RAN testing, it denotes “Mutual Information-Driven Visualization and Clustering for Core KPI Selection in O-RAN Testing,” a pipeline that combines aggregate mutual Information in frequency (AMIF), multidimensional scaling (MDS), and DBSCAN to analyze dependencies among KPI time series (Pradhan et al., 3 Oct 2025). In atypical mitosis research, the same acronym denotes both a training strategy for cross-domain atypical mitotic figure classification—“Atypical Mitotic Figure Multi-Domain Supervision”—and the published-name correspondence of the AMi-Br resource, described as “Atypical Mitotic Figure – Mitosis Dataset” (Atey et al., 28 Aug 2025, Bertram et al., 8 Jan 2025). A further pathology use appears as an AMIF-MDS solution for MIDOG 2025 Track 2 built around H-optimus-0, LoRA, MixUp, soft labels, hard negative mining, adaptive focal loss, metric learning, and domain adaptation (Giedziun et al., 29 Aug 2025).

1. Terminological scope and referents

The acronym is used for multiple non-equivalent objects. In the O-RAN literature it names an information-theoretic analysis pipeline. In digital pathology it names both a model family and a dataset correspondence.

Referent Context Source
“Mutual Information-Driven Visualization and Clustering for Core KPI Selection in O-RAN Testing” KPI dependency analysis in O-RAN time-series testing (Pradhan et al., 3 Oct 2025)
“Atypical Mitotic Figure Multi-Domain Supervision” Cross-domain AMF classification in MIDOG 2025 Task 2 (Atey et al., 28 Aug 2025)
AMIF-MDS solution Foundation-model-driven AMF/NMF classification for MIDOG 2025 Track 2 (Giedziun et al., 29 Aug 2025)
“Atypical Mitotic Figure – Mitosis Dataset” / correspondence to AMi-Br Public dataset of normal and atypical mitotic figures on human breast cancer (Bertram et al., 8 Jan 2025)

This multiplicity is not merely terminological. The O-RAN usage is centered on stochastic-process dependence, spectral decomposition, and geometric embedding. The pathology usages are centered on histologic image classification under class imbalance and domain shift, or on the curation of annotated mitotic figure patches. The acronym therefore requires domain-specific disambiguation.

2. AMIF-MDS in O-RAN: information-theoretic construction

In O-RAN testing, AMIF-MDS is motivated by the need to identify dependencies among performance measurements that are “inherently time-series and can be modeled as realizations of random processes” (Pradhan et al., 3 Oct 2025). The starting point is Shannon mutual information,

I(X;Y)=p(x,y)log ⁣[p(x,y)p(x)p(y)]dxdy,I(X;Y)=\int p(x,y)\log\!\left[\frac{p(x,y)}{p(x)p(y)}\right]dx\,dy,

and directed information,

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),

which captures causal flow. The source emphasizes that both quantities are difficult to estimate reliably from continuous time-series without strong model assumptions (Pradhan et al., 3 Oct 2025).

To obtain a frequency-domain proxy that generalizes coherence to non-Gaussian processes, the method defines mutual information in frequency (MIF) through the spectral representation of a zero-mean stationary process:

X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).

The MIF between processes XX and YY at frequencies ω,ν\omega,\nu is

MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).

Aggregate mutual Information in frequency is then defined by summing over frequency pairs:

AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).

Under mild mixing conditions, this sum recovers a quantity proportional to the mutual information rate or directed information rate (Pradhan et al., 3 Oct 2025).

The method is explicitly framed as practical rather than purely asymptotic. The paper states that finite-length, non-stationary observations are handled by selecting the most informative frequency pairs and aggregating their time-domain projections. That design choice places AMIF-MDS between classical spectral dependence analysis and direct causal-information estimation.

3. Quantile-based AMIF estimation, MDS embedding, and KPI clustering

The estimator operates on two real-valued time-series XX and YY of length I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),0 by partitioning each into I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),1 non-overlapping segments of length I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),2, applying an I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),3-point FFT to each segment, and constructing frequency-wise real matrices

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),4

with an analogous definition for I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),5 on I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),6 (Pradhan et al., 3 Oct 2025). For every frequency pair I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),7, a continuous MI estimator is applied to obtain

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),8

yielding an I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),9 matrix X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).0.

The method then introduces quantile selection. With quantile parameter X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).1, it sorts the X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).2 entries of X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).3, keeps the top

X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).4

and defines selected frequency-index sets

X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).5

The aggregated matrices X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).6 and X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).7 are formed by concatenating the selected X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).8 and X(t)=ππeiωtdZX(ω).X(t)=\int_{-\pi}^{\pi} e^{i\omega t}\,dZ_X(\omega).9, and the final AMIF estimate is

XX0

A normalized similarity score is then defined by

XX1

where XX2 is estimated marginal entropy (Pradhan et al., 3 Oct 2025).

Given XX3 time-series, pairwise similarities form a matrix XX4, which is symmetrized as XX5 and assigned diagonal entries XX6 because “mutual information of a continuous variable with itself is unbounded” (Pradhan et al., 3 Oct 2025). After normalization by XX7, the method transforms similarity into dissimilarity using either a membership transform,

XX8

or a logarithmic transform,

XX9

with YY0. Classical MDS then uses

YY1

followed by the eigen-decomposition YY2 and embedding

YY3

DBSCAN is finally applied to the YY4 embedding coordinates.

The paper reports computational complexity dominated by the MI-matrix stage, YY5, with YY6 per k-NN MI estimate, followed by YY7 for quantile selection per pair, YY8 for MDS, and YY9 for DBSCAN (Pradhan et al., 3 Oct 2025). It also states assumptions of segmented stationarity within each FFT block, sufficient segment length ω,ν\omega,\nu0, and consistent k-NN parameters across pairs, while identifying limitations: only pairwise dependencies are captured, the quantile parameter ω,ν\omega,\nu1 trades off sensitivity against computational cost, and frequency resolution is limited by FFT length ω,ν\omega,\nu2.

The O-RAN case study applies the pipeline to ω,ν\omega,\nu3 PHY/MAC KPIs sampled at 20 ms intervals under random OFDM burst interference, with ω,ν\omega,\nu4, ω,ν\omega,\nu5, dissimilarity ω,ν\omega,\nu6, embedding dimension ω,ν\omega,\nu7, and DBSCAN parameters ω,ν\omega,\nu8 and ω,ν\omega,\nu9 (Pradhan et al., 3 Oct 2025). The largest cluster contains five KPIs—MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).0MAC-DL-CQI, DL-SINR, RSRP, RSRQ, PHY-MCSMIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).1—and is interpreted as the downlink link-adaptation chain. A second cluster groups MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).2RSSI, MAC-DL-PMIMIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).3, while singleton clusters include SE, MAC-DL-RI, MAC-UL-Buffer, MAC-N-PRB, and DL-BLER. The reported conclusion is that the method “organically reveals the link-adaptation indicators among other clusters, and yields a ‘core’ performance measure set for future learning-driven O-RAN testing” (Pradhan et al., 3 Oct 2025).

4. Foundation-model-driven AMIF-MDS for atypical mitosis classification

In digital pathology, one AMIF-MDS solution addresses MIDOG 2025 Challenge Track 2 as a binary classification problem between normal mitotic figures (NMFs, label 0) and atypical mitotic figures (AMFs, label 1) (Giedziun et al., 29 Aug 2025). The evaluation metric is Balanced Accuracy (BA), with F1-score, AUC, and per-class recall also reported. The source identifies severe class imbalance, approximately MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).4 AMF:MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).5 NMF, high intra-class morphological variability, subtle inter-class differences, and substantial domain shift across tumor types, species, scanners, and institutions (Giedziun et al., 29 Aug 2025).

After deduplication, the pooled dataset comprises MIDOG++, AMi-Br, and LUNG-MITO, totaling 11 939 crops of size approximately MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).6 px from 503 whole-slide images across 10 domains. The class counts are 10 168 NMFs (85.2%) and 1 771 AMFs (14.8%) (Giedziun et al., 29 Aug 2025). Leave-One-Domain-Out (LODO) is used for backbone/model selection and ablations, while the final run uses pooled 95% training and 5% “monitor” data for early stopping.

The backbone is H-optimus-0, described as a pathology-tuned self-supervised ViT/CNN hybrid with approximately 86 M parameters (Giedziun et al., 29 Aug 2025). The choice is attributed to recent cross-domain generalization benchmarks and empirical LODO testing. Parameter-efficient fine-tuning is implemented through LoRA modules inserted into all transformer/CNN attention weights, with rank MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).7, MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).8, and dropout MIF(ω,ν)I ⁣(dZX(ω);dZY(ν)).\mathrm{MIF}(\omega,\nu)\coloneqq I\!\left(dZ_X(\omega);dZ_Y(\nu)\right).9. Only LoRA parameters plus the final classifier and domain heads are trained, amounting to approximately 1–2% of total weights. The label head is an MLP producing a single logit AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).0 followed by a sigmoid, while the auxiliary domain head is a linear layer with AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).1 outputs preceded by a Gradient-Reversal-Layer (Giedziun et al., 29 Aug 2025).

The training procedure combines standard MixUp with AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).2, soft labels from three-pathologist consensus, hard negative mining, adaptive focal loss, supervised contrastive metric learning, domain-aware sampling, and adversarial domain loss (Giedziun et al., 29 Aug 2025). Standard MixUp is retained as the final choice because it yields AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).3 relative to baseline and improves AMF recall by AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).4. Soft labels are the average of three binary votes, encoding inter-annotator uncertainty. Hard negative mining computes

AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).5

at the end of each epoch, marks the top 30% of samples by difficulty as “hard,” doubles their sampling weight in the next epoch, and refreshes the set every epoch.

The adaptive focal loss is defined for logit AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).6 and soft label AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).7 by first setting AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).8 and AMIF(X;Y)ωΩXνΩYMIF(ω,ν).\mathrm{AMIF}(X;Y)\coloneqq \sum_{\omega\in\Omega_X}\sum_{\nu\in\Omega_Y}\mathrm{MIF}(\omega,\nu).9, then using dynamic positive weight XX0 and

XX1

with XX2 (Giedziun et al., 29 Aug 2025). Embeddings XX3 are XX4-normalized and optimized by a supervised contrastive loss with Multi-Similarity miner XX5 and temperature XX6,

XX7

combined as

XX8

Domain-aware sampling assigns each sample a weight proportional to inverse class frequency, inverse domain frequency, and a factor of two for hard examples. An adversarial domain classification loss is applied with XX9 and is reported to improve cross-domain BA by approximately YY0 in LODO (Giedziun et al., 29 Aug 2025). Across 10 LODO folds, the average BA is YY1, with AMF recall YY2 and NMF recall YY3. The best domain is canine soft tissue sarcoma, Vienna, with BA YY4; the worst is canine lymphoma with BA YY5, AMF recall YY6, and NMF recall YY7. Human domains yield BA in YY8, and scanner variation is illustrated by human breast on Hamamatsu XR versus S360 with BA YY9 versus I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),00 (Giedziun et al., 29 Aug 2025).

The source identifies as strengths a cross-domain BA of about I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),01 despite severe imbalance and domain shift, stable AMF recall gains from conservative augmentations plus MixUp, and a sharper minority-class decision boundary from metric learning plus hard negative mining (Giedziun et al., 29 Aug 2025). It also lists limitations: reduced AMF recall on the largest and most challenging domains, scanner-specific staining variations that can induce spurious domain gaps, convergence slowdown from soft-label uncertainty, and only marginal benefit from domain adversarial loss.

5. AMIF-MDS as Atypical Mitotic Figure Multi-Domain Supervision

A separate pathology usage expands AMIF-MDS as “Atypical Mitotic Figure Multi-Domain Supervision” and presents a training-time recipe for domain-robust AMF classification in MIDOG 2025 Task 2 (Atey et al., 28 Aug 2025). The method uses a DenseNet-121 backbone without its original classification head, retaining layers up to the last convolutional block. MixStyle is inserted immediately after the first dense block and again after the third dense block. For mini-batch feature maps I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),02, sample pairs I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),03 are mixed with

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),04

using channel-wise means and standard deviations and the re-standardization rule

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),05

with I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),06 for numerical stability (Atey et al., 28 Aug 2025). No label mixing is performed; each transformed feature map retains the original class label.

Attention refinement is implemented with CBAM. Given raw feature map I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),07, the refined map is I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),08 (Atey et al., 28 Aug 2025). Domain labels are coarse combinations of Scanner, Origin, Species, and Tumor, with the number of domains I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),09 varying by split. Global average pooling defines channel descriptors

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),10

from which per-domain means I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),11, global means I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),12, and inter-domain variance

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),13

are computed. The alignment loss is

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),14

Its weight I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),15 is annealed from 0 to 1 following the DANN schedule (Atey et al., 28 Aug 2025).

Stabilization is provided by EMA teacher distillation. After each student update,

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),16

Teacher and student logits are softened with temperature I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),17, and the distillation loss is

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),18

The base weight is I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),19, warmed up linearly from 0 to 0.5 over the first 10 epochs, with gradients flowing only into the student. The overall objective is

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),20

where I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),21 is binary-cross-entropy with logits on the student output (Atey et al., 28 Aug 2025).

Training uses AdamW with initial learning rate I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),22, weight decay I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),23, batch size 512 patches balanced across classes, ReduceLROnPlateau monitoring validation balanced accuracy with minimum learning rate I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),24, gradient clipping with global norm I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),25, and early stopping after validation plateau for 10 epochs based on the EMA teacher model (Atey et al., 28 Aug 2025). Domain sampling is class-balanced but not explicitly domain-balanced, because MixStyle and the alignment term are intended to enforce cross-domain mixing.

At inference time, only the student encoder, CBAM, and classification head are used. MixStyle and knowledge distillation incur zero extra test-time cost, while CBAM adds approximately 3–5% GFLOPs overhead over a plain DenseNet-121 (Atey et al., 28 Aug 2025). The reported organizer-run preliminary leaderboard results are balanced accuracy I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),26, sensitivity I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),27, specificity I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),28, and ROC AUC I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),29. The authors further report a staged improvement pattern: MixStyle alone raises balanced accuracy from baseline I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),30 to approximately I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),31, adding the CBAM-based alignment term increases it to approximately I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),32, and EMA-KD yields the final I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),33 (Atey et al., 28 Aug 2025).

6. AMIF-MDS as dataset correspondence: AMi-Br

The dataset usage appears in the resource “Histologic Dataset of Normal and Atypical Mitotic Figures on Human Breast Cancer,” whose acronym is AMi-Br and which is explicitly described as corresponding to AMIF-MDS (Bertram et al., 8 Jan 2025). The resource is derived from two public breast-cancer mitosis datasets, TUPAC and MIDOG 2021, and contains 3 720 mitotic figures across 223 tumor cases. The class distribution is 2 888 normal mitotic figures (77.6%) and 832 atypical mitotic figures (22.4%) (Bertram et al., 8 Jan 2025).

Whole-slide images are histological sections scanned at I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),34 magnification with H&E stain using six different whole-slide scanners across three pathology centers. Annotation is performed on I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),35 px image patches centered on original mitosis annotations, with three pathologists—CAB, VW, and TAD—blinded to each other’s labels (Bertram et al., 8 Jan 2025). The task is to classify each patch as either a normal MF, defined as one of the classical mitotic phases, or an atypical MF, defined as one of the listed atypical subtypes: polar asymmetry, chromosome segregation abnormalities, or other atypical morphologies such as dispersed fragments. Final labels are assigned by majority vote requiring at least two matching opinions.

The resource stores uniformly resized I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),36 px patches, coordinates, source dataset, individual expert votes, and majority labels. The repository is public and includes image patches, CSV metadata, and Jupyter notebooks for baseline experiments (Bertram et al., 8 Jan 2025). The baseline study evaluates DenseNet-121 and EfficientNet V2-S under Adam optimization with learning rate I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),37 for 20 epochs, using weighted cross-entropy, focal loss, or weighted sampling with replacement. Five-fold Monte Carlo cross-validation is run under both patch-level and patient-level splits.

Balanced accuracy is defined as

I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),38

The highest patch-level balanced accuracy is I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),39 with EfficientNet V2-S plus weighted cross-entropy, while the highest patient-level balanced accuracy is I(XnYn)=t=1nI(Xt;YtYt1),I(X^n\to Y^n)=\sum_{t=1}^n I(X^t;Y_t\mid Y^{t-1}),40 with EfficientNet V2-S plus weighted sampling (Bertram et al., 8 Jan 2025). The reported drop from patch-level to patient-level performance indicates reliance on patient-specific cues. The resource’s stated applications include benchmarking classifiers for two-stage mitosis detection followed by AMF classification, automated quantification of AMF count and AMF ratio for prognostic studies, and transfer learning to other tumor types or stains. Its stated limitations are class imbalance, subtle morphological differences, restriction to human breast cancer, and the absence of pixel-level annotation of spindle poles or chromosomes (Bertram et al., 8 Jan 2025).

In the pathology literature, this dataset-level meaning of AMIF-MDS interacts directly with the method-level meanings. AMi-Br appears as a source in later cross-domain training pools, including the pooled training composition for the foundation-model-driven MIDOG 2025 Track 2 solution and the AMi-Br subset used in the “Mix, Align, Distil” training pool. This suggests that, within atypical mitosis research, AMIF-MDS can denote either the data substrate, a domain-robust training framework, or a specific challenge submission, depending on context.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to AMIF-MDS.