paper-with-me

홈 › Papers

Hierarchical Deep Learning Architecture For 10K Objects Classification

2015-09-07 · Atul Laxman Katole, Krishna Prasad Yellapragada, Amish Kumar Bedi, Sehaj Singh Kalra, Mynepalli Siva Chaitanya

Evolution of visual object recognition architectures based on Convolutional Neural Networks & Convolutional Deep Belief Networks paradigms has revolutionized artificial Vision Science. These architectures extract & learn the real world hierarchical visual features utilizing supervised & unsupervised learning approaches respectively. Both the approaches yet cannot scale up realistically to provide recognition for a very large number of objects as high as 10K. We propose a two level hierarchical deep learning architecture inspired by divide & conquer principle that decomposes the large scale recognition architecture into root & leaf level model architectures. Each of the root & leaf level models is trained exclusively to provide superior results than possible by any 1-level deep learning architecture prevalent today. The proposed architecture classifies objects in two steps. In the first step the root level model classifies the object in a high level category. In the second step, the leaf level recognition model for the recognized high level category is selected among all the leaf models. This leaf level model is presented with the same input object image which classifies it in a specific category. Also we propose a blend of leaf level models trained with either supervised or unsupervised learning approaches. Unsupervised learning is suitable whenever labelled data is scarce for the specific leaf level models. Currently the training of leaf level models is in progress; where we have trained 25 out of the total 47 leaf level models as of now. We have trained the leaf models with the best case top-5 error rate of 3.2% on the validation data set for the particular leaf models. Also we demonstrate that the validation error of the leaf level models saturates towards the above mentioned accuracy as the number of epochs are increased to more than sixty.

📄 PDF Abstract BibTeX arXiv:1509.01951

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep LearningGeneral ClassificationObject Recognition

Similar Papers 제목 키워드 기반

hYOLO Model: Enhancing Object Classification with Hierarchical Context in YOLOv8

2025-10-27 · Veska Tsenkova, Peter Stanchev, Daniel Petrov, Deyan Lazarov arxiv

Current convolution neural network (CNN) classification methods are predominantly focused on flat classification which aims solely to identify a specified object within an image. However, real-world objects often possess…

Hierarchical Multi-Label Classification Networks

2018-07-01 · ICML 2018 7 · Jonatas Wehrmann, Ricardo Cerri, Rodrigo Barros

One of the most challenging machine learning problems is a particular case of data classification in which classes are hierarchically structured and objects can be assigned to multiple paths of the class hierarchy a…

ClassificationGeneral ClassificationHierarchical Multi-label ClassificationMulti-Label Classification+4

HSVLT: Hierarchical Scale-Aware Vision-Language Transformer for Multi-Label Image Classification

2024-07-23 · Shuyi Ouyang, Hongyi Wang, Ziwei Niu, Zhenjia Bai 외

The task of multi-label image classification involves recognizing multiple objects within a single image. Considering both valuable semantic information contained in the labels and essential visual features presented in …

image-classificationImage ClassificationMulti-Label Image Classification

CHIP: Contrastive Hierarchical Image Pretraining

2023-10-12 · Arpit Mittal, Harshil Jhaveri, Swapnil Mallick, Abhishek Ajmera

Few-shot object classification is the task of classifying objects in an image with limited number of examples as supervision. We propose a one-shot/few-shot classification model that can classify an object of any unseen …

ClassificationObject

Hierarchical Point Cloud Encoding and Decoding with Lightweight Self-Attention based Model

2022-02-13 · En Yen Puang, Hao Zhang, Hongyuan Zhu, Wei Jing

In this paper we present SA-CNN, a hierarchical and lightweight self-attention based encoding and decoding architecture for representation learning of point cloud data. The proposed SA-CNN introduces convolution and tran…

Representation LearningRetrieval