Aller au contenu principal

Scoring Methodology

This page provides the technical detail on how Legit.Health computes the AIHS4 score for hidradenitis suppurativa, from image input through to the final IHS4 value.

The IHS4 formula

The International Hidradenitis Suppurativa Severity Score (IHS4) is a count-based severity measure:

IHS4=(1×Nnodules)+(2×Nabscesses)+(4×Nfistulae)\text{IHS4} = (1 \times N_{\text{nodules}}) + (2 \times N_{\text{abscesses}}) + (4 \times N_{\text{fistulae}})

where NnodulesN_{\text{nodules}} is the number of inflammatory nodules and papules, NabscessesN_{\text{abscesses}} is the number of abscesses, and NfistulaeN_{\text{fistulae}} is the number of draining fistulae (tunnels). The weighting reflects clinical severity: fistulae indicate more advanced disease than abscesses, which indicate more advanced disease than nodules.

Lesion detection pipeline

The AI processes each photograph through a deep learning object detection model that identifies and classifies HS lesions:

Step 1: Lesion localisation

The model scans the image and identifies regions containing HS lesions, drawing bounding boxes around each detected lesion.

Step 2: Lesion type classification

Each detected lesion is classified into one of three types:

Lesion typeVisual features used by AIIHS4 weight
Papules/nodulesSolid, raised, well-defined borders, uniform colour×1
AbscessesFluctuant appearance, surrounding erythema, irregular surface×2
Draining fistulaeLinear tracts, surface openings, discharge patterns×4

Step 3: Count aggregation

Lesion counts are aggregated per anatomical region and globally. The IHS4 score is computed from the weighted sum.

Severity thresholds

IHS4 rangeSeverityClinical interpretation
0–3MildFew lesions, predominantly nodules
4–10ModerateMultiple lesions, may include abscesses
≥ 11SevereSignificant lesion burden, often with fistulae

Hurley staging

In addition to IHS4, the AI can estimate the Hurley stage based on lesion distribution and type:

StageDescriptionAI indicators
Hurley IAbscess formation, single or multiple, without sinus tracts or cicatrisationAbscesses without fistulae
Hurley IIRecurrent abscesses with tract formation and cicatrisation, single or multiple, widely separatedAbscesses + limited fistulae
Hurley IIIDiffuse or near-diffuse involvement with multiple interconnected tracts and abscessesMultiple fistulae + dense lesion clusters

Manual vs. automated scoring

AspectManual IHS4AIHS4
Lesion identificationVisual + palpationVisual detection from photographs
Type classificationClinician judgementAI classification from visual features
Inter-rater ICC0.47 (literature)0.727 (M-27134-01 trial)
ReproducibilityVariable across sitesIdentical score for identical image
Time per assessment3–5 minutes<2 seconds
Training requiredCalibration exercisesNone (AI is the rater)

The AI's ICC of 0.727 represents a 55% improvement over the manual inter-rater ICC of 0.47, demonstrating that automated scoring substantially reduces measurement noise in HS clinical trials.