Data & Analysis ✓ NVIDIA · Official medical-imagingmriniftidiffusion-modelfine-tuningmonaicuda

NV Brain MRI Diffusion Fine-Tuner

Fine-tune the NV-Generate-CTMR diffusion UNet from NIfTI brain MRI training volumes.

FollowSkills review · FSRS-2.0
Not recommended
51/ 100 5-point scale 2.6 / 5
Trust16 / 25 · 3.2/5

The skill clearly limits use to engineering research, discloses outputs, network endpoints, caches, GPU training, and writes, and records the upstream commit. However, it permits Bash execution, dependency installation, GitHub/Hugging Face access, modification of the user Python environment, and home-directory writes without per-run confirmation, sensitive-MRI handling guidance, isolation, or rollback, so points are deducted.

Reliability8 / 20 · 2.0/5

The entrypoint, configuration layering, input validation, staged command plan, exit codes, and stderr-tail reporting are reasonably clear, and unit-test source is included. However, no independently verifiable execution or CI coverage is supplied; the real path depends on the upstream checkout, CUDA, weights, and package versions, while abnormal-case recovery remains incomplete. The score stays within the static-review ceiling.

Adaptability8 / 15 · 2.7/5

The audience, NIfTI/MONAI datalist format, modality choices, preflight mode, and non-clinical boundary are fairly clear. However, the skill targets a CUDA-capable upstream environment, provides no Chinese-language interaction guidance, and depends centrally on GitHub and Hugging Face without explaining mainland-China reachability or alternatives, so points are deducted.

Convention9 / 15 · 3.0/5

SKILL.md covers purpose, prerequisites, commands, configuration, monitoring, tuning, limitations, and troubleshooting. The manifest supplies versioning, I/O, dependencies, a pinned upstream commit, and side effects; Apache-2.0 licensing and authorship are stated. Missing pieces include a formal changelog, durable maintenance owner/update path, inconsistent version metadata in the skill card, and a reported author-format schema finding.

Effectiveness6 / 15 · 2.0/5

The wrapper directly supports preflight, config staging, embedding generation, training, optional inference, and result summaries, with a useful preflight-first workflow. However, real training and generation require an external checkout, model weights, CUDA, and user data; the two-epoch default is only for verification, and no statically verifiable representative artifact or quality assessment is provided. The score therefore remains conservative.

Verifiability4 / 10 · 2.0/5

The source code, manifest, tests, benchmark report, and pinned upstream revision provide useful audit trails, and outputs record commands, commits, and stderr. However, this review is static, the benchmark is small with no negative tasks, and no independently reproducible CI evidence or real training result is supplied, limiting evidence coverage.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Before execution, explicitly confirm and isolate Bash execution, dependency installation, network access, home-directory caching, and the caller-provided output path.
  • Do not use generated MRI volumes or checkpoints for clinical, regulatory, production-data approval, or unsupervised expert conclusions.
  • Verify the upstream checkout, model weights, dependency versions, and network reachability, and establish local storage and log-redaction controls for sensitive imaging data.
See the full review method →

What does this skill do, and when should you use it?

This skill fine-tunes the NV-Generate-CTMR rflow-mr-brain diffusion UNet using user-supplied NIfTI training volumes. Its Python wrapper stages configuration, creates latent embeddings, and delegates training to the upstream scripts, with optional inference. A GPU-free preflight check is recommended before launching training. It is not intended for clinical interpretation, regulatory use, autonomous diagnosis, or approval of synthetic data for production training.

Reads a MONAI-style datalist JSON and data root, validating relative image paths and modality metadata; runs scripts/run_mr_brain_finetune.py; stages the configuration and datalist, calls scripts.diff_model_create_training_data to create embeddings, writes embedding sidecars, and calls scripts.diff_model_train; optionally calls scripts.diff_model_infer. It writes embeddings, checkpoints, logs, a workflow summary, and optional inference images under the output directory, and prints result JSON to stdout. It may contact Hugging Face and GitHub for model assets or the upstream checkout.

  1. Medical AI researchers validating fine-tuning on their own NIfTI brain MRI volumes.
  2. Model developers adapting the diffusion UNet to supported brain MRI modalities such as mri_t1, mri_t2, or mri_flair.
  3. Engineers checking datalist paths, modality metadata, and configuration before committing GPU resources to training.
  4. Research teams producing a fine-tuned checkpoint and reviewing it through built-in inference or the nv-generate-mr-brain inference skill.

What are this skill's strengths and limitations?

Pros
  • Provides a wrapped workflow from datalist validation through embedding creation and checkpoint output.
  • Supports preflight checks, mixed precision, multi-GPU execution, and optional inference.
  • Allows tuning learning rate, batch size, cache rate, and inference parameters through configuration JSON.
  • Records checkpoints, embedding sidecars, inference outputs, and command results for run tracking.
Limitations
  • Real training requires an NVIDIA CUDA GPU, upstream dependencies, and downloaded MR-brain weights.
  • The first run precomputes latent embeddings, which can increase startup time and resource use.
  • Training is not deterministic across hardware, CUDA, and package versions.
  • The skill manages file accounting and command provenance, not anatomical realism or downstream utility, and provides no clinical or production approval basis.

How do you install this skill?

