How AUVs Transmit Acoustic JPEG Images to the Surface

Autonomous Underwater Vehicles (AUVs) rely on acoustic modems to transmit data to surface vessels because seawater rapidly attenuates traditional radio frequency and optical signals. Due to the severe physical limitations of sound waves underwater—resulting in extremely low bandwidth, high latency, and multipath interference—transmitting standard imagery is a significant technical challenge. To overcome this, AUVs heavily compress visual data into specialized JPEG formats, package the data into error-resilient packets, and convert digital bits into acoustic pressure waves that travel through the water column to be decoded by a surface receiver.

The Underwater Acoustic Channel

Radio frequencies cannot travel more than a few meters through conductive seawater, and optical communication requires clear water and direct line-of-sight over short distances. Consequently, acoustics remain the only viable method for long-range wireless underwater communication.

However, acoustic transmission speeds are limited to approximately 1,500 meters per second (about five orders of magnitude slower than light in air). The available frequency spectrum is typically limited to between a few kilohertz and tens of kilohertz. This results in standard data transfer rates ranging from just a few hundred bits per second (bps) up to around 10 to 20 kilobits per second (kbps) under optimal, short-range conditions.

Image Optimization and Compression

Because a standard uncompressed image would take hours to transmit acoustically, the AUV’s onboard computer applies aggressive data compression before sending the file to the modem:

Through these methods, a multi-megabyte photo is often reduced to a payload between 2 and 10 kilobytes.

Packetization and Error Correction

Acoustic channels are plagued by multipath reflections (sound bouncing off the seabed and surface) and ambient noise from waves, marine life, and ship propellers. If an AUV sent an entire JPEG file as a single stream, a brief burst of noise would corrupt the entire file.

To prevent this, the AUV splits the compressed JPEG into small chunks, often between 32 and 256 bytes each. Each packet includes:

Acoustic Modulation and Physical Transmission

Once the data is packetized, it is sent to the AUV's acoustic modem. The modem converts the binary data into analog electrical signals, which are driven through a piezoelectric transducer. The transducer vibrates, creating mechanical sound waves in the water.

Modems use robust digital modulation schemes to encode the data onto sound carriers:

Reception and Reconstruction at the Surface

The surface vessel deploys an acoustic transducer or hydrophone array into the water, typically suspended over the side of the ship, mounted to the hull, or towed behind the vessel.

The surface modem receives the acoustic pulses, filters out ambient ocean noise, compensates for Doppler shift caused by the moving vehicle, and demodulates the sound back into binary packets. A surface computer decodes the error-correction layers and stitches the packets back into the JPEG format. Operators see the image render on their monitors line by line or layer by layer, providing near-real-time verification of underwater targets without waiting for the AUV to surface.