Comparison of Flexion–Extension Responses between Male and Female sub-Axial Cervical Spine Segments


Pranav Duraisamy, Davidson Jebaseelan, Jobin D. John

Introduction

  • Cervical spine segment - Two vertebra, Soft tissues
  • Female have more risk of neck injury than male in traffic accidents
  • Recent dummies and HBMs also focus on average female
  • Sex-specific calibration and validation are either limited or non-existent

Objective

Quantify the differences between the male and female cervical spine segments in flexion and extension

A Bit of Background…

A Bit of Background…

Experimental setup used by Nightingale et al.

Methods

Exploratory Data Analysis

Exploratory Data Analysis

Concept behind Linear Regression

Classical vs Bayesian Regression

MLE Approach

\[\begin{align} Y &= \alpha + \beta X ± \sigma\\ \\ \alpha &= \text{Constant (Intercept)}\\ \beta &= \text{Constant (Slope)}\\ \sigma &\sim \text{Normally distributed} \end{align}\]

Probabilistic Approach

\[\begin{align} Y &\sim \operatorname{N}(\mu,~\sigma)\\ \mu &= \alpha + \beta X\\ \alpha &\sim \text{A distribution}\\ \beta &\sim \text{Another distribution}\\ \sigma &\sim \text{Some other distribution}\\ \end{align}\]

Bayesian Analysis - In a nutshell

Bayesian Linear Regression Model

Bayesian Model Building

\[\begin{align} L_i &= \text{Coeff. for loading mode}\\ l_{ij} &= \text{Coeff. for loading mode specific to sex}\\ E &= \text{Residual random error}\\ \end{align}\]

R = Segmental rotation angle at 3Nm

Results & Discussion

Prior to Posterior Predictive

Posterior Distributions

Coeff. for loading mode

Coeff. for loading mode specific to sex

Comparison: Flexion & Extension

Comparison: Female & Male

Conclusion

  • Male and female segments in extension tends to be similar
  • But in flexion, the female rotation was 4.5° more than male in average
  • Female cervical spine segmental kinematics cannot be considered as size-scaled versions of male

Acknowledgement

  • Travel Grant for IRCOBI 2025 by Toyota
  • ANRF-SERB-CRG (CRG/2023/004727) in India
  • SPARC (SP23241582EDSPAR008343) in India
  • Swedish Transport Administration/Trafikverket grant (TRV2024/107142)

Comparison of Flexion–Extension Responses between Male and Female sub-Axial Cervical Spine Segments

Pranav Duraisamy, Davidson Jebaseelan, Jobin D. John

✨ Bonus Slides ✨

Data Extraction

  • Extracted reports and ASCII data from NHTSA database using API
  • Consists of spine segments from 16 female and 16 male PMHS
  • After filtering and processing, there were 48 female and 29 male FSUs
  • Out of which 36 are tested for flexion while 41 are tested for extension

Inclusion Criteria

  • Flexibility Tests
  • Rotation angle interpolated at 3Nm
  • Sub-Axial Cervical segments (C3 to C7)

Bayesian Model Building

\[\begin{align} L_i &= \text{Coeff. for loading mode}\\ l_{ij} &= \text{Coeff. for loading mode specific to sex}\\ E &= \text{Residual random error}\\ R &=\text{Segmental Rotation angle at 3Nm}\\ \end{align}\]

Common Effect

\[ L_{i} \sim \operatorname{Normal}(\mu_{i},~\sigma_{i}) \]

\[ \mu_{i} = \left\{ \begin{array}{ll} 5.3 & \textrm{for Extension} \\ 5.8 & \textrm{for Flexion} \end{array} \right. \]

\[ \sigma_{i} = \left\{ \begin{array}{ll} 2.3 & \textrm{for Extension} \\ 2.9 & \textrm{for Flexion} \end{array} \right. \]

Group-level Effect

\[ l_{ij} \sim \operatorname{Normal}(0,~\sigma_{l_{i}}) \]

Hyperprior

\[ \sigma_{l_{i}} \sim \operatorname{HalfNormal}(\tau_{i}) \]

\[ \tau_{i} = \left\{ \begin{array}{ll} 2.3 & \textrm{for Extension} \\ 2.9 & \textrm{for Flexion} \end{array} \right. \]

Residual Error

\[ E \sim \operatorname{Normal}(0,~\sigma_{E}) \]

\[ \sigma_{E} \sim \operatorname{HalfStudentT}(\nu,~\sigma) \]

\[ \nu = 4, \sigma = 3.4 \]

Likelihood & Posterior

\[ R = L_{i} + l_{ij} + E \]

Bayesian Linear Regression Model

Bayesian Model Building

  • Bambi v0.14.0 (python package) was used for building the Bayesian models
  • Used weakly informative priors from other studies 1
  • Sampled using MCMC NUTS sampler in 4 chains, each with 1500 draws
  • Posterior predictive distributions were used for comparing the responses

Posterior Distributions



What is posterior?

  • Probability distribution for the parameters in the model after sampling
  • Reflects all we know about the problem

Residual Error

Common Effect

Hyperprior

Group-level Effect

    Forest Plot

Future Study