Aller au contenu principal

Scoring Methodology

This page provides the technical detail on how Legit.Health computes the ASCORAD (automated SCORAD) and aEASI (automated EASI) scores for atopic dermatitis, from image input through to the final severity value.

The SCORAD formula

SCORAD (SCORing Atopic Dermatitis) is a composite measure comprising three components:

SCORAD=A5+7B2+C\text{SCORAD} = \frac{A}{5} + \frac{7B}{2} + C

where:

  • AA = Extent (affected body surface area, 0–100%)
  • BB = Intensity (sum of six sign scores, each 0–3; total 0–18)
  • CC = Subjective symptoms (pruritus NRS 0–10 + sleep disturbance NRS 0–10; total 0–20)

The maximum SCORAD is 103. The objective SCORAD (A/5 + 7B/2) has a maximum of 83, and this is what the AI computes. Subjective symptoms are patient-reported.

BSA estimation (component A)

How the AI measures affected area

A deep learning segmentation model (DeepLabV3+ architecture) analyses each body area photograph and classifies each pixel as:

  • Affected skin (eczematous lesion)
  • Unaffected skin (normal or uninvolved)
  • Non-skin (background, clothing, hair)

The percentage of affected skin relative to total visible skin area is computed per photograph. These per-image percentages are combined across all captured body areas using anatomical weighting to produce the total BSA (0–100%).

Why pixel-level BSA matters

In manual SCORAD, the BSA component is estimated using the "rule of nines" — a coarse visual estimation method. This is the single largest source of inter-rater variability in SCORAD scoring. Pixel-level segmentation replaces this estimation with an objective measurement, eliminating the most variable component of the manual score.

Intensity scoring (component B)

Six clinical signs

Each sign is scored on a 0–3 ordinal scale at the representative affected area:

ScoreMeaning
0Absent
1Mild
2Moderate
3Severe

The six signs and how the AI scores each:

SignDescriptionAI methodology
ErythemaRedness of affected skinColour analysis calibrated to skin type, boundary detection
Oedema/papulationSwelling and raised papulesSurface texture and topology analysis from image features
Oozing/crustsWeeping or crusted lesionsSpecific visual feature detection for wet/crusted surfaces
ExcoriationsScratch marks from pruritusLinear pattern recognition for scratch marks
LichenificationThickened, leathery skin from chronic scratchingTexture classification for thickened skin patterns
DrynessXerosis of uninvolved skinSurface appearance analysis compared to normal skin texture

The intensity total BB is the sum of all six sign scores (0–18).

Severity thresholds

SCORAD rangeSeverity classification
0–24Mild
25–50Moderate
>50Severe

These thresholds are the standard SCORAD severity bands used in clinical trials.

EASI scoring

The Eczema Area and Severity Index (EASI) is a co-accepted primary efficacy measure for AD, alongside SCORAD. EASI scores four signs (erythema, induration/papulation, excoriation, lichenification) across four body regions, each weighted by regional BSA.

EASI=rwr×BSAr×(erythemar+indurationr+excoriationr+lichenificationr)\text{EASI} = \sum_{r} w_r \times \text{BSA}_r \times \left(\text{erythema}_r + \text{induration}_r + \text{excoriation}_r + \text{lichenification}_r\right)
EASI rangeSeverity classification
0–1Clear
1–7Mild
7–21Moderate
>21Severe

SCORAD vs. EASI: when to use which

AspectSCORADEASI
Subjective componentYes — pruritus + sleep NRS (patient-reported)No — purely objective
Scale0–103 (objective 0–83)0–72
Body regionsWhole body + representative lesion area4 defined regions (head, trunk, upper/lower limbs)
Validation statusPublished (JID Innovations 2022)Ongoing (aEASI_HVN study)
Regulatory acceptanceFDA and EMA acceptedFDA and EMA accepted

Both SCORAD and EASI are fully supported by the Legit.Health platform. The choice is made during protocol design based on sponsor preference, prior precedent in the indication, and regulatory strategy.

Manual vs. automated scoring

AspectManual (SCORAD/EASI)Automated (ASCORAD/aEASI)
BSA estimationVisual "rule of nines" (±15–20% variability)Pixel-level segmentation (objective)
Sign scoringSubjective 0–3 per signAI-computed 0–3 per sign, calibrated against expert consensus
ReproducibilityInter-rater variability across sitesIdentical score for identical image, every time
Time per assessment5–10 minutes (manual scoring)<2 seconds (AI processing)
Subjective symptomsPatient-reported (SCORAD only)Patient-reported (unchanged; EASI has no subjective component)
Training requiredCalibration exercises across sitesNone (AI is the rater)