Bone Fracture Detection from Radiograph (PWDR) L1-526
Unclaimed Principle — open for contribution
This Principle is declared in the catalog but has no reference solver, no pinned dataset, and is not registered on-chain. There is no reward pool. Submitting a cert against this Principle today will record the cert for reproducibility but pay zero PWM.
To claim it as a Bounty #7 contribution: open a PR adding (1) a reference solver, (2) ≥1 dataset pinned to IPFS, (3) updates to the L3 manifest with dataset CIDs. After verifier-agent triple-review, the founders' 3-of-5 multisig signs PWMRegistry.register() and the Principle becomes mineable.
Forward model E
Bone Fracture Detection (PWDR): wraps L1-031 with established orthopedic / emergency radiology grading rules. Stage 1 (analytical, from L1-031): from multi-view radiograph (AP, lateral, oblique), recover cortical bone edge map, fragment segmentation, displacement vectors, joint-surface relationships. Stage 2 (deterministic threshold): apply width / displacement / fragment-count thresholds; AO/OTA class overlay; severity bins. Difficulty tier delta = 3.
L-DAG
Well-posedness W
- Existence:
- true
- Uniqueness:
- conditional
- Stability:
- conditional
- κ:
- 60
Existence inherited from L1-031. Uniqueness conditional on adequate views. Stability dominated by overlapping_structures and growth_plate_confounder (pediatric). Joint Hadamard well-posedness established by Müller AO 1996 (foundational classification), Lindsey 2018 (deep learning fracture detection benchmark), Rajpurkar 2017 (CheXNet), Olczak 2017 (Stockholm fracture deep learning).
Solvability C
- Solver class:
- linear-operator + edge-detection [Canny / learned] + categorical-readout [AO/OTA classifier] | end-to-end deep neural [Aidoc Bone, Gleamer BoneView] with explicit physics-informed cortical-edge regularization
- Convergence rate q:
- 2
- Complexity:
- O(H * W * N_views) for stage 1; O(N_fragments) for stage 2