English

From Image Hashing to Scene Change Detection

Computer Vision and Pattern Recognition 2026-05-13 v1

Abstract

Image hashing provides compact representations for efficient storage and retrieval but is inherently limited to global comparison and cannot reason about where changes occur. This limitation prevents hashing from being directly applicable to scene change detection, where spatial localization is essential. In this work, we revisit hashing from a scene change detection perspective and propose HashSCD, a patch-wise hashing framework that enables both efficient global change detection and localized change identification. HashSCD encodes spatially aligned patches into compact hash codes and aggregates them through an XOR-like operation, allowing change detection and localization to be performed directly in the Hamming space without repeated inference on previous images. The model is trained in an unsupervised manner using contrastive learning at both patch and global levels. Experiments demonstrate that HashSCD achieves competitive performance compared to state-of-the-art unsupervised hashing and scene change detection methods, while significantly reducing computational cost and storage requirements.

Keywords

Cite

@article{arxiv.2605.12259,
  title  = {From Image Hashing to Scene Change Detection},
  author = {Anh-Kiet Duong and Marie-Claire Iatrides and Petra Gomez-Krämer and Jean-Michel Carozza},
  journal= {arXiv preprint arXiv:2605.12259},
  year   = {2026}
}

Comments

18 pages; accepted to ICPR 2026

R2 v1 2026-07-22T07:07:56.270Z