Install the NVIDIA skill from the collection with: npx skills add nvidia/skills --skill nv-generate-mr-brain-finetune --yes. The README does not document a separate manual installation procedure for this skill; runtime use also requires executing from the Medical AI Skills repository root and preparing an NV-Generate-CTMR checkout.

How do you use this skill?

Run the preflight first: export NV_GENERATE_ROOT="${NV_GENERATE_ROOT:-$HOME/.cache/nvidia-skills/upstreams/NV-Generate-CTMR-61c4ec7}" && python skills/nv-generate-mr-brain-finetune/scripts/run_mr_brain_finetune.py PATH_TO_DATALIST.json --data-base-dir PATH_TO_DATA_ROOT --output-dir runs/nv_generate_mr_brain_finetune_preflight --preflight. After validation, install the upstream requirements, remove --preflight, and add options such as --epochs, --modality, --num-gpus, or --run-inference as needed. Do not use the fixture datalist for real training.

FAQ

Can this be used for clinical deployment or production training-data approval?
No. The source explicitly excludes clinical interpretation, regulatory use, autonomous diagnosis, clinical deployment, and approval of production training data.
Does preflight require a GPU?
The recommended preflight checks and stages inputs without launching GPU training; actual fine-tuning requires an NVIDIA CUDA GPU.
What causes the diffusion training scripts not found error?
NV_GENERATE_ROOT is usually unset or does not point to a current NV-Generate-CTMR checkout containing diff_model_create_training_data.py, diff_model_train.py, and diff_model_infer.py.
Does the skill access the network or write local files?
Yes. It writes staged configs, embeddings, checkpoints, and logs under the output directory, and may access Hugging Face for model assets and GitHub for the upstream checkout.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CT Fine-Tuning

Fine-tune NV-Segment-CT VISTA3D on labeled CT NIfTI datasets.

Data & Analysis ✓ NVIDIA · Official

NV-Generate-MR

Generate synthetic body MRI volumes through NVIDIA’s rflow-mr workflow.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CTMR Medical Image Segmentation

Run CT or MRI NIfTI segmentation and capture inspectable label-map evidence.

Data & Analysis ✓ NVIDIA · Official

Synthetic Brain MRI Generator

Generate synthetic brain MRI volumes through NVIDIA’s documented workflow.

Data & Analysis ✓ NVIDIA · Official

NV-Generate-CT Synthetic CT Generator

Generate paired synthetic CT volumes and masks through NVIDIA’s rflow-ct pipeline.

Data & Analysis ✓ NVIDIA · Official

NV-Generate Medical Imaging VAE Fine-Tuning

Fine-tune the NV-Generate-CTMR MAISI VAE on CT or MRI NIfTI training volumes.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CT Medical Imaging Segmentation Skill

Run VISTA3D on CT NIfTI volumes and produce verifiable label-map evidence.

Data & Analysis ✓ NVIDIA · Official

DICOM CT Series to NIfTI Volume

Converts one CT DICOM series into a HU NIfTI volume with affine evidence.

Dev & Engineering ✓ NVIDIA · Official

i4h Catheter Navigation Workflow Guide

Orients agents to the right stage of NVIDIA’s endovascular catheter navigation workflow.

Dev & Engineering ✓ NVIDIA · Official

Catheter Navigation DRR Renderer

Generate a single digitally reconstructed radiograph from CT data or a synthetic phantom for fluoroscopy previews and renderer smoke tests.

Data & Analysis ✓ NVIDIA · Official

Nemotron Customization Pipelines

Plan, configure, and chain existing Nemotron steps for data preparation, training, alignment, conversion, optimization, and evaluation.

Dev & Engineering ✓ NVIDIA · Official

NeMo MBridge Recipe Recommender

Recommends adjustable Megatron Bridge recipes for your model, GPU budget, and training goal.

Data & Analysis ✓ NVIDIA · Official

Nemotron Retrieval Recipes

Plan, debug, tune, evaluate, export, and deploy Nemotron embedding and reranking recipes.

Data & Analysis ✓ NVIDIA · Official

DICOM Series Preflight

Header-only validation for one DICOM series before conversion or inference.

Data & Analysis ✓ NVIDIA · Official

Cosmos-Embed Video Retrieval & Fine-Tuning

Use Cosmos-Embed1 to embed, retrieve, deduplicate, and fine-tune video-text data.

Data & Analysis ✓ NVIDIA · Official

DICOM Metadata Extractor

Extract selected metadata from one DICOM file and flag PHI in standard tags.

Dev & Engineering ✓ NVIDIA · Official

NV-Reason-CXR Chest X-ray Reasoning Test

Runs reproducible command-shape and live inference smoke tests for chest X-ray reasoning.

Data & Analysis ✓ NVIDIA · Official

Clinical ASR Fine-Tuning

Fine-tune Parakeet TDT v2 with NeMo for clinical vocabulary and close the loop with offline KER evaluation.

Data & Analysis ✓ NVIDIA · Official

Catheter Navigation Vascular Digital Twin

Turn CT angiography data into a patient-specific vascular digital twin for catheter-navigation workflows.

Data & Analysis ✓ NVIDIA · Official

PAIDF AnomalyGen

Fine-tune, generate, evaluate, and refine synthetic anomaly images.

Related skills