---
title: 'Mayo: Multi-Domain Research Insights'
url: https://www.emergentmind.com/topics/mayo
type: topic
---

# Mayo: Multi-Domain Research Insights

Searching arXiv for the provided Mayo-related sources to ground the article.
“Mayo” appears in contemporary arXiv literature in several technically distinct senses. In gastrointestinal imaging, it denotes the **Mayo Endoscopic Subscore (MES)**, a four-point ordinal scale for ulcerative colitis severity. In biomedical AI and clinical informatics, it denotes **Mayo Clinic** as an institutional source of large multimodal datasets, foundation models, and operational prediction systems. In the foundations of statistics, it denotes **Deborah Mayo**, whose error-statistical and severe-testing program has been central to debates over likelihood, sufficiency, and conditionality. In computational materials science, it also appears as **Mayo et al.**, referring to a Li–Sn structure-prediction study later criticized for inconsistencies [2508.13280].

## 1. Mayo as the Mayo Endoscopic Subscore in ulcerative colitis

The Mayo Endoscopic Subscore is an integer score in $\{0,1,2,3\}$ used to grade mucosal inflammation in ulcerative colitis. In the MES formulation used in recent endoscopy papers, MES \(=0\) denotes normal or inactive disease, MES \(=1\) mild disease, MES \(=2\) moderate disease, and MES \(=3\) severe disease. The scale is explicitly ordinal: errors between adjacent grades are less severe than errors between distant grades. In video-based clinical use, a colonoscopy video is assigned an MES by the most severe frame, so the video label is effectively max-pooled over frame-level severity [2109.14685].

This clinical definition creates several modeling difficulties. Standard cross-entropy ignores ordering among grades, even though the distinction between \(1 \rightarrow 2\) and \(0 \rightarrow 3\) is clinically non-equivalent. Label noise is also substantial because expert gastroenterologists disagree, especially on moderate cases \( \text{MES}=1,2 \), poor bowel preparation can obscure mucosal patterns, and severe inflammation \( \text{MES}=3 \) is underrepresented in some datasets [2508.13280].

A further limitation of the conventional MES is that it summarizes a video by its most severe segment. As Schwab et al. note, severe inflammation spread throughout the colon receives the same MES as otherwise healthy colon with severe inflammation restricted to a small localized segment. This means that disease extent and overall response to treatment may not be fully captured by MES alone [2109.14685].

## 2. Machine learning methods built around Mayo scoring

Recent MES modeling has focused on the combination of ordinal supervision, label uncertainty, and domain-specific pretraining. In "CLoE: Curriculum Learning on Endoscopic Images for Robust MES Classification" [2508.13280], CLoE defines the task as predicting \(y_i \in \{0,1,2,3\}\) from an endoscopic image \(x_i\), but replaces uniform training with a difficulty-aware curriculum. Image quality is estimated by a lightweight MobileNetV2 classifier \(f_q\) trained on Boston Bowel Preparation Scale labels from HyperKvasir, where BBPS \(\in\{2,3\}\) is mapped to clean and BBPS \(\in\{0,1\}\) or impacted-stool to noisy. The resulting cleanliness score \(s(x_i)\in[0,1]\) is thresholded at \(\tau=0.5\) to partition training images into \(D_{\text{clean}}\) and \(D_{\text{noisy}}\). Training then follows a three-stage schedule: clean only, clean plus noisy, and noisy only, with stage transition when validation accuracy stalls for 5 epochs. ResizeMix with \(p=0.5\) is used throughout all stages because MixUp and CutMix may confuse ordinal boundaries. On LIMUC, CLoE with ConvNeXt-Tiny reaches \(82.51\%\) accuracy, \(0.8935\) QWK, and \(76.79\) Macro-F1; on HyperKvasir, the best CLoE result is \(80.02\%\) accuracy, \(0.7394\) QWK, and \(76.85\) Macro-F1. The reported ablations show that progressive curriculum learning improves accuracy by about \(1\text{–}2\%\) over all-data training, while ResizeMix plus curriculum yields about \(2\%\) additional accuracy and about \(0.02\) QWK over curriculum alone [2508.13280].

