Monocular Depth Estimation and Segmentation for Transparent Object with Iterative Semantic and Geometric Fusion
Jiangyuan Liu, Hongxuan Ma, Yuxin Guo, Yuhao Zhao, Chi Zhang, Wei Sui, Wei Zou
TL;DR
This work tackles the challenging problem of monocularly sensing transparent objects by jointly estimating depth and segmentation from a single RGB image. It introduces a semantic and geometric fusion module that enables cross-task information exchange and an iterative refinement strategy that progressively sharpens predictions. The approach leverages a Vision Transformer backbone, a reassemble module to build multi-scale feature pyramids, and a shared-weight decoder refined through gated iterations, achieving state-of-the-art performance on synthetic and real datasets without extra modalities. The results demonstrate substantial improvements over monocular, stereo, and multi-view baselines, highlighting the practical potential for transparent-object perception in robotics and related applications.
Abstract
Transparent object perception is indispensable for numerous robotic tasks. However, accurately segmenting and estimating the depth of transparent objects remain challenging due to complex optical properties. Existing methods primarily delve into only one task using extra inputs or specialized sensors, neglecting the valuable interactions among tasks and the subsequent refinement process, leading to suboptimal and blurry predictions. To address these issues, we propose a monocular framework, which is the first to excel in both segmentation and depth estimation of transparent objects, with only a single-image input. Specifically, we devise a novel semantic and geometric fusion module, effectively integrating the multi-scale information between tasks. In addition, drawing inspiration from human perception of objects, we further incorporate an iterative strategy, which progressively refines initial features for clearer results. Experiments on two challenging synthetic and real-world datasets demonstrate that our model surpasses state-of-the-art monocular, stereo, and multi-view methods by a large margin of about 38.8%-46.2% with only a single RGB input. Codes and models are publicly available at https://github.com/L-J-Yuan/MODEST.
