Two-Stream Interactive Joint Learning of Scene Parsing and Geometric Vision Tasks
Guanfeng Tang, Hongbo Zhao, Ziwei Long, Jiayao Li, Bohong Xiao, Wei Ye, Hanli Wang, Rui Fan
TL;DR
TwInS introduces a general two-stream interactive joint learning framework that jointly tackles scene parsing and geometric vision tasks by enabling bidirectional information flow between a scene parsing stream and a geometric vision stream. It combines context-enriched iterative refinement with a cross-task adapter to fuse geometric cues into parsing and to project parsing features into geometry-informed representations, paired with a semi-supervised training strategy using uncertainty-aware pseudo labels. Empirical results on synthetic and real datasets show state-of-the-art gains in both semantic/instance segmentation and stereo/optical flow accuracy, with notable improvements over prior joint learning and feature-fusion approaches, and robust performance across different backbone configurations. The approach demonstrates versatility, compatibility with existing segmentation networks, and potential for future open-set, self-evolving perception systems with reduced annotation requirements.
Abstract
Inspired by the human visual system, which operates on two parallel yet interactive streams for contextual and spatial understanding, this article presents Two Interactive Streams (TwInS), a novel bio-inspired joint learning framework capable of simultaneously performing scene parsing and geometric vision tasks. TwInS adopts a unified, general-purpose architecture in which multi-level contextual features from the scene parsing stream are infused into the geometric vision stream to guide its iterative refinement. In the reverse direction, decoded geometric features are projected into the contextual feature space for selective heterogeneous feature fusion via a novel cross-task adapter, which leverages rich cross-view geometric cues to enhance scene parsing. To eliminate the dependence on costly human-annotated correspondence ground truth, TwInS is further equipped with a tailored semi-supervised training strategy, which unleashes the potential of large-scale multi-view data and enables continuous self-evolution without requiring ground-truth correspondences. Extensive experiments conducted on three public datasets validate the effectiveness of TwInS's core components and demonstrate its superior performance over existing state-of-the-art approaches. The source code will be made publicly available upon publication.
