Fusion with Diffusion for Robust Visual Tracking

Abstract

A weighted graph is used as an underlying structure of many algorithms like semi-supervised learning and spectral clustering. The edge weights are usually deter-mined by a single similarity measure, but it often hard if not impossible to capture all relevant aspects of similarity when using a single similarity measure. In par-ticular, in the case of visual object matching it is beneficial to integrate different similarity measures that focus on different visual representations. In this paper, a novel approach to integrate multiple similarity measures is pro-posed. First pairs of similarity measures are combined with a diffusion process on their tensor product graph (TPG). Hence the diffused similarity of each pair of ob-jects becomes a function of joint diffusion of the two original similarities, which in turn depends on the neighborhood structure of the TPG. We call this process Fusion with Diffusion (FD). However, a higher order graph like the TPG usually means significant increase in time complexity. This is not the case in the proposed approach. A key feature of our approach is that the time complexity of the dif-fusion on the TPG is the same as the diffusion process on each of the original graphs, Moreover, it is not necessary to explicitly construct the TPG in our frame-work. Finally all diffused pairs of similarity measures are combined as a weighted sum. We demonstrate the advantages of the proposed approach on the task of visual tracking, where different aspects of the appearance similarity between the target object in frame t and target object candidates in frame t+1 are integrated. The obtained method is tested on several challenge video sequences and the experimental results show that it outperforms state-of-the-art tracking methods.

Cite

Text

Zhou et al. "Fusion with Diffusion for Robust Visual Tracking." Neural Information Processing Systems, 2012.

Markdown

[Zhou et al. "Fusion with Diffusion for Robust Visual Tracking." Neural Information Processing Systems, 2012.](https://mlanthology.org/neurips/2012/zhou2012neurips-fusion/)

BibTeX

@inproceedings{zhou2012neurips-fusion,
  title     = {{Fusion with Diffusion for Robust Visual Tracking}},
  author    = {Zhou, Yu and Bai, Xiang and Liu, Wenyu and Latecki, Longin J.},
  booktitle = {Neural Information Processing Systems},
  year      = {2012},
  pages     = {2978-2986},
  url       = {https://mlanthology.org/neurips/2012/zhou2012neurips-fusion/}
}