论文概要
Research Area: Computer Vision Authors: Yihong Sun, Seoung Wug Oh, Jiahui Huang Published: 2026-07-24 arXiv: 2507.19319
Introduction
Scene understanding requires simultaneous prediction of geometry, appearance, and semantics. However, existing task-specific annotations are fragmented across incompatible, domain-specific datasets. Current unified systems work around this by restricting training to fully co-annotated data, or by incurring the large computational cost of pseudo-labeling.
Method
The authors introduce UniD, a unified video model that jointly predicts eight dense scene properties:
- Depth
- Surface normals
- Semantic segmentation
- Boundaries
- Human parts
- Albedo
- Shading
- Materials
- Matches task-specific experts and multi-task baselines across all eight tasks
- Strong generalization to out-of-distribution scenes
- Improved temporal consistency and cross-task consistency
- arXiv: 2507.19319
All of these are learned from disjoint, domain-specific datasets. The core of the method is a simple yet effective distillation step: per-task experts supervise a unified backbone through lightweight task projectors, eliminating the need for annotation overlap or pseudo-labels.
Key Insight
The strong visual priors of a pretrained diffusion model are sufficient to bridge the domain gap introduced by disjoint training sources, enabling robust generalization to scene-task combinations never seen during training.