REST: A Reconfigurable Spatial-Temporal Graph Model for Multi-Camera Multi-Object Tracking
Abstract
Multi-Camera Multi-Object Tracking (MC-MOT) utilizes information from multiple views to better handle problems with occlusion and crowded scenes. Recently, the use of graph-based approaches to solve tracking problems has become very popular. However, many current graph-based methods do not effectively utilize information regarding spatial and temporal consistency. Instead, they rely on single-camera trackers as input, which are prone to fragmentation and ID switch errors. In this paper, we propose a novel reconfigurable graph model that first associates all detected objects across cameras spatially before reconfiguring it into a temporal graph for Temporal Association. This two-stage association approach enables us to extract robust spatial and temporal-aware features and address the problem with fragmented tracklets. Furthermore, our model is designed for online tracking, making it suitable for real-world applications. Experimental results show that the proposed graph model is able to extract more discriminating features for object tracking, and our model achieves state-of-the-art performance on several public datasets. Code is available at https://github.com/chengche6230/ReST.
Cite
Text
Cheng et al. "REST: A Reconfigurable Spatial-Temporal Graph Model for Multi-Camera Multi-Object Tracking." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.00922Markdown
[Cheng et al. "REST: A Reconfigurable Spatial-Temporal Graph Model for Multi-Camera Multi-Object Tracking." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/cheng2023iccv-rest/) doi:10.1109/ICCV51070.2023.00922BibTeX
@inproceedings{cheng2023iccv-rest,
title = {{REST: A Reconfigurable Spatial-Temporal Graph Model for Multi-Camera Multi-Object Tracking}},
author = {Cheng, Cheng-Che and Qiu, Min-Xuan and Chiang, Chen-Kuo and Lai, Shang-Hong},
booktitle = {International Conference on Computer Vision},
year = {2023},
pages = {10051-10060},
doi = {10.1109/ICCV51070.2023.00922},
url = {https://mlanthology.org/iccv/2023/cheng2023iccv-rest/}
}