ganler / ResearchReading

General system research material (not limited to paper) reading notes.
GNU General Public License v3.0
20 stars 1 forks source link

[SIGMOD'20] MIRIS: Fast Object Track Queries in Video #16

Closed ganler closed 4 years ago

ganler commented 4 years ago

Website: https://favyen.com/miris/

ganler commented 4 years ago

Motivation

Play tracking at a low frame rate(acceleration).

Challenges

However, the low frame rate may introduce some accuracy problem:

Matching the wrong car

image

Predicate Error

We lose some part of the tracking routine when enabling a low frame rate.

image

ganler commented 4 years ago

Solution

image

1st: Tracking in low frame rate

In this stage, the system will apply detection first and then track each car independently(circles are tracked car). But it will also record insured matched pairs(the yellow arrows), and re-visit those segments later.

image

2nd: Filtering

Use some magic(RNN, NND) to filter tracklets where the query predicate doesn't occur.

3rd: Uncertainty Resolution

Find segments that are not confident in pair matching. And re-visit the intermediate skipped frames recursively.

4th: Refinement: we may lose the entrance and exit of the tracking sequence.

Re-visit skipped frames!

Query Planning

Question: How to select the parameters.

ganler commented 4 years ago

Evaluation

Datasets: UAV, Tokyo, Warsaw, Resort(pedestrian walkway), BDD(dashcam video)

image

Metrics:

image

image