Task-Oriented Data Synthesis and Control-Rectify Sampling for Remote Sensing Semantic Segmentation

TL;DR

Proposes TODSynth framework with MM-DiT and CRFM, significantly improving synthetic data quality for remote sensing semantic segmentation.

cs.CV 🔴 Advanced 2025-12-19 44 views
Yunkai Yang Yudong Zhang Kunquan Zhang Jinxiao Zhang Xinying Chen Haohuan Fu Runmin Dong
remote sensing data synthesis deep learning generative models semantic segmentation

Key Findings

Methodology

This work introduces a task-oriented data synthesis framework based on Multimodal Diffusion Transformer (MM-DiT) with a unified triple attention mechanism, enabling joint control over text, image, and mask modalities. A novel control-rectify flow matching (CRFM) strategy is integrated, which dynamically adjusts sampling trajectories during early generation stages guided by semantic loss feedback from a pre-trained segmentation model. The approach leverages fine-tuning of the diffusion model on datasets like FUSU-4k and LoveDA, optimizing synthetic data relevance for downstream segmentation tasks. Extensive ablation studies compare different control schemes, demonstrating the superiority of the joint attention approach combined with CRFM in stabilizing generation and reducing semantic drift.

Key Results

  • On FUSU-4k, TODSynth achieves a 1.39% increase in overall accuracy (OA), 4.14% higher in mean IoU, and 6.83% in mean accuracy (mAcc) over baseline methods. On LoveDA, improvements are 1.60%, 2.08%, and 2.22%, respectively. The integration of CRFM notably reduces semantic drift, leading to more stable and task-oriented synthetic data. Quantitative results show that the proposed method outperforms existing controllable generation techniques like ControlNet and FreeMask, especially in few-shot and complex scene scenarios.
  • The comparative analysis indicates that the text-image-mask joint attention scheme significantly outperforms mask-only control schemes, effectively utilizing multimodal information. Incorporating CRFM during early sampling stages further enhances the semantic consistency and diversity of generated data, translating into better downstream segmentation performance. These results validate the effectiveness of task feedback-guided sampling in addressing the inherent uncertainty of generative models.
  • Across multiple experiments, TODSynth demonstrates robust performance, improving segmentation metrics while maintaining high diversity in synthetic data. Its ability to adaptively correct sampling trajectories makes it particularly suitable for complex and sparse classes, providing a scalable solution for remote sensing data augmentation and reducing reliance on costly manual annotations.

Significance

This research addresses critical bottlenecks in remote sensing data augmentation by combining advanced multimodal generative modeling with task-guided sampling. The proposed framework offers a pathway to produce high-quality, task-specific synthetic data, reducing dependence on extensive manual labeling and enabling more scalable, cost-effective remote sensing applications. Its ability to stabilize generation and improve control fidelity marks a significant step forward in the deployment of controllable generative models in real-world scenarios, fostering progress in land-use analysis, environmental monitoring, and urban planning. The integration of task feedback into the sampling process opens new avenues for adaptive, intelligent data synthesis, aligning synthetic data more closely with downstream task requirements.

Technical Contribution

The core technical innovations include the development of a multimodal attention mechanism that fuses text, image, and mask modalities within the MM-DiT architecture, significantly enhancing control precision. Additionally, the introduction of CRFM provides a novel, task-feedback-driven sampling strategy that dynamically rectifies the generative trajectory during early stages, reducing semantic drift and improving stability. These contributions extend the capabilities of diffusion-based generative models, enabling more accurate and controllable synthesis tailored to remote sensing applications. The approach also offers theoretical guarantees for trajectory correction, bridging the gap between unconditional generation and task-specific control, thus expanding the engineering possibilities for high-fidelity synthetic data generation.

Novelty

This work is the first to systematically integrate multimodal attention mechanisms with task-feedback-guided sampling in the context of remote sensing data synthesis. The CRFM strategy distinguishes itself by performing early-stage trajectory correction based on semantic loss, rather than post hoc filtering or filtering-based approaches, representing a fundamental shift in controlling generative models. The combination of these innovations results in more stable, accurate, and task-relevant synthetic data, filling a critical gap in current controllable generation research and setting a new benchmark for remote sensing applications.

Limitations

  • Despite improvements, the model's control fidelity diminishes in extremely complex or sparse classes, partly due to limited training data diversity and the reliance on pre-trained segmentation models with inherent prediction errors.
  • CRFM's effectiveness depends on the accuracy of the semantic loss signal; inaccurate segmentation predictions can introduce noise or bias into the sampling trajectory.
  • Training and fine-tuning require substantial computational resources, limiting scalability and real-time deployment in resource-constrained environments.

Future Work

Future directions include developing domain-specific pretraining for the diffusion models to better capture remote sensing characteristics, integrating active learning to refine control strategies, and exploring reinforcement learning to optimize sampling trajectories further. Additionally, efforts will focus on reducing computational costs and enhancing robustness across diverse remote sensing scenarios, aiming for real-time, autonomous synthetic data generation systems.

AI Executive Summary

Remote sensing semantic segmentation is vital for applications like land management and environmental monitoring, yet faces challenges due to limited labeled data and scene complexity. Traditional augmentation methods struggle to generate diverse, high-quality data that accurately reflects real-world variability. Recent advances in diffusion models have opened new possibilities for synthetic data creation, but controlling these models to produce task-relevant outputs remains difficult.

This paper introduces TODSynth, a novel framework that combines a multimodal diffusion transformer (MM-DiT) with a task-feedback-guided sampling strategy called control-rectify flow matching (CRFM). The core idea is to leverage the rich multimodal information—text, image, and mask—via a unified attention mechanism, enabling precise control over generated scenes. CRFM dynamically adjusts the sampling trajectory during early stages based on semantic loss feedback, effectively reducing semantic drift and improving the stability of synthetic data.

Extensive experiments on FUSU-4k and LoveDA datasets demonstrate that TODSynth outperforms existing controllable generation methods, achieving significant improvements in segmentation accuracy and stability. The integration of task feedback during sampling proves crucial in handling complex scenes and few-shot scenarios, where traditional methods often falter. The results highlight the potential of combining multimodal control with dynamic trajectory correction to produce high-quality, task-oriented synthetic data.

This work advances the state-of-the-art in remote sensing data augmentation, offering a scalable, robust solution that reduces reliance on manual annotation. Its implications extend beyond remote sensing, providing a blueprint for controllable generative modeling in other domain-specific applications. Future research will focus on domain-specific pretraining, real-time deployment, and further optimization of control strategies, aiming to fully realize autonomous, high-fidelity synthetic data generation for diverse remote sensing tasks.

Deep Dive

Abstract

With the rapid progress of controllable generation, training data synthesis has become a promising way to expand labeled datasets and alleviate manual annotation in remote sensing (RS). However, the complexity of semantic mask control and the uncertainty of sampling quality often limit the utility of synthetic data in downstream semantic segmentation tasks. To address these challenges, we propose a task-oriented data synthesis framework (TODSynth), including a Multimodal Diffusion Transformer (MM-DiT) with unified triple attention and a plug-and-play sampling strategy guided by task feedback. Built upon the powerful DiT-based generative foundation model, we systematically evaluate different control schemes, showing that a text-image-mask joint attention scheme combined with full fine-tuning of the image and mask branches significantly enhances the effectiveness of RS semantic segmentation data synthesis, particularly in few-shot and complex-scene scenarios. Furthermore, we propose a control-rectify flow matching (CRFM) method, which dynamically adjusts sampling directions guided by semantic loss during the early high-plasticity stage, mitigating the instability of generated images and bridging the gap between synthetic data and downstream segmentation tasks. Extensive experiments demonstrate that our approach consistently outperforms state-of-the-art controllable generation methods, producing more stable and task-oriented synthetic data for RS semantic segmentation.

cs.CV