CVCLMay 27, 2023

Learning from Children: Improving Image-Caption Pretraining via Curriculum

arXiv:2305.17540v2223 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving image-caption pretraining for downstream vision tasks like zero-shot classification, though it is incremental as it builds on existing methods with a novel curriculum approach.

The paper tackles the challenge of aligning multiple concepts in image-caption pretraining by proposing a curriculum learning framework inspired by children's language acquisition, which improves performance over vanilla training in various settings such as pretraining from scratch and low data regimes.

Image-caption pretraining has been quite successfully used for downstream vision tasks like zero-shot image classification and object detection. However, image-caption pretraining is still a hard problem -- it requires multiple concepts (nouns) from captions to be aligned to several objects in images. To tackle this problem, we go to the roots -- the best learner, children. We take inspiration from cognitive science studies dealing with children's language learning to propose a curriculum learning framework. The learning begins with easy-to-align image caption pairs containing one concept per caption. The difficulty is progressively increased with each new phase by adding one more concept per caption. Correspondingly, the knowledge acquired in each learning phase is utilized in subsequent phases to effectively constrain the learning problem to aligning one new concept-object pair in each phase. We show that this learning strategy improves over vanilla image-caption training in various settings -- pretraining from scratch, using a pretrained image or/and pretrained text encoder, low data regime etc.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes