X-ray Radiography
Digital X-ray radiography produces a 2D projection image by transmitting X-rays through the body onto a flat-panel detector. The forward model follows Beer-Lambert attenuation: y = I_0 * exp(-integral(mu(s) ds)) + n where mu is the linear attenuation coefficient along each ray. The image is a superposition of all structures along the beam path. Primary degradations include quantum noise (Poisson), scatter, and geometric magnification artifacts.
Beer Lambert Projection
Poisson
tv fista
FLAT_PANEL_DETECTOR
Forward-Model Signal Chain
Each primitive represents a physical operation in the measurement process. Arrows show signal flow left to right.
Π(proj) → D(g, η₁)
Benchmark Variants & Leaderboards
X-ray Radiography
X-ray Radiography
Π(proj) → D(g, η₁)
Standard Leaderboard (Top 10)
| # | Method | Score | PSNR (dB) | SSIM | Trust | Source |
|---|---|---|---|---|---|---|
| 🥇 | Score-CT | 0.907 | 39.92 | 0.984 | ✓ Certified | Song et al., NeurIPS 2024 |
| 🥈 | DiffusionCT | 0.902 | 39.68 | 0.982 | ✓ Certified | Kazemi et al., ECCV 2024 |
| 🥉 | CTFormer | 0.897 | 39.45 | 0.980 | ✓ Certified | Li et al., ICCV 2024 |
| 4 | CT-ViT | 0.891 | 39.15 | 0.978 | ✓ Certified | Guo et al., NeurIPS 2024 |
| 5 | DOLCE | 0.874 | 38.32 | 0.971 | ✓ Certified | Liu et al., ICCV 2023 |
| 6 | DuDoTrans | 0.859 | 37.68 | 0.962 | ✓ Certified | Wang et al., MLMIR 2022 |
| 7 | Learned Primal-Dual | 0.831 | 36.42 | 0.947 | ✓ Certified | Adler & Oktem, IEEE TMI 2018 |
| 8 | FBPConvNet | 0.816 | 35.81 | 0.939 | ✓ Certified | Jin et al., IEEE TIP 2017 |
| 9 | RED-CNN | 0.763 | 33.56 | 0.908 | ✓ Certified | Chen et al., IEEE TMI 2017 |
| 10 | PnP-DnCNN | 0.760 | 33.45 | 0.905 | ✓ Certified | Zhang et al., 2017 |
Showing top 10 of 13 methods. View all →
Mismatch Parameters (3) click to expand
| Name | Symbol | Description | Nominal | Perturbed |
|---|---|---|---|---|
| source_dist | Δd | Source-to-detector distance error (mm) | 0 | 5.0 |
| beam_hardening | β | Beam-hardening coefficient | 0 | 0.02 |
| scatter | f_s | Scatter-to-primary ratio error | 0 | 0.05 |
Reconstruction Triad Diagnostics
The three diagnostic gates (G1, G2, G3) characterize how reconstruction quality degrades under different error sources. Each bar shows the relative attribution.
Model: beer lambert projection — Mismatch modes: scatter, beam hardening, patient motion, grid artifact, detector lag
Noise: poisson — Typical SNR: 25.0–45.0 dB
Requires: flat field, dark frame, gain map, scatter correction, geometric calibration
Modality Deep Dive
Principle
X-ray radiography produces a 2-D projection image of the patient's internal structures by measuring the transmitted X-ray intensity after passing through the body. Dense structures (bone, metal) attenuate more X-rays and appear bright on the detector. The image represents the line-integral of the attenuation coefficient along each ray path.
How to Build the System
An X-ray tube (stationary or rotating anode, 40-150 kVp) produces a divergent beam. The patient stands or lies between the tube and a flat-panel detector (amorphous silicon with CsI scintillator, or amorphous selenium for direct conversion). Anti-scatter grid (Bucky grid) is placed before the detector. Automatic exposure control (AEC) sets mAs based on patient thickness. Calibration includes dark field, flatfield, and defective pixel mapping.
Common Reconstruction Algorithms
- Flat-field correction (gain/offset normalization)
- Logarithmic transform for linear attenuation mapping
- Anti-scatter grid artifact removal
- Dual-energy subtraction (bone/soft-tissue separation)
- Deep-learning denoising for low-dose radiography
Common Mistakes
- Under-exposure causing excessive quantum noise, especially in obese patients
- Grid artifacts from misaligned anti-scatter grid
- Patient motion blur in long-exposure radiographs
- Incorrect windowing (display LUT) obscuring diagnostic information
- Scatter radiation degrading image contrast in thick body parts
How to Avoid Mistakes
- Use AEC and verify exposure indicator falls within acceptable range
- Ensure grid is properly aligned with the X-ray focal spot distance
- Use shortest possible exposure time; instruct patient to hold breath
- Apply appropriate DICOM windowing presets for the anatomical region
- Use an appropriate anti-scatter grid ratio (8:1 to 12:1) for thick body parts
Forward-Model Mismatch Cases
- The widefield fallback applies additive Gaussian blur, but X-ray radiography follows Beer-Lambert attenuation: I = I_0 * exp(-integral(mu(x,y,z) dz)) — the exponential transmission model is fundamentally different from linear convolution
- The Gaussian blur preserves mean intensity, but X-ray attenuation reduces intensity exponentially with material thickness and density — the fallback cannot model absorption contrast, bone/soft-tissue differentiation, or scatter
How to Correct the Mismatch
- Use the X-ray radiography operator implementing Beer-Lambert transmission: y = I_0 * exp(-A*x) + scatter + noise, where A is the projection matrix along the beam direction
- Include scatter rejection (anti-scatter grid model), detector response (DQE), and quantum noise (Poisson statistics) for physically accurate forward modeling
Experimental Setup
Carestream DRX-Evolution / Siemens Ysio Max
2048x2048
0.1
120
4.0
180
flat-panel (CsI + aSi TFT)
CheXpert, MIMIC-CXR, NIH ChestX-ray14
Signal Chain Diagram
Key References
- Irvin et al., 'CheXpert: A large chest radiograph dataset', AAAI 2019
- Wang et al., 'ChestX-ray8: Hospital-scale chest X-ray database', CVPR 2017
Canonical Datasets
- CheXpert (Stanford, 224K studies)
- MIMIC-CXR (MIT/BIDMC, 377K images)
- NIH ChestX-ray14 (112K images)