1 Introduction

The goal is to continuously estimate the position and orientation of the object,

even in the presence of occlusions, camera motion, and changing lighting conditions.

1.1 2 approaches:

1.2 3 ways

  1. feature tracking
  2. Multi-Object tracking
    1. 2d or 3d
  3. optical flow

1.3 2 kinds

  1. Online tracking
  2. Auto-labeling

1.4 2 Paradigms for Multi-Object tracking

matching-based vs motion-based methods

  1. matching-based
    1. extract template and search proposal features with the same embedding space, and then predict the target states by measuring the feature similarity.
      1. Siamese paradigm: takes the target template cropped from the previous frame and search area in the current frame as input.
  2. motion-based
    1. explicitly building the relative motion between the template and search point cloud
    2. motion clues acted as a reference to enhance current features with past features for prediction.

1.5 2D tracking pipeline

Given detections at 2 consecutive timesteps...