🤖 AI Summary
In passive sonar classification, parameter-efficient transfer learning (PETL) methods struggle to model intermediate feature distribution shifts during domain adaptation. To address this, we propose a histogram-driven lightweight domain adaptation method. Our approach innovatively incorporates differentiable histogram statistics of input features into the tuning process, explicitly capturing target-domain distribution shifts—overcoming the insensitivity of conventional additive adapters to statistical drift. Integrated with a lightweight parameter modulation module, it is compatible with both Transformer and CNN backbones. Evaluated on the VTUAD dataset, our method achieves 91.8% classification accuracy—outperforming standard Adapter by 2.0%—while accelerating training and yielding feature representations closer to full fine-tuning. Crucially, it reduces trainable parameters by over 95%, enabling efficient, distribution-aware adaptation without compromising performance.
📝 Abstract
Parameter-efficient transfer learning (PETL) methods adapt large artificial neural networks to downstream tasks without fine-tuning the entire model. However, existing additive methods, such as adapters, sometimes struggle to capture distributional shifts in intermediate feature embeddings. We propose a novel histogram-based parameter-efficient tuning (HPT) technique that captures the statistics of the target domain and modulates the embeddings. Experimental results on three downstream passive sonar datasets (ShipsEar, DeepShip, VTUAD) demonstrate that HPT outperforms conventional adapters. Notably, HPT achieves 91.8% vs. 89.8% accuracy on VTUAD. Furthermore, HPT trains faster and yields feature representations closer to those of fully fine-tuned models. Overall, HPT balances parameter savings and performance, providing a distribution-aware alternative to existing adapters and shows a promising direction for scalable transfer learning in resource-constrained environments. The code is publicly available: https://github.com/Advanced-Vision-and-Learning-Lab/HLAST_DeepShip_ParameterEfficient.