Efficient Training of Multiple Ant Tracking

Abstract

The applicability of automated motion analysis is immense and continues to grow as our ability to record objects of interest becomes easier and less expensive. In the case of multi-object tracking, data association methods have been proposed to improve handling of occlusions. These methods are strongly affected by their ability to measure association affinities between fragmented object trajectories. Obtaining labeled training examples for learning how to measure these associations can be expensive and time-consuming. We propose an interactive training framework that utilizes an uncertainty based active sampling approach in combination with semi-supervised learning in order to reduce the number of labeled examples needed for training. Additionally, an affinity scoring function is learned with Random Forest to speed up learning affinity measures in order to make the interactive training framework possible. Experimental results on two 10,000 frame video sequences of ant colonies demonstrates a significant reduction in the amount of labeled examples needed over random sampling.

Cite

Text

Rice et al. "Efficient Training of Multiple Ant Tracking." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015. doi:10.1109/WACV.2015.23

Markdown

[Rice et al. "Efficient Training of Multiple Ant Tracking." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015.](https://mlanthology.org/wacv/2015/rice2015wacv-efficient/) doi:10.1109/WACV.2015.23

BibTeX

@inproceedings{rice2015wacv-efficient,
  title     = {{Efficient Training of Multiple Ant Tracking}},
  author    = {Rice, Lance and Dornhaus, Anna R. and Shin, Min C.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2015},
  pages     = {117-123},
  doi       = {10.1109/WACV.2015.23},
  url       = {https://mlanthology.org/wacv/2015/rice2015wacv-efficient/}
}