A complementary line replaces dataset-specific supervision with large-scale endoscopic pretraining. "EndoDINO: A Foundation Model for GI Endoscopy" [2501.05488] pre-trains ViT-B/14, ViT-L/14, and ViT-g/14 models on data curated from 130,037 de-identified GI endoscopy videos, corresponding to about 3.5 billion frames. The curation pipeline downsamples to 5 fps, removes duplicates and near-duplicates to obtain 112 million unique frames, then uses hierarchical \(k\)-means clustering and balanced sampling to construct pretraining sets ranging from 100 k to 10 M images. For MES, only a linear classification head on the frozen CLS embedding is trained, with no data augmentation during head training. On HyperKvasir 3-class MES, EndoDINO-g/14 (10 M) reports \(0.79\) accuracy, \(\kappa=0.73\), Macro-F1 \(=0.748\), and Micro-F1 \(=0.779\). On LIMUC 4-class MES, EndoDINO-g/14 (10 M HKM) reports AUROC \(=0.942\), Macro-F1 \(=0.715\), accuracy \(=0.77\), and \(\kappa=0.68\). Failure cases are concentrated at class boundaries, especially \(1\) versus \(2\), when mucosa is partly obscured by specular highlights [2501.05488].

Weak supervision has also been used to infer frame-level Mayo severity from only video-level labels. Schwab et al. formulate each video as a bag of frames and use max-based multi-instance learning with either an ensemble of ranked binary heads or an ordinal regression head. For the ranked formulation, each head estimates \(p_{>m}(f)=\Pr(\mathrm{MES}(f)>m)\), the bag-level score is \(p_V^{(m)}=\max_i p^i_{>m}\), and the video-level MES is reconstructed from thresholded or converted frame-level probabilities. The best video-level ordinal agreement is obtained by Regression+MIL with quadratic weighted Cohen’s \(\kappa=0.68\) \((95\%\ \mathrm{CI}:0.64\!-\!0.72)\), while the Ensemble-Threshold model achieves \(\kappa=0.67\). On frame-level validation against a 4-reader consensus, Regression+MIL reaches \(\kappa=0.66\), and all reported methods fall within the \(95\%\) CI of human raters. The same framework reports AUC \(=0.92\) for mucosal healing and AUC \(=0.90\) for remission prediction [2109.14685].

Generative modeling has extended Mayo scoring from classification to controllable synthesis. "Disentangled Anatomy-Disease Diffusion (DADD) for Controllable Ulcerative Colitis Progression Synthesis" [2605.01848] models UC severity as a continuous ordinal progression along the Mayo Endoscopic Score. It uses an Additive Ordinal Embedder \(E[k]=\mathbf b+\sum_{i=0}^{k-1}\boldsymbol\delta_i\), a Feature Purifier that suppresses disease-correlated channels in CLIP-based image tokens, and Triple-Pathway Cross-Attention with anatomy, disease, and delta pathways. The delta pathway implements single-pass steering of \(\Delta y=y_t-y_s\). On LIMUC, DADD-H reports FID \(=27.20\), CMMD \(=0.037\), Precision \(=0.692\), and Recall \(=0.463\). For downstream MES classification, mixed real plus synthetic training raises accuracy from \(74.84\%\) to \(76.30\%\) and QWK from \(83.14\) to \(84.50\). A regression judge trained on real data rates DADD-H outputs at QWK \(=0.8153\) and RMSE \(=0.46\), near the reported real-data ceiling of \(0.8328\) and \(0.47\). This suggests that Mayo scoring has become not only a diagnostic label but also a controllable latent axis for disease-progression synthesis [2605.01848].

A recurring misconception in this literature is to treat MES as an ordinary multiclass target. The recent work consistently argues otherwise: MES is ordinal, noisy, and sensitive to acquisition artifacts, so methods that ignore ordering, confidence, or temporal/video structure lose clinically relevant information [2508.13280].

## 3. Mayo Clinic as a multimodal clinical research infrastructure

In another major sense, “Mayo” denotes Mayo Clinic as a data-producing and method-deploying institution. "Launching Insights: A Pilot Study on Leveraging Real-World Observational Data from the Mayo Clinic Platform to Advance Clinical Research" describes the Mayo Clinic Platform (MCP) as a scalable ecosystem integrating structured EHR, unstructured text, imaging, and genomics/omics. The reported volumes are substantial: more than 2.7 billion lab-result rows, more than 400 million medication orders, 1.25 billion clinical notes, and 3.9 billion images across radiology, pathology, and ECG waveforms. Institutional sources include Mayo Clinic and Mercy Hospital via the Mayo Clinic Care Network [2504.16090].

