# ⚛  L1 Principle — Pneumothorax Detection from Chest X-ray (PWDR)

**ID:** `L1-523` · **Status:** ⊙ Testnet (genesis catalog)

> **🌐 Domain:** Medical Imaging — *Pleural-line and lung-edge recovery from chest radiograph with pneumothorax categorical readout*
> **🎯 Problem class:** linear inverse with categorical readout · **🧮 Solution space:** 1D pneumothorax severity
> **📡 Carrier:** x_ray · **🌫 Noise:** poisson
> **⚖ Difficulty (δ):** 3 · **⛓ Block:** 41552306

---

## 🧠 1. Introduction

**Pneumothorax Detection from Chest X-ray (PWDR)** is a **linear inverse with categorical readout** whose unknown lives in **1D pneumothorax severity** space, within the **Pleural-line and lung-edge recovery from chest radiograph with pneumothorax categorical readout** sub-domain of **Medical Imaging**.

Measurements consist of X-ray photons transmitted through (or scattered by) the sample via a **radiograph with pneumothorax threshold** sensing mechanism.

The forward operator applies, in order: polyenergetic X-ray emission spectrum; line-integral projection through an attenuation map; L · pleural line detection operator; L · light index estimation operator; L · severity threshold classifier operator; pixel-level spatial averaging on the detector.

Observations are corrupted by Poisson counting noise. Existence inherited from L1-031. Uniqueness conditional on pneumothorax visibility; small pneumothoraces near lung apex can be missed in supine acquisitions (sensitivity drops 30-50% supine vs upright). Stability dominated by skin_fold_pseudo_pneumothorax and bullous_disease_confounders (the dominant false-positive sources in clinical practice). Joint Hadamard well-posedness for the pneumothorax-detection forward established by Light 1985 (foundational Light index), Collins 1995 (Collins method), Rhea 1982 (Rhea method), Roberts 2014 (ATLS guideline), Rajpurkar 2017 (CheXNet 14-pathology benchmark), Tang 2020 (ChestX-ray14).

## ⚙ 2. Forward Model

Physical chain: **x** → X-ray source → Attenuation projection → L · pleural line detection → L · light index estimation → L · severity threshold classifier → Spatial integration → **y** (detector).

```
y = ∫_A dA `L.severity_threshold_classifier` `L.light_index_estimation` `L.pleural_line_detection` ∫µ dl I₀(E) x,    measurements ~ Poisson(αy)
```

**Measurement DAG:**

| Primitive | What it does |
|---|---|
| `L.xray_source` | Polyenergetic x-ray emission spectrum |
| `L.attenuation_projection` | Line-integral projection through an attenuation map |
| `L.pleural_line_detection` | L · pleural line detection operator |
| `L.light_index_estimation` | L · light index estimation operator |
| `L.severity_threshold_classifier` | L · severity threshold classifier operator |
| `int.spatial` | Pixel-level spatial averaging on the detector |

## 🔬 3. Physics Fingerprint

| Property | Value |
|---|---|
| Domain | Medical Imaging |
| Sub domain | Pleural-line and lung-edge recovery from chest radiograph with pneumothorax categorical readout |
| Carrier | x_ray |
| Problem class | linear_inverse_with_categorical_readout |
| Solution space | 1D_pneumothorax_severity |
| Noise model | poisson |
| Integration axis | spatial |
| Difficulty delta | 3 |
| L dag | 4.6 |

## 📡 4. Measurement Model

Existence inherited from L1-031. Uniqueness conditional on pneumothorax visibility; small pneumothoraces near lung apex can be missed in supine acquisitions (sensitivity drops 30-50% supine vs upright). Stability dominated by skin_fold_pseudo_pneumothorax and bullous_disease_confounders (the dominant false-positive sources in clinical practice). Joint Hadamard well-posedness for the pneumothorax-detection forward established by Light 1985 (foundational Light index), Collins 1995 (Collins method), Rhea 1982 (Rhea method), Roberts 2014 (ATLS guideline), Rajpurkar 2017 (CheXNet 14-pathology benchmark), Tang 2020 (ChestX-ray14).

| Metric | Value |
|---|---|
| Metric | categorical_accuracy |
| Secondary | sensitivity_for_tension |

## 📏 5. Operating Range (Ω)

**Center problem class:** `pneumothorax_cxr_pwdr` · **Forward operator:** `cxr_pneumothorax_pwdr_forward`

**Center point:**

| Parameter | Unit | Value |
|---|---|---|
| H | px | 2500 |
| W | px | 3000 |
| Kvp | — | 110 |
| Mas | — | 4 |
| Snr db | dB | 30 |
| Pa or ap | — | PA |
| Rotation artifact | — | 0 |
| Pixel resolution um | µm | 100 |
| Bullous disease confounders | — | 0 |
| Skin fold pseudo pneumothorax | — | 0 |
| Supine vs upright acquisition | — | 0 |
| Bilateral severity disagreement | — | 0 |
| Expiratory vs inspiratory state | — | 0 |

**Allowed bounds:**

| Parameter | Unit | Range |
|---|---|---|
| H | px | 1024 – 4096 |
| W | px | 1024 – 4096 |
| Kvp | — | 70 – 130 |
| Pixel resolution um | µm | 50 – 300 |

## 🎯 6. Tolerance (ε)

**Center tolerance:** 0.85_accuracy

| Metric | Range |
|---|---|
| Categorical accuracy | 0.5 – 0.99 |

## ⚖ 7. Hardness Function

Hardness scales as **`epsilon_fn`** on **categorical_accuracy**, with κ = `60` and δ = `3`.

## 💾 8. Reference Dataset

- **primary** · weight 1.0 · IPFS _(not pinned yet)_

## 9. On-chain Registration

- **Chain hash:** `0xc106d9e5bdfa93eab31015d06783333bf6ad36cd2f3fdacf5a5bb8651514595e`
- **Chain tx hash:** `0x5039f7d7d1346e2637d1029f0ef530f78ef5d358ebaec159a92a983bcd1030da`
- **Chain block:** `41552306`

---

## File Mapping

This bundle consists of: `L1-523.md`, `L1-523.json`.

| File | Role | How to regenerate |
|------|------|-------------------|
| `L1-523.md` | Source of truth — edit this | Human or LLM |
| `L1-523.json` | Structured metadata for the registry | LLM regenerates from the sections above |

**Prompt for your LLM after editing this Markdown:**

> Read the attached Markdown. Regenerate the sibling `.json` so every field matches.
> Preserve the schema documented in the rows above.
> Output each file in its own fenced code block tagged with the filename.
> Output only the JSON object.

_This Markdown was auto-synthesized from the catalog row for `L1-523`._
_Edit it, regenerate the JSON, and submit at [/submit](/submit) to claim the artifact._