ArXiv

HexMIL: Hierarchical Attention MIL for Ante-Hoc Explainable Detection of AI-Manipulated CT Volumes

Authors
Orazio Pontorno, Luca Guarnera, Zahid Akhtar...
Categories
cs.CV, cs.MM
arXiv
https://arxiv.org/abs/2608.05101v1
PDF
https://arxiv.org/pdf/2608.05101v1

Brief

HexMIL introduces a hierarchical multiple-instance learning detector for CT deepfakes that decomposes volumes into patch- and slice-level instances and uses independent Gated Attention to form a full-resolution 3D attention volume for ante-hoc localization without pixel-level labels. Under a cross-generator protocol on M3DSynth and CT-GAN it yields +9.1 AUC and +9.4 F1 in out-of-domain classification. Full text not available.

Why it matters

HexMIL improves out-of-domain (cross-generator) detection on CT deepfakes by +9.1 AUC and +9.4 F1 when trained on a single generative architecture and tested on unseen ones, evaluated on M3DSynth and CT-GAN datasets.

Key details

  • Architecture: a mask-free hierarchical MIL that decomposes volumes into two levels (patches and slices) aggregated via independent Gated Attention modules; weights are combined into a full-resolution 3D attention volume for ante-hoc localization using only binary volume-level supervision (no pixel labels), with attention forming the exact forward computation (unlike Grad-CAM).
  • Localization: HexMIL achieves the best average IoU and best Pointing Game score among baselines; the work was accepted to ACM Multimedia 2026 (MM '26).
Source evidence

Abstract

The emergence of medical deepfakes, i.e., medical images manipulated by deep generative models, poses a significant threat to clinical workflows. However, existing detectors suffer from two critical limitations: poor generalization to unseen generative architectures for manipulation detection and lack of interpretability. In this context, we present HexMIL (Hierarchical EXplainable Multiple Instance Learning), a mask-free medical deepfake detector that simultaneously addresses both limitations using only binary volume-level supervision. HexMIL decomposes each CT volume into a two-level hierarchy of patches and slices, aggregated via independent Gated Attention modules whose weights are directly combined into a full-resolution 3D attention volume that localizes the manipulated sub-region without any pixel-level annotation. Unlike post-hoc methods such as Grad-CAM, HexMIL's attention weights constitute the exact forward computation driving the classification decision, providing ante-hoc and structurally faithful spatial attribution. We evaluate HexMIL on M3DSynth and CT-GAN datasets under a rigorous cross-generator generalization protocol, training on a single generative architecture and testing on unseen ones. HexMIL outperforms all baselines by $+9.1$ AUC and $+9.4$ F1 in out-of-domain classification, and achieves the best average IoU and Pointing Game score in localization. Project page: opontorno.github.io/hexmil.

Comment: Accepted at ACM Multimedia 2026 (MM '26)
Journal: Proceedings of the 34th ACM International Conference on Multimedia (MM '26), November 10--14, 2026, Rio de Janeiro, Brazil