ビデオ修復のための新しいディープラーニングベースのアルゴリズムを紹介します。ビデオの修復は、ビデオ内の破損または欠落した領域を完了するプロセスです。ビデオの修復には、余分な時間情報と時間的一貫性を維持する必要があるため、画像の修復に比べて追加の課題があります。私たちは、ビデオの他のフレームの追加情報を利用するビデオ修復のためのコピーアンドペーストネットワークと呼ばれる新しいDNNベースのフレームワークを提案します。ネットワークは、参照フレームの対応するコンテンツをコピーして貼り付け、ターゲットフレームの穴を埋めるようにトレーニングされています。ネットワークには、アライメント用のフレーム間のアフィン行列を計算するアライメントネットワークも含まれており、ネットワークはより堅牢なフレームから情報を取得できます。私たちの方法は、最先端の最適化ベースの方法よりも高速に実行しながら、視覚的に心地よく、時間的に一貫した結果を生成します。さらに、動画内の露出不足/露出フレームを強化するためのフレームワークを拡張します。この強化技術を使用して、道路ビデオの車線検出精度を大幅に改善することができました。
We present a novel deep learning based algorithm for video inpainting. Video inpainting is a process of completing corrupted or missing regions in videos. Video inpainting has additional challenges compared to image inpainting due to the extra temporal information as well as the need for maintaining the temporal coherency. We propose a novel DNN-based framework called the Copy-and-Paste Networks for video inpainting that takes advantage of additional information in other frames of the video. The network is trained to copy corresponding contents in reference frames and paste them to fill the holes in the target frame. Our network also includes an alignment network that computes affine matrices between frames for the alignment, enabling the network to take information from more distant frames for robustness. Our method produces visually pleasing and temporally coherent results while running faster than the state-of-the-art optimization-based method. In addition, we extend our framework for enhancing over/under exposed frames in videos. Using this enhancement technique, we were able to significantly improve the lane detection accuracy on road videos.