BPPV

Materials related to the project on diagnosing BPPV through nystagmus recognition.

BPPV diagnosis

Below is a quick reference table for BPPV diagnosis based on the contents of the documents. Based on the nystagmus characteristics of the four tests left DP, right DP, left Roll Test (RT) and right Roll Test (RT), seven diagnostic outcomes (six BPPV subtypes + negative) can be clearly distinguished:

DiagnosisLeft DP testRight DP testLeft RT test (head turned to the left)Right RT test (head turned to the right)Key diagnostic criteria
Right posterior canal canalithiasis
(RP ca)
Negative (no nystagmus)Positive
(counterclockwise nystagmus)
Negative (head-movement nystagmus not recorded)Negative (head-movement nystagmus not recorded)Right DP induces short-latency counterclockwise nystagmus (1-5 seconds); Epley treatment is effective
Right horizontal canal canalithiasis
(RH ca)
NegativeNegativeNegative or weak geotropic nystagmusPositive: strong geotropic nystagmusRight RT induces strong geotropic nystagmus (fast phase toward the ground); the side with the stronger response is the affected side
Right horizontal canal cupulolithiasis
(RH cu)
Negative or weak nystagmusNegative or weak nystagmusPositive: strong apogeotropic nystagmusPositive: weak apogeotropic nystagmusLeft RT induces strong apogeotropic nystagmus (fast phase toward the healthy side); the side with the stronger response is the affected side
Left posterior canal canalithiasis
(LP ca)
Positive
(clockwise nystagmus)
Negative (no nystagmus)Negative (head-movement nystagmus not recorded)Negative (head-movement nystagmus not recorded)Left DP induces short-latency clockwise nystagmus (1-5 seconds); Epley treatment is effective
Left horizontal canal canalithiasis
(LH ca)
NegativeNegativePositive: strong geotropic nystagmusNegative or weak geotropic nystagmusLeft RT induces strong geotropic nystagmus (fast phase toward the affected side); the side with the stronger response is the affected side
Left horizontal canal cupulolithiasis
(LH cu)
Negative or weak nystagmusNegative or weak nystagmusPositive: weak apogeotropic nystagmusPositive: strong apogeotropic nystagmusRight RT induces strong apogeotropic nystagmus (fast phase toward the healthy side); the side with the stronger response is the affected side
Positional tests negative
(no BPPV)
NegativeNegativeNegativeNegativeNo nystagmus in any test

Usage notes

  1. Determining the nystagmus direction (based on the viewing perspective of the left-eye recording):

    • Clockwise: appears as clockwise rotation when observed from the patient’s left eye
    • Counterclockwise: appears as counterclockwise rotation when observed from the patient’s left eye
    • Geotropic: fast phase toward the ground (horizontal nystagmus)
    • Apogeotropic: fast phase toward the sky (horizontal nystagmus)
  2. Key rules:

    • Posterior canal lesions: only the DP test is positive (the affected-side position induces vertical-torsional nystagmus); RT is always negative.
    • Horizontal canal lesions: DP is always negative; RT distinguishes between:
      • Canalithiasis (ca): RT toward the affected side induces strong geotropic nystagmus
      • Cupulolithiasis (cu): RT toward the affected side induces strong apogeotropic nystagmus
    • Locating the affected side: for the horizontal canal, the side with the strongest nystagmus in the RT test is the affected side.
  3. Treatment hints:

    • Posterior canal canalithiasis: the Epley repositioning maneuver is effective
    • Horizontal canal lesions: the Barbecue or Gufoni repositioning maneuver is needed

Note: all tests must exclude the transient nystagmus during head movement (only the nystagmus after the head position has stabilized is recorded).

DiagnosisLeft DP testRight DP testLeft RT test (head turned to the left)Right RT test (head turned to the right)Key diagnostic criteria
Right posterior canal canalithiasis
(RP ca)
No nystagmusCounterclockwiseNo nystagmusNo nystagmusRight DP induces short-latency counterclockwise nystagmus (1-5 seconds); Epley treatment is effective
Right horizontal canal canalithiasis
(RH ca)
No nystagmusNo nystagmusNo nystagmus or geotropicGeotropicRight RT induces geotropic nystagmus (fast phase toward the ground); the side with the stronger response is the affected side
Right horizontal canal cupulolithiasis
(RH cu)
No nystagmus or weak nystagmusNo nystagmus or weak nystagmusApogeotropicApogeotropicLeft RT induces apogeotropic nystagmus (fast phase toward the healthy side); the side with the stronger response is the affected side
Left posterior canal canalithiasis
(LP ca)
ClockwiseNo nystagmusNo nystagmusNo nystagmusLeft DP induces short-latency clockwise nystagmus (1-5 seconds); Epley treatment is effective
Left horizontal canal canalithiasis
(LH ca)
No nystagmusNo nystagmusGeotropicNo nystagmus or geotropicLeft RT induces geotropic nystagmus (fast phase toward the affected side); the side with the stronger response is the affected side
Left horizontal canal cupulolithiasis
(LH cu)
No nystagmus or weak nystagmusNo nystagmus or weak nystagmusApogeotropicApogeotropicRight RT induces apogeotropic nystagmus (fast phase toward the healthy side); the side with the stronger response is the affected side
Positional tests negative
(no BPPV)
No nystagmusNo nystagmusNo nystagmusNo nystagmusNo nystagmus in any test

Classification task metrics

📊 Summary of common classification metrics

MetricMeaningFormulaFocus
PrecisionOf the samples judged positive, how many are truly positiveTP / (TP + FP)Don’t wrongly accuse the innocent
RecallThe proportion of all true positives that are successfully identifiedTP / (TP + FN)Don’t let the guilty slip through
F1-scoreThe harmonic mean of precision and recall2 * (P * R) / (P + R)Balance both
AccuracyThe proportion of all judgments that are correct(TP + TN) / (TP + FP + FN + TN)Whether the overall recognition is correct

Where:

  • TP: true positive (predicted positive, actually positive)
  • FP: false positive (predicted positive, actually negative)
  • FN: false negative (predicted negative, actually positive)
  • TN: true negative (predicted negative, actually negative)

Lessons learned

Before starting a project, get the project requirements clear, and do broad research and gather materials; don’t just start writing code and training models on a whim…


Translated from the Chinese original.

Welcome to my other publishing channels

中文