zoukankan      html  css  js  c++  java
  • Real-time Compressive Tracking

    这是RTC算法的文献blog

    Real-time Compressive Tracking

    Kaihua Zhang1Lei Zhang1Ming-Hsuan Yang2

    1Dept. of Computing, The Hong Kong Polytechnic University, Hong Kong

    2Electrical Engineering and Computer Science, University of California at Merced, United States

    (a) Updating classifier at the t-th frame

    (a) Updating classifier at the t-th frame

     

    (b) Tracking at  the (t+1)-th frame


             

    ABSTRACT

      It is a challenging task to develop effective and efficient appearance models for robust object tracking due to factors such as pose variation, illumination change, occlusion, and motion blur. Existing online tracking algorithms often update models with samples from observations in recent frames. While much success has been demonstrated, several issues remain to be addressed. First, while these adaptive appearance models are data-dependent, there does not exist sufficient amount of data for online algorithms to learn at the outset. Second, online tracking algorithms often encounter the drift problems. As a result of self-taught learning, these misaligned samples are likely to be added and degrade the appearance models. In this paper, we propose a simple yet effective and efficient tracking algorithm with an appearance model based on features extracted from the multi-scale image feature space with data-independent basis. Our appearance model employs non-adaptive random projections that preserve the structure of the image feature space of objects. A very sparse measurement matrix is adopted to efficiently extract the features for the appearance model. We compress samples of foreground targets and the background using the same sparse measurement matrix. The tracking task is formulated as a binary classification via a naive Bayes classifier with online update in the compressed domain. The proposed compressive tracking algorithm runs in real-time and performs favorably against state-of-the-art algorithms on challenging sequences in terms of efficiency, accuracy and robustness.

    原文地址:http://www4.comp.polyu.edu.hk/~cslzhang/CT/CT.htm

  • 相关阅读:
    OCP-1Z0-053-200题-178题-187
    OCP-1Z0-053-200题-179题-232
    OCP-1Z0-053-200题-181题-407
    OCP-1Z0-053-200题-182题-408
    OCP-1Z0-053-V13.02-408题
    OCP-1Z0-053-200题-183题-232
    OCP-1Z0-053-200题-184题-270
    OCP-1Z0-053-200题-185题-44
    OCP-1Z0-053-200题-186题-61
    OCP-1Z0-053-200题-187题-610
  • 原文地址:https://www.cnblogs.com/yanghonker/p/4428406.html
Copyright © 2011-2022 走看看