Convolutional Channel Features

Bin Yang, Junjie Yan, Zhen Lei, Stan Z. Li; Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2015, pp. 82-90

Abstract


Deep learning methods are powerful tools but often suffer from expensive computation and limited flexibility. An alternative is to combine light-weight models with deep representations. As successful cases exist in several visual problems, a unified framework is absent. In this paper, we revisit two widely used approaches in computer vision, namely filtered channel features and Convolutional Neural Networks (CNN), and absorb merits from both by proposing an integrated method called Convolutional Channel Features (CCF). CCF transfers low-level features from pre-trained CNN models to feed the boosting forest model. With the combination of CNN features and boosting forest, CCF benefits from the richer capacity in feature representation compared with channel features, as well as lower cost in computation and storage compared with end-to-end CNN methods. We show that CCF serves as a good way of tailoring pre-trained CNN models to diverse tasks without fine-tuning the whole network to each task by achieving state-of-the-art performances in pedestrian detection, face detection, edge detection and object proposal generation.

Related Material


[pdf]
[bibtex]
@InProceedings{Yang_2015_ICCV,
author = {Yang, Bin and Yan, Junjie and Lei, Zhen and Li, Stan Z.},
title = {Convolutional Channel Features},
booktitle = {Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
month = {December},
year = {2015}
}