paper-with-me

홈 › Papers

Piecewise classifier mappings: Learning fine-grained learners for novel categories with few examples

2018-05-11 · Xiu-Shen Wei, Peng Wang, Lingqiao Liu, Chunhua Shen, Jianxin Wu

Humans are capable of learning a new fine-grained concept with very little supervision, \emph{e.g.}, few exemplary images for a species of bird, yet our best deep learning systems need hundreds or thousands of labeled examples. In this paper, we try to reduce this gap by studying the fine-grained image recognition problem in a challenging few-shot learning setting, termed few-shot fine-grained recognition (FSFG). The task of FSFG requires the learning systems to build classifiers for novel fine-grained categories from few examples (only one or less than five). To solve this problem, we propose an end-to-end trainable deep network which is inspired by the state-of-the-art fine-grained recognition model and is tailored for the FSFG task. Specifically, our network consists of a bilinear feature learning module and a classifier mapping module: while the former encodes the discriminative information of an exemplar image into a feature vector, the latter maps the intermediate feature into the decision boundary of the novel category. The key novelty of our model is a "piecewise mappings" function in the classifier mapping module, which generates the decision boundary via learning a set of more attainable sub-classifiers in a more parameter-economic way. We learn the exemplar-to-classifier mapping based on an auxiliary dataset in a meta-learning fashion, which is expected to be able to generalize to novel categories. By conducting comprehensive experiments on three fine-grained datasets, we demonstrate that the proposed method achieves superior performance over the competing baselines.

📄 PDF Abstract BibTeX arXiv:1805.04288

Code (1)

msfuxian/DualAttentionNet mindspore

Tasks

Few-Shot LearningFine-Grained Image RecognitionMeta-Learning

Similar Papers 제목 키워드 기반

A Margin-Maximizing Fine-Grained Ensemble Method

2024-09-19 · Jinghui Yuan, Hao Chen, Renwei Luo, Feiping Nie

Ensemble learning has achieved remarkable success in machine learning, but its reliance on numerous base learners limits its application in resource-constrained environments. This paper introduces an innovative "Margin-M…

Ensemble Learning

Classifier Combination Approach for Question Classification for Bengali Question Answering System

2020-08-31 · Somnath Banerjee, Sudip Kumar Naskar, Paolo Rosso, Sivaji Bandyopadhyay

Question classification (QC) is a prime constituent of automated question answering system. The work presented here demonstrates that the combination of multiple models achieve better classification performance than thos…

ClassificationGeneral ClassificationQuestion Answering

Motion Generation from Fine-grained Textual Descriptions

2024-03-20 · Kunhang Li, Yansong Feng

The task of text2motion is to generate human motion sequences from given textual descriptions, where the model explores diverse mappings from natural language instructions to human body movements. While most existing wor…

Motion Generation

Concept Learners for Few-Shot Learning

2020-07-14 · ICLR 2021 1 · Kaidi Cao, Maria Brbic, Jure Leskovec

Developing algorithms that are able to generalize to a novel task given only a few labeled examples represents a fundamental challenge in closing the gap between machine- and human-level performance. The core of human co…

Few-Shot LearningFine-Grained Image Classificationimage-classificationImage Classification+1

Invertible Generative Modeling using Linear Rational Splines

2020-01-15 · Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie

Normalizing flows attempt to model an arbitrary probability distribution through a set of invertible mappings. These transformations are required to achieve a tractable Jacobian determinant that can be used in high-dimen…