Beyond Weight Adaptation: Feature-Space Domain Injection for Cross-Modal Ship Re-Identification
Tingfeng Xian, Wenlve Zhou, Zhiheng Zhou, Zhelin Li
TL;DR
This paper tackles CMS Re-ID under large modality gaps by shifting from weight-space PEFT to feature-space calibration. It introduces Domain Representation Injection (DRI), combining a lightweight Offset Encoder and per-layer Modulators to inject additive domain deviations into a frozen Vision Foundation Model, preserving general knowledge while adapting to cross-modal tasks. Empirical results on HOSS-ReID and CMShipReID show SOTA performance with an order of magnitude fewer trainable parameters, highlighting the efficiency and robustness of feature-space adaptation for cross-modal re-identification. The approach delivers strong, interpretable improvements across optical-SAR and VIS-NIR/TIR settings, with extensive ablations validating architectural choices and injection strategies.
Abstract
Cross-Modality Ship Re-Identification (CMS Re-ID) is critical for achieving all-day and all-weather maritime target tracking, yet it is fundamentally challenged by significant modality discrepancies. Mainstream solutions typically rely on explicit modality alignment strategies; however, this paradigm heavily depends on constructing large-scale paired datasets for pre-training. To address this, grounded in the Platonic Representation Hypothesis, we explore the potential of Vision Foundation Models (VFMs) in bridging modality gaps. Recognizing the suboptimal performance of existing generic Parameter-Efficient Fine-Tuning (PEFT) methods that operate within the weight space, particularly on limited-capacity models, we shift the optimization perspective to the feature space and propose a novel PEFT strategy termed Domain Representation Injection (DRI). Specifically, while keeping the VFM fully frozen to maximize the preservation of general knowledge, we design a lightweight, learnable Offset Encoder to extract domain-specific representations rich in modality and identity attributes from raw inputs. Guided by the contextual information of intermediate features at different layers, a Modulator adaptively transforms these representations. Subsequently, they are injected into the intermediate layers via additive fusion, dynamically reshaping the feature distribution to adapt to the downstream task without altering the VFM's pre-trained weights. Extensive experimental results demonstrate the superiority of our method, achieving State-of-the-Art (SOTA) performance with minimal trainable parameters. For instance, on the HOSS-ReID dataset, we attain 57.9\% and 60.5\% mAP using only 1.54M and 7.05M parameters, respectively. The code is available at https://github.com/TingfengXian/DRI.
