Object Segmentation from Open-Vocabulary Manipulation Instructions Based on Optimal Transport Polygon Matching with Multimodal Foundation Models
Takayuki Nishimura, Katsuyuki Kuyo, Motonari Kambara, Komei Sugiura
TL;DR
This work tackles the OSIM-3D problem: generating pixel-accurate segmentation masks from open-vocabulary manipulation instructions using a multi-module framework. It introduces Polygon Matching Loss based on optimal transport to handle vertex-order invariance, and an Open-Vocabulary 3D Aggregator to reason about objects beyond the camera view. The method combines LLM-based paraphrasing, visual-context descriptions, and cross-modal fusion (SBAE) with a transformer-based vertex predictor, achieving strong gains on the SHIMRIE-3D dataset (mean IoU up to 38.16%) and detailed ablations supporting the contribution of each module. The work advances robust, open-vocabulary segmentation for domestic robots and suggests future semantic-labeling approaches to further reduce misgrounding and ambiguity in rich indoor scenes.
Abstract
We consider the task of generating segmentation masks for the target object from an object manipulation instruction, which allows users to give open vocabulary instructions to domestic service robots. Conventional segmentation generation approaches often fail to account for objects outside the camera's field of view and cases in which the order of vertices differs but still represents the same polygon, which leads to erroneous mask generation. In this study, we propose a novel method that generates segmentation masks from open vocabulary instructions. We implement a novel loss function using optimal transport to prevent significant loss where the order of vertices differs but still represents the same polygon. To evaluate our approach, we constructed a new dataset based on the REVERIE dataset and Matterport3D dataset. The results demonstrated the effectiveness of the proposed method compared with existing mask generation methods. Remarkably, our best model achieved a +16.32% improvement on the dataset compared with a representative polygon-based method.
