paper-with-me

Papers

Spatially Supervised Recurrent Convolutional Neural Networks for Visual Object Tracking

2016-07-19 · Guanghan Ning, Zhi Zhang, Chen Huang, Zhihai He, Xiaobo Ren, Haohong Wang

In this paper, we develop a new approach of spatially supervised recurrent convolutional neural networks for visual object tracking. Our recurrent convolutional network exploits the history of locations as well as the distinctive visual features learned by the deep neural networks. Inspired by recent bounding box regression methods for object detection, we study the regression capability of Long Short-Term Memory (LSTM) in the temporal domain, and propose to concatenate high-level visual features produced by convolutional networks with region information. In contrast to existing deep learning based trackers that use binary classification for region candidates, we use regression for direct prediction of the tracking locations both at the convolutional layer and at the recurrent unit. Our extensive experimental results and performance comparison with state-of-the-art tracking methods on challenging benchmark video tracking datasets shows that our tracker is more accurate and robust while maintaining low computational cost. For most test video sequences, our method achieves the best tracking performance, often outperforms the second best by a large margin.

📄 PDF Abstract BibTeX arXiv:1607.05781

Code (2)

Guanghan/ROLO tf
zhangxiutao/ROLO tf

Tasks

Binary Classificationobject-detectionObject DetectionObject TrackingregressionVisual Object Tracking

Similar Papers 제목 키워드 기반

Where to Focus: Deep Attention-based Spatially Recurrent Bilinear Networks for Fine-Grained Visual Recognition

2017-09-18 · Lin Wu, Yang Wang

Fine-grained visual recognition typically depends on modeling subtle difference from object parts. However, these parts often exhibit dramatic visual variations such as occlusions, viewpoints, and spatial transformations…

Deep AttentionFine-Grained Image ClassificationFine-Grained Visual Recognitionimage-classification+2

Improved Lossy Image Compression with Priming and Spatially Adaptive Bit Rates for Recurrent Networks

2017-03-29 · CVPR 2018 6 · Nick Johnston, Damien Vincent, David Minnen, Michele Covell 외

We propose a method for lossy image compression based on recurrent, convolutional neural networks that outperforms BPG (4:2:0 ), WebP, JPEG2000, and JPEG as measured by MS-SSIM. We introduce three improvements over previ…

Image CompressionMS-SSIMSSIM

Dynamic Scene Deblurring Using Spatially Variant Recurrent Neural Networks

2018-06-01 · CVPR 2018 6 · Jiawei Zhang, Jinshan Pan, Jimmy Ren, Yibing Song 외

Due to the spatially variant blur caused by camera shake and object motions under different scene depths, deblurring images captured from dynamic scenes is challenging. Although recent works based on deep neural networks…

Deblurring

Learning Physical Graph Representations from Visual Scenes

2020-06-22 · NeurIPS 2020 12 · Daniel M. Bear, Chaofei Fan, Damian Mrowca, Yunzhu Li 외

Convolutional Neural Networks (CNNs) have proved exceptional at learning representations for visual object categorization. However, CNNs do not explicitly encode objects, parts, and their physical properties, which has l…

ObjectObject CategorizationScene Segmentation

Recurrent Convolutional Neural Network for Object Recognition

2015-06-01 · CVPR 2015 6 · Ming Liang, Xiaolin Hu

In recent years, the convolutional neural network (CNN) has achieved great success in many computer vision tasks. Partially inspired by neuroscience, CNN shares many properties with the visual system of the brain. A prom…

ObjectObject Recognition