paper-with-me

Papers

Superpixel Tensor Pooling for Visual Tracking using Multiple Midlevel Visual Cues Fusion

2019-10-13

In this paper, we propose a method called superpixel tensor pooling tracker which can fuse multiple midlevel cues captured by superpixels into sparse pooled tensor features. Our method first adopts the superpixel method to generate different patches (superpixels) from the target template or candidates. Then for each superpixel, it encodes different midlevel cues including HSI color, RGB color, and spatial coordinates into a histogram matrix to construct a new feature space. Next, these matrices are formed to a third order tensor. After that, the tensor is pooled into the sparse representation. Then the incremental positive and negative subspaces learning is performed. Our method has both good characteristics of midlevel cues and sparse representation hence is more robust to large appearance variations and can capture compact and informative appearance of the target object. To validate the proposed method, we compare it with state-of-the-art methods on 24 sequences with multiple visual tracking challenges. Experiment results demonstrate that our method outperforms them significantly.

📄 PDF Abstract BibTeX arXiv:1906.04021

Code (0)

등록된 구현이 없습니다.

Tasks

SuperpixelsVisual Tracking

Similar Papers 제목 키워드 기반

Image Classification using Graph Neural Network and Multiscale Wavelet Superpixels

2022-01-29 · Varun Vasudevan, Maxime Bassenne, Md Tauhidul Islam, Lei Xing

Prior studies using graph neural networks (GNNs) for image classification have focused on graphs generated from a regular grid of pixels or similar-sized superpixels. In the latter, a single target number of superpixels …

ClassificationGraph ClassificationGraph Neural Networkimage-classification+2

SPiKeS: Superpixel-Keypoints Structure for Robust Visual Tracking

2016-10-23 · François-Xavier Derue, Guillaume-Alexandre Bilodeau, Robert Bergevin

In visual tracking, part-based trackers are attractive since they are robust against occlusion and deformation. However, a part represented by a rectangular patch does not account for the shape of the target, while a sup…

SuperpixelsVisual Tracking

Efficient semantic image segmentation with superpixel pooling

2018-06-07 · Mathijs Schuurmans, Maxim Berman, Matthew B. Blaschko

In this work, we evaluate the use of superpixel pooling layers in deep network architectures for semantic segmentation. Superpixel pooling is a flexible and efficient replacement for other pooling strategies that incorpo…

GPUImage SegmentationSemantic Segmentation

Superpixel-Based Tracking-By-Segmentation Using Markov Chains

2017-07-01 · CVPR 2017 7 · Donghun Yeo, Jeany Son, Bohyung Han, Joon Hee Han

We propose a simple but effective tracking-by-segmentation algorithm using Absorbing Markov Chain (AMC) on superpixel segmentation, where target state is estimated by a combination of bottom-up and top-down approaches, …

graph constructionSegmentationSuperpixels

Learning from multiscale wavelet superpixels using GNN with spatially heterogeneous pooling

2021-01-01 · Maxime Bassenne, Varun Vasudevan, Lei Xing

Neural networks have become the standard for image classification tasks. On one hand, convolutional neural networks (CNNs) achieve state-of-the-art performance by learning from a regular grid representation of images. On…

General ClassificationGraph Classificationimage-classificationImage Classification+1