paper-with-me

Papers

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

2022-10-19 · Pengfei Li, Beiwen Tian, Yongliang Shi, Xiaoxue Chen, Hao Zhao, Guyue Zhou, Ya-Qin Zhang

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 $\rm{mAP^{box}}$ than the best-reported results. The proposed noun-pronoun distillation can boost $\rm{mAP^{box}}$ and $\rm{mAP^{mask}}$ by +2.8% and +3.8%. Codes and models are publicly available at https://github.com/AIR-DISCOVER/TOIST.

📄 PDF Abstract BibTeX arXiv:2210.10775

Code (1)

air-discover/toist 공식 구현 pytorch

Tasks

Instance SegmentationReferring ExpressionReferring Expression ComprehensionSemantic Segmentation

Similar Papers 제목 키워드 기반

TaskCLIP: Extend Large Vision-Language Model for Task Oriented Object Detection

2024-03-12 · Hanning Chen, Wenjun Huang, Yang Ni, Sanggeon Yun 외

Task-oriented object detection aims to find objects suitable for accomplishing specific tasks. As a challenging task, it requires simultaneous visual data processing and reasoning under ambiguous semantics. Recent soluti…

Language ModelingLanguage ModellingObjectobject-detection+2

CompetitorFormer: Competitor Transformer for 3D Instance Segmentation

2024-11-21 · Duanchu Wang, Jing Liu, Haoran Gong, Yinghui Quan 외

Transformer-based methods have become the dominant approach for 3D instance segmentation. These methods predict instance masks via instance queries, ranking them by classification confidence and IoU scores to select the …

3D Instance SegmentationInstance SegmentationSemantic Segmentation

Fused Text Segmentation Networks for Multi-oriented Scene Text Detection

2017-09-11 · Yuchen Dai, Zheng Huang, Yuting Gao, Youxuan Xu 외

In this paper, we introduce a novel end-end framework for multi-oriented scene text detection from an instance-aware semantic segmentation perspective. We present Fused Text Segmentation Networks, which combine multi-lev…

Multi-Oriented Scene Text Detectionobject-detectionObject DetectionRegion Proposal+5

Occlusion-Ordered Semantic Instance Segmentation

2025-04-18 · Soroosh Baselizadeh, Cheuk-To Yu, Olga Veksler, Yuri Boykov

Standard semantic instance segmentation provides useful, but inherently 2D information from a single image. To enable 3D analysis, one usually integrates absolute monocular depth estimation with instance segmentation. Ho…

Depth EstimationInstance SegmentationMonocular Depth EstimationSegmentation+1

Oriented Boxes for Accurate Instance Segmentation

2019-11-18 · Patrick Follmann, Rebecca König

State-of-the-art instance-aware semantic segmentation algorithms use axis-aligned bounding boxes as an intermediate processing step to infer the final instance mask output. This often leads to coarse and inaccurate mask …

Instance SegmentationSegmentationSemantic Segmentation