Inferensys

Glossary

Computer-Aided Diagnosis (CADx)

An AI system that goes beyond detection to characterize a detected lesion, providing an assessment of disease likelihood, malignancy probability, or a specific BI-RADS category.
Developer building agentic RAG system, retrieval pipeline diagram on laptop, technical workspace with notes.
DEFINITION

What is Computer-Aided Diagnosis (CADx)?

Computer-Aided Diagnosis (CADx) is an AI system that characterizes detected lesions to estimate disease likelihood, malignancy probability, or assign a standardized assessment category.

Computer-Aided Diagnosis (CADx) is an artificial intelligence system that goes beyond detection to characterize a previously identified Region of Interest (ROI). While Computer-Aided Detection (CADe) marks suspicious areas, CADx analyzes the morphology, texture, and contrast kinetics of a lesion to provide a quantitative assessment of malignancy probability or a specific BI-RADS category, directly supporting the radiologist's differential diagnosis.

CADx systems typically employ deep convolutional neural networks trained on biopsy-proven datasets to extract discriminative features such as spiculation, margin sharpness, and internal density. The output is often a calibrated risk score or a suggested Breast Imaging Reporting and Data System (BI-RADS) classification, enabling worklist prioritization and reducing unnecessary biopsies by improving the specificity of the diagnostic workup.

DIAGNOSTIC ARCHITECTURE

Key Characteristics of CADx Systems

Computer-Aided Diagnosis (CADx) systems extend beyond detection to characterize lesions, providing a quantitative assessment of disease likelihood. These architectures integrate advanced machine learning with clinical ontologies to generate actionable diagnostic intelligence.

01

Probabilistic Malignancy Scoring

CADx systems output a continuous probability score (0.0 to 1.0) representing the likelihood of malignancy, rather than a binary detection mark. This score is derived from a softmax activation layer in the classification head. The raw logit is often calibrated using Platt scaling or isotonic regression to ensure the predicted confidence aligns with empirical observed frequencies. A score of 0.95 indicates the model is 95% confident the lesion is malignant, enabling risk-stratified clinical decision-making.

0.0–1.0
Probability Range
02

BI-RADS Categorization Mapping

A core function of CADx is the automated mapping of imaging features to the Breast Imaging Reporting and Data System (BI-RADS) lexicon. The model learns to assign a standardized category (0–6) based on morphological characteristics:

  • BI-RADS 3: Probably benign (< 2% malignancy risk)
  • BI-RADS 4: Suspicious abnormality (subdivided into 4A, 4B, 4C)
  • BI-RADS 5: Highly suggestive of malignancy (≥ 95% risk) This structured output ensures seamless integration with clinical reporting workflows and audit trails.
03

Morphological Feature Extraction

CADx engines quantify specific radiological features that correlate with histopathological outcomes. Key extracted features include:

  • Spiculation: Radiating lines from a mass margin, a highly specific indicator of invasive ductal carcinoma.
  • Margin sharpness: Ill-defined vs. circumscribed boundaries.
  • Internal echo pattern: Heterogeneous vs. homogeneous texture.
  • Calcification morphology: Pleomorphic vs. punctate vs. amorphous. These features are often processed by parallel attention heads in a Vision Transformer architecture before fusion.
04

Multi-Modal Diagnostic Fusion

Advanced CADx systems integrate data from multiple imaging modalities and clinical sources to improve diagnostic accuracy. A late-fusion architecture might concatenate embeddings from:

  • FFDM or DBT images for structural analysis.
  • Contrast-Enhanced Mammography (CEM) for kinetic curve assessment.
  • Patient metadata (age, family history, genetic risk). The fused representation is passed through a gated attention mechanism that learns to weight each modality based on its diagnostic contribution for the specific case.
05

Differential Diagnosis Generation

Beyond a single malignancy score, some CADx systems generate a ranked differential diagnosis list. The model outputs a probability distribution over multiple pathology classes:

  • Invasive Ductal Carcinoma (IDC)
  • Ductal Carcinoma In Situ (DCIS)
  • Fibroadenoma
  • Complex Sclerosing Lesion (Radial Scar)
  • Intramammary Lymph Node This is achieved using a multi-class cross-entropy loss during training, providing the radiologist with a structured set of diagnostic hypotheses rather than a single opaque score.
06

Explainable Saliency Mapping

To support clinical trust and regulatory compliance, CADx systems incorporate post-hoc explainability techniques. Methods like Grad-CAM or Integrated Gradients generate a heatmap overlay highlighting the specific pixels and morphological structures that most influenced the malignancy score. This allows the radiologist to visually verify that the model's reasoning aligns with clinically relevant findings (e.g., focusing on a spiculated margin) rather than spurious correlations or image artifacts.

DIAGNOSTIC WORKFLOW COMPARISON

CADx vs. CADe: Key Differences

A comparison of the primary functions, outputs, and clinical roles of Computer-Aided Detection (CADe) and Computer-Aided Diagnosis (CADx) systems in mammography.

FeatureCADeCADx

Primary Function

Localization of suspicious regions

Characterization of detected lesions

Core Output

Bounding box or ROI mark

Malignancy probability or BI-RADS category

Clinical Workflow Role

Perceptual aid to reduce observational oversights

Analytical aid to reduce interpretive variability

Typical Input

Full mammogram (FFDM or DBT slice)

Cropped ROI or segmented lesion patch

Key Performance Metric

Sensitivity at fixed false-positive rate (FROC)

Area under the ROC curve (AUC)

Reduces False Negatives

Reduces False Positives

Provides BI-RADS Assessment

CADx CLARIFIED

Frequently Asked Questions

Clear, technical answers to the most common questions about Computer-Aided Diagnosis systems, their mechanisms, and their clinical role.

Computer-Aided Diagnosis (CADx) is an AI system designed to characterize a previously detected lesion by estimating its likelihood of malignancy or assigning a specific disease classification. Unlike Computer-Aided Detection (CADe), which only marks suspicious regions to prevent observational oversights, CADx performs a quantitative analysis of the lesion's morphological features—such as margin characteristics, shape, and internal texture—to output a probability score or a BI-RADS category. While CADe answers "where is the abnormality?", CADx answers "what is it likely to be?" This distinction is critical: CADe improves sensitivity by reducing missed findings, while CADx aims to improve specificity by helping radiologists differentiate benign from malignant lesions, potentially reducing unnecessary biopsies.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.