Chainlets: A New Descriptor for Detection and Recognition
Abstract
Detecting and recognizing objects in images is one of the most challenging tasks in computer vision, as it seeks to detect subtle objects while ignoring massive numbers of negatives. While deep networks have led to advances in many problems, new representations and approaches are needed for applications without millions of training samples or where explanations are required. This paper focuses on a new representation that can be used for detection/recognition in many applications of computer vision, and demonstrates it on two very different applications: pedestrian detection and ear recognition. This paper proposes the use of Chainlets, ordered oriented data computed from deep contourbased edge detection, as a novel object descriptor. Chainlets address the problem with Histograms of Oriented Gradients, in that HOG does not model edge connectedness. We extend HOG using Histograms of Chain Codes, which improve object descriptiveness and can even provide orientation invariance. These descriptors significantly outperform existing feature sets, including both existing hand-crafted and deep features for human ear recognition, and are near state of the art on pedestrian detection. Results from our Chainlets algorithm underwent independent testing as part of the new Unconstrained Ear Recognition Challenge dataset, where the competition's evaluation showed Chainlets yielded a significant improvement over other state of the art approaches. To show further generality, we performed an evaluation on the INRIA person detection dataset with results that are near state-of-the-art deep network and boosted classifier results. Overall, the experimental results show that the novel Chainlets representation is competitive with, or better than, state-of-the-art algorithms on both pedestrian detection and ear recognition applications.
Cite
Text
Ahmad et al. "Chainlets: A New Descriptor for Detection and Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018. doi:10.1109/WACV.2018.00210Markdown
[Ahmad et al. "Chainlets: A New Descriptor for Detection and Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018.](https://mlanthology.org/wacv/2018/ahmad2018wacv-chainlets/) doi:10.1109/WACV.2018.00210BibTeX
@inproceedings{ahmad2018wacv-chainlets,
title = {{Chainlets: A New Descriptor for Detection and Recognition}},
author = {Ahmad, Adil M. and Lemmond, Daniel and Boult, Terrance E.},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2018},
pages = {1897-1906},
doi = {10.1109/WACV.2018.00210},
url = {https://mlanthology.org/wacv/2018/ahmad2018wacv-chainlets/}
}