最近、セマンティックビデオセグメンテーションは、特に自動運転システムをサポートするために高い注目を集めています。ディープラーニングメソッドにより、ビデオにリアルタイムセグメンテーションとオブジェクト識別アルゴリズムを実装することが可能になりました。ただし、利用可能なアプローチのほとんどは、時間のシーケンシャル関係を無視して、各ビデオフレームを個別に処理します。そのため、以前のフレームで適切に検出された場合でも、一部のフレームのオブジェクトセグメントの一部が突然失われます。ここでは、既存のアルゴリズムのセグメンテーションパフォーマンスを向上させるために、2つの連続確率的ビデオフレーム分析アプローチを提案します。私たちの実験は、過去のフレームの情報を使用して、最先端のアルゴリズムのパフォーマンスと一貫性を向上させることを示しています。
Recently, semantic video segmentation gained high attention especially for supporting autonomous driving systems. Deep learning methods made it possible to implement real time segmentation and object identification algorithms on videos. However, most of the available approaches process each video frame independently disregarding their sequential relation in time. Therefore their results suddenly miss some of the object segments in some of the frames even if they were detected properly in the earlier frames. Herein we propose two sequential probabilistic video frame analysis approaches to improve the segmentation performance of the existing algorithms. Our experiments show that using the information of the past frames we increase the performance and consistency of the state of the art algorithms.