この論文では、SIAnalyticsの研究チームによって開発されたSIA_Trackを紹介します。提案された方法は、検出ごとの追跡パラダイムの下で、既存の検出器とトラッカーから構築されました。使用したトラッカーは、新しく受信した検出を既存のトラックにリンクするだけのオンライントラッカーです。私たちの方法の中核部分は、合成およびラベルなしの実際のデータがトレーニングにのみ使用されたオブジェクト検出器のトレーニング手順です。実際のデータのパフォーマンスを最大化するために、最初に、合成データセットでトレーニングされたモデルを使用して、実際のデータの不完全なラベルを生成する疑似ラベルを使用することを提案します。その後、モデルスープスキームが、反復疑似ラベリング中に生成された重みの集計に適用されました。さらに、クロスドメイン混合サンプリングは、実際のデータの検出パフォーマンスを向上させるのにも役立ちました。私たちのメソッドであるSIA_Trackは、BMTT2022チャレンジのMOTSynth2MOT17トラックで1位になります。コードはhttps://github.com/SIAnalytics/BMTT2022_SIA_trackで入手できます。
In this paper, SIA_Track is presented which is developed by a research team from SI Analytics. The proposed method was built from pre-existing detector and tracker under the tracking-by-detection paradigm. The tracker we used is an online tracker that merely links newly received detections with existing tracks. The core part of our method is training procedure of the object detector where synthetic and unlabeled real data were only used for training. To maximize the performance on real data, we first propose to use pseudo-labeling that generates imperfect labels for real data using a model trained with synthetic dataset. After that model soups scheme was applied to aggregate weights produced during iterative pseudo-labeling. Besides, cross-domain mixed sampling also helped to increase detection performance on real data. Our method, SIA_Track, takes the first place on MOTSynth2MOT17 track at BMTT 2022 challenge. The code is available on https://github.com/SIAnalytics/BMTT2022_SIA_track.