この技術レポートでは、CVPR 2023 UG^2+ Track 2.2 における大気乱流によるコード化ターゲット復元のための私たちのチーム VIELab-HUST のソリューションを簡単に紹介します。このタスクでは、歪んだフレームから高品質の画像を復元するための効率的な多段階フレームワークを提案します。具体的には、幾何学的歪みを抑制するために、歪みのある各フレームが画像レジストレーションを使用して最初に位置合わせされます。次に、画像の鮮明さに基づいたフレーム選択アプローチを使用して、登録されたフレームの最も鮮明なセットを選択し、それらを平均して、ぼやけはあるものの幾何学的歪みがほとんどない画像を生成します。次に、学習ベースのぼけ除去方法を適用して、平均化された画像内の残留ぼけを除去します。最後に、後処理技術を利用して出力画像の品質をさらに高めます。私たちのフレームワークは、最終テスト段階で提供されるさまざまな種類のコード化されたターゲット データセットを処理することができ、最終リーダーボードで 1 位にランクされています。私たちのコードは https://github.com/xsqhust/Turbulence_Removal で入手できます。
In this technical report, we briefly introduce the solution of our team VIELab-HUST for coded target restoration through atmospheric turbulence in CVPR 2023 UG^2+ Track 2.2. In this task, we propose an efficient multi-stage framework to restore a high quality image from distorted frames. Specifically, each distorted frame is initially aligned using image registration to suppress geometric distortion. We subsequently select the sharpest set of registered frames by employing a frame selection approach based on image sharpness, and average them to produce an image that is largely free of geometric distortion, albeit with blurriness. A learning-based deblurring method is then applied to remove the residual blur in the averaged image. Finally, post-processing techniques are utilized to further enhance the quality of the output image. Our framework is capable of handling different kinds of coded target dataset provided in the final testing phase, and ranked 1st on the final leaderboard. Our code will be available at https://github.com/xsqhust/Turbulence_Removal.