Few-Shot Object Recognition from Machine-Labeled Web Images
Zhongwen Xu, Linchao Zhu, Yi Yang

TL;DR
This paper introduces an abstraction memory framework for few-shot object recognition that leverages large-scale machine-labeled web images, achieving near-human performance with minimal labeled data.
Contribution
It presents a novel abstraction memory model utilizing machine-labeled datasets for effective few-shot object recognition, reducing reliance on human annotations.
Findings
Model performs well on ImageNet with human labels.
Machine-labeled annotations nearly match human-labeled data in accuracy.
Effective use of external memory improves few-shot learning performance.
Abstract
With the tremendous advances of Convolutional Neural Networks (ConvNets) on object recognition, we can now obtain reliable enough machine-labeled annotations easily by predictions from off-the-shelf ConvNets. In this work, we present an abstraction memory based framework for few-shot learning, building upon machine-labeled image annotations. Our method takes some large-scale machine-annotated datasets (e.g., OpenImages) as an external memory bank. In the external memory bank, the information is stored in the memory slots with the form of key-value, where image feature is regarded as key and label embedding serves as value. When queried by the few-shot examples, our model selects visually similar data from the external memory bank, and writes the useful information obtained from related external data into another memory bank, i.e., abstraction memory. Long Short-Term Memory (LSTM)…
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 · Multimodal Machine Learning Applications · Advanced Neural Network Applications
