scalable kernel correlation filter with sparse feature ...scalable kernel correlation filter with...

30
Motivation, Problems and Objectives Algorithm Overview Evaluation Methodology Results Conclusions Scalable Kernel Correlation Filter with Sparse Feature Integration Andr´ es Sol´ ıs Montero, Jochen Lang and Robert Lagani` ere. University of Ottawa December 12, 2016 Andr´ es Sol´ ıs Montero, Jochen Lang and Robert Lagani` ere. Object Tracking

Upload: others

Post on 07-Jun-2020

37 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Scalable Kernel Correlation Filter with SparseFeature Integration

Andres Solıs Montero, Jochen Lang and Robert Laganiere.

University of Ottawa

December 12, 2016

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 2: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Outline1 Motivation, Problems and Objectives

MotivationProblemObjectivesContributionsRelated Work

2 Algorithm OverviewEstimation PositionAdjustable WindowsEstimate ScaleImproving Performance

3 Evaluation MethodologyRelevant DatasetsPerformance Measures

4 ResultsSpeedVisual Tracker BenchmarkVOT Challenges

5 ConclusionsConclusionsFuture Work

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 3: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Motivation

Fast object tracking with live learning

Object representation, independent of the type of object

Live estimation of location and scale changes

General solution for tracking objects??

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 4: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Problem

Tracking object with a moving camera

No information of the object except an initial selection

Challenging scenarios and object representations, i.e., partialocclusions, noise, and small and low textured objects

Estimating location and change of scale

Speed performance and scalability

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 5: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Objectives

Develop a fast and accurate tracking framework

Estimate changes in location and scale

Uses a general object representation

Benchmark the solution: Visual Benchmark and VOTChallenges

Precision, Success, Accuracy, and Robustness

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 6: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Contributions

Extended the KCF framework to add on-line scale estimation

Improved object/background separation.

Combines sparse and dense object representations to estimatelocation and scale on-line

Improved real-time frame rates and low latency using fHOG(SSE2) and Intel’s CCS format for Fourier spectrums

Improved precision, success, accuracy, and robustness

Possibility of processing high dimensional data with differentfeature/scale/correlation estimation methods

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 7: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 8: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Object Representations

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 9: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

MotivationProblemObjectivesContributionsRelated Work

Related Work

Visual Tracker Benchmark: 29 Trackers.

VOT Challenges: 27 Trackers (2013), 38 Trackers (2014) ...

Among most relevant work:

TLD, SCM, Struck, CMT, Alien, KCF, CSK, SAMF, etc

Selected Work

Henriques, J. F. et al., High-Speed Tracking with KernelizedCorrelation Filters, IEEE Transactions on Pattern Analysis andMachine Intelligence, 2015.

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 10: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm Overview - KCF- Estimating Location

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 11: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm Overview - KCF - Estimating Location

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 12: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm Overview - KCF

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 13: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm Overview - Adjustable Windows

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 14: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm Overview - Adjustable Windows [examples]

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 15: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Cosine vs Gaussian Window

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 16: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm Overview - Estimating Scale

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 17: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Improving Performance

fast HOG descriptors (SSE instructions)Felzenszwalb et al. Object detection with discriminatively trainedpart, TPAMI 2010.Intel’s CCS packed formatOptimal search area N = 2p × 3q × 5r

(e.g., 300x300 = 52 × 3 × 22, closer power of two is 512x512).

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 18: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Estimation PositionAdjustable WindowsEstimate ScaleImproving Performance

Algorithm sKCF

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 19: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Relevant DatasetsPerformance Measures

Datasets

Tracker Benchmark v1.0 [Yi Wu et al. 2013]

50 sequences with 29 trackers

Measures: precision and success

VOT Challenge [Kristan et al.]

VOT2013: 16 sequences with 27 trackers

VOT2014: 25 sequences with 37 trackers

VOT2015: 60 sequences

VOTTIR2015: 20 sequences

Measures: accuracy and robustness/reliability

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 20: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Relevant DatasetsPerformance Measures

Speed

Frame rate expressed in frames per second (y-axis of the plot)measured by the number of pixels processed (x-axis of the plot).

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 21: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Relevant DatasetsPerformance Measures

Precision [Yi Wu et al.]

Precision plot shows the ratio of successful frames whose trackeroutput is within the given threshold (x-axis of the plot, in pixels)from the ground-truth, measured by the center distance betweenbounding boxes.

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 22: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Relevant DatasetsPerformance Measures

Success [Yi Wu et al.]

For an overlap threshold (x-axis of the plot), the success ratio isthe ratio of the frames whose tracked box has more overlap withthe ground-truth box than the threshold.

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 23: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Relevant DatasetsPerformance Measures

Accuracy [Kristan et al.]

Overlap between the ground-truth AG and the area predicted by atracker, i.e., AP. The overall accuracy of a sequence is the averageaccuracy of all the frames in the sequence.

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 24: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

Relevant DatasetsPerformance Measures

Robustness/Reliability

Counts the number of times the tracker failed and had to bereinitialized. Failure occurs when the overlap drops below athreshold.

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 25: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

SpeedVisual Tracker BenchmarkVOT Challenges

Speed Benchmark

Comparison between KCF implementation [Henriques et al. 2015]and our solution

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 26: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

SpeedVisual Tracker BenchmarkVOT Challenges

Precision and Success

Dataset: Visual Tracker Benchmark [Yi Wu et al. 2013]

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 27: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

SpeedVisual Tracker BenchmarkVOT Challenges

VOT 2014

Table : VOT 2014 Results

Overall Rank

Acc. Fail. Acc. Rob. Overall fps

DSST 0.65 16.90 5.44 12.17 8.81 5.8

SAMF 0.65 19.23 5.23 12.94 9.09 1.6

sKCF 0.61 18.44 7.68 13.14 10.41 65.4KCF 0.56 27.14 13.14 18.02 15.58 20.3

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 28: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

SpeedVisual Tracker BenchmarkVOT Challenges

VOT 2015

Table : VOT and VOT TIR 2015 Results

VOT 2015

Overall Rank

Acc. Fail. Acc. Rob. Overall fps

sKCF 0.50 2.49 2.22 2.60 2.41 64.5KCF 0.47 2.61 3.29 2.68 2.99 24.4

VOT TIR 2015

sKCF 0.58 5.28 2.92 2.50 2.71 215.0KCF 0.56 5.66 3.40 2.65 3.02 94.8

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 29: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

ConclusionsFuture Work

Conclusions

Scalable KCF solution that reacts better to objecttransformations and changes of scale

Gaussian Window filtering for better object/backgroundseparation.

Combines sparse and dense object representations to estimatelocation and scale on-line

Improved real-time frame rates and low latency using fHOG(SSE2) and CCS format for Fourier spectrums

Improved precision, success, accuracy, and robustness

Possibility of processing high dimensional data with differentscale estimation methods

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking

Page 30: Scalable Kernel Correlation Filter with Sparse Feature ...Scalable Kernel Correlation Filter with Sparse Feature Integration Andr es Sol s Montero, Jochen Lang and Robert Lagani ere

Motivation, Problems and ObjectivesAlgorithm Overview

Evaluation MethodologyResults

Conclusions

ConclusionsFuture Work

Future Work

Including rotation

Improve learning methodology, tracker should dropinformation while occluded

Improve speed performance

Compare adjustable filtering functions

Andres Solıs Montero, Jochen Lang and Robert Laganiere. Object Tracking