MCP’s de-identification pipeline removes direct identifiers, shifts dates by a random offset per patient, replaces dates with “days from index,” applies NLP redaction to free text, and restricts analysis to a FISMA-moderate secure enclaved compute environment. Data standardization aligns terminologies to ICD-10-CM, LOINC, and RxNorm, and organizes sentence-level note facts into the FACT_SYN_SENTENCES table with section labels in SYN_SECTION_HEADER_DK. Although the paper does not explicitly state use of OMOP CDM or FHIR, it states that MCP Discover implements a bespoke CDM with the same principles [2504.16090].

The platform’s reported analytic workflow has three steps: cohort definition in Cohort Visualizer, data extraction via SparkSQL in a Jupyter Notebook, and analysis in MCP Workspace using R or Python. Four pilot studies illustrate the range of supported designs. Heart-failure drug emulation uses propensity-score matching followed by Cox modeling and reports HR \(=0.88\) \((95\%\ \mathrm{CI}[0.82,0.94], p<0.001)\) for ACE-inhibitors versus ARBs, with concordance index \(c=0.72\). An antihypertensive-medication study on ADRD risk reports overall HR \(=0.76\) \((95\%\ \mathrm{CI}[0.71,0.82], p<0.0001)\) and interaction AHM\(\times\)metformin HR \(=0.85\) \((95\%\ \mathrm{CI}[0.78,0.93], p=0.002)\), with model \(c\)-index \(=0.69\). A BiGRU model for MCI-to-AD progression reports \(\mathrm{AUC}_{1\mathrm{yr}}=0.81\) and \(\mathrm{AUC}_{5\mathrm{yr}}=0.77\). A deep network for MACE after liver transplantation reports AUC \(=0.85\) \((95\%\ \mathrm{CI}[0.82,0.88])\), sensitivity \(=0.80\), and specificity \(=0.78\) [2504.16090].

Compared to Mayo’s internal Electronic Health Record data, MCP is reported to provide broader accessibility, enhanced data standardization, and multi-institutional integration. A plausible implication is that, in current biomedical AI usage, “Mayo” often indexes not a single dataset or clinic but a translational platform for cohort construction, model validation, and cross-institutional evidence generation [2504.16090].

## 4. Mayo Clinic in large-scale models: pathology, oncology, and forecasting

Mayo Clinic also appears in arXiv as a site of large-scale model development. "Atlas: A Novel Pathology Foundation Model by Mayo Clinic, Charité, and Aignostics" presents a self-supervised ViT-H/14 with 632 M parameters trained with the RudolfV/DINOv2 paradigm on 1.2 million de-identified histopathology whole-slide images from Mayo Clinic and Charité. The training corpus covers over 70 tissue or organ types, over 100 distinct staining protocols, slides from 7 whole-slide scanners, and four magnifications \(\{40\times,20\times,10\times,5\times\}\). In total, 3.4 billion tiles were generated, 520 million training tiles were sampled, training used AdamW with cosine decay for 100 epochs, and the run took about 3 weeks on a 128-GPU Nvidia H100 cluster inside the Mayo Clinic Platform. Frozen linear probes on 21 public benchmarks report Molecular-Average \(=44.9\), Morphology-Average \(=84.6\), and Overall Average \(=61.9\), with state of the art on 11 of 21 tasks [2501.05409].

Mayo Clinic data have also been used for graph-based precision oncology. A study of 794 adult cancer patients from Mayo Clinic Rochester combines EHR-derived phenotypic features and FoundationOne genetic test reports in a joint phenotypic/genetic graph. Eight GNNs are compared with conventional baselines. Mean performance for GNNs versus baselines is reported as accuracy \(0.849\) versus \(0.772\), precision \(0.858\) versus \(0.794\), recall \(0.843\) versus \(0.759\), and F1-score \(0.843\) versus \(0.755\). Among individual models, ChebNet, GraphSAGE, and TAGCN each report accuracy \(=0.901\), while GAT underperforms at accuracy \(=0.753\) and F1 \(=0.697\) [2101.05866].

A different Mayo Clinic modeling tradition is exemplified by the hierarchical Bayesian spatiotemporal SIR model for COVID-19 cases and hospitalizations. That system explicitly treats the transmission rate \(B_{i,t}=\exp\{\mu_{i,t}+\varepsilon_{i,t}\}\) as time-varying, uses county-level SIR state dynamics with Binomial recovery and vaccination flows, models spatial structure with CAR/GMRF priors, and performs Bayesian inference with a hybrid Gibbs–Metropolis–Hastings sampler. Forecast quality is assessed by RMSE, MAE, coverage, quantile score, and CRPS. The paper states that the model accurately predicted the timing and extent of the summer and fall surges at Mayo Clinic sites and was useful to the state of Minnesota for policy decisions [2104.04033].

