paper-with-me

Papers

MFST: Multi-Features Siamese Tracker

2021-03-01 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

Siamese trackers have recently achieved interesting results due to their balance between accuracy and speed. This success is mainly due to the fact that deep similarity networks were specifically designed to address the image similarity problem. Therefore, they are inherently more appropriate than classical CNNs for the tracking task. However, Siamese trackers rely on the last convolutional layers for similarity analysis and target search, which restricts their performance. In this paper, we argue that using a single convolutional layer as feature representation is not the optimal choice within the deep similarity framework, as multiple convolutional layers provide several abstraction levels in characterizing an object. Starting from this motivation, we present the Multi-Features Siamese Tracker (MFST), a novel tracking algorithm exploiting several hierarchical feature maps for robust deep similarity tracking. MFST proceeds by fusing hierarchical features to ensure a richer and more efficient representation. Moreover, we handle appearance variation by calibrating deep features extracted from two different CNN models. Based on this advanced feature representation, our algorithm achieves high tracking accuracy, while outperforming several state-of-the-art trackers, including standard Siamese trackers. The code and trained models are available at https://github.com/zhenxili96/MFST.

📄 PDF Abstract BibTeX arXiv:2103.00810

Code (1)

zhenxili96/MFST 공식 구현 tf

Similar Papers 제목 키워드 기반

Multiple Convolutional Features in Siamese Networks for Object Tracking

2021-03-01 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

Siamese trackers demonstrated high performance in object tracking due to their balance between accuracy and speed. Unlike classification-based CNNs, deep similarity networks are specifically designed to address the image…

ObjectObject Tracking

A-MFST: Adaptive Multi-Flow Sparse Tracker for Real-Time Tissue Tracking Under Occlusion

2024-10-25 · Yuxin Chen, Zijian Wu, Adam Schmidt, Septimiu E. Salcudean

Purpose: Tissue tracking is critical for downstream tasks in robot-assisted surgery. The Sparse Efficient Neural Depth and Deformation (SENDD) model has previously demonstrated accurate and real-time sparse point trackin…

Occlusion HandlingPoint Tracking

Multiple Context Features in Siamese Networks for Visual Object Tracking

2018-09-01 · ECCV Workshops 2018 2018 9 · Henrique Morimitsu

Siamese networks have been successfully utilized to learn a robust matching function between pairs of images. Visual object tracking methods based on siamese networks have been gaining popularity recently due to their ro…

Object TrackingVisual Object Tracking

MFST: A Python OpenFST Wrapper With Support for Custom Semirings and Jupyter Notebooks

2020-12-07 · Matthew Francis-Landau

This paper introduces mFST, a new Python library for working with Finite-State Machines based on OpenFST. mFST is a thin wrapper for OpenFST and exposes all of OpenFST's methods for manipulating FSTs. Additionally, mFST …

Siamese Natural Language Tracker: Tracking by Natural Language Descriptions with Siamese Trackers

2019-12-04 · CVPR 2021 1 · Qi Feng, Vitaly Ablavsky, Qinxun Bai, Stan Sclaroff

We propose a novel Siamese Natural Language Tracker (SNLT), which brings the advancements in visual tracking to the tracking by natural language (NL) descriptions task. The proposed SNLT is applicable to a wide range of …

GPUObject TrackingRegion ProposalVisual Object Tracking+1