Radiology Deep Learning logo

Radiology Deep Learning

CommunityPopular
huang-sir1
radiology-deep-learning

Design and audit imaging deep-learning studies to Radiology (RSNA) / CLAIM 2024 standard, or to Nature-portfolio / FUTURE-AI trustworthy-AI standard — architecture choice (2D/2.5D/3D CNN, Transformer/ViT, segmentation/detection nets, prognostic models), transfer learning vs self-supervised pretraining vs training from scratch, how images/masks/clinical/text/molecular inputs enter the model, data splitting and augmentation, class imbalance, hyperparameter search, baselines, external validation, interpretability/explainability (Grad-CAM, SHAP, attention), uncertainty quantification (MC dropout, ensembles, conformal prediction), and robustness/OOD testing — with patient-level partition hygiene throughout. Use when the user plans or reviews a CNN/Transformer/3D/segmentation/detection/foundation/multimodal imaging model, mentions transfer learning, self-supervised, nnU-Net, ViT, data augmentation, class imbalance, explainability, uncertainty, robustness, or "影像深度学习/深度学习模型". Produces a model+training+validation design, a leakage audit, and Methods text. Never fabricates performance or training details.

Overview

Publisherhuang-sir1
Repositoryradiology-skills
Skill nameradiology-deep-learning
Stars
1.7K
Forks
17
Bundled files
6
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 6 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by huang-sir1 on GitHub. Read the source before you install it.

Installation

Install the Radiology Deep Learning AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/huang-sir1/radiology-skills.git /tmp/radiology-skills
mkdir -p .claude/skills
cp -r /tmp/radiology-skills/radiology-skills/modules/radiology-deep-learning .claude/skills/radiology-deep-learning
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Radiology Deep Learning in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Radiology Deep Learning on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Radiology Deep Learning is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Imaging Deep-Learning Study Design

Use this skill to design (or audit) an imaging deep-learning study so it is reproducible, honestly validated, and CLAIM-compliant. DL imaging papers get torn apart for slice-level splits, patient overlap, test-set tuning, no external validation, and baselines that are too weak to make "deep learning wins" mean anything. This skill encodes the architecture/training choices and the partition hygiene reviewers enforce.

Core stance

  • Patient-level everything. Splits, augmentation, and any data-dependent step respect the patient boundary — slices/lesions/sequences/timepoints from one patient never span sets.
  • Right capacity for the data. Small cohorts → transfer learning, self-supervised pretraining, strong simple baselines, heavy augmentation, and nested CV — not a giant model trained from scratch on 200 images.
  • Beat a real baseline. "DL is better" needs a fair comparator: a radiomics/clinical model, a strong simpler network, or radiologists — tuned as carefully as the proposed model.
  • Inputs declared. State exactly how images, masks, clinical variables, text, and molecular data enter the model (channels, crops, fusion point), and how missing modalities are handled.
  • External validation is the headline, not a footnote. Internal CV alone is weak; freeze the pipeline and validate on an unseen site/period (→ radiology-design/validation-strategy).
  • Report calibration + utility, failure cases, and CIs — not just AUC/Dice (→ radiology-stats).
  • Explain, quantify uncertainty, and stress-test. A high-AUC model with no interpretability, no confidence estimate, and no robustness check is under-built for a high-impact venue — RQS 2.0 (2025) scores explainability/fairness directly, and reviewers increasingly ask (→ interpretability-uncertainty.md).
  • Integrity. Never invent performance, training curves, or hyperparameters; mark what must be run.

When to use

  • "Design a CNN/Transformer/3D/segmentation/detection/prognostic imaging model." / "影像深度学习课题设计。"
  • "Transfer learning vs self-supervised vs from scratch for my cohort size?"
  • "How should images + clinical + pathology/text enter the model (multimodal fusion)?"
  • "Augmentation, class imbalance, hyperparameter search, baselines — how to set up?"
  • "Audit my DL Methods for slice-level leakage / patient overlap / test-set tuning."

When to open extra files

FileOpen when
references/architecture-choice.mdChoosing 2D/2.5D/3D CNN, Transformer/ViT, segmentation/detection/prognostic heads; foundation models; capacity vs cohort size
references/training-protocol.mdTransfer/SSL/from-scratch, splits, augmentation, class imbalance, loss/optimizer/schedule, hyperparameter search, checkpointing, seeds
references/multimodal-inputs.mdHow images/masks/clinical/text/molecular inputs enter the model; fusion strategies; missing-modality handling
references/dl-leakage-audit.mdThe DL-specific leakage/validity checklist reviewers weaponise
references/interpretability-uncertainty.mdExplainability (Grad-CAM/SHAP/attention) reported without overclaiming; uncertainty quantification (MC dropout, ensembles, conformal prediction); robustness/OOD testing; FUTURE-AI framing
references/foundation-models-trustworthy-ai.mdFoundation models, ViT, SSL, VLM/report generation, 3D radiology models, adapter/LoRA, UQ/XAI/causal robustness, or deployment-grade trustworthy AI

Workflow

  1. Confirm the design (reuse radiology-design) — task, endpoint, unit (patient-level), cohorts, validation type, realistic capacity given n.
  2. Choose architecture (architecture-choice.md) — dimension, family, task head; justify capacity vs cohort size; pick the baseline(s) to beat.
  3. For foundation/trustworthy-AI designs, open foundation-models-trustworthy-ai.md and specify pretraining/adaptation, baseline ladder, calibration, UQ, XAI stability, OOD/robustness, fairness, and shortcut/confounder audits.
  4. Define inputs (multimodal-inputs.md) — channels/crops/fusion; missing-modality rule; leakage-safe use of masks and clinical/text/molecular data.
  5. Set training (training-protocol.md) — transfer/SSL/scratch, patient-level splits, augmentation, imbalance handling, loss/optimizer/schedule, nested-CV hyperparameter search, seeds, checkpoint selection (on validation, never test).
  6. Validate — internal (patient-level CV) + external/temporal/geographic with the pipeline frozen; report discrimination, calibration, utility, failure cases, CIs (→ radiology-stats).
  7. Explain + quantify uncertainty + stress-test (interpretability-uncertainty.md) — pick a method matched to the architecture; report bounded, with failure cases, not only flattering examples.
  8. Audit leakage (dl-leakage-audit.md) and write Methods to CLAIM 2024.

Output contract

  1. Model design — architecture, task head, capacity rationale, baseline(s).
  2. Input spec — how each modality enters; fusion point; missing-modality handling.
  3. Training protocol — pretraining strategy, splits, augmentation, imbalance, loss/optim/ schedule, hyperparameter search, seeds, checkpoint rule — reproducibly.
  4. Validation plan — internal + external; metrics incl. calibration/utility + failure cases.
  5. Interpretability & uncertainty — method, parameters, quantitative check, and the bounded claim it supports (→ interpretability-uncertainty.md).
  6. Trustworthiness modules — for foundation/VLM/deployment-grade models: calibration, UQ, OOD/fairness, XAI stability, shortcut/confounder audit.
  7. Leakage audit — pass/fail per item + fix.
  8. Methods paragraph — CLAIM-aligned prose (+ 待确认 for Chinese authors).

Quality bar

A good DL design is reproducible from the protocol, splits at the patient level, beats a fair baseline, validates externally with the pipeline frozen, and reports calibration and failure cases — not a single AUC from a slice-level split.

Handoffs

  • Hand-crafted feature comparison / deep-feature extraction context → radiology-radiomics.
  • Segmentation/detection ground-truth mask SOP and reader reproducibility → radiology-annotation.
  • CLAIM/TRIPOD+AI audit, FUTURE-AI/TRIPOD-LLM edge cases → radiology-reporting.
  • Metrics, CIs, DeLong, calibration, MRMC, sample size → radiology-stats.
  • Validation-type design (external/temporal/multi-center) → radiology-design.
  • Biological interpretation of deep features → radiology-radiogenomics.
  • Reader study / prospective deployment / monitoring for drift → radiology-translation.
  • Figures (architecture, ROC, calibration, Grad-CAM, uncertainty plots) → radiology-figure.
  • Reframing this as a funding proposal instead of / alongside a paper → radiology-grant.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Radiology Deep Learning AI skill do?

Design and audit imaging deep-learning studies to Radiology (RSNA) / CLAIM 2024 standard, or to Nature-portfolio / FUTURE-AI trustworthy-AI standard — architecture choice (2D/2.5D/3D CNN, Transformer/ViT, segmentation/detection nets, prognostic models), transfer learning vs self-supervised pretraining vs training from scratch, how images/masks/clinical/text/molecular inputs enter the model, data splitting and augmentation, class imbalance, hyperparameter search, baselines, external validation, interpretability/explainability (Grad-CAM, SHAP, attention), uncertainty quantification (MC dropou...

Why use Radiology Deep Learning on TypingMind?

Because you install it once and use it with any model. Radiology Deep Learning is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Radiology Deep Learning in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/huang-sir1/radiology-skills/tree/main/radiology-skills/modules/radiology-deep-learning. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Radiology Deep Learning?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Radiology Deep Learning?

As many as you like. As long as a model supports skills, you can use Radiology Deep Learning with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Radiology Deep Learning AI skill free?

Yes. It is published on GitHub by huang-sir1 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