
After studying this material, students should be able to:
BMI is calculated simply as:
$BMI = \frac{weight(kg)}{height(m)^2}$
The critical limitation: BMI tells you how much mass you carry, but not where it is stored or what type it is
Example: Two people can share identical BMI scores yet have dramatically different metabolic health — one carrying mostly muscle, the other carrying dangerous internal fat
| What BMI Measures | What BMI Cannot See |
|---|---|
| Total weight relative to height | Fat distribution patterns |
| General obesity category | Visceral vs. subcutaneous fat |
| Simple screening number | Lean muscle mass |
| Organ-surrounding fat deposits |
Think of insulin as a key and your cells as locked doors
Insulin Resistance develops silently
↓
Years pass with no obvious symptoms
↓
Vascular damage begins
↓
Liver function impairs
↓
Energy metabolism disrupts
↓
Eventually: Type 2 Diabetes diagnosis
Key insight: Damage occurs long before blood sugar reaches diagnostic thresholds
HOMA-IR = Homeostasis Model Assessment for Insulin Resistance
It models the feedback loop between:
| HOMA-IR Score | Interpretation |
|---|---|
| Below 1.0 | Excellent insulin sensitivity |
| 1.0 — 2.9 | Normal range |
| Above 2.9 | Insulin resistant |
Body fat percentage (BF%) gives a useful baseline but lacks precision. Two additional ratios provide much deeper clinical insight:
Visual concept:
Android (Apple Shape) Gynoid (Pear Shape)
●●●●● ●
●●●●●●● ●●●
●●●●●●●●● ●●●●●
||| ●●●●●●●
||| |||
Cross-section of abdomen:
[Skin]
[Subcutaneous fat layer] ← measured by V/S
[Muscle wall]
[Visceral fat] ← surrounds organs, highly metabolic
[Organs]
| Fat Type | Location | Metabolic Activity | Risk Level |
|---|---|---|---|
| Subcutaneous | Under skin | Lower | Lower |
| Visceral | Around organs | Very high | High |
Key clinical fact: Elevated A/G ratios AND higher visceral fat mass both strongly correlate with insulin resistance
DXA = Dual-Energy X-Ray Absorptiometry
How it works: Two X-ray beams at different energy levels pass through the body, and different tissues absorb energy differently, allowing precise composition mapping
Strengths:
Critical weaknesses:
| Barrier | Impact |
|---|---|
| Expensive equipment | Not accessible to most people |
| Requires specialized facilities | Cannot scale to population level |
| Radiation exposure | Not suitable for frequent screening |
| Requires clinical visit | Creates friction for early detection |
The gap: The most accurate tool is the least accessible — exactly when early detection matters most
PhotoScan is a deep learning framework that extracts body composition metrics from standard 2D smartphone photos
The fundamental insight: Your body's external geometry contains information about internal fat distribution
Phase 1 — Pre-training:
35,000+ UK Biobank participant records
↓
Deep Neural Network learns
body geometry → composition
relationships at scale
Phase 2 — Fine-tuning:
677 diverse adults (PhotoBIA cohort)
↓
Model adapts to real-world
smartphone photo conditions
Phase 3 — Validation:
Independent MetabolicMosaic cohort
↓
Unbiased performance testing
on completely unseen data
Smartphone Photo Input
↓
[Deep Neural Network]
↓
┌─────────────────────────┐
│ Body Fat Percentage (BF%)│
│ A/G Ratio │
│ V/S Ratio │
└─────────────────────────┘
↓
Combined with demographics
↓
Insulin Resistance Risk Classification
Simple definition: On average, how far off are the predictions from the true values?
$MAE = \frac{1}{n}\sum|predicted - actual|$
Lower MAE = Better performance
| Metric | PhotoScan MAE | BIA MAE | Interpretation |
|---|---|---|---|
| BF% | 2.15% | 2.91% | PhotoScan is more accurate |
| A/G ratio | 0.107 | N/A | BIA cannot measure this |
| V/S ratio | 0.094 | N/A | BIA cannot measure this |
Simple definition: How well can the model distinguish between someone WITH insulin resistance versus someone WITHOUT it?
AUROC Scale:
0.5 ──────────────────── 1.0
| |
Random Perfect
guessing discrimination
Think of it as: If you randomly picked one insulin-resistant person and one healthy person, AUROC tells you the probability the model correctly identifies which is which
Simple definition: Compared to the baseline model, how many people are now correctly categorized who weren't before?
| Model | AUROC | NRI | Key Limitation |
|---|---|---|---|
| Demographics only (baseline) | 0.692 | — | Misses body composition entirely |
| Demo + BIA | 0.692 | ~0 | Only adds BF%, which has low feature importance |
| Demo + PhotoScan | 0.760 | 0.593 | Research prototype, needs validation |
| Demo + DXA (gold standard) | 0.773 | 0.748 | Expensive, inaccessible, radiation |
AUROC Performance:
Demographics |████████████████████░░░░░░░| 0.692
Demo + BIA |████████████████████░░░░░░░| 0.692 ← No improvement
Demo+PhotoScan|██████████████████████░░░░░| 0.760 ← Significant jump
Demo + DXA |███████████████████████░░░░| 0.773 ← Gold standard
Near-DXA accuracy!
This is a critical insight:
BIA provides → BF% only
↓
BF% has LOW feature importance
for insulin resistance prediction
↓
Adding BIA = adding low-value information
↓
No improvement in classification
PhotoScan provides → BF% + A/G ratio + V/S ratio
↓
A/G and V/S have HIGH feature importance
for insulin resistance prediction
↓
Adding PhotoScan = adding high-value information
↓
Significant improvement in classification
The lesson: What you measure matters more than how precisely you measure the wrong thing
ACCURACY
▲
│
DXA ●
│
PhotoScan ●
│
BIA ●
│
Demo only ●
│
─────────────────────────────────────────► ACCESSIBILITY
Low High
| Dimension | DXA | BIA (Smartwatch) | PhotoScan |
|---|---|---|---|
| Accuracy (BF%) | Highest | Moderate | High |
| A/G ratio | ✅ Yes | ❌ No | ✅ Yes |
| V/S ratio | ✅ Yes | ❌ No | ✅ Yes |
| Cost | Very high | Low | Very low |
| Accessibility | Clinical only | Widespread | Universal |
| Radiation | Yes | No | No |
| Scalability | Very low | High | Very high |
1. Research prototype status
2. Cohort composition effects
3. Body composition is one piece
Future Integration Vision:
PhotoScan Wearables Blood Biomarkers
(Body composition) (Continuous data) (Clinical labs)
│ │ │
└──────────────────┴────────────────────┘
│
Holistic Metabolic
Health Assessment
| Concept | Core Understanding |
|---|---|
| BMI limitation | Measures total mass, not fat distribution or type |
| Insulin resistance | Silent metabolic damage preceding diabetes by years |
| HOMA-IR > 2.9 | Clinical threshold for insulin resistance |
| A/G and V/S ratios | Superior predictors of metabolic risk vs. BF% alone |
| DXA | Gold standard but inaccessible at scale |
| PhotoScan | Smartphone-based approach achieving near-DXA accuracy |
| AUROC | Discrimination ability between disease states |
| NRI | Improvement in correct patient classification |
| Key finding | PhotoScan (0.760) approaches DXA (0.773), far exceeds BIA (0.692) |
| Why BIA fails | Only provides BF%, which has low predictive importance for IR |
Central insight: The future of metabolic health screening lies not in more expensive clinical tools, but in extracting richer, more clinically meaningful signals from technology people already carry in their pockets