← Latest papers
⚡ electrical engineering

Hardware-Aware Deployment of Joint SAR Compression and Despeckling on FPGA

This paper bridges the gap between advanced learned SAR compression-despeckling algorithms and spaceborne constraints by successfully deploying and evaluating a joint framework on an FPGA, revealing that replacing GDN activations with ReLU and simplifying model topology significantly improves quality and energy efficiency for onboard Earth observation.

Original authors: Cédric Léonard, Francescopaolo Sica, Martin Schulz

Published 2026-08-13
📖 4 min read☕ Coffee break read

Original authors: Cédric Léonard, Francescopaolo Sica, Martin Schulz

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to send a giant, high-definition photo of the Earth from a satellite zooming around in space. The problem is that the satellite is moving so fast and the data is so huge that the "internet" connection back to Earth (the downlink) can't keep up. It's like trying to pour a swimming pool of water through a drinking straw; most of the data would just get stuck in space. To fix this, engineers need to shrink the data before sending it, a process called compression. But there's a catch: the satellite is a tiny, fragile robot with very limited battery power and no room for a massive supercomputer. It can't run the heavy software that usually does the best shrinking.

This is where a clever trick called "Learned Image Compression" comes in. Instead of using old, rigid rules to shrink files, scientists train a digital brain (a neural network) to learn how to compress images efficiently, much like how a human learns to summarize a long story into a short paragraph. However, the photos taken by these satellites aren't like normal pictures. They are taken using radar, which bounces microwaves off the ground. This creates a grainy, static-like noise called "speckle," which looks like salt-and-pepper sprinkled over the image. If you try to compress a noisy photo, the computer wastes its brainpower trying to save the noise instead of the actual picture. The goal of this research is to teach a digital brain to do two things at once: clean up the grainy noise (despeckling) and shrink the file size, all while running on a tiny, low-power chip that can survive the harsh environment of space.

The researchers in this paper, led by Cédric Léonard and his team, decided to test if this "do-it-all" digital brain could actually run on a real piece of space hardware. They chose a specific type of computer chip called an FPGA (Field-Programmable Gate Array), which is like a Lego board for electronics that can be reconfigured to do specific jobs. They took a complex AI model designed for cleaning and compressing radar images and tried to force it to fit onto this chip. The chip had strict rules: it couldn't handle certain types of math operations, it only understood whole numbers (not decimals), and it had to be incredibly energy-efficient.

The team discovered something surprising while trying to make the model fit. The original design used a fancy math tool called "GDN" to help the AI understand the image, but the chip didn't support it. So, they swapped it out for a much simpler tool called "ReLU." They expected this to make the image quality worse, but instead, it actually made the compressed radar images look better. It turns out that the rules for compressing normal photos (like selfies) don't always apply to radar photos; what works for a sunny landscape might not work for a grainy radar scan.

They also tested different versions of the AI brain. Some versions had extra "residual blocks," which are like adding more layers of thinking to the brain. The team found that these extra layers made the computer work ten times harder but only gave a tiny, barely noticeable improvement in picture quality. It was like adding a turbo engine to a bicycle; it burned a lot more fuel but didn't make you go much faster. Because of this, they suggested that for space missions, the simpler, lighter version of the model is the best choice.

Finally, they measured how much energy the chip used compared to a standard computer processor (CPU) and a graphics card (GPU). The FPGA chip was the clear winner, using 11 to 17 times less energy than the CPU and 2 to 6 times less than the GPU. This is a huge deal for satellites, which have very strict power budgets. While the chip wasn't the fastest at processing the images, it was by far the most efficient, proving that it's possible to run these advanced AI cleaning and shrinking tools directly on a satellite without needing a massive power supply. The paper concludes that while there is still work to be done to make this a perfect, ready-to-launch system, they have successfully built a working prototype that shows the future of space-based image processing is not just possible, but efficient.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →