Visual Recognition Using Local Quantized Patterns

Abstract

Features such as Local Binary Patterns (LBP) and Local Ternary Patterns (LTP) have been very successful in a number of areas including texture analysis, face recognition and object detection. They are based on the idea that small patterns of qualitative local gray-level differences contain a great deal of information about higher-level image content. Current local pattern features use hand-specified codings that are limited to small spatial supports and coarse graylevel comparisons. We introduce Local Quantized Patterns (LQP), a generalization that uses lookup-table-based vector quantization to code larger or deeper patterns. LQP inherits some of the flexibility and power of visual word representations without sacrificing the run-time speed and simplicity of local pattern ones. We show that it outperforms well-established features including HOG, LBP and LTP and their combinations on a range of challenging object detection and texture classification problems.

Cite

Text

Hussain and Triggs. "Visual Recognition Using Local Quantized Patterns." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33709-3_51

Markdown

[Hussain and Triggs. "Visual Recognition Using Local Quantized Patterns." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/hussain2012eccv-visual/) doi:10.1007/978-3-642-33709-3_51

BibTeX

@inproceedings{hussain2012eccv-visual,
  title     = {{Visual Recognition Using Local Quantized Patterns}},
  author    = {Hussain, Sibt ul and Triggs, Bill},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {716-729},
  doi       = {10.1007/978-3-642-33709-3_51},
  url       = {https://mlanthology.org/eccv/2012/hussain2012eccv-visual/}
}