Papers
Topics
Authors
Recent
Search
2000 character limit reached

CMEdataset in Clinical & Biomedical Research

Updated 30 June 2026
  • CMEdataset is a collection of carefully curated datasets spanning cardiac MRI reconstruction and biomedical CDE harmonization, each validated with rigorous protocols.
  • It supports advanced techniques such as deep learning, unsupervised clustering, and physics-based reconstructions, achieving robust benchmarks like high PSNR and SSIM scores.
  • The resource enables interoperability in medical research by standardizing imaging data and semantic grouping of clinical data elements for enhanced analysis.

CMEdataset refers to multiple high-value, domain-specific datasets across clinical medicine, biomedical informatics, medical imaging, and geospatial compliance. The precise meaning of "CMEdataset" varies by context, with notable instances including a canonical resource for automated cardiac MRI reconstruction, a large-scale compendium for biomedical common data element (CDE) harmonization, and others in micro-expression analysis, medication timeline extraction, and cartographic anomaly detection. Each instance is independently curated, employs rigorous annotation and validation protocols, and is tightly bound to high-impact benchmarks or methods. The following survey synthesizes the defining characteristics, methodologies, and research applications of CMEdataset in its two most widely cited forms: (1) CMRxRecon, the open cardiac MRI dataset for accelerated imaging (Wang et al., 2023), and (2) the NIH NLM CDE harmonization corpus and clustering protocol (Krishnamurthy et al., 2 Jun 2025).

1. Cardiac MRI Reconstruction: CMRxRecon (CMEdataset)

1.1 Dataset Composition and Scope

CMRxRecon provides a comprehensive, multi-contrast, multi-coil dataset optimized for benchmarking deep learning and physics-based accelerated cardiac magnetic resonance imaging (CMR) reconstruction algorithms. It comprises data from 300 healthy volunteers (mean age: 26±5 years, 53% female), acquired on a Siemens MAGNETOM Vida 3 T using a 32-channel coil and subsequently compressed to 10 virtual coils via ESPIRiT-based methods. Coverage includes:

  • Cine MRI (TrueFISP): Dynamic multi-phase imaging for functional analysis over 12–25 temporal phases (short-axis: 5–11 slices; LAX: 2-, 3-, 4-chamber).
  • T1 mapping (MOLLI 4-(1)-3-(1)-2): Nine inversion-weighted images per SAX slice.
  • T2 mapping (T2-prep FLASH): Three T2-weightings per SAX slice.

Inclusion criteria required no history of cardiovascular disease and successful completion of all protocol components.

1.2 Data Format, Storage, and Metadata

Data organization is modality, view, and instance granular, with dedicated hierarchies for multi-coil and single-coil data:

  • Raw k-space: Multi-coil .mat files (kx, ky, channels, slices, temporal frames), accompanied by undersampling masks and metadata (e.g., inversion times, echo times in .csv).
  • Reconstructed images: NIfTI (.nii.gz) for gold-standard references, with voxel grid and affine alignment between images and segmentation masks.
  • Annotations: Per-slice segmentations (ITK-SNAP, by radiologists) of myocardium and main cardiac chambers for both LAX (LA, RA, LV, RV) and SAX (LV/RV blood pool and myocardium).

Standardized scripts are provided for data integrity checking, input/output mapping, and metric computation (NMSE, PSNR, SSIM, RMSE).

1.3 Sampling, Acceleration, and Forward Model

Retrospective uniform Cartesian undersampling is performed in the phase-encode direction, enforcing fully sampled 24-line ACS regions and identical sampling masks across all slices of a volume. Supported acceleration factors in training are 4×, 8×, and 10×. The forward model for multi-coil data is:

y=MFx+ny = M F x + n

where xCNx \in \mathbb{C}^N is the target image, FF is the multi-coil Fourier operator, MM is the sampling mask, yy the under-sampled k-space data, and nn measurement noise. Partial Fourier correction uses projection-onto-convex-sets (POCS) before coil combination; GRAPPA-reconstructed lines provide reference full-k-space.

1.4 Reconstruction Baselines and Metrics

Baseline implementations include GRAPPA, ESPIRiT, MoDL (model-based deep learning), and SENSE. Quantitative assessments on the validation set reveal:

  • Cine SAX/LAX (MoDL, 4–10×): PSNR ≈ 27–37 dB, SSIM 0.75–0.93, NMSE 0.02–0.05
  • T1/T2 mapping (MoDL, 4–10×): PSNR ≈ 27–39 dB, SSIM 0.81–0.94, NMSE 0.006–0.06

Metrics:

  • Cine: NMSE, PSNR, SSIM (structural similarity)
  • Mapping: RMSE on T₁/T₂ maps

1.5 Licensing and Access

The dataset is distributed under CC BY 4.0, with access granted via Synapse (https://www.synapse.org/#!Synapse:syn51471091/wiki/) after simple registration. All code and documentation are openly accessible for research use.

1.6 Applications and Research Significance

CMRxRecon supports research in end-to-end deep learning (unrolled networks, transformers, GANs), domain adaptation across imaging contrasts, joint reconstruction/segmentation, spatio-temporal acceleration, cross-contrast fusion (e.g., dual-domain cross-attention), uncertainty quantification, and robust free-breathing cine with motion correction (Wang et al., 2023). Its standardized design and rigorously annotated references constitute a high-fidelity benchmark for the CMR community.

2. Biomedical CDE Harmonization: NIH NLM CMEdataset

2.1 Specification, Content, and Preprocessing

The NIH NLM CMEdataset forms a comprehensive, semantically harmonized corpus of 24,363 Common Data Elements compiled from the NLM CDE Repository, spanning diverse biomedical domains (NINDS, NHLBI, GRDR, PROMIS, Neuro-QOL, etc.). Each CDE record includes:

  • Identifiers: tinyId, stewardOrg
  • Descriptive fields: designation ("Preferred Question Text"), definition, permissibleValues (concatenated list)
  • Processing pipeline: JSON data is loaded to pandas DataFrame, filtered for core fields, normalized, and composite text fields are generated for embedding (Krishnamurthy et al., 2 Jun 2025).

2.2 Mathematical Embedding and Similarity Structure

Each CDE is mapped to a 1536-dimensional dense vector ei=E(ti)R1536e_i = E(t_i) \in \mathbb{R}^{1536} via OpenAI’s text-embedding-3-small, with E:TextR1536E: \mathrm{Text} \rightarrow \mathbb{R}^{1536}. Semantic similarity is computed using cosine distance:

cos(ei,ej)=eiejei2ej2,distance=1cos(ei,ej)\mathrm{cos}(e_i, e_j) = \frac{e_i \cdot e_j}{\|e_i\|_2 \|e_j\|_2}, \quad \mathrm{distance} = 1 - \mathrm{cos}(e_i, e_j)

2.3 Unsupervised Clustering and Labeling

Hierarchical Density-Based Spatial Clustering of Applications with Noise (HDBSCAN) partitions the embedding space based on mutual reachability and core distances, maximizing cluster stability. Sweeping min_cluster_size from 5 to 500 and optimizing internal scores (Silhouette, Dunn, Davies–Bouldin), the authors selected min_cluster_size = 20, yielding 118 semantically coherent clusters. Each cluster receives a concise LLM-generated label (via gpt-3.5-turbo), operationalized by summarizing up to 20 representative texts.

2.4 Supervised Classification and External Validation

The 1536-dimensional embeddings and their assigned cluster labels are used to train a Random Forest classifier (n_estimators=100), achieving overall accuracy of 0.9046 (80/20 train/test split). External category agreement is evidenced by Adjusted Rand Index (0.52) and Normalized Mutual Information (0.78), when benchmarked against Gravity SDOH domains.

2.5 Reproducibility, Data Access, and Extensibility

All records are accessible via the NLM CDE Repository's RESTful API (https://cde.nlm.nih.gov/home). Processing, embedding, clustering, and classification pipelines are provided as open-source code. The protocol is directly extensible to other major CDE repositories (caDSR, METEOR), and all processed data can be exported in Parquet format. The full methodology is documented in CDE_methodology.ipynb (Krishnamurthy et al., 2 Jun 2025).

2.6 Impact and Use Cases

This CMEdataset instance enables large-scale, automated harmonization and semantic grouping of CDEs, mitigating semantic heterogeneity and structural fragmentation across biomedical datasets. Applications include:

  • Efficient CDE selection for study design or meta-analysis
  • Automated classification and integration in clinical research informatics
  • Supporting interoperability and ontology alignment across independent data collections

High classifier accuracy on large and diverse CDE categories supports robust generalization, facilitating broader adoption of interoperable biomedical data standards.

3. Sibling Datasets and Contextual Usage of "CMEdataset"

Confusion may arise due to the use of the term CMEdataset in disparate domains. Other notable referents, each distinct in construction and focus, include:

  • Child Micro-Expression Dataset (CMED): A facial micro-expression video resource for pediatric psychotherapy studies, with LOSO-CV baselines (Nikin~Matharaarachchi et al., 27 Mar 2025).
  • Contextualized Medication Event Dataset (CMED): Annotated clinical notes capturing medication events across action, temporality, certainty, and actor axes (Mahajan et al., 2020).
  • Problematic China Map Detection (CME): Geospatial dataset for detecting non-compliant or politically sensitive cartographic errors in digital map images (Xu et al., 10 Apr 2025).
  • CareMedEval (CME): Biomedical critical appraisal MCQA benchmark for LLM evaluation (Bonzi et al., 5 Nov 2025).

Each is unrelated in content, sharing only the CME/CMEdataset abbreviation. Context and citation are essential for accurate identification.

For CMR imaging, OCMR (v1.0) (Chen et al., 2020) provides a precursor open-access multi-coil k-space dataset, but with a smaller subject pool (53 fully sampled, 212 undersampled) and lacking standardized mapping, segmentation, or deep learning recon benchmarks matching the comprehensiveness of CMRxRecon. In the biomedical harmonization domain, no prior resource combines dense LLM-based embedding, unsupervised clustering, LLM label synthesis, and external domain validation over >24,000 CDEs as in the NIH NLM CMEdataset framework (Krishnamurthy et al., 2 Jun 2025).

5. Research Applications and Scientific Implications

CMEdataset, in both its primary instances, serves as a catalyst for methodological advances:

  • CMRxRecon: Benchmarking, algorithmic innovation in image reconstruction, segmentation, uncertainty estimation, and real-world deployment for accelerated CMR.
  • NLM CMEdataset: Accelerating semantic harmonization, data integration, and automated domain-driven CDE selection—key for large-scale, multi-cohort biomedical studies.

The presence of LLM-based semantic labeling and high-accuracy classification illustrates the maturity of deep representation learning and its pragmatic utility in dataset harmonization, while the cardiac imaging release demonstrates the role of standardized references in validating and comparing deep learning against classical compressed sensing and parallel imaging.

References

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 CMEdataset.