English

TOIST: Task Oriented Instance Segmentation Transformer with Noun-Pronoun Distillation

Computer Vision and Pattern Recognition 2022-10-20 v1 Artificial Intelligence

Abstract

Current referring expression comprehension algorithms can effectively detect or segment objects indicated by nouns, but how to understand verb reference is still under-explored. As such, we study the challenging problem of task oriented detection, which aims to find objects that best afford an action indicated by verbs like sit comfortably on. Towards a finer localization that better serves downstream applications like robot interaction, we extend the problem into task oriented instance segmentation. A unique requirement of this task is to select preferred candidates among possible alternatives. Thus we resort to the transformer architecture which naturally models pair-wise query relationships with attention, leading to the TOIST method. In order to leverage pre-trained noun referring expression comprehension models and the fact that we can access privileged noun ground truth during training, a novel noun-pronoun distillation framework is proposed. Noun prototypes are generated in an unsupervised manner and contextual pronoun features are trained to select prototypes. As such, the network remains noun-agnostic during inference. We evaluate TOIST on the large-scale task oriented dataset COCO-Tasks and achieve +10.9% higher mAPbox\rm{mAP^{box}} than the best-reported results. The proposed noun-pronoun distillation can boost mAPbox\rm{mAP^{box}} and mAPmask\rm{mAP^{mask}} by +2.8% and +3.8%. Codes and models are publicly available at https://github.com/AIR-DISCOVER/TOIST.

Keywords

Cite

@article{arxiv.2210.10775,
  title  = {TOIST: Task Oriented Instance Segmentation Transformer with Noun-Pronoun Distillation},
  author = {Pengfei Li and Beiwen Tian and Yongliang Shi and Xiaoxue Chen and Hao Zhao and Guyue Zhou and Ya-Qin Zhang},
  journal= {arXiv preprint arXiv:2210.10775},
  year   = {2022}
}

Comments

Accepted by NeurIPS 2022. Codes are available at https://github.com/AIR-DISCOVER/TOIST

R2 v1 2026-06-28T04:01:32.280Z