English

3D-Aware Multi-Task Learning with Cross-View Correlations for Dense Scene Understanding

Computer Vision and Pattern Recognition 2025-11-26 v1

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.

Keywords

Cite

@article{arxiv.2511.20646,
  title  = {3D-Aware Multi-Task Learning with Cross-View Correlations for Dense Scene Understanding},
  author = {Xiaoye Wang and Chen Tang and Xiangyu Yue and Wei-Hong Li},
  journal= {arXiv preprint arXiv:2511.20646},
  year   = {2025}
}

Comments

3D-aware Multi-task Learning, Cross-view Correlations, Code will be available at https://github.com/WeiHongLee/CrossView3DMTL

R2 v1 2026-07-01T07:54:47.960Z