English

Multi-Target Active Object Tracking with Monte Carlo Tree Search and Target Motion Modeling

Computer Vision and Pattern Recognition 2022-05-10 v1 Machine Learning

Abstract

In this work, we are dedicated to multi-target active object tracking (AOT), where there are multiple targets as well as multiple cameras in the environment. The goal is maximize the overall target coverage of all cameras. Previous work makes a strong assumption that each camera is fixed in a location and only allowed to rotate, which limits its application. In this work, we relax the setting by allowing all cameras to both move along the boundary lines and rotate. In our setting, the action space becomes much larger, which leads to much higher computational complexity to identify the optimal action. To this end, we propose to leverage the action selection from multi-agent reinforcement learning (MARL) network to prune the search tree of Monte Carlo Tree Search (MCTS) method, so as to find the optimal action more efficiently. Besides, we model the motion of the targets to predict the future position of the targets, which makes a better estimation of the future environment state in the MCTS process. We establish a multi-target 2D environment to simulate the sports games, and experimental results demonstrate that our method can effectively improve the target coverage.

Keywords

Cite

@article{arxiv.2205.03555,
  title  = {Multi-Target Active Object Tracking with Monte Carlo Tree Search and Target Motion Modeling},
  author = {Zheng Chen and Jian Zhao and Mingyu Yang and Wengang Zhou and Houqiang Li},
  journal= {arXiv preprint arXiv:2205.03555},
  year   = {2022}
}

Comments

7 pages,7 figures

R2 v1 2026-06-24T11:10:01.559Z