CVDec 16, 2025

TAT: Task-Adaptive Transformer for All-in-One Medical Image Restoration

arXiv:2512.14550v13 citationsh-index: 9Has CodeMICCAI
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently handling multiple medical image restoration tasks in a single model, which is incremental as it builds on existing All-in-One approaches.

The paper tackles the problem of task interference and imbalance in All-in-One medical image restoration models by proposing a task-adaptive Transformer (TAT) that dynamically adapts to different tasks, achieving state-of-the-art performance in PET synthesis, CT denoising, and MRI super-resolution.

Medical image restoration (MedIR) aims to recover high-quality medical images from their low-quality counterparts. Recent advancements in MedIR have focused on All-in-One models capable of simultaneously addressing multiple different MedIR tasks. However, due to significant differences in both modality and degradation types, using a shared model for these diverse tasks requires careful consideration of two critical inter-task relationships: task interference, which occurs when conflicting gradient update directions arise across tasks on the same parameter, and task imbalance, which refers to uneven optimization caused by varying learning difficulties inherent to each task. To address these challenges, we propose a task-adaptive Transformer (TAT), a novel framework that dynamically adapts to different tasks through two key innovations. First, a task-adaptive weight generation strategy is introduced to mitigate task interference by generating task-specific weight parameters for each task, thereby eliminating potential gradient conflicts on shared weight parameters. Second, a task-adaptive loss balancing strategy is introduced to dynamically adjust loss weights based on task-specific learning difficulties, preventing task domination or undertraining. Extensive experiments demonstrate that our proposed TAT achieves state-of-the-art performance in three MedIR tasks--PET synthesis, CT denoising, and MRI super-resolution--both in task-specific and All-in-One settings. Code is available at https://github.com/Yaziwel/TAT.

Foundations

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

Your Notes