Object tracking for autonomous vehicles

This thesis describes a multiple object tracker algorithm for autonomous vehicles based on visual data. The algorithm in this thesis is based on the MDP tracker [1], with extensions to use SiamFC [2] to generate a lightweight encoding used as features for association and tracking. The transitions be...

Full description

Saved in:
Bibliographic Details
Main Author: Lee, Joseph Yuan Sheng
Other Authors: Justin Dauwels
Format: Theses and Dissertations
Language:English
Published: 2018
Subjects:
Online Access:http://hdl.handle.net/10356/76041
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This thesis describes a multiple object tracker algorithm for autonomous vehicles based on visual data. The algorithm in this thesis is based on the MDP tracker [1], with extensions to use SiamFC [2] to generate a lightweight encoding used as features for association and tracking. The transitions between tracked and lost states are formalized as a Markov Decision Process. One main improvement was to use association before attempting to track, reducing tracking cost if associations are successful. Further enhancement includes the use of GPU processing. When an association fails, an attempt is made to track the object by searching a small section of the image. The search algorithm utilizes the same encoding method, which keeps the computational cost low. The usage of reinforcement learning and Support Vector Machine (SVM) in the original MDP tracker was replaced with batch training with Feedforward Neural Network (FNN). The tracker algorithm described in this thesis demonstrates an average update rate that is above real-time, while maintaining high performance benchmark scores.