English

Divide and Conquer: an Accurate Machine Learning Algorithm to Process Split Videos on a Parallel Processing Infrastructure

Computer Vision and Pattern Recognition 2019-12-23 v1 Distributed, Parallel, and Cluster Computing

Abstract

Every day the number of traffic cameras in cities rapidly increase and huge amount of video data are generated. Parallel processing infrastruture, such as Hadoop, and programming models, such as MapReduce, are being used to promptly process that amount of data. The common approach for video processing by using Hadoop MapReduce is to process an entire video on only one node, however, in order to avoid parallelization problems, such as load imbalance, we propose to process videos by splitting it into equal parts and processing each resulting chunk on a different node. We used some machine learning techniques to detect and track the vehicles. However, video division may produce inaccurate results. To solve this problem we proposed a heuristic algorithm to avoid process a vehicle in more than one chunk.

Keywords

Cite

@article{arxiv.1912.09601,
  title  = {Divide and Conquer: an Accurate Machine Learning Algorithm to Process Split Videos on a Parallel Processing Infrastructure},
  author = {Walter M. Mayor Toro and Juan C. Perafan Villota and Oscar H. Mondragon and Johan S. Obando Ceron},
  journal= {arXiv preprint arXiv:1912.09601},
  year   = {2019}
}

Comments

3 pages, 2 figures, LatinX in AI Research at NeurIPS 2019

R2 v1 2026-06-23T12:51:54.795Z