Paper | OVTrack: Open-Vocabulary

2023-12-21  本文已影响0人  与阳光共进早餐

1 basic info

OVTrack: Open-Vocabulary Multiple Object Tracking

2 introduction

open vocabulary MOT: tracking beyond predefined training categories.

  1. Detection: similar to OV D, use CLIP to align image features and text embedding.
  2. Association: CLIP feature distillation helps in learning better appearance representations.
  3. Besides, used the denoising diffusion probabilistic models (DDPMs) to form an effective data hallucination strategy.

OVTracker sets a new SOTA on TAO benchmark with only static images as training data

3 open-vocabulary MOT

basically the same as OVD.

benchmark builds on the TAO benchmark.

4 OVTrack

framework:


OVTracker's functionality: localization, classification, and association;

  1. localization: train Faster-RCNN in a class-agnostic manner
  2. classification: first replace the original classifier in Faster-RCNN with a text head add an image head generating the embeddings. Then, use the CLIP text and image encoders to supervise these two heads. Apply supervision on image and text getting the L_{image} and L_{text}, respectively.
  3. Association: using contrastive learning with paired objects in I_{key} and I_{ref}.

Learning to track without video data.

上一篇 下一篇

猜你喜欢

热点阅读