CVAILGJun 9, 2025

StableMTL: Repurposing Latent Diffusion Models for Multi-Task Learning from Partially Annotated Synthetic Datasets

arXiv:2506.08013v11 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the annotation bottleneck in multi-task dense prediction for computer vision applications, though it is an incremental advance over existing partial learning setups.

The paper tackles the problem of multi-task learning requiring extensive per-task annotations by proposing a zero-shot method that trains on multiple synthetic datasets each labeled for only a subset of tasks. The result is StableMTL, which outperforms baselines on 7 tasks across 8 benchmarks.

Multi-task learning for dense prediction is limited by the need for extensive annotation for every task, though recent works have explored training with partial task labels. Leveraging the generalization power of diffusion models, we extend the partial learning setup to a zero-shot setting, training a multi-task model on multiple synthetic datasets, each labeled for only a subset of tasks. Our method, StableMTL, repurposes image generators for latent regression. Adapting a denoising framework with task encoding, per-task conditioning and a tailored training scheme. Instead of per-task losses requiring careful balancing, a unified latent loss is adopted, enabling seamless scaling to more tasks. To encourage inter-task synergy, we introduce a multi-stream model with a task-attention mechanism that converts N-to-N task interactions into efficient 1-to-N attention, promoting effective cross-task sharing. StableMTL outperforms baselines on 7 tasks across 8 benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes