PIXELBANKv9.1.0
Menu

Medical Skin Lesion Analyzer

Design a system that classifies skin lesions from dermoscopy images to assist in early melanoma detection.

Scenario: A telemedicine company builds a screening tool where patients upload skin lesion photos for risk assessment. The system classifies lesions (melanoma, basal cell carcinoma, benign nevus) and provides visual explanations.

Your Task: Design the pipeline from image upload to a dermatologist-ready risk report.

Your design should address:

  1. Image quality validation and standardization
  2. Lesion segmentation to isolate the region of interest
  3. Multi-class classification with calibrated confidence
  4. Explainability via attention maps and ABCDE criteria
  5. Risk stratification and routing to clinical follow-up

Critical: High melanoma sensitivity (missed cases are life-threatening), explainable output, and handling diverse skin tones.

Design Mode

📝 Your Design Approach

Describe your system design approach. Consider components, data flow, and key decisions.

🎯 Design Questions(Select all that apply)

Q1.What are the ABCDE criteria used in dermatology for lesion assessment?

Q2.What is the role of lesion segmentation in skin cancer analysis?

Q3.How should the system provide calibrated confidence scores for medical decisions?

Q4.What approach best provides explainability for model predictions?

0 of 4 questions answered
Medical Skin Lesion Analyzer - Hard | PixelBank