CRL: Class Representative Learning for Image Classification
Mayanka Chandrashekar, Yugyung Lee

TL;DR
The paper introduces CRL, a novel class representative learning model for image classification that improves recognition performance by aggregating features into class representatives, especially effective in zero-shot learning scenarios.
Contribution
CRL is a new model that constructs class representatives from CNN features and matches them with new data, enhancing zero-shot and mobile deep learning performance.
Findings
Outperforms state-of-the-art in ZSL and mobile deep learning
Demonstrates significant accuracy improvements on benchmark datasets
Efficient in distributed environments using Apache Spark
Abstract
Building robust and real-time classifiers with diverse datasets are one of the most significant challenges to deep learning researchers. It is because there is a considerable gap between a model built with training (seen) data and real (unseen) data in applications. Recent works including Zero-Shot Learning (ZSL), have attempted to deal with this problem of overcoming the apparent gap through transfer learning. In this paper, we propose a novel model, called Class Representative Learning Model (CRL), that can be especially effective in image classification influenced by ZSL. In the CRL model, first, the learning step is to build class representatives to represent classes in datasets by aggregating prominent features extracted from a Convolutional Neural Network (CNN). Second, the inferencing step in CRL is to match between the class representatives and new data. The proposed CRL model…
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
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Machine Learning and ELM
