High-Quality and Efficient Turbulence Mitigation with Events

arXiv cs.CV / 3/24/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes EHETM, an event-camera–inspired turbulence mitigation method that targets the accuracy–efficiency trade-off of multi-frame conventional approaches.
  • It identifies two turbulence-related event properties—polarity alternation linked to sharp gradients for scene restoration, and spatiotemporally coherent “event tubes” from dynamic objects for motion decoupling.
  • EHETM uses two complementary modules: polarity-weighted gradients for refinement and event-tube constraints to separate dynamic motion from turbulence.
  • The authors release two real-world event-frame turbulence datasets (atmospheric and thermal) and report that EHETM outperforms state-of-the-art methods, particularly with dynamic objects.
  • The method reduces data overhead and system latency by about 77.3% and 89.5%, respectively, and provides code on GitHub.

Abstract

Turbulence mitigation (TM) is highly ill-posed due to the stochastic nature of atmospheric turbulence. Most methods rely on multiple frames recorded by conventional cameras to capture stable patterns in natural scenarios. However, they inevitably suffer from a trade-off between accuracy and efficiency: more frames enhance restoration at the cost of higher system latency and larger data overhead. Event cameras, equipped with microsecond temporal resolution and efficient sensing of dynamic changes, offer an opportunity to break the bottleneck. In this work, we present EHETM, a high-quality and efficient TM method inspired by the superiority of events to model motions in continuous sequences. We discover two key phenomena: (1) turbulence-induced events exhibit distinct polarity alternation correlated with sharp image gradients, providing structural cues for restoring scenes; and (2) dynamic objects form spatiotemporally coherent ``event tubes'' in contrast to irregular patterns within turbulent events, providing motion priors for disentangling objects from turbulence. Based on these insights, we design two complementary modules that respectively leverage polarity-weighted gradients for scene refinement and event-tube constraints for motion decoupling, achieving high-quality restoration with few frames. Furthermore, we construct two real-world event-frame turbulence datasets covering atmospheric and thermal cases. Experiments show that EHETM outperforms SOTA methods, especially under scenes with dynamic objects, while reducing data overhead and system latency by approximately 77.3% and 89.5%, respectively. Our code is available at: https://github.com/Xavier667/EHETM.