REVIEW 4 major objections 4 minor 79 references
A Unified Analysis of Generalization and Sample Complexity for Semi-Supervised Domain Adaptation
T0 review · 4 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper establishes a sample-complexity law for domain-adaptive neural networks: for both MMD-based and adversarial models of width $d$ and depth $L$, the labeled-source and total source and target samples needed to hold the target…
desk verdict Honest covering-number analysis with a useful α = O(√M_t) rule, but the load-bearing relatedness assumption can fail on simple label-shift and is never justified. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the argument is a covering-number analysis of the function classes induced by the network: the feature transformation classes $\mathcal{F}^s, \mathcal{F}^t$ that map each domain into the shared space, and the composite hypothesis classes $\mathcal{H} \circ \mathcal{F}^s$, $\mathcal{H} \circ \mathcal{F}^t$ formed by a transformation followed by the classifier, plus, in the adversarial case, the classes $\mathcal{V}^s = \mathcal{D} \circ \mathcal{F}^s$ and $\mathcal{V}^t = \mathcal{D} \circ \mathcal{F}^t$ of discriminator-and-feature-extractor compositions; a covering number of a function class is the minimum number of small balls needed to cover it, so it measures how complex the class is. Lemma 7 and Lemma 8 build explicit parameter-grid covers of these classes, yielding the growth rate $O((L/\epsilon)^{d^2 L} (c d)^{d^2 L^2})$ for width $d$ and depth $L$ (Corollary 1). Lemma 2 then controls the deviation between expected and empirical weighted losses by a union bound over these covers, while Lemma 4 (MMD) and Lemma 9 (adversarial) control the deviation between the true and empirical domain discrepancy via Yurinskii's exponential inequality and Hoeffding's inequality, respectively; Theorem 2 combines the pieces for the MMD case, and Theorems 3 and 4 turn the union-bound probability expression into sample-complexity statements by choosing sample sizes so that each failure term stays bounded.
What would settle it
Take a digit dataset and a target domain with the same input distribution but permuted class labels, so the marginal features can be aligned to near-zero MMD or discriminator confusion while the classification-loss gap stays large, and measure the ratio $|L^s - L^t|/D(f^s, f^t)$ across hypotheses; if that ratio can be driven arbitrarily large while the alignment loss is small, Assumption 1 or 12 fails and the constant $R$ in the bounds degenerates. Conversely, on benchmarks where the ratio stays bounded, the predicted quadratic growth of required sample sizes with depth and width, and the $\alpha \propto \sqrt{M_t}$ schedule, are directly checkable by fitting the minimum $M_s$ and $N_s$ needed to hold a fixed target accuracy.
Extended reading notes
Core claim
The paper's central claim, stated on its own terms, is a sample-complexity law for domain-adaptive neural networks. For an MMD-based network of width $d$ and depth $L$ (Theorem 3), keeping the expected target loss within $O(\epsilon)$ of the empirical weighted loss plus the empirical alignment term requires the number $M_s$ of labeled source samples and the total numbers $N_s, N_t$ of source and target samples all to be of order $O((d^2 L \log(L/\epsilon) + d^2 L^2 \log d)/\epsilon^2)$, with the target-loss weight set to $\alpha = O((M_t \epsilon^2/(d^2 L \log(L/\epsilon) + d^2 L^2 \log d))^{1/2})$: the $O(\sqrt{M_t})$ scaling when the network size is held fixed. For adversarial networks (Theorem 4) the same law holds for $M_s$, while the unlabeled totals become $O((d^2 (L+K) \log((L+K)/\epsilon) + d^2 (L+K)^2 \log d)/\epsilon^2)$, with $L+K$ the combined depth of the feature extractor and the domain discriminator. The paper also claims, at the general level of Theorem 1 and Theorem 2, that for any domain alignment algorithm the expected target loss is bounded by the empirical weighted loss plus $(1-\alpha)$ times the discrepancy between the aligned domains, with failure probability decaying exponentially in the labeled sample sizes once the covering numbers of the relevant function classes are accounted for.
Load-bearing premise
The load-bearing premise is Assumption 1 (Eq. 3): a finite constant $R$ must exist such that, for every allowed transformation pair and hypothesis, the gap between the expected source loss and the expected target loss is at most $R$ times the distribution discrepancy between the aligned domains, and in the adversarial setting this is re-posed as Assumption 12 (Eq. 37), where the paper itself notes that the learned discriminator must be sufficiently well trained to certify poor alignment whenever the loss gap is large; if that relatedness condition fails, the target loss is no longer controlled by the source loss plus the discrepancy term, and Theorems 1 through 4 collapse.
Editorial extensions
If this is right
- Both MMD-based and adversarial domain-adaptive networks of width $d$ and depth $L$ require only on the order of $(d^2 L \log(L/\epsilon) + d^2 L^2 \log d)/\epsilon^2$ labeled source samples and total source and target samples to keep the target generalization gap at $O(\epsilon)$, meaning sample needs grow quadratically in depth and width up to log factors.
- In the adversarial setting the unlabeled-sample requirement is governed by the combined depth $L+K$ of the feature extractor plus domain discriminator, so a larger discriminator taxes the data budget just as a deeper classifier does.
- Scaling the target-loss weight as $\alpha = O(\sqrt{M_t})$ avoids overfitting the model to a handful of target labels, so scarcity of labeled target data is handled by downweighting the target term rather than by acquiring more labels.
- The bounds hold in terms of the empirical weighted loss and the empirical discrepancy computed on the aligned data, so they give a directly computable certificate of target performance rather than an abstract asymptotic statement.
- Because the MMD and adversarial settings share the same scaling law and the same proof skeleton, the quadratic depth-width dependence appears to be a property of the alignment architecture itself rather than of the particular discrepancy objective.
Reading between the lines
- A practical corollary the authors leave implicit is a budgeting rule: if the quadratic law is accurate, cutting the labeled data roughly in half should be compensated by shrinking depth or width by a factor near $\sqrt{2}$, a prediction that could be checked on standard benchmarks without any new theory.
- The covering-number route suggests the same machinery can be pushed to other alignment objectives, such as Wasserstein or correlation-alignment losses and norm-regularized feature extractors, where the depth exponent might differ; whether the quadratic-in-depth law is universal or an artifact of unconstrained parameterizations is a direct follow-up.
- The paper itself notes in Remark 6 that norm constraints on weight matrices are expected to tighten the bounds, so a concrete test is whether spectrally regularized domain-adaptive networks beat the unconstrained quadratic sample law in practice.
- Since the relatedness premise ties the certificate to loss-relevance of alignment, empirically estimating the constant $R$ on a benchmark would tell practitioners whether the quadratic law is the right budgeting tool there, especially under label shift with matched marginals.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper develops a theoretical framework for semi-supervised domain adaptation in which source and target feature transformations and a shared classifier are learned jointly by minimizing a weighted empirical classification loss together with a distribution discrepancy. Section 2 states a general bound (Theorem 1) on the expected target loss in terms of the empirical weighted loss and the true discrepancy, under an assumed Lipschitz-type relation between the loss gap and the discrepancy (Assumption 1). Theorem 2 replaces the true MMD by its empirical estimate using covering-number and concentration arguments. Section 3 specializes these results to MMD-based and adversarial deep networks, deriving covering-number bounds for the relevant function classes (Lemmas 7-8, Corollary 1) and sample-complexity statements (Theorems 3-4) of the form O((d^2 L log(L/epsilon) + d^2 L^2 log d)/epsilon^2), with the target-loss weight recommended to scale as alpha = O(sqrt(M_t)). Section 5 reports synthetic and image experiments whose fitted curves follow the predicted O(L^2), O(d^2), and O(sqrt(M_t)) trends.
Significance. If the two relatedness assumptions were justified, this would be a substantial contribution: it would give one of the first explicit width/depth sample-complexity bounds for alignment-based domain-adaptive neural networks, and it would provide a concrete, testable prescription for the target-loss weight. The modular proof strategy is a real strength: Lemma 2 combines Hoeffding bounds with covering numbers, Lemma 4 uses Yurinskii's inequality for uniform MMD deviation, and the covering-number analysis for multi-layer kernel feature maps in Lemmas 7-8 and Corollary 1 is nontrivial and carefully worked out. The experimental section is also commendable for attempting to verify the scaling laws in both shallow and deep settings. However, the headline claims are conditional on Assumption 1 (Eq. 3) and Assumption 12 (Eq. 37), and those assumptions are neither derived from data properties nor verified empirically; for label-shift settings they can fail while all measurable premises of the theorems hold. The contribution is therefore best read as a conditional analysis of alignment-based DA rather than as an established sample-complexity theory.
major comments (4)
- [Section 2.2, Eq. (3)] Assumption 1 is not a mild relatedness condition; it is the load-bearing mechanism of the entire paper. With D chosen as the first-moment MMD in Eq. (7), take f_s and f_t to be zero-weight constant maps (admissible under the parameter bounds of Assumption 5), source labels Y = sign(x_1), target labels Y = -sign(x_1), and h(x) = x. Then D(f_s, f_t) = 0 while |L_s(f_s,h) - L_t(f_t,h)| = 1, so no finite R exists. This shows that the assumption excludes label shift, which is one of the standard domain-adaptation challenges named in the Introduction. Since Lemma 1 and Theorems 1-4 all use inequality (3) directly, the claimed O(d^2 L^2/epsilon^2) sample complexity holds only for problems in which the label-shift part of the transfer has already been assumed away.
- [Section 3.2, Eq. (37)] Assumption 12 has the same structural problem as Assumption 1 and an additional algorithmic dependence. The scalar distance D_Delta(f_s,f_t) is a mean difference of the discriminator outputs, so it carries only first-moment information about the discriminator's view of the features. Moreover, the inequality (37) is assumed only for the discriminator Delta returned by the min-max optimization in Eq. (31). Lemma 9 provides uniform concentration for sup_{f_s,f_t,Delta} |D_Delta - hat-D_Delta| over all Delta in D, but it does not prove that the particular Delta selected by the algorithm certifies inequality (37). The proof of Theorem 4 in Appendix M invokes Assumption 12 at the first line without any derivation of this certification property. The adversarial result is therefore subject to both the label-shift concern and an unverified algorithmic condition.
- [Theorems 3 and 4, Eqs. (29) and (39)] The stated sample-complexity rates quote only O(d^2 L^2/epsilon^2) and hide the constants R and R_A. Since the target-loss bound contains the terms (1-alpha) R hat-D and (1-alpha) R epsilon (and the adversarial analogue), the value of R multiplies both the empirical discrepancy and the accuracy parameter. If R grows with d or L, as is possible when the loss gap and the first-moment discrepancy are not tightly coupled, the R-dependent constants could dominate the quoted scaling. The paper should either prove an explicit upper bound on R and R_A in terms of the data and network constants, or state explicitly that all scaling statements are modulo these assumption constants.
- [Section 5] The experiments do not provide evidence for Assumptions 1 and 12. Figures 5, 7-13 fit the predicted rates O(1/sqrt(M_t)), O(L^2), and O(d^2) to target accuracy or required sample sizes, but they do not measure the discrepancies D or D_Delta, do not estimate R or R_A, and do not test inequality (3) or (37). A meaningful empirical check of the conditional claim would require either a distribution class for which R is known to be finite, or a diagnostic that directly compares the loss gap with the discrepancy on held-out data. Without such a check, the experiments support only the concentration-rate structure of the bounds, not the relatedness assumptions on which the main theorems rest.
minor comments (4)
- [Section 3, paragraph after Theorem 3] The text calls epsilon 'a probability constant'; in Eq. (29) epsilon is the accuracy parameter that controls the generalization gap. This terminology should be corrected to avoid confusion.
- [Section 4, Remark 5] Remark 5 states that the alpha = O(sqrt(M_t)) choice handles target-label scarcity 'independently of the complexity of the target function class', but the displayed alpha bound in Theorems 3 and 4 contains d^2 L log(L/epsilon) + d^2 L^2 log d in the denominator. The remark should be reworded to match the formula.
- [Section 5.1, Figures 5, 7] The experimental plots show fitted dashed curves but no confidence intervals or repetitions over multiple random seeds; reporting variability would make the support for the claimed scaling laws more convincing.
- [Figures 2 and 3 and Section 5.1] The manuscript contains LaTeX-editor artifacts such as 'Font size: 28 in latexit' in the figure captions and internal labels 'Figure 5.7/5.8' that should be cleaned before publication.
Circularity Check
No significant circularity: the sample-complexity bounds and alpha scaling follow from concentration and covering-number arguments, with only a non-load-bearing self-citation.
full rationale
The paper's central derivation is self-contained. Theorem 1 combines Lemma 1 (Assumption 1 plus weighted-loss decomposition) with Lemma 2 (Hoeffding/covering-number uniform deviation); Theorems 2-4 chain union bounds and explicit covering-number estimates proved in Appendices F-M. The claimed O(d^2 L log(L/eps)+d^2 L^2 log d)/eps^2 sample complexity is obtained by setting the exponents in (83) to remain bounded, not by fitting constants to data. Likewise alpha=O(sqrt M_t) is read off from the exponential exp(-M_t eps^2/alpha^2) in (5)/(38) so that the probability term stays fixed; this is a derived scaling rule, not an input imposed to produce the conclusion. Assumption 1 (Eq. 3) is an explicitly stated Lipschitz-type relatedness condition, not a hidden restatement of the theorem; the bound is conditional on it, and the paper does not claim to derive R or to verify Eq. 3 from the optimization problem. A reviewer could argue Eq. 3 is too strong or fails under label shift with matched feature means, but that is an assumption-validity/correctness concern, not circularity under the stated review rules. The only self-citation is [49] for the groundwork of Section 2.2, but Lemma 1, Lemma 2, and Theorem 1 are proven in the present manuscript, so the citation is not load-bearing. The experiments fit theoretical-rate curves to data for visual comparison, but the theoretical statements do not depend on those fits. Overall, the derivation chain does not reduce to its inputs; score 1 reflects the harmless self-citation.
Assumptions & free parameters
free parameters (5)
- R (Assumption 1 relatedness constant)
- sigma_s, sigma_t, C_s, C_t (moment constants)
- RA (adversarial relatedness constant)
- Boundedness and Lipschitz constants (A_x, A_Theta, L_K, L_eta, A_eta, C_eta, A_l, L_l, C_D)
- alpha (target loss weight)
assumptions (7)
- domain assumption Assumption 1: |Ls(f_s,h) - Lt(f_t,h)| <= R D(f_s,f_t) for all f_s, f_t, h
- domain assumption Assumption 3: finite variance and k-th moment bounds of order O(k! sigma^2 C^(k-2)) for mapped features
- standard math Assumption 4: compactness of F_s and F_t under sup metrics
- domain assumption Assumptions 5-8: bounded inputs and weights, Lipschitz kernels and activations, bounded activations
- domain assumption Assumption 9: domain discriminator output is bounded by C_D
- domain assumption Assumption 12: |Ls(f_s,h) - Lt(f_t,h)| <= RA D_Delta(f_s,f_t)
- standard math Hoeffding's inequality, union bound, Yurinskii's exponential inequality, Riesz representation theorem
Cite this review
Pith. "Pith review of A Unified Analysis of Generalization and Sample Complexity for Semi-Supervised Domain Adaptation." pith.science (2026). https://pith.science/paper/R67K7E7H
@misc{pith2026250722632,
author = {Pith},
title = {Pith review of: A Unified Analysis of Generalization and Sample Complexity for Semi-Supervised Domain Adaptation},
year = {2026},
howpublished = {\url{https://pith.science/paper/R67K7E7H}},
note = {Machine review of arXiv:2507.22632}
}
read the original abstract
Domain adaptation seeks to leverage the abundant label information in a source domain to improve classification performance in a target domain with limited labels. While the field has seen extensive methodological development, its theoretical foundations remain relatively underexplored. Most existing theoretical analyses focus on simplified settings where the source and target domains share the same input space and relate target-domain performance to measures of domain discrepancy. Although insightful, these analyses may not fully capture the behavior of modern approaches that align domains into a shared space via feature transformations. In this paper, we present a comprehensive theoretical study of domain adaptation algorithms based on domain alignment. We consider the joint learning of domain-aligning feature transformations and a shared classifier in a semi-supervised setting. We first derive generalization bounds in a broad setting, in terms of covering numbers of the relevant function classes. We then extend our analysis to characterize the sample complexity of domain-adaptive neural networks employing maximum mean discrepancy (MMD) or adversarial objectives. Our results rely on a rigorous analysis of the covering numbers of these architectures. We show that, for both MMD-based and adversarial models, the sample complexity admits an upper bound that scales quadratically with network depth and width. Furthermore, our analysis suggests that in semi-supervised settings, robustness to limited labeled target data can be achieved by scaling the target loss proportionally to the square root of the number of labeled target samples. Experimental evaluation in both shallow and deep settings lends support to our theoretical findings.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[1]
A review of domain adaptation without target labels,
W. M. Kouw and M. Loog, “A review of domain adaptation without target labels,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 43, no. 3, pp. 766–785, 2021. 64
work page 2021
-
[2]
Regularized learning for domain adaptation under label shifts,
K. Azizzadenesheli, A. Liu, F. Yang, and A. Anandkumar, “Regularized learning for domain adaptation under label shifts,” inInt. Conf. Learning Representations, 2019
work page 2019
-
[3]
Domain adaptation with conditional distribution matching and generalized label shift,
R. Tachet des Combes et al., “Domain adaptation with conditional distribution matching and generalized label shift,” in Neural Inf. Proc. Systems, 2020
work page 2020
-
[4]
Domain adaptation: Challenges, methods, datasets, and applications,
P. Singhal, R. Walambe, S. Ramanna, and K. Kotecha, “Domain adaptation: Challenges, methods, datasets, and applications,”IEEE Access, vol. 11, pp. 6973– 7020, 2023
work page 2023
-
[5]
Cor- recting sample selection bias by unlabeled data,
J. Huang, A. J. Smola, A. Gretton, K. M. Borgwardt, and B. Sch ¨olkopf, “Cor- recting sample selection bias by unlabeled data,” in Proc. Advances in Neural Information Processing Systems 19, 2006, pp. 601–608
work page 2006
-
[6]
A two-stage weighting framework for multi-source domain adaptation,
Q. Sun, R. Chattopadhyay, S. Panchanathan, and J. Ye, “A two-stage weighting framework for multi-source domain adaptation,” in Proc. Advances in Neural Information Processing Systems 24, 2011, pp. 505–513
work page 2011
-
[7]
Frustratingly easy domain adaptation,
H. Daum ´e III, “Frustratingly easy domain adaptation,” in Annual Meeting- Association for Computational Linguistics, 2007
work page 2007
-
[8]
Co-regularization based semi-supervised domain adaptation,
H. Daum ´e III, A. Kumar, and A. Saha, “Co-regularization based semi-supervised domain adaptation,” inProc. Advances in Neural Information Processing Systems 23, 2010, pp. 478–486
work page 2010
Show all 79 references
-
[9]
Learning with augmented features for hetero- geneous domain adaptation,
L. Duan, D. Xu, and I. W. Tsang, “Learning with augmented features for hetero- geneous domain adaptation,” in Proc. 29th International Conference on Machine Learning, 2012
2012
-
[10]
Unsuper- vised domain adaptation by domain invariant projection,
M. Baktashmotlagh, M. T. Harandi, B. C. Lovell, and M. Salzmann, “Unsuper- vised domain adaptation by domain invariant projection,” in IEEE International Conference on Computer Vision, 2013, pp. 769–776
2013
-
[11]
Domain adaptation via transfer component analysis,
S. J. Pan, I. W. Tsang, J. T. Kwok, and Q. Yang, “Domain adaptation via transfer component analysis,” IEEE Trans. Neural Networks, vol. 22, no. 2, pp. 199–210, 2011
2011
-
[12]
Semi-supervised domain adaptation with subspace learning for visual recognition,
T. Yao, Y . Pan, C. Ngo, H. Li, and T. Mei, “Semi-supervised domain adaptation with subspace learning for visual recognition,” in IEEE Conference on Computer Vision and Pattern Recognition, 2015, pp. 2142–2150
2015
-
[13]
Deep visual domain adaptation: A survey,
M. Wang and W. Deng, “Deep visual domain adaptation: A survey,” Neurocom- puting, vol. 312, pp. 135–153, 2018
2018
-
[14]
Learning transferable features with deep adaptation networks,
M. Long, Y . Cao, J. Wang, and M. I. Jordan, “Learning transferable features with deep adaptation networks,” in Proc 32nd International Conference on Machine Learning, vol. 37, pp. 97–105. 65
-
[15]
Deep domain confusion: Maximizing for domain invariance,
E. Tzeng, J. Hoffman, N. Zhang, K. Saenko, and T. Darrell, “Deep domain confusion: Maximizing for domain invariance,” arXiv preprint: http://arxiv.org/abs/1412.3474, 2014
2014 arXiv
-
[16]
Domain adaptive neural networks for object recognition,
M. Ghifary, W. B. Kleijn, and M. Zhang, “Domain adaptive neural networks for object recognition,” in Int. Conf. Artificial Intelligence, 2014, vol. 8862, pp. 898–904
2014
-
[17]
Multirepresentation dynamic adaptive network for cross-domain rolling bearing fault diagnosis in complex scenarios,
Y . Zeng et al., “Multirepresentation dynamic adaptive network for cross-domain rolling bearing fault diagnosis in complex scenarios,” IEEE Transactions on In- strumentation and Measurement, vol. 74, pp. 1–16, 2025
2025
-
[18]
Information maximizing adaptation network with label distribu- tion priors for unsupervised domain adaptation,
P. Wang et al., “Information maximizing adaptation network with label distribu- tion priors for unsupervised domain adaptation,” IEEE Transactions on Multime- dia, vol. 25, pp. 6026–6039, 2023
2023
-
[19]
Meta domain adaptation approach for multi-domain ranking,
Z. Xia et al., “Meta domain adaptation approach for multi-domain ranking,”IEEE Access, vol. 13, pp. 92921–92931, 2025
2025
-
[20]
Point-to-set metric-gated mixture of experts for multisource do- main adaptation fault diagnosis,
B. Yang et al., “Point-to-set metric-gated mixture of experts for multisource do- main adaptation fault diagnosis,” IEEE Transactions on Neural Networks and Learning Systems, pp. 1–15, 2025
2025
-
[21]
Domain-adversarial training of neural networks,
Y . Ganin et al., “Domain-adversarial training of neural networks,” J. Mach. Learn. Res., vol. 17, pp. 59:1–59:35, 2016
2016
-
[22]
Adversarial discriminative domain adaptation,
E. Tzeng, J. Hoffman, K. Saenko, and T. Darrell, “Adversarial discriminative domain adaptation,” in IEEE Conference on Computer Vision and Pattern Recog- nition,, 2017, pp. 2962–2971
2017
-
[23]
Discriminative adversarial domain adaptation,
H. Tang and K. Jia, “Discriminative adversarial domain adaptation,” in AAAI Conference on Artificial Intelligence, 2020, pp. 5940–5947
2020
-
[24]
A survey on adversarial domain adaptation,
M. H. Zonoozi and V . Seydi, “A survey on adversarial domain adaptation,”Neural Process. Lett., vol. 55, no. 3, pp. 2429–2469, 2023
2023
-
[25]
Deep reconstruction-classification networks for unsupervised domain adaptation,
M. Ghifary et al., “Deep reconstruction-classification networks for unsupervised domain adaptation,” in European Conf. Comp. Vision,, 2016, vol. 9908, pp. 597– 613
2016
-
[26]
Domain separation networks,
K. Bousmalis et al., “Domain separation networks,” in Adv. Neural Information Processing Systems, 2016, pp. 343–351
2016
-
[27]
An unsupervised adversarial domain adaptation based on variational auto-encoder,
M. H. P. Zonoozi, V . Seydi, and M. Deypir, “An unsupervised adversarial domain adaptation based on variational auto-encoder,” Mach. Learn., vol. 114, no. 5, pp. 128, 2025
2025
-
[28]
Deep CORAL: correlation alignment for deep domain adaptation,
B. Sun and K. Saenko, “Deep CORAL: correlation alignment for deep domain adaptation,” in European Conf. Comp. Vision, 2016, vol. 9915, pp. 443–450. 66
2016
-
[29]
Optimal transport for domain adaptation,
N. Courty et al., “Optimal transport for domain adaptation,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 39, no. 9, pp. 1853–1865, 2017
2017
-
[30]
Deepjdot: Deep joint distribution optimal transport for unsupervised domain adaptation,
B. B. Damodaran et al., “Deepjdot: Deep joint distribution optimal transport for unsupervised domain adaptation,” in European Conf. Comp. Vision, 2018, vol. 11208, pp. 467–483
2018
-
[31]
Theoretical guarantees for domain adap- tation with hierarchical optimal transport,
M. El Hamri, Y . Bennani, and I. Falih, “Theoretical guarantees for domain adap- tation with hierarchical optimal transport,”Mach. Learn., vol. 114, no. 5, pp. 119, 2025
2025
-
[32]
A survey on do- main adaptation theory,
I. Redko, E. Morvant, A. Habrard, M. Sebban, and Y . Bennani, “A survey on do- main adaptation theory,” arXiv preprint: http://arxiv.org/abs/2004.11829, 2020
2004 arXiv
-
[33]
Analysis of representations for domain adaptation,
S. Ben-David, J. Blitzer, K. Crammer, and F. Pereira, “Analysis of representations for domain adaptation,” in Proc. Advances in Neural Information Processing Systems 19, 2006, pp. 137–144
2006
-
[34]
Domain adaptation: Learning bounds and algorithms,
Y . Mansour, M. Mohri, and A. Rostamizadeh, “Domain adaptation: Learning bounds and algorithms,” in The 22nd Conference on Learning Theory, 2009
2009
-
[35]
Bridging theory and algorithm for domain adaptation,
Y . Zhang, T. Liu, M. Long, and M. I. Jordan, “Bridging theory and algorithm for domain adaptation,” in Proceedings of the 36th International Conference on Machine Learning, 2019, vol. 97, pp. 7404–7413
2019
-
[36]
Margin-aware adversarial domain adap- tation with optimal transport,
S. Dhouib, I. Redko, and C. Lartizien, “Margin-aware adversarial domain adap- tation with optimal transport,” in Proc. Int. Conf. Machine Learning,, 2020, vol. 119, pp. 2514–2524
2020
-
[37]
On f-divergence principled domain adaptation: An im- proved framework,
Z. Wang and Y . Mao, “On f-divergence principled domain adaptation: An im- proved framework,” in Advances in Neural Information Processing Systems , 2024
2024
-
[38]
Multi-class heterogeneous domain adaptation,
J. T. Zhou, I. W. Tsang, S. J. Pan, and M. Tan, “Multi-class heterogeneous domain adaptation,” Journal of Machine Learning Research , vol. 20, no. 57, pp. 1–31, 2019
2019
-
[39]
Semi-supervised heterogeneous domain adaptation: Theory and algorithms,
Z. Fang, J. Lu, F. Liu, and G. Zhang, “Semi-supervised heterogeneous domain adaptation: Theory and algorithms,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 45, no. 1, pp. 1087–1105, 2023
2023
-
[40]
Generalization bounds for transfer learning under model shift,
X. Wang and J. Schneider, “Generalization bounds for transfer learning under model shift,” in Proc. Conf. Uncertainty in Artificial Intelligence, 2015, pp. 922– 931
2015
-
[41]
A theoretical framework for deep transfer learning,
T. Galanti, L. Wolf, and T. Hazan, “A theoretical framework for deep transfer learning,” Information and Inference: A Journal of the IMA , vol. 5, no. 2, pp. 159–209, 04 2016. 67
2016
-
[42]
Risk bounds for transferring representations with and without fine-tuning,
D. McNamara and M. Balcan, “Risk bounds for transferring representations with and without fine-tuning,” in Proc. Int. Conf. Machine Learning, , 2017, vol. 70, pp. 2373–2381
2017
-
[43]
Deep transfer learning: Model framework and error analysis,
Y . Jiao, H. Lin, Y . Luo, and J. Z. Yang, “Deep transfer learning: Model framework and error analysis,” arXiv preprint: http://arxiv.org/abs/2410.09383, 2024
2024 arXiv
-
[44]
P. L. Anthony, M. Bartlett, Neural Network Learning - Theoretical Foundations, Cambridge University Press, Cambridge, UK, 2002
2002
-
[45]
Norm-based capacity control in neural networks,
B. Neyshabur, R. Tomioka, and N. Srebro, “Norm-based capacity control in neural networks,” in Prof. 28th Conference on Learning Theory , 2015, vol. 40, pp. 1376–1401
2015
-
[46]
Data-dependent sample complexity of deep neural networks via Lipschitz augmentation,
C. Wei and T. Ma, “Data-dependent sample complexity of deep neural networks via Lipschitz augmentation,” in Advances in Neural Information Processing Sys- tems 32, 2019, pp. 9722–9733
2019
-
[47]
The sample complexity of one-hidden-layer neural networks,
G. Vardi, O. Shamir, and N. Srebro, “The sample complexity of one-hidden-layer neural networks,” in Advances in Neural Information Processing Systems 35 , 2022
2022
-
[48]
On the sample complexity of two-layer networks: Lipschitz vs. element-wise Lipschitz activation,
A. Daniely and E. Granot, “On the sample complexity of two-layer networks: Lipschitz vs. element-wise Lipschitz activation,” in International Conference on Algorithmic Learning Theory, 2024, vol. 237, pp. 505–517
2024
-
[49]
Generalization bounds for domain adaptation via domain transforma- tions,
E. Vural, “Generalization bounds for domain adaptation via domain transforma- tions,” in IEEE Int. Workshop Machine Learning for Signal Processing, 2018, pp. 1–6
2018
-
[50]
On the Mathematical Foundations of Learning,
F. Cucker and S. Smale, “On the Mathematical Foundations of Learning,” Bul- letin of the American Mathematical Society, vol. 39, pp. 1–49, 2002
2002
-
[51]
A kernel two-sample test,
A. Gretton, K. M. Borgwardt, M. J. Rasch, B. Sch ¨olkopf, and A. J. Smola, “A kernel two-sample test,” J. Mach. Learn. Res., vol. 13, pp. 723–773, 2012
2012
-
[52]
Dunford and J.T
N. Dunford and J.T. Schwartz, Linear Operators, Part 1: General Theory, Wiley Classics Library. Interscience Publishers Inc., New York, 1988
1988
-
[53]
Conditional adversarial domain adaptation,
M. Long, Z. Cao, J. Wang, and M. I. Jordan, “Conditional adversarial domain adaptation,” in Advances in Neural Information Processing Systems , 2018, pp. 1647–1657
2018
-
[54]
Simultaneous deep transfer across domains and tasks,
E. Tzeng, J. Hoffman, T. Darrell, and K. Saenko, “Simultaneous deep transfer across domains and tasks,” in IEEE International Conference on Computer Vi- sion, 2015, pp. 4068–4076
2015
-
[55]
A theory of learning from different domains,
S. Ben-David, J. Blitzer, K. Crammer, A. Kulesza, F. Pereira, and J. Wortman, “A theory of learning from different domains,” Machine Learning, vol. 79, no. 1-2, pp. 151–175, 2010. 68
2010
-
[56]
On the hardness of robustness transfer: A perspective from Rademacher complexity over symmetric difference hypothesis space,
Y . Deng et al., “On the hardness of robustness transfer: A perspective from Rademacher complexity over symmetric difference hypothesis space,” arXiv preprint: http://arxiv.org/abs/2302.12351, 2023
2023 arXiv
-
[57]
On generalization in moment- based domain adaptation,
W. Zellinger, B. A. Moser, and S. Saminger-Platz, “On generalization in moment- based domain adaptation,” Ann. Math. Artif. Intell., vol. 89, no. 3-4, pp. 333–369, 2021
2021
-
[58]
Information-theoretic analysis of unsupervised domain adaptation,
Z. Wang and Y . Mao, “Information-theoretic analysis of unsupervised domain adaptation,” in Int. Conf. Learning Representations, 2023
2023
-
[59]
On the generalization for transfer learning: An information-theoretic analysis,
X. Wu, J. H. Manton, U. Aickelin, and J. Zhu, “On the generalization for transfer learning: An information-theoretic analysis,” IEEE Trans. Inf. Theory, vol. 70, no. 10, pp. 7089–7124, 2024
2024
-
[60]
PAC-Bayesian domain adaptation bounds for multiclass learners,
A. Sicilia, K. Atwell, M. Alikhani, and S. J. Hwang, “PAC-Bayesian domain adaptation bounds for multiclass learners,” inProc. Conf. Uncertainty in Artificial Intelligence, 2022, vol. 180, pp. 1824–1834
2022
-
[61]
Gap minimization for knowledge sharing and transfer,
B. Wang et al., “Gap minimization for knowledge sharing and transfer,” J. Mach. Learn. Res., vol. 24, pp. 33:1–33:57, 2023
2023
-
[62]
New analysis and algorithm for learning with drifting distributions,
M. Mohri and A. M. Medina, “New analysis and algorithm for learning with drifting distributions,” in Int. Conf. Algorithmic Learning Theory , 2012, vol. 7568, pp. 124–138
2012
-
[63]
On the theory of transfer learning: The importance of task diversity,
N. Tripuraneni, M. I. Jordan, and C. Jin, “On the theory of transfer learning: The importance of task diversity,” inAdvances in Neural Information Processing Systems, 2020
2020
-
[64]
Deep learning: a statistical view- point,
P. L. Bartlett, A. Montanari, and A. Rakhlin, “Deep learning: a statistical view- point,” Acta Numerica, vol. 30, pp. 87–201, 2021
2021
-
[65]
A PAC-bayesian approach to spectrally-normalized margin bounds for neural networks,
B. Neyshabur, S. Bhojanapalli, and N. Srebro, “A PAC-bayesian approach to spectrally-normalized margin bounds for neural networks,” inInt. Conf. Learning Representations, 2018
2018
-
[66]
Size-independent sample complexity of neural networks,
N. Golowich, A. Rakhlin, and O. Shamir, “Size-independent sample complexity of neural networks,” in Conference On Learning Theory, 2018, vol. 75, pp. 297– 299
2018
-
[67]
Spectrally-normalized margin bounds for neural networks,
P. L. Bartlett, D. J. Foster, and M. Telgarsky, “Spectrally-normalized margin bounds for neural networks,” in Advances in Neural Information Processing Sys- tems 30, 2017, pp. 6240–6249
2017
-
[68]
Nearly-tight VC-dimension bounds for piecewise linear neural networks,
N. Harvey, C. Liaw, and A. Mehrabian, “Nearly-tight VC-dimension bounds for piecewise linear neural networks,” inProc. Conf. Learning Theory, 2017, vol. 65, pp. 1064–1068. 69
2017
-
[69]
MIT-CBCL face recognition database,
Massachusetts Institute of Technology, “MIT-CBCL face recognition database,” Available: http://cbcl.mit.edu/software-datasets/heisele/facerecognition- database.html
-
[70]
Unsupervised visual domain adaptation using subspace alignment,
B. Fernando, A. Habrard, M. Sebban, and T. Tuytelaars, “Unsupervised visual domain adaptation using subspace alignment,” in IEEE International Conference on Computer Vision, 2013, pp. 2960–2967
2013
-
[71]
Gradient-based learning applied to document recognition,
Y . LeCun, L. Bottou, Y . Bengio, and P. Haffner, “Gradient-based learning applied to document recognition,” Proceedings of the IEEE , vol. 86, no. 11, pp. 2278– 2324, 1998
1998
-
[72]
Unsupervised domain adaptation by backpropaga- tion,
Y . Ganin and V . Lempitsky, “Unsupervised domain adaptation by backpropaga- tion,” in Proceedings of the 32nd International Conference on Machine Learning (ICML), 2015, pp. 1180–1189
2015
-
[73]
An experimental study of the sample complexity of domain adaptation,
H. Karaca et al., “An experimental study of the sample complexity of domain adaptation,” in IEEE Signal Processing and Communications Applications Con- ference, 2023, pp. 1–4
2023
-
[74]
Deep adaptation networks (DAN) in PyTorch,
C. Cai, “Deep adaptation networks (DAN) in PyTorch,” 2020, [Online]. Avail- able: https://github.com/CuthbertCai/pytorch_DAN. Accessed: 2024-11-13
2020
-
[75]
Dann py3,
GitHub repository, “Dann py3,” 2023, [Online]. Available: https:// github.com/fungtion/DANN_py3.git
2023
-
[76]
Exponential inequalities for sums of random vectors,
V . V . Yurinskii, “Exponential inequalities for sums of random vectors,” Journal of Multivariate Analysis, vol. 6, no. 4, pp. 473–499, 1976
1976
-
[77]
Reproducing Kernel Hilbert Spaces - Part III,
M. Subedi and J. Cortez, “Reproducing Kernel Hilbert Spaces - Part III,”https: //www.math.uh.edu/˜dlabate/LectureNote_06.pdf, Accessed: 2022-03-22
2022
-
[78]
V . I. Bogachev, Measure Theory, Springer, Berlin Heidelberg, 2007
2007
-
[79]
Bachman and L
G. Bachman and L. Narici, Functional Analysis, Academic Press, New York and London, 1966. 70
1966
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.