通过分阶段课程学习提升视觉问答模型在多种场景下的鲁棒性。
TPCL: Task Progressive Curriculum Learning for Robust Visual Question Answering
- 按问题类型和难度分组,用最优传输法排序训练样本
- 在低数据和分布外场景下性能超越现有基线5%~28.5%
- 无需数据增强或去偏,适合追求泛化能力的研究者
视觉问答(VQA)系统在分布外变化和数据稀缺情况下表现脆弱。尽管以往方法如集成与数据增强能在单一场景提升性能,却难以同时适应同分布(IID)、分布外(OOD)及低数据场景。本文认为根源在于训练策略不合理:统一处理所有样本,未考虑问题难度与语义结构,导致模型易受数据偏差影响。为此提出任务渐进式课程学习(TPCL),一种简单且模型无关的框架,通过联合考虑问题类型(如是/否、计数)与难度,构建渐进训练路径。具体地,先按语义类型分组,再使用基于最优传输的难度度量排序。不依赖数据增强或显式去偏,TPCL在VQA-CP v2、v1和VQA v2上实现最优性能,较最强基线在v2和v1上分别提升超5%和7%,并使主干模型性能最高提升28.5%。
原文摘要 · Abstract (English)
Visual Question Answering (VQA) systems are notoriously brittle under distribution shifts and data scarcity. While previous solutions-such as ensemble methods and data augmentation-can improve performance in isolation, they fail to generalise well across in-distribution (IID), out-of-distribution (OOD), and low-data settings simultaneously. We argue that this limitation stems from the suboptimal training strategies employed. Specifically, treating all training samples uniformly-without accounting for question difficulty or semantic structure-leaves the models vulnerable to dataset biases. Thus, they struggle to generalise beyond the training distribution. To address this issue, we introduce Task-Progressive Curriculum Learning (TPCL)-a simple, model-agnostic framework that progressively trains VQA models using a curriculum built by jointly considering question type and difficulty. Specifically, TPCL first groups questions based on their semantic type (e.g., yes/no, counting) and then orders them using a novel Optimal Transport-based difficulty measure. Without relying on data augmentation or explicit debiasing, TPCL improves generalisation across IID, OOD, and low-data regimes and achieves state-of-the-art performance on VQA-CP v2, VQA-CP v1, and VQA v2. It outperforms the most competitive robust VQA baselines by over 5% and 7% on VQA-CP v2 and v1, respectively, and boosts backbone performance by up to 28.5%.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。