BioTamperNet: Affinity-Guided State-Space Model Detecting Tampered Biomedical Images
Soumyaroop Nandi, Prem Natarajan
TL;DR
BioTamperNet tackles automated detection of duplicated manipulations in biomedical images by introducing affinity-guided self-attention and cross-attention built on lightweight State Space Model-inspired linear attention. The Siamese architecture jointly models intra- and inter-image correspondences to localize tampered regions and identify their sources, achieving state-of-the-art results on BioFors across External Duplication Detection, Internal Duplication Detection, and Cut/Sharp Transition Detection. The method is computationally efficient (36.7M parameters, 29.6 GFLOPs) and benefits from synthetic augmentation and GAN-based realism to bridge data scarcity in biomedicine. Together, these contributions advance reliable, cross-modality forensic tools for validating published biomedical research and enhancing scientific integrity.
Abstract
We propose BioTamperNet, a novel framework for detecting duplicated regions in tampered biomedical images, leveraging affinity-guided attention inspired by State Space Model (SSM) approximations. Existing forensic models, primarily trained on natural images, often underperform on biomedical data where subtle manipulations can compromise experimental validity. To address this, BioTamperNet introduces an affinity-guided self-attention module to capture intra-image similarities and an affinity-guided cross-attention module to model cross-image correspondences. Our design integrates lightweight SSM-inspired linear attention mechanisms to enable efficient, fine-grained localization. Trained end-to-end, BioTamperNet simultaneously identifies tampered regions and their source counterparts. Extensive experiments on the benchmark bio-forensic datasets demonstrate significant improvements over competitive baselines in accurately detecting duplicated regions. Code - https://github.com/SoumyaroopNandi/BioTamperNet
