Convolutional Channel Features
Bin Yang, Junjie Yan, Zhen Lei, Stan Z. Li

TL;DR
This paper introduces Convolutional Channel Features (CCF), an integrated approach combining pre-trained CNN features with boosting forests, achieving high performance in various vision tasks with lower computational costs.
Contribution
The paper proposes CCF, a novel framework that leverages CNN features with boosting forests, offering a flexible, efficient alternative to end-to-end CNN models for multiple vision tasks.
Findings
Achieves state-of-the-art results in pedestrian detection
Outperforms existing methods in face detection and edge detection
Reduces computational and storage costs compared to CNNs
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Face recognition and analysis
