paper-with-me

Papers

Pixel-wise object tracking

2017-11-20 · Yilin Song, Chenge Li, Yao Wang

In this paper, we propose a novel pixel-wise visual object tracking framework that can track any anonymous object in a noisy background. The framework consists of two submodels, a global attention model and a local segmentation model. The global model generates a region of interests (ROI) that the object may lie in the new frame based on the past object segmentation maps, while the local model segments the new image in the ROI. Each model uses a LSTM structure to model the temporal dynamics of the motion and appearance, respectively. To circumvent the dependency of the training data between the two models, we use an iterative update strategy. Once the models are trained, there is no need to refine them to track specific objects, making our method efficient compared to online learning approaches. We demonstrate our real time pixel-wise object tracking framework on a challenging VOT dataset

📄 PDF Abstract BibTeX arXiv:1711.07377

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject TrackingSegmentationSemantic SegmentationVisual Object Tracking

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Tracking Objects as Pixel-wise Distributions

2022-07-12 · Zelin Zhao, Ze Wu, Yueqing Zhuang, Boxun Li 외

Multi-object tracking (MOT) requires detecting and associating objects through frames. Unlike tracking via detected bounding boxes or tracking objects as points, we propose tracking objects as pixel-wise distributions. W…

Multi-Object TrackingObjectObject Tracking

Iterative multi-path tracking for video and volume segmentation with sparse point supervision

2018-08-27 · Laurent Lejeune, Jan Grossrieder, Raphael Sznitman

Recent machine learning strategies for segmentation tasks have shown great ability when trained on large pixel-wise annotated image datasets. It remains a major challenge however to aggregate such datasets, as the time a…

BIG-bench Machine LearningObjectSegmentation

Towards Accurate Pixel-wise Object Tracking by Attention Retrieval

2020-08-06 · Zhipeng Zhang, Bing Li, Weiming Hu, Houwen Peng

The encoding of the target in object tracking moves from the coarse bounding-box to fine-grained segmentation map recently. Revisiting de facto real-time approaches that are capable of predicting mask during tracking, we…

ObjectObject TrackingRetrievalSegmentation

Multiple Object Tracking by Flowing and Fusing

2020-01-30 · Jimuyang Zhang, Sanping Zhou, Xin Chang, Fangbin Wan 외

Most of Multiple Object Tracking (MOT) approaches compute individual target features for two subtasks: estimating target-wise motions and conducting pair-wise Re-Identification (Re-ID). Because of the indefinite number o…

Multiple Object TrackingObjectobject-detectionObject Detection+1

Beyond Pixels: Leveraging Geometry and Shape Cues for Online Multi-Object Tracking

2018-02-26 · Sarthak Sharma, Junaid Ahmed Ansari, J. Krishna Murthy, K. Madhava Krishna

This paper introduces geometry and object shape and pose costs for multi-object tracking in urban driving scenarios. Using images from a monocular camera alone, we devise pairwise costs for object tracks, based on severa…

Multi-Object TrackingMultiple Object TrackingObjectObject Tracking+1