University of AlbertaMultimedia Research Centre · Dept. of Computing Science
ROSSRemote Observation, Sensing & System
Research / R/06 Digital Twin & Simulation / Structural pruning and acceleration in the frequency domain
R/06 · Digital Twin & Simulation

Structural pruning and acceleration in the frequency domain

Frequency-domain pruning compresses networks during training, reaching up to 1286.55× on UNet/Carvana with maintained accuracy; a companion decoder compresses whole datasets (11.95 GB → 7.63 MB).

Digital Twin & SimulationModel CompressionPruningEdge AI

Remote-sensing AI increasingly needs to run at the edge: on drones monitoring cattle and traffic, and potentially on board the satellites themselves. These settings impose tight compute, memory and battery budgets, intermittent connectivity and real-time constraints. That demands networks that are small to store and fast to run.

The group’s approach compresses the model during training: zigzag-mask unstructured pruning in the frequency (DCT) domain, combined with structural pruning of input and output channels, yielding smaller storage and faster inference in one pass.

The results hold across architectures: ResNet18, VGG16, AlexNet, ViT, LeNet5, LeNet300 and UNet. Compression ratios reach 1286.55× (UNet on Carvana) while maintaining accuracy.

The frequency-domain idea extends beyond models to the data itself: a filename-to-embedding decoder model regenerates datasets from compact representations, shrinking BAYC from 11.95 GB to 7.63 MB, Azuki from 7.86 GB to 17.09 MB and CryptoPunk from 3.23 GB to 3.33 MB, at PSNR/SSIM competitive with PNG, JPG and SemNFT.

Dataset-compression decoder architecture: filename to embedding to decoder

Dataset compression: a filename-to-embedding decoder regenerates the images.