real-time multiple object tracking (mot) for autonomous...

1
Real-Time Multiple Object Tracking (MOT) for Autonomous Navigation Saurabh Suryavanshi ([email protected]), Ankush Agarwal ([email protected]) Type equation here. De Introduction & Motivation Approach Results Dataset (Self-driving car, Google) (Robots playing soccer, RoboCup) (HoloLens, Microsoft) MOT dataset: People tracking We train our models for multiple people tracking instead of generic object tracking Our network is, in principle, independent of the type of the tracked object Various specific task provided: sports, surveillance, 3D tracking Provides detection for all sequences (useful for debugging purposes) Autonomous vehicles and robots require three dimensional (3D) awareness Rich spatial knowledge is necessary for virtual and artificial reality applications We expect these new applications to actively interact with their surroundings https://motchallenge.net/ Future Work Faster RCNN Architecture GOTURN Architecture The multiple object detection is provided by the Faster RCNN. GOTURN tracks single object over time. The object detection has to be provided manually. We expand the GOTURN architecture to perform MOT on detection provided by Faster RCNN Combining both architecture in series and running on MOT dataset (trivial case) White box is the detection frame provided by detection network for the first frame. Red box shows tracked object by the tracking network. Sequential MOT Detection network Tracking network = =1 () N is total objects detected by the detection network, here N is artificially limited to 2. We are here! Extend the work to real-time MOT We need to implement baseline for the project. For example, tracking can be benchmarked against TLD algorithm Need better handling of object births and deaths Rich information e.g. interaction between object Track fast objects

Upload: others

Post on 11-Aug-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Real-Time Multiple Object Tracking (MOT) for Autonomous ...cs231n.stanford.edu/reports/2017/posters/630.pdf · Saurabh Suryavanshi (saurabhv@stanford.edu), Ankush Agarwal (ankushag@stanford.edu)

Real-Time Multiple Object Tracking (MOT) for Autonomous NavigationSaurabh Suryavanshi ([email protected]), Ankush Agarwal ([email protected])

Type equation here. De

Introduction & Motivation Approach Results

Dataset

(Self-driving car, Google) (Robots playing soccer, RoboCup) (HoloLens, Microsoft)

• MOT dataset: People tracking We train our models for multiple people

tracking instead of generic object tracking Our network is, in principle, independent of the

type of the tracked object Various specific task provided: sports,

surveillance, 3D tracking Provides detection for all sequences (useful for

debugging purposes)

• Autonomous vehicles and robots require three dimensional (3D) awareness

• Rich spatial knowledge is necessary for virtual and artificial reality applications

• We expect these new applications to actively interact with their surroundings

https://motchallenge.net/

Future Work

Faster RCNN Architecture

GOTURNArchitecture

• The multiple object detection is provided by the Faster RCNN.

• GOTURN tracks single object over time. The object detection has to be provided manually.

• We expand the GOTURN architecture to perform MOT on detection provided by Faster RCNN

Combining both architecture in series and running on MOT dataset (trivial case)

White box is the detection frame provided by detection network for the first frame. Red box shows tracked object by the tracking network.

Sequential MOT

Detection network

Tracking network

𝐿𝑜𝑠𝑠 =

𝑖=1

𝑁

𝑡

𝐿𝑖(𝑡)

N is total objects detected by the detection network, here N is artificially limited to 2.

We are here!

• Extend the work to real-time MOT• We need to implement baseline for the

project. For example, tracking can be benchmarked against TLD algorithm

• Need better handling of object births and deaths

• Rich information e.g. interaction between object

• Track fast objects