菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-26
📄 Abstract - GSTurb: Gaussian Splatting for Atmospheric Turbulence Mitigation

Atmospheric turbulence causes significant image degradation due to pixel displacement (tilt) and blur, particularly in long-range imaging applications. In this paper, we propose a novel framework for atmospheric turbulence mitigation, GSTurb, which integrates optical flow-guided tilt correction and Gaussian splatting for modeling non-isoplanatic blur. The framework employs Gaussian parameters to represent tilt and blur, and optimizes them across multiple frames to enhance restoration. Experimental results on the ATSyn-static dataset demonstrate the effectiveness of our method, achieving a peak PSNR of 27.67 dB and SSIM of 0.8735. Compared to the state-of-the-art method, GSTurb improves PSNR by 1.3 dB (a 4.5% increase) and SSIM by 0.048 (a 5.8% increase). Additionally, on real datasets, including the TSRWGAN Real-World and CLEAR datasets, GSTurb outperforms existing methods, showing significant improvements in both qualitative and quantitative performance. These results highlight that combining optical flow-guided tilt correction with Gaussian splatting effectively enhances image restoration under both synthetic and real-world turbulence conditions. The code for this method will be available at this https URL.

顶级标签: computer vision systems model training
详细标签: atmospheric turbulence image restoration gaussian splatting optical flow non-isoplanatic blur 或 搜索:

GSTurb:基于高斯泼溅的大气湍流图像复原方法 / GSTurb: Gaussian Splatting for Atmospheric Turbulence Mitigation


1️⃣ 一句话总结

本文提出了一种名为GSTurb的新方法,通过结合光流引导的像素位移校正和高斯泼溅建模模糊,有效提升了远距离成像中因大气湍流导致的图像退化复原效果,在合成和真实数据集上均优于现有技术。

源自 arXiv: 2602.22800