paper-with-me

홈 › Papers

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

2025-06-09 · Anh-Quan Cao, Ivan Lopes, Raoul de Charette

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.

📄 PDF Abstract BibTeX arXiv:2506.08013

Code (1)

astra-vision/stablemtl 공식 구현 pytorch

Tasks

DenoisingMulti-Task Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Repurposing Geometric Foundation Models for Multi-view Diffusion

2026-03-23 · Wooseok Jang, Seonghu Jeon, Jisang Han, Jinhyeok Choi 외 arxiv

While recent advances in generative latent spaces have driven substantial progress in single-image generation, the optimal latent space for novel view synthesis (NVS) remains largely unexplored. In particular, NVS requir…

Novel View SynthesisImage Generation

MUSE: Unlocking Timestep as Native Task Steering for One-Step Dense Prediction

2026-06-29 · Shuo Zhou, Zhaoxin Li, Xiujuan Chai arxiv

Monocular dense prediction has recently seen remarkable success by repurposing pre-trained diffusion models. This opens a promising yet challenging avenue for more efficient multi-task learning paradigm. However, existin…

Multi-Task Learning

Kiss3DGen: Repurposing Image Diffusion Models for 3D Asset Generation

2025-03-03 · CVPR 2025 1 · Jiantao Lin, Xin Yang, Meixi Chen, YingJie Xu 외

Diffusion models have achieved great success in generating 2D images. However, the quality and generalizability of 3D content generation remain limited. State-of-the-art methods often require large-scale 3D assets for tr…

3D Generation3D ReconstructionImage GenerationImage to 3D+1

Repurposing 2D Diffusion Models for 3D Shape Completion

2025-12-16 · Yao He, Youngjoong Kwon, Tiange Xiang, Wenxiao Cai 외 arxiv

We present a framework that adapts 2D diffusion models for 3D shape completion from incomplete point clouds. While text-to-image diffusion models have achieved remarkable success with abundant 2D data, 3D diffusion model…

Point Clouds

Repurposing 2D Diffusion Models with Gaussian Atlas for 3D Generation

2025-03-20 · Tiange Xiang, Kai Li, Chengjiang Long, Christian Häne 외

Recent advances in text-to-image diffusion models have been driven by the increasing availability of paired 2D data. However, the development of 3D diffusion models has been hindered by the scarcity of high-quality 3D da…

3D GenerationTransfer Learning