3D-Aware Multi-Task Learning with Cross-View Correlations for Dense Scene Understanding
Xiaoye Wang, Chen Tang, Xiangyu Yue, Wei-Hong Li
TL;DR
The paper tackles the challenge of jointly predicting dense scene properties by making multi-task learning 3D-aware. It introduces a Cross-view Module (CvM) consisting of a spatial-aware encoder, a multi-view transformer, and a differentiable cost volume to capture cross-view geometry and enforce consistency across tasks. CvM is architecture-agnostic and can be plugged into existing MTL encoders, trained on multi-view data or video, while enabling single-view inference by duplicating the input. Empirical results on NYUv2 and PASCAL-Context show consistent improvements across segmentation, depth, normals, and boundaries, with competitive or state-of-the-art performance and modest computational overhead. The work demonstrates that explicit modeling of cross-view correlations yields higher-quality, geometry-aware representations for dense scene understanding and points to future directions for dynamic scenes and motion-aware extensions.
Abstract
This paper addresses the challenge of training a single network to jointly perform multiple dense prediction tasks, such as segmentation and depth estimation, i.e., multi-task learning (MTL). Current approaches mainly capture cross-task relations in the 2D image space, often leading to unstructured features lacking 3D-awareness. We argue that 3D-awareness is vital for modeling cross-task correlations essential for comprehensive scene understanding. We propose to address this problem by integrating correlations across views, i.e., cost volume, as geometric consistency in the MTL network. Specifically, we introduce a lightweight Cross-view Module (CvM), shared across tasks, to exchange information across views and capture cross-view correlations, integrated with a feature from MTL encoder for multi-task predictions. This module is architecture-agnostic and can be applied to both single and multi-view data. Extensive results on NYUv2 and PASCAL-Context demonstrate that our method effectively injects geometric consistency into existing MTL methods to improve performance.
