English

UC Merced Submission to the ActivityNet Challenge 2016

Computer Vision and Pattern Recognition 2017-04-13 v1 Multimedia

Abstract

This notebook paper describes our system for the untrimmed classification task in the ActivityNet challenge 2016. We investigate multiple state-of-the-art approaches for action recognition in long, untrimmed videos. We exploit hand-crafted motion boundary histogram features as well feature activations from deep networks such as VGG16, GoogLeNet, and C3D. These features are separately fed to linear, one-versus-rest support vector machine classifiers to produce confidence scores for each action class. These predictions are then fused along with the softmax scores of the recent ultra-deep ResNet-101 using weighted averaging.

Keywords

Cite

@article{arxiv.1704.03503,
  title  = {UC Merced Submission to the ActivityNet Challenge 2016},
  author = {Yi Zhu and Shawn Newsam and Zaikun Xu},
  journal= {arXiv preprint arXiv:1704.03503},
  year   = {2017}
}

Comments

Notebook paper for ActivityNet 2016 challenge, untrimmed video classification track

R2 v1 2026-06-22T19:14:48.588Z