SymmDiff: Symmetry-Guided Diffusion for Fracture Localization in Pelvic Radiographs

Abdul Rahman1, Afnan Ghafoor2, Bumshik Lee1,*
1Energy AI Track, Korea Institute of Energy Technology (KENTECH), 2Information and Communication Engineering Department, Chosun University
2Information and Communication Engineering Department, Chosun University
*Corresponding author
Accepted at MICCAI 2026
SymmDiff pipeline overview

SymmDiff couples a flipped contralateral reference into the reverse diffusion trajectory, producing a pseudo-healthy reconstruction whose discrepancy with the input precisely localizes pelvic fractures.

Abstract

Unsupervised anomaly detection (UAD) offers a promising direction for fracture analysis where abnormal annotations are scarce, yet pelvic X-ray fracture detection remains exceptionally challenging due to overlapping anatomy, projection artifacts, and the inherently asymmetric presentation of fracture patterns.

We introduce SymmDiff, a symmetry-aware diffusion framework that embeds contralateral anatomical consistency directly into the generative correction process, mirroring the clinical practice of bilateral comparison. By pairing anatomically corresponding left–right regions and enforcing symmetry-consistent reconstruction during diffusion, SymmDiff generates a normal-corrected radiograph that selectively suppresses fracture-induced asymmetries while preserving global anatomical structure, enabling precise fracture localization through residual discrepancies between the input image and its symmetry-corrected counterpart.

Extensive evaluations on pelvic radiographs spanning subtle to severe fractures show that SymmDiff consistently outperforms existing anomaly-detection baselines, highlighting the effectiveness of symmetry-guided generative modeling for reliable fracture localization in clinical imaging.

Key Contributions

  1. A symmetry-conditioned latent diffusion model that establishes a patient-specific representation of normal pelvic anatomy through contralateral correspondence, providing a structural prior for fracture localization.
  2. A symmetry-conditioned reverse diffusion formulation in which contralateral information guides the reverse transition at each step, stabilizing the anatomical trajectory during iterative denoising.
  3. An ROI-guided reverse diffusion scheme with contralateral latent-swap initialization that softly restricts updates to regions exhibiting elevated bilateral discrepancy, reducing projection-induced over-correction while preserving global anatomy.

Method

SymmDiff is a symmetry-guided latent diffusion framework. The input radiograph x and its horizontally flipped reference xsym are encoded by a pelvic-finetuned VAE to latents z, zsym. Because pelvic anatomy is bilaterally correspondent, conditioning on zsym reduces uncertainty (H(Z | R) < H(Z)) and provides a patient-specific structural anchor.

Training applies random patch masking to the noisy latent while channel-concatenating zsym as guidance, forcing the U-Net εθ to inpaint masked regions using bilateral context rather than memorizing local textures.

Inference derives a soft ROI mask from a side-to-side discrepancy score and initializes the reverse trajectory via a latent swap inside the ROI. Deterministic DDIM (η = 0) updates only inside the ROI, making the reverse process the identity outside it — imperfect mask estimation cannot induce global structural drift.

Multi-scale anomaly fusion combines four complementary residuals — pixel, gradient, perceptual (ResNet features), and latent — into a single anomaly map, capturing thin cortical breaks as well as broader deformities.

Results

Quantitative Comparison

We evaluate on a retrospective Chosun University Hospital pelvic X-ray dataset (1,268 normal radiographs split 80/10/10 train/val/test; 534 abnormal cases reserved for evaluation, with pixel-level masks). SymmDiff consistently outperforms recent diffusion-based UAD baselines. Relative to the second-best method (THOR), image-level AUROC / AUPRC / F1max improve by +4.9 / +2.5 / +2.8, and pixel-level by +3.9 / +7.7 / +5.5.

Method Image-level Pixel-level
AUROCAUPRCF1max AUROCAUPRCF1max
DDPM84.583.080.176.523.324.6
AnoDDPM87.585.483.079.526.127.8
AutoDDPM89.085.984.280.627.627.0
THOR89.389.188.384.536.237.2
SymmDiff (ours) 94.291.691.1 88.443.942.7

Table 1. Quantitative comparison on the Chosun University Hospital pelvic X-ray dataset. Best results in bold.

Qualitative Localization

Across minor-to-large fractures (Samples 1–3), SymmDiff yields anatomically plausible reconstructions and localizes anomalies consistent with the masks. For the implant case (Sample 4), responses concentrate around the implant with minimal spillover; for the healthy case (Sample 5), activations remain low.

Qualitative pelvic-radiograph localization results

Figure 2. Qualitative localization results on pelvic X-rays. Columns show five different test samples. Rows: input radiograph, reconstructed corrected image, binary ground-truth mask, and predicted anomaly heatmap.

Ablations

Each SymmDiff component contributes. Removing reference (symmetry) conditioning causes the largest drop, confirming the side-to-side prior as the strongest stabilizer; ROI-constrained denoising prevents global drift, and multi-scale fusion is necessary for thin fractures that are weak in raw intensity residuals.

Variant Image-level Pixel-level
AUROCAUPRCF1max AUROCAUPRCF1max
SymmDiff (full) 94.291.691.1 88.443.942.7
w/o reference conditioning89.488.286.279.932.430.6
w/o random patch masking93.790.889.786.336.035.7
w/o ROI-constrained denoising91.890.389.883.235.735.1
w/o latent swap92.690.589.884.538.537.7
w/o multi-scale fusion (pixel only)93.991.290.786.636.835.9

Table 2. Ablation study of SymmDiff components on the Chosun University Hospital pelvic X-ray dataset.

Insights

Insight 1. Contralateral consistency is a strong inductive bias for pelvic UAD — it stabilizes "normality" where global density alone fails.

Insight 2. Coupling symmetry into the reverse trajectory — not post-hoc — prevents anatomical drift during iterative denoising.

Insight 3. ROI-gated updates with identity-outside-mask make the pipeline robust to imperfect contralateral references.

Insight 4. Multi-scale residual fusion is essential for thin cortical breaks that vanish in any single residual view.

BibTeX

@inproceedings{rahman2026symmdiff,
  title     = {SymmDiff: Symmetry-Guided Diffusion for Fracture
               Localization in Pelvic Radiographs},
  author    = {Rahman, Abdul and Ghafoor, Afnan and Lee, Bumshik},
  booktitle = {Medical Image Computing and Computer-Assisted
               Intervention -- MICCAI 2026},
  year      = {2026},
  publisher = {Springer},
}