Attention Tree: Learning Hierarchies of Visual Features for Large-Scale Image Recognition
Priyadarshini Panda, and Kaushik Roy

TL;DR
This paper introduces Attention Tree, a hierarchical classifier for large-scale image recognition that uses recursive AdaBoost training to efficiently organize visual features, inspired by biological visual processing, achieving high accuracy with low computational cost.
Contribution
The paper proposes a novel Attention Tree framework that constructs a visual attention hierarchy using recursive AdaBoost, improving classification accuracy and efficiency over existing tree-based methods.
Findings
Achieves higher accuracy than state-of-the-art tree methods.
Reduces computational complexity significantly.
Validated on Caltech-256 and SUN datasets.
Abstract
One of the key challenges in machine learning is to design a computationally efficient multi-class classifier while maintaining the output accuracy and performance. In this paper, we present a tree-based classifier: Attention Tree (ATree) for large-scale image classification that uses recursive Adaboost training to construct a visual attention hierarchy. The proposed attention model is inspired from the biological 'selective tuning mechanism for cortical visual processing'. We exploit the inherent feature similarity across images in datasets to identify the input variability and use recursive optimization procedure, to determine data partitioning at each node, thereby, learning the attention hierarchy. A set of binary classifiers is organized on top of the learnt hierarchy to minimize the overall test-time complexity. The attention model maximizes the margins for the binary classifiers…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
