A Moving Object Detection Method Based on Graph Neural Network

Can Zeng,Yulong Qiao
DOI: https://doi.org/10.1109/CVIDL58838.2023.10167263
2023-05-12
Abstract:Moving object detection means segmenting objects that exhibit motion in image sequences. Several deep neural network-based methods have been proposed and have almost perfect performance. However, when these algorithms are used on unseen videos, their performance drops dramatically. In this paper, we propose a moving object detection method based on Graph Neural Network(GNN) for unseen videos called IGMOD. Specifically, we use Mask-RCNN for segmenting instances, use the temporal median filter to initialize the background and extract optical flow, texture, and intensity features for representing each instance. Then, we use k-Nearest Neighbors(K-NN) to construct a graph for all instances. Finally, we use the improved GraphSAGE to solve a problem of node classification, to predict whether the instance is foreground or background. We conducted experiments on the CDNet2014 dataset to evaluate our proposed algorithm , the results indicate that our method surpasses state-of-the-art algorithms.
Computer Science
What problem does this paper attempt to address?