Turb-Seg-Res: A Segment-then-Restore Pipeline for Dynamic Videos with Atmospheric Turbulence
Ripon Kumar Saha, Dehao Qin, Nianyi Li, Jinwei Ye, Suren Jayasuriya
TL;DR
Atmospheric turbulence degrades long-range dynamic video by causing geometric distortions and blur. This work proposes Turb-Seg-Res, a segment-then-restore pipeline that first performs unsupervised motion segmentation via mean optical flow to separate static background from dynamic foreground, then enhances the background and sharpens the entire frame with a transformer trained on a novel tilt-and-blur turbulence simulator. A procedurally generated turbulence video simulator based on 3D simplex and Perlin noise enables rapid, scalable training data creation for the Restormer-based restoration. The method achieves improved geometry recovery and high-frequency detail with competitive latency (≈5.71 s per 1080p frame on A100) across CLEAR, OTIS, and URG-T benchmarks, and the authors release code, simulator, and data to accelerate research in turbulence-robust video restoration.
Abstract
Tackling image degradation due to atmospheric turbulence, particularly in dynamic environment, remains a challenge for long-range imaging systems. Existing techniques have been primarily designed for static scenes or scenes with small motion. This paper presents the first segment-then-restore pipeline for restoring the videos of dynamic scenes in turbulent environment. We leverage mean optical flow with an unsupervised motion segmentation method to separate dynamic and static scene components prior to restoration. After camera shake compensation and segmentation, we introduce foreground/background enhancement leveraging the statistics of turbulence strength and a transformer model trained on a novel noise-based procedural turbulence generator for fast dataset augmentation. Benchmarked against existing restoration methods, our approach restores most of the geometric distortion and enhances sharpness for videos. We make our code, simulator, and data publicly available to advance the field of video restoration from turbulence: riponcs.github.io/TurbSegRes
