Papers
Topics
Authors
Recent
Search
2000 character limit reached

Domain-Aware Diffusion (DaD)

Updated 6 July 2026
  • Domain-aware Diffusion (DaD) is a family of diffusion-based methods that incorporate domain signals to bridge source and target data distributions.
  • It modifies the standard diffusion process by injecting domain information into the noising and denoising steps, using intermediate distributions and conditional guidance.
  • These methods enhance classification accuracy and robustness in tasks like image synthesis, computational pathology, and dense prediction while enabling continuous domain adaptation.

Searching arXiv for papers on domain-aware/domain-adaptive diffusion to ground the article in the current literature. arXiv search query: "domain-aware diffusion" OR "domain-adaptive diffusion" OR "domain guided conditional diffusion" OR "domain noise alignment" OR "DiffGDA" Domain-aware Diffusion (DaD) denotes diffusion-based domain adaptation methods that inject domain information into the forward noising process, the reverse denoising process, the conditioning interface, the sampling rule, or the training objective so that the learned trajectory bridges a source distribution and a target distribution rather than only reconstructing a single-domain data distribution from Gaussian noise. In the literature covered here, this designation spans feature-space unsupervised domain adaptation, class- and domain-guided image synthesis, latent target-aware augmentation for computational pathology, training-free noise-statistics alignment for dense prediction, domain-conditioned diffusion policies for control, domain-aware score guidance for graph transfer, progressive feature alignment for nighttime UAV tracking, and synthetic-to-real alignment for text-based person retrieval (Peng et al., 2023, Zhang et al., 2023, Zhang et al., 23 Jan 2026, Xu et al., 26 Jun 2025, Wang et al., 3 Feb 2026, Chen et al., 11 Feb 2026, Zuo et al., 2024, Yang et al., 14 Jul 2025, Luo et al., 12 May 2025).

1. Problem setting and conceptual scope

A canonical formulation appears in "Unsupervised Domain Adaptation via Domain-Adaptive Diffusion" (Peng et al., 2023). Under standard UDA, the source domain is Ds={(xis,yis)}i=1Ns\mathcal D_s=\{(x_i^s,y_i^s)\}_{i=1}^{N_s} with labeled samples drawn from Ps(x,y)P^s(x,y), the target domain is Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t} with unlabeled samples drawn from Pt(x)P^t(x), and the goal is to learn a classifier fϕ()f_\phi(\cdot) that minimizes the expected error on the target domain:

minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].

Within this setting, DaD replaces one-step or single-distribution adaptation with an explicitly domain-aware generative path.

The surveyed literature uses diffusion to encode domain information at different levels. Some methods construct intermediate distributions between source and target; some generate target-style labeled samples; some align noise statistics during sampling; some bias the diffusion prior with a learned domain representation; and some steer a continuous-time SDE toward a target graph distribution. This suggests that "domain-aware diffusion" is best understood as a family of mechanisms rather than a single architecture.

Formulation Domain-aware signal Representative paper
Progressive source-to-target transition Intermediate distributions {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\} DAD (Peng et al., 2023)
Class- and domain-guided generation Class label plus domain-classifier gradient DACDM (Zhang et al., 2023)
Latent target-aware synthesis Morphology, cohort identity, tissue preparation Pathology LDM (Zhang et al., 23 Jan 2026)
Training-free sampling adaptation Source/target noise-prediction statistics DNA (Xu et al., 26 Jun 2025)
Domain-conditioned policy diffusion Static domain embedding zz DADP (Wang et al., 3 Feb 2026)
Continuous graph adaptation Domain-aware score guidance in SDEs DiffGDA (Chen et al., 11 Feb 2026)

2. Core diffusion mechanisms

Several DaD variants retain the standard DDPM-style Markov chain and modify its semantics. In DAD, the forward process corrupts a source feature x0s=xx_0^s=x through

q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),

and the reverse process uses

Ps(x,y)P^s(x,y)0

The central modification is not the Gaussian parameterization itself, but the training target: instead of reversing toward Ps(x,y)P^s(x,y)1, the model is trained to reverse target diffusion so that, starting from a clean source feature, Ps(x,y)P^s(x,y)2 shifts smoothly from Ps(x,y)P^s(x,y)3 to Ps(x,y)P^s(x,y)4 across Ps(x,y)P^s(x,y)5 small steps (Peng et al., 2023).

DACDM and NOCDDA preserve the DDPM forward chain but insert domain awareness through conditional generation and classifier guidance. DACDM trains a class-conditional diffusion model Ps(x,y)P^s(x,y)6 on source images with ground-truth labels and target images with pseudo-labels, then trains a binary domain classifier Ps(x,y)P^s(x,y)7 on noisy samples. During sampling, the reverse diffusion is guided by the gradient of the log-probability of the target domain label, producing labeled target images for downstream UDA. NOCDDA also couples diffusion and classification, but in a stricter way: a single network Ps(x,y)P^s(x,y)8 serves as the DA classifier on clean data and the diffusion classifier on noised data, and the reverse update is guided by Ps(x,y)P^s(x,y)9 toward high-confidence class regions (Zhang et al., 2023, Luo et al., 12 May 2025).

Other variants move domain information into the condition vector, the prior, or the score field. The pathology latent diffusion model conditions the denoiser on UNI morphology features, cohort identity, and tissue-preparation method via cross-attention, with classifier-free guidance implemented by randomly dropping Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}0 with probability Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}1 during training and using guidance scale Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}2 at inference. DADP biases the forward prior to a mixed-Gaussian centered at a domain embedding Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}3, so that Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}4 rather than Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}5, and conditions the denoiser on the same Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}6. DiffGDA models source-to-target graph evolution with reverse SDEs and adds a domain-aware network Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}7 that approximates a density-ratio correction term in the optimal denoising vector field. FreeDNA alters the reverse step by replacing Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}8 with Dt={xjt}j=1Nt\mathcal D_t=\{x_j^t\}_{j=1}^{N_t}9, or equivalently by using a per-step scaling coefficient Pt(x)P^t(x)0, so that target-domain noise statistics match source-domain noise statistics during sampling. DaDiff conditions a U-Net-style diffusion module on nighttime features and regularizes each timestep with a successive distribution discriminator that forces intermediate features toward the daytime manifold (Zhang et al., 23 Jan 2026, Wang et al., 3 Feb 2026, Chen et al., 11 Feb 2026, Xu et al., 26 Jun 2025, Zuo et al., 2024).

3. Training paradigms and optimization strategies

The most explicit progressive adaptation scheme is DAD with Mutual Learning Strategy (MLS). At each step Pt(x)P^t(x)1, CPt(x)P^t(x)2D learning freezes the classifier Pt(x)P^t(x)3, generates Pt(x)P^t(x)4 from source data, and enforces semantic preservation with

Pt(x)P^t(x)5

DPt(x)P^t(x)6C learning then freezes the DAD module, generates Pt(x)P^t(x)7, and trains the classifier on all intermediate distributions via Pt(x)P^t(x)8. The per-step objective combines Pt(x)P^t(x)9, fϕ()f_\phi(\cdot)0, and fϕ()f_\phi(\cdot)1 into

fϕ()f_\phi(\cdot)2

The algorithm pretrains backbone and classifier on source labeled data, freezes the feature encoder, initializes DAD by training it to reverse fϕ()f_\phi(\cdot)3 steps on target features, alternates Cfϕ()f_\phi(\cdot)4D and Dfϕ()f_\phi(\cdot)5C updates, and discards DAD at inference so that the test-time pipeline is encoder fϕ()f_\phi(\cdot)6 (Peng et al., 2023).

DACDM adopts a generation-then-retrain pattern. It first trains a class-conditional diffusion model on fϕ()f_\phi(\cdot)7, with pseudo-labels on target samples produced by a pretrained UDA model fϕ()f_\phi(\cdot)8, and trains a noisy-sample domain classifier fϕ()f_\phi(\cdot)9. It then uses DPM-Solver++ with domain guidance to produce minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].0 labeled target images minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].1, forms the augmented source minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].2, and re-trains or fine-tunes an existing UDA method such as MCC or ELS on minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].3 (Zhang et al., 2023).

NOCDDA integrates pseudo-label selection, diffusion classification, and class-aware reverse initialization in one loop. At each epoch it runs the classifier on all unlabeled target samples, computes entropy, and selects the lowest-entropy subset as High-Confidence Pseudo-Labeled Target Domain Samples. These samples replenish minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].4 and drive both the clean-data loss minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].5 and the noised-data loss minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].6, with minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].7. After training, class-specific terminal moments are estimated from the high-confidence set, and reverse sampling is initialized with minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].8 using the uniform shrinkage minϕ  ExPt(x),yPt(yx)[1{fϕ(x)y}].\min_\phi \; \mathbb E_{x\sim P^t(x),\,y\sim P^t(y|x)}\bigl[\mathbf 1\{f_\phi(x)\neq y\}\bigr].9 to reduce class confusion (Luo et al., 12 May 2025).

Two data-augmentation-oriented variants shift the diffusion workload to pretraining. In text-based person retrieval, DaD fine-tunes Stable Diffusion v1.5 with ControlNet on the target-domain image-text dataset using a fixed all-white control image, then generates a Synthetic Domain-Aligned dataset by prompt augmentation, captioning with BLIP2, region extraction with GroundingDINO at threshold {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}0, and filtering based on variance and OpenPose keypoints. In pathology SSDA, the latent diffusion model is trained on unlabeled source and target tiles, then for each labeled source tile it generates a synthetic target-aware image with the same label, and a ViT-B/16 classifier is trained on the union of real labeled and synthetic labeled images using a weighted sum of cross-entropy terms for real and synthetic subsets (Yang et al., 14 Jul 2025, Zhang et al., 23 Jan 2026).

Other training patterns depart further from standard UDA. FreeDNA is explicitly training-free: when the source domain is available, it aligns target noise statistics to source noise statistics directly during the sampling process; when the source is unavailable, it estimates surrogate statistics from high-confidence regions selected by low variance across multiple denoised outputs. DADP first pre-trains a context encoder with Lagged Context Dynamical Prediction and then trains a diffusion policy on all domains using the learned static domain embeddings. DiffGDA jointly optimizes score networks for features and adjacency, a domain-aware guidance network for density-ratio correction, and a downstream GNN with cross-entropy plus MMD. DaDiff trains an alignment encoder, a tracking-oriented Transformer-like layer, and a successive distribution discriminator under the total loss {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}1 (Xu et al., 26 Jun 2025, Wang et al., 3 Feb 2026, Chen et al., 11 Feb 2026, Zuo et al., 2024).

4. Task-specific instantiations

In image-classification UDA, DaD methods target the source-target discrepancy directly but differ in where they place the adaptation burden. DAD decomposes the large domain gap into small ones and gradually enhances the capacity of the classification model to finally adapt to the target domain. DACDM uses generated labeled target images to help existing UDA methods transfer from the source domain to the target domain more easily. NOCDDA emphasizes that the scarcity of high-confidence pseudo-labeled target samples leads to inaccurate cross-domain statistical alignment and uses class-aware reverse sampling to improve those pseudo-labels (Peng et al., 2023, Zhang et al., 2023, Luo et al., 12 May 2025).

In computational pathology, the domain gap is cohort- and preparation-dependent rather than merely photographic. The SSDA framework on lung adenocarcinoma prognostication trains a latent diffusion model on unlabeled tiles from both cohorts and conditions on UNI embeddings, cohort identity, and tissue-preparation method so that the generated image preserves source morphology while introducing target-domain appearance characteristics. The paper explicitly contrasts this with image-to-image translation approaches that can distort tissue structures and compromise model accuracy (Zhang et al., 23 Jan 2026).

In dense prediction, control, graphs, retrieval, and tracking, domain awareness is injected at progressively less image-centric levels. FreeDNA interprets domain bias in diffusion-based dense prediction as noise-statistics bias, visible in the Fourier-amplitude of the predictions, and corrects it without additional training. DADP treats domains as MDPs with shared state and action spaces but different transition dynamics parameterized by a low-dimensional static vector, learns a disentangled domain representation, and injects it into the generative policy. DiffGDA treats adaptation as continuous-time evolution of node features and adjacency under reverse SDEs with a domain-aware score correction. The text-based person retrieval DaD fine-tunes a text-to-image generator so that the lighting, color palette, and viewpoint statistics of generated person images match the target real-world dataset. DaDiff aligns nighttime low-resolution object features to the daytime by progressive and stable generations and adds a tracking-oriented layer so that the denoised features remain immediately usable by the tracking head (Xu et al., 26 Jun 2025, Wang et al., 3 Feb 2026, Chen et al., 11 Feb 2026, Yang et al., 14 Jul 2025, Zuo et al., 2024).

A plausible implication is that DaD is not tied to a single representation level. The surveyed methods place domain information in feature maps, image latents, noisy score fields, policy priors, graph trajectories, or sampling-time statistics, while retaining the common objective of forcing the diffusion trajectory to follow a domain-relevant bridge.

5. Empirical performance and diagnostic evidence

Reported gains span classification accuracy, F1, FID, PSNR, mIoU, normalized return, and tracking metrics.

Method Benchmarks Reported result
DAD (Peng et al., 2023) Office-31 / Office-Home / VisDA-2017 {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}2 vs. {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}3; {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}4 vs. {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}5; {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}6 vs. {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}7
DACDM (Zhang et al., 2023) Office-31 / Office-Home / VisDA-2017 / miniDomainNet MCC: {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}8; {P0=Ps,,PT=Pt}\{P_0=P^s,\dots,P_T=P^t\}9; zz0; zz1
Pathology LDM (Zhang et al., 23 Jan 2026) TCGA held-out test weighted F1 zz2; macro F1 zz3
DNA (Xu et al., 26 Jun 2025) NuScenes / DRealSR / FCDN / ACDC AbsRel zz4; PSNR zz5; EPE zz6; mIoU zz7
DADP (Wang et al., 3 Feb 2026) Walker2d OOD / Door OOD normalized return zz8 vs. Meta-DT zz9; x0s=xx_0^s=x0 vs. x0s=xx_0^s=x1
Person-retrieval DaD (Yang et al., 14 Jul 2025) CUHK-PEDES FID x0s=xx_0^s=x2; R@1 x0s=xx_0^s=x3 for SDA:MALS x0s=xx_0^s=x4 vs. MALS
DiffGDA (Chen et al., 11 Feb 2026) Citation x0s=xx_0^s=x5 ACM / USA x0s=xx_0^s=x6 Brazil Mi-F1 rises from x0s=xx_0^s=x7 and from x0s=xx_0^s=x8
DaDiff (Zuo et al., 2024) NUT-LR SiamBAN Succ x0s=xx_0^s=x9; NormPrec q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),0; Prec q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),1
NOCDDA (Luo et al., 12 May 2025) Digits / Office-31 q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),2 vs. prior best q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),3; q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),4 vs. prior best q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),5

The accompanying diagnostics are equally characteristic. DAD reports that multi-step transition is better than direct q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),6-step reverse and that MLS is crucial. DACDM reports that t-SNE and q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),7-distance analyses confirm that q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),8 is closer to q(xtsxt1s)=N(xts;1βtxt1s,βtI),q(x_t^s|x_{t-1}^s)=\mathcal N(x_t^s;\sqrt{1-\beta_t}\,x_{t-1}^s,\beta_t I),9 than Ps(x,y)P^s(x,y)00 is, and that naively using pseudo-labels in place of generated images is less effective. The pathology SSDA work reports FID Ps(x,y)P^s(x,y)01 between Ps(x,y)P^s(x,y)02k real and Ps(x,y)P^s(x,y)03k condition-matched synthetic tiles and t-SNE of CONCH embeddings in which synthetic NLST tiles occupy the intermediate space between real NLST and TCGA clusters. FreeDNA reports Fourier analyses in which the amplitude gap between source and target noise predictions accounts entirely for style differences while phase remains semantically consistent. DADP reports that removing LC-DP drops OOD performance by about Ps(x,y)P^s(x,y)04, removing diffusion injection gives Ps(x,y)P^s(x,y)05, and removing predictive target reformulation gives Ps(x,y)P^s(x,y)06. DaDiff reports ablations on NUT-LR with SiamBAN in which the full model improves Succ/Prec from Ps(x,y)P^s(x,y)07 to Ps(x,y)P^s(x,y)08.

6. Limitations, misconceptions, and future directions

The limitations documented most explicitly in this literature are operational rather than conceptual. DAD adds extra training overhead due to Ps(x,y)P^s(x,y)09 steps, even though each step uses only Ps(x,y)P^s(x,y)10 mini-batches; it assumes a closed-set setting; and its hyperparameters Ps(x,y)P^s(x,y)11 must be tuned per dataset. DACDM depends on pseudo-labels from a pretrained UDA model. NOCDDA is motivated by the observation that scarcity of high-confidence pseudo-labeled target samples causes inaccurate cross-domain statistical alignment and DA failures. DaDiff is motivated by the statement that one-step adaptation is inadequate for nighttime low-resolution UAV objects because of blurry edge contour, limited detail information, and nighttime noise (Peng et al., 2023, Zhang et al., 2023, Luo et al., 12 May 2025, Zuo et al., 2024).

A recurrent misconception is that domain-aware diffusion is equivalent to image-to-image translation. The surveyed methods do not support that reduction. DAD diffuses in feature space and discards the DAD module at inference; FreeDNA modifies sampling without any additional training; DADP diffuses over action-space variables under a domain-conditioned prior; DiffGDA evolves graph features and adjacency under reverse SDEs. This suggests that the common denominator is not a particular image-synthesis pipeline, but domain-conditioned control over the denoising trajectory itself (Peng et al., 2023, Xu et al., 26 Jun 2025, Wang et al., 3 Feb 2026, Chen et al., 11 Feb 2026).

The clearest future directions are listed in DAD: continuous or online domain adaptation by letting Ps(x,y)P^s(x,y)12 and updating as new target data arrive; multi-source domain adaptation by simulating multiple paths and merging them; open-set or universal DA by adding rejection or out-of-distribution detection along the diffusion path; and application to semantic segmentation or detection by embedding DAD at feature-map levels (Peng et al., 2023). A plausible implication, given the later works summarized here, is that these directions are already partially foreshadowed by the migration of domain-aware diffusion into dense prediction, graph transfer, offline meta-RL, pathology, retrieval, and tracking.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Domain-aware Diffusion (DaD).