CVLGMay 7, 2022

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

arXiv:2205.03555v14 citationsh-index: 76
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently tracking multiple moving targets with mobile cameras for applications like sports monitoring, though it is incremental in extending prior fixed-camera methods.

The paper tackles multi-target active object tracking with movable cameras, relaxing the fixed-camera assumption and expanding the action space, and demonstrates improved target coverage in a simulated 2D sports environment.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes