English

Learn 3D VQA Better with Active Selection and Reannotation

Computer Vision and Pattern Recognition 2025-08-19 v2

Abstract

3D Visual Question Answering (3D VQA) is crucial for enabling models to perceive the physical world and perform spatial reasoning. In 3D VQA, the free-form nature of answers often leads to improper annotations that can confuse or mislead models when training on the entire dataset. While other text generation tasks can mitigate this issue by learning on large-scale datasets, the scarcity of 3D scene data enlarges the negative effect of misleading annotations. Although active learning strategies can select valuable instances for training, they fail to identify and resolve misleading labels, which the oracle inevitably provides in practice. To address this issue, we propose a multi-turn interactive active learning strategy. This strategy selects data based on models' semantic uncertainty to form a solid knowledge foundation more effectively and actively requests reannotation from an oracle to resolve potentially misleading labels. For uncertainty assessment, we utilize a variance-based metric that takes semantic relationships between terms into consideration, thus avoiding the uniform inter-class similarity assumption of previous assessment metrics. Extensive experiments exhibit better model performance and a substantial reduction in training costs, with a halving of training costs for achieving relatively high accuracy. The code is available at https://github.com/fz-zsl/AQuA.

Keywords

Cite

@article{arxiv.2507.04630,
  title  = {Learn 3D VQA Better with Active Selection and Reannotation},
  author = {Shengli Zhou and Yang Liu and Feng Zheng},
  journal= {arXiv preprint arXiv:2507.04630},
  year   = {2025}
}

Comments

13 pages, 16 figures, accepted by ACM MM 2025

R2 v1 2026-07-01T03:48:46.780Z