CVAIDec 18, 2024

Consistency of Compositional Generalization across Multiple Levels

arXiv:2412.13636v11 citationsh-index: 9Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses a specific gap in compositional generalization for AI models, focusing on consistency across levels, which is incremental but important for improving robustness in tasks like visual understanding.

The paper tackles the problem of ensuring that models generalize consistently across multiple levels of compositional novelty, such as phrase-phrase and word-word levels, and proposes a meta-learning framework that achieves this by progressively learning from simple to complex compositions, with experimental validation on visual question answering and temporal video grounding tasks.

Compositional generalization is the capability of a model to understand novel compositions composed of seen concepts. There are multiple levels of novel compositions including phrase-phrase level, phrase-word level, and word-word level. Existing methods achieve promising compositional generalization, but the consistency of compositional generalization across multiple levels of novel compositions remains unexplored. The consistency refers to that a model should generalize to a phrase-phrase level novel composition, and phrase-word/word-word level novel compositions that can be derived from it simultaneously. In this paper, we propose a meta-learning based framework, for achieving consistent compositional generalization across multiple levels. The basic idea is to progressively learn compositions from simple to complex for consistency. Specifically, we divide the original training set into multiple validation sets based on compositional complexity, and introduce multiple meta-weight-nets to generate sample weights for samples in different validation sets. To fit the validation sets in order of increasing compositional complexity, we optimize the parameters of each meta-weight-net independently and sequentially in a multilevel optimization manner. We build a GQA-CCG dataset to quantitatively evaluate the consistency. Experimental results on visual question answering and temporal video grounding, demonstrate the effectiveness of the proposed framework. We release GQA-CCG at https://github.com/NeverMoreLCH/CCG.

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