Multi-Sensor Matching with HyperNetworks
Eli Passov, Nathan S. Netanyahu, Yosi Keller
TL;DR
Hyp-Net presents a lightweight hypernetwork-augmented Siamese CNN for multimodal (VIS–IR) patch matching. By applying Conditional Instance Normalization in shallow layers and per-channel scaling/shifting via hypernetworks in deeper layers, the model learns robust, context-aware descriptors while maintaining descriptor-based efficiency. Trained with a triplet margin loss and hard negative mining, it achieves state-of-the-art results on VIS-NIR and VIS-LWIR benchmarks and competitive performance on others, with strong cross-domain generalization demonstrated on the GAP-VIR dataset. The GAP-VIR dataset further provides a challenging benchmark for cross-platform VIS–IR adaptation, encouraging future advances in cross-modal patch correspondence and domain transfer.
Abstract
Hypernetworks are models that generate or modulate the weights of another network. They provide a flexible mechanism for injecting context and task conditioning and have proven broadly useful across diverse applications without significant increases in model size. We leverage hypernetworks to improve multimodal patch matching by introducing a lightweight descriptor-learning architecture that augments a Siamese CNN with (i) hypernetwork modules that compute adaptive, per-channel scaling and shifting and (ii) conditional instance normalization that provides modality-specific adaptation (e.g., visible vs. infrared, VIS-IR) in shallow layers. This combination preserves the efficiency of descriptor-based methods during inference while increasing robustness to appearance shifts. Trained with a triplet loss and hard-negative mining, our approach achieves state-of-the-art results on VIS-NIR and other VIS-IR benchmarks and matches or surpasses prior methods on additional datasets, despite their higher inference cost. To spur progress on domain shift, we also release GAP-VIR, a cross-platform (ground/aerial) VIS-IR patch dataset with 500K pairs, enabling rigorous evaluation of cross-domain generalization and adaptation.