Taken together, these studies show that “Mayo” in contemporary ML literature frequently denotes institutional scale: pathology foundation models, graph-based clinical stratification, and uncertainty-aware operational forecasting. This suggests a research profile organized around very large clinical corpora, heterogeneous modalities, and deployment-oriented evaluation [2501.05409].

## 5. Deborah Mayo and the error-statistical tradition

In the philosophy of statistics, “Mayo” refers to Deborah Mayo, whose work centers on error statistics and severe testing. Severe testing is defined by the idea that a hypothesis passes a test to the extent that the test would probably have found flaws if they were present. One formalization writes, for a testing problem with statistic \(T(X)\), observed data \(x_{\rm obs}\), and a specific alternative \(\theta_1\),
$$
\mathrm{SEV}(\theta_1; x_{\rm obs})=\Pr_{\theta_1}\{T(X)\ge T(x_{\rm obs})\}.
$$
This yields a severity profile over a grid of alternatives rather than a single binary decision. The associated program emphasizes long-run error probabilities, explicit discrepancies from the null, and model checking, rather than taking a large \(p\)-value as confirmation without regard to power [1905.08876].

In the error-statistical formulation reviewed by Christian Robert, the central quantities are the Type I error
$$
\alpha=\Pr_{H_0}(\text{reject }H_0),
$$
the Type II error
$$
\beta(\theta_1)=\Pr_{\theta=\theta_1}(\text{fail to reject }H_0),
$$
and power \(1-\beta(\theta_1)\). Mayo’s severity function is then used to assess whether a non-rejection is genuinely probative against departures of practical importance. The review also notes Mayo’s criticism of interpreting a \(p\)-value as a posterior probability that \(H_0\) is true, and her objection that Bayesian procedures do not directly guarantee the same long-run error control [1111.5827].

Debates over Mayo’s work are especially prominent in discussions of Birnbaum’s theorem. Birnbaum’s 1962 claim was that the Sufficiency Principle and the Conditionality Principle imply the Likelihood Principle. Deborah Mayo’s critique argues that violations of the Likelihood Principle need not violate either sufficiency or conditionality, because Birnbaum’s proof over-extends conditionality across hypothetical mixtures. Martin and Liu use this to reopen foundational questions and propose an inferential model framework based on validity and efficiency principles [1312.7183]. Fraser’s discussion similarly argues that standard, within-experiment forms of conditioning, especially in continuity-based inference using natural ancillaries and second-order \(p\)-value functions, do not force acceptance of the strong Likelihood Principle [1411.0809].

The controversy is therefore not about whether sufficiency, conditioning, and likelihood matter, but about how they are formulated and whether they jointly compel likelihoodism. In that literature, “Mayo” denotes a substantive philosophical position rather than an institution or scoring system [1905.08876].

## 6. Mayo et al. in computational materials science

A further use of “Mayo” occurs in materials modeling. A 2018 arXiv comment on a 2017 study by Mayo et al. concerns ab-initio random structure searching of Li–Sn intermetallics at \(0\) GPa and \(0\) K. According to the comment, Mayo et al. recovered experimentally known phases and reported two previously unknown stable structures on the convex hull: Li\(_8\)Sn\(_3\) in \(R\bar{3}m\) and Li\(_7\)Sn\(_2\) in \(P\bar{1}\). They also reported ten metastable compositions within 20 meV/atom of the hull [1807.10540].

Sen et al. re-evaluated the CIF files under tighter DFT convergence and phonon-stability checks and reported widespread contradictions in space-group assignment. The comment highlights five disputed compositions. For example, Li\(_3\)Sn\(_1\) is reported by Mayo et al. as “P3\(_2\)” in the Abstract and Table 1 and “P3m1” in Supporting Information, whereas Sen et al. find \(P2/m\). Li\(_7\)Sn\(_2\) is reported as “\(P\bar{1}\)” in the Abstract and Table 1 and “Cmmm” elsewhere, whereas Sen et al. identify \(P\bar{3}m1\). The comment attributes the disagreements to loose convergence criteria, inconsistent reporting across text, tables, and CIF archives, and incorrect CIF formats [1807.10540].

The significance of this dispute is practical. Hull-contacting phases in Li–Sn determine predicted voltage plateaus, volume expansion, and Li-ion diffusivity in tin-anode models. The comment therefore treats the Mayo et al. paper not as a terminological curiosity but as a contested contribution to first-principles materials prediction [1807.10540].

Source: https://www.emergentmind.com/topics/mayo