Neural Edge Histogram Descriptors for Underwater Acoustic Target Recognition
Atharva Agashe, Davelle Carreiro, Alexandra Van Dine, Joshua Peeples
TL;DR
Problem: domain shifts and computational limits hinder deploying large pretrained models for underwater acoustic target recognition. Approach: adapt Neural Edge Histogram Descriptors to spectrograms, combining a structural edge-descriptor path and a statistical histogram path via $f(X) = phi( sum_{rho in N} psi(x_rho) )$ to extract texture features. Key findings: on the DeepShip dataset NEHD achieves $65.80\%$ accuracy with about $1.36\times 10^4$ parameters, competitive with ResNet-50 ($2.35\times 10^7$) and ViT ($2.15\times 10^7$), and significantly more efficient than PANN and AST. Significance: demonstrates that a lightweight texture-focused descriptor can match large models and can serve as a feature extractor to boost other networks for resource-constrained underwater sensing.
Abstract
Numerous maritime applications rely on the ability to recognize acoustic targets using passive sonar. While there is a growing reliance on pre-trained models for classification tasks, these models often require extensive computational resources and may not perform optimally when transferred to new domains due to dataset variations. To address these challenges, this work adapts the neural edge histogram descriptors (NEHD) method originally developed for image classification, to classify passive sonar signals. We conduct a comprehensive evaluation of statistical and structural texture features, demonstrating that their combination achieves competitive performance with large pre-trained models. The proposed NEHD-based approach offers a lightweight and efficient solution for underwater target recognition, significantly reducing computational costs while maintaining accuracy.
