menu

Multiobjects Tracking By Submodular Optimization

The paper is available here

This method is detection based method for the MOT. The interesting idear of the method is formularating the mot tracking problem as a submodular optimization problem. The experiment has been done on MOT chanllenge 2015. It uses deformable part model to obtain the inital detections of frames.

The process of the method.

flowchart of the proposed method

The proposed method follows 3 steps:

  1. gernerate the low-lever trajectories by two methods (overlap criteria strategy associates and network flow strategy). The first strategy focus on the spatial constraints between two adjacent frames. The second strategy considering the appearance similarity.

  2. use the designed submodular function to connect low-level trajectories.

  3. occlusion handling for short-term occlusion

Detail

1). divide the video by 10 frames

2). use “overlap criteria method” to connect the detected boxes (this method is very simple, just connect the detected box if ).

3). make “network flow” as interlinear program (ILP) and solved it by IBM CPLEX Optimizer.

4). use histogram to calculate the appearance similarity and of the node in tracklite to get the forward motion error and backforward motion error. Then use submodular optimization to connect low-level tracklets.

5). use the same similarity to connect the connect trajectory, by the following condition

Its algorithm is listed as follows,

tracking algorithm

Result

Experiment is processed on mot2015. Its rank at 33rd. The detail is shown as follows,

result on mot chanllenge 15