IoUT: Internet of Underwater Things—a network of interconnected underwater devices, sensors, and vehicles for marine data collection.
UWSN: Underwater Wireless Sensor Networks—networks of battery-powered sensors deployed underwater.
Acoustic Communication: Transmission of data using sound waves, the primary modality underwater due to low attenuation compared to RF.
Multipath Propagation: Signal distortion caused by sound waves reflecting off the sea surface and bottom, arriving at the receiver at different times.
RL: Reinforcement Learning—an ML paradigm where agents learn optimal actions by interacting with an environment and receiving rewards.
MAC: Medium Access Control—protocols that coordinate how multiple devices share a communication channel to avoid collisions.
Doppler Spread: Frequency shifting and spreading of signals caused by relative motion between transmitter and receiver or water movement.
PINNs: Physics-Informed Neural Networks—neural networks that incorporate physical laws (like wave equations) into their loss functions to learn from fewer data points.
Q-learning: A value-based RL algorithm where an agent learns the quality (Q-value) of actions in specific states to maximize long-term reward.
MFCC: Mel-Frequency Cepstral Coefficients—a feature representation of sound that captures spectral characteristics, commonly used in speech and acoustic processing.
SINR: Signal-to-Interference-plus-Noise Ratio—a metric quantifying link quality.