reference:Hign-Speed Tracking with Kernelzied Correlation Filters

questions:

The core componet of most modern trackers is a discriminative classifier, tasked with distingushing between the target and the surrounding environment. To cope with natural image changes, this classifier is typically trained with translated and scaled sample patches. Such sets of samples are riddled with redundancies--any overlapping pixels are constrained to be the same.

solutions:

we proposed an analytic model for datasets of thousands of translated patches. By showing that the resulting data matrix is circulant, we can diagonalize it with the discrete Fourier transform, reducing both storage and compution by several orders of magnitude. Interestingly,

linear regression our  formutlation=a correlation filter

  which is used by some of the fastest competitive trackers.

for kernel regression,

kernel regression=a new kernelized correlation filter(KCF)

  which unlike other kernel algorithms has the exact same complexity as its linear counterpart.

Building on ti ,we also propose a fast multi-channel extension of linear correlation filters, via a linear kernel, which we call dual correlation filter(DCT).

see, as the topic demonstrates--high-speed tracking, focus on storage and computation.

最新文章

  1. C++11 auto and decltype
  2. js中的 && 和 ||
  3. python基础整理笔记(九)
  4. Oracle GoldenGate 12c 新特性
  5. iframe的使用小贴士
  6. NOIP2003 侦探推理
  7. 鼠标移动事件--JavaScript
  8. Parameters
  9. VC com 通信实例
  10. Jexus + Kestrel 部署 asp.net core
  11. Spring3.2AOP实现需要添加的三个包
  12. 设计模式,Let's “Go”! (中)
  13. codeblocks 配置 opengl 编程宝典 的 gltools 环境
  14. CSAPP:第三章程序的机器级表示3
  15. .net core跨平台的文件路径
  16. RNN的深入理解
  17. 树莓派进阶之路 (003) - Raspberry Pi(树莓派)国内软件源
  18. Oracle:使用二进制工具修改高版本的 exp (dump)文件,以便 低版本 imp 工具 导入
  19. java中的对象和类
  20. STL - 容器 - UnorderedSet(一)

热门文章

  1. JavaMai——邮箱验证用户注册
  2. LIBS+=
  3. 03_ExeZZ.cpp
  4. 《A_Pancers》第一次作业:团队亮相
  5. HDU 6015 Skip the Class
  6. Codeforces 837D - Round Subset(dp)
  7. 雷林鹏分享:Ruby 类和对象
  8. mac 地址
  9. P4173 残缺的字符串 fft
  10. MVC ——设置启动 URL