paper-with-me

Papers

Online Object Tracking, Learning and Parsing with And-Or Graphs

2015-09-27 · CVPR 2014 6 · Tianfu Wu, Yang Lu, Song-Chun Zhu

This paper presents a method, called AOGTracker, for simultaneously tracking, learning and parsing (TLP) of unknown objects in video sequences with a hierarchical and compositional And-Or graph (AOG) representation. %The AOG captures both structural and appearance variations of a target object in a principled way. The TLP method is formulated in the Bayesian framework with a spatial and a temporal dynamic programming (DP) algorithms inferring object bounding boxes on-the-fly. During online learning, the AOG is discriminatively learned using latent SVM to account for appearance (e.g., lighting and partial occlusion) and structural (e.g., different poses and viewpoints) variations of a tracked object, as well as distractors (e.g., similar objects) in background. Three key issues in online inference and learning are addressed: (i) maintaining purity of positive and negative examples collected online, (ii) controling model complexity in latent structure learning, and (iii) identifying critical moments to re-learn the structure of AOG based on its intrackability. The intrackability measures uncertainty of an AOG based on its score maps in a frame. In experiments, our AOGTracker is tested on two popular tracking benchmarks with the same parameter setting: the TB-100/50/CVPR2013 benchmarks, and the VOT benchmarks --- VOT 2013, 2014, 2015 and TIR2015 (thermal imagery tracking). In the former, our AOGTracker outperforms state-of-the-art tracking algorithms including two trackers based on deep convolutional network. In the latter, our AOGTracker outperforms all other trackers in VOT2013 and is comparable to the state-of-the-art methods in VOT2014, 2015 and TIR2015.

📄 PDF Abstract BibTeX arXiv:1509.08067

Code (1)

tfwu/RGM-AOGTracker 공식 구현

Tasks

Object Tracking

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Synthetic Visual Genome 2: Extracting Large-scale Spatio-Temporal Scene Graphs from Videos

2026-02-26 · Ziqi Gao, Jieyu Zhang, Wisdom Oluchi Ikezogwo, Jae Sung Park 외 arxiv

We introduce Synthetic Visual Genome 2 (SVG2), a large-scale panoptic video scene graph dataset. SVG2 contains over 636K videos with 6.6M objects, 52.0M attributes, and 6.7M relations, providing an order-of-magnitude inc…

Video scene graph generationVideo Question AnsweringPanoptic SegmentationSemantic Parsing

Scene Graph Parsing via Abstract Meaning Representation in Pre-trained Language Models

2022-07-01 · NAACL (DLG4NLP) 2022 7 · Woo Suk Choi, Yu-Jung Heo, Dharani Punithan, Byoung-Tak Zhang

In this work, we propose the application of abstract meaning representation (AMR) based semantic parsing models to parse textual descriptions of a visual scene into scene graphs, which is the first work to the best of ou…

Abstract Meaning RepresentationAMR ParsingDependency ParsingSemantic Parsing

Sparse Message Passing Network with Feature Integration for Online Multiple Object Tracking

2022-12-06 · Bisheng Wang, Horst Possegger, Horst Bischof, Guo Cao

Existing Multiple Object Tracking (MOT) methods design complex architectures for better tracking performance. However, without a proper organization of input information, they still fail to perform tracking robustly and …

Multiple Object TrackingObject Tracking

Joint Video and Text Parsing for Understanding Events and Answering Queries

2013-08-29 · Kewei Tu, Meng Meng, Mun Wai Lee, Tae Eun Choe 외

We propose a framework for parsing video and text jointly for understanding events and answering user queries. Our framework produces a parse graph that represents the compositional structures of spatial information (obj…

Semantic Parsing

Scene Graph Parsing as Dependency Parsing

2018-03-25 · NAACL 2018 6 · Yu-Siang Wang, Chenxi Liu, Xiaohui Zeng, Alan Yuille

In this paper, we study the problem of parsing structured knowledge graphs from textual descriptions. In particular, we consider the scene graph representation that considers objects together with their attributes and re…

Dependency ParsingImage RetrievalKnowledge GraphsRetrieval