SAVRN
Search Contact SAVRN

Open-weight model · Image classification

mmfm-breast-imaging-checkpoints

by NFadlallah noe95/mmfm-breast-imaging-checkpoints

ResNet-18 binary (benign vs. malignant) classification checkpoints, trained per-dataset on eight public breast-imaging sources spanning ultrasound, Full write-up, methodology, and comparison to each source paper's own These are single-modality baselines, not…

Parameters
Context
Weights366.8 MB
Licensecc-by-4.0
AccessOpen weights
Monthly Downloads

Model Card

By NFadlallah, published under cc-by-4.0, revision 711698258531.

ResNet-18 binary (benign vs. malignant) classification checkpoints, trained per-dataset on eight public breast-imaging sources spanning ultrasound, Full write-up, methodology, and comparison to each source paper's own These are single-modality baselines, not the 3-branch fusion model. Each checkpoint is models.SingleBackboneClassifier (one ResNet-18 backbone, ImageNet-pretrained, first conv adapted for non-RGB inputs where applicable) — see models/backbone.py / training/train.py in the repo for the loading code. For the 5-fold datasets, this is one fold's checkpoint, not an ensemble or the averaged model — reported accuracy is the 5-fold mean from the full report for context, not this…

Read NFadlallah's full model card

MMFM Breast-Imaging Baselines — Single-Modality ResNet-18 Checkpoints

ResNet-18 binary (benign vs. malignant) classification checkpoints, trained per-dataset on eight public breast-imaging sources spanning ultrasound, mammography, and DCE-MRI. Code: MMFM repo. Full write-up, methodology, and comparison to each source paper's own numbers: docs/latex/main.tex in the repo.

These are single-modality baselines, not the 3-branch fusion model. Each checkpoint is models.SingleBackboneClassifier (one ResNet-18 backbone, ImageNet-pretrained, first conv adapted for non-RGB inputs where applicable) — see models/backbone.py / training/train.py in the repo for the loading code.

Files

File Dataset Modality Evaluation Test accuracy Notes
busbra_resnet18_fold1.pth BUS-BRA Ultrasound 1 of 5 official CV folds 0.828 ± 0.023 (5-fold mean) Paper-matched recipe; see Table 2 in the report
busi_resnet18_fold1.pth BUSI Ultrasound 1 of 5 stratified CV folds 0.884 ± 0.038 (5-fold mean) Full 780-image release
busc_resnet18_fold1.pth BUSC Ultrasound 1 of 5 stratified CV folds 0.992 ± 0.010 (5-fold mean) Near-perfect result flagged as unverified — Grad-CAM analysis in the report suggests possible shortcut learning (no ROI crop in this dataset's preprocessing); do not treat as a working classifier without further checks
breast_lesions_usg_resnet18_fold1.pth BrEaST-Lesions USG Ultrasound 1 of 5 case-level CV folds 0.726 ± 0.042 (5-fold mean) High fold-to-fold variance, ~51 test cases/fold
mias_resnet18_fold1.pth mini-MIAS Mammography 1 of 5 patient-level CV folds 0.599 ± 0.096 (5-fold mean) Weak result; misses ~51% of malignant cases (see per-class bias table in the report)
breastdm_resnet18.pth BreastDM DCE-MRI (9-channel img9Se) Official train/val split 0.880 Within 0.002 accuracy of the paper's own LG-CAFN fusion model; specificity is weak (0.542)
cdd_cesm_resnet18.pth CDD-CESM Mammography (contrast-enhanced) Single patient-level split, smoke test 0.614 Not a tuned reproduction — no augmentation search or class weighting yet
cmmd_resnet18.pth CMMD Mammography Single patient-level split, smoke test 0.758 Class-weighted CE; not a tuned reproduction — no CV, no multi-view aggregation

For the 5-fold datasets, this is one fold's checkpoint, not an ensemble or the averaged model — reported accuracy is the 5-fold mean from the full report for context, not this specific file's number. See the repo's docs/results_report.md and docs/per_class_results.md for per-fold and per-class (sensitivity/specificity/FP-vs-FN bias) detail.

Known limitations (see the full report for detail)

  • BUSC's near-perfect accuracy is flagged, not confirmed — Grad-CAM shows diffuse, non-lesion-localized activation, consistent with the dataset's lack of an ROI crop step.
  • mini-MIAS, CDD-CESM, and CMMD are weak/preliminary results, not submission-ready baselines.
  • Most datasets use image- or row-level splits, not patient-level, where the source release doesn't ship a patient identifier (BUSI, BUSC) — possible near-duplicate leakage across folds.

Source data attribution

Intended use

Research and educational use for breast-imaging CAD baselines and reproduction studies. Not validated for clinical use. Several of these checkpoints (BUSC, mini-MIAS, CDD-CESM, CMMD) have known weaknesses documented above and in the linked report — read those sections before using any of these checkpoints for anything beyond a baseline comparison.

Identity and Version

Repository
noe95/mmfm-breast-imaging-checkpoints
Publisher
NFadlallah
Task
Image classification
Modality
Image
Library
Not stated by the source
Parameters
Not stated by the source
Languages
Not stated by the source
Revision
711698258531601fc58944969be86157ee9d74b3
First published
2026-09-18
Last updated
2026-09-18

Files and Weights

10 files, 366.8 MB in total. The weights are 8 files totalling 366.8 MB in pth.

Weights8 files · 366.8 MB
Documentation1 file · 4.9 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
breast_lesions_usg_resnet18_fold1.pthWeights45.8 MB 252b558fbe4c
breastdm_resnet18.pthWeights45.9 MB 0e3c90232a9a
busbra_resnet18_fold1.pthWeights45.8 MB 2589e91e299b
busc_resnet18_fold1.pthWeights45.8 MB 4c05a59477cf
busi_resnet18_fold1.pthWeights45.8 MB 2464ad6ae8bf
cdd_cesm_resnet18.pthWeights45.8 MB 81dbac414031
cmmd_resnet18.pthWeights45.8 MB 87d690d17663
mias_resnet18_fold1.pthWeights45.8 MB 5d128ae63aa6
README.mdDocumentation4.9 KB
.gitattributesRepository1.5 KB

License and Download

License
cc-by-4.0
Access
Open weights, no gate
Download size
366.8 MB
Download from NFadlallah

Released by NFadlallah through its official repository on Hugging Face. Read the license.

Memory Requirements

PrecisionWeights in memory
As published366.8 MB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About mmfm-breast-imaging-checkpoints

Can I use mmfm-breast-imaging-checkpoints commercially?

Yes. mmfm-breast-imaging-checkpoints is released under Creative Commons Attribution 4.0. CC BY 4.0 permits sharing and adapting the work, including commercially, provided the creator is credited and changes are indicated.

Similar Models

Model · Image classification

swinv2-tiny-patch4-window16-256

Microsoft

Swin Transformer v2 model pre-trained on ImageNet-1k at resolution 256x256. It was introduced in the paper Swin Transformer V2: Scaling Up Capacity and Resolution by Liu et al. and first released in this repository. Disclaimer: The team releasing Swin Transformer v2 did not write a model card for this model so this model card has been written by the Hugging Face team. The Swin Transformer is a type of Vision Transformer. It builds hierarchical feature maps by merging image patches (shown in gray) in deeper layers and has linear computation complexity to input image size due to computation of self-attention only within each local window (shown in red). It can thus serve as a general-purpose…

Open weights apache-2.0 transformers

Model · Image classification

AI-image-detector

Matthew Maybe

NOTE: Unless you are trying to detect imagery generated using older models such as VQGAN+CLIP, please use the updated version of this detector instead. This model is a proof-of-concept demonstration of using a ViT model to predict whether an artistic image was generated using AI. It was created in October 2022, and as such, the training data did not include any samples generated by Midjourney 5, SDXL, or DALLE-3. It still may be able to correctly identify samples from these more recent models due to being trained on outputs of their predecessors. Furthermore the intended scope of this tool is artistic images; that is to say, it is not a deepfake photo detector, and general computer imagery…

Open weights cc-by-4.0 transformers

Model · Image classification

traffic-sign-adverse-weather

Yy

Official model checkpoints for the solution in the Traffic Sign Recognition under Adverse Weather Competition. See classes.txt for the 25 traffic sign classes. For inference scripts, training code, and in-depth engineering retrospective, visit the GitHub Repository.

Open weights mit timm

Model · Image classification

tinyvit-5m-int8-imagenet

Core Epoch

TinyViT-5M (timm/tinyvit5m224.distin22kftin1k, Apache-2.0) quantized to INT8 with Kenosis — 128-image calibration, no retraining. 80.53% top-1 from a 9.2 MB single file, on ONNX Runtime or OpenVINO, CPU or GPU, no accelerator required. ImageNet-1K validation, 49,872 images (disjoint from the 128 calibration images). Measured on a CPU with AVX-VNNI; on CPUs without VNNI this model's INT8 top-1 sits ~0.9 below FP32 rather than 0.34. Input 1x3x224x224, RGB, /255, ImageNet mean/std. Output logits [1,1000], sorted-synset order. runclassify.py / evalimagenet.py reproduce the demo and table. tinyvit5m224int8kenosis.onnx (9,228,567 B) — SHA-256…

Open weights apache-2.0 onnx