REVIEW 2 major objections 3 minor 60 references
Multimodal domain adaptation under label shift and blockwise missing modalities
T0 review · 2 major / 3 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A reference-anchored, reweight-before-align procedure is claimed to recover a common target-defined multimodal representation and consistent target conditional outcome estimates under label shift and blockwise missing modalities.
desk verdict Novel reference-anchored alignment with an honest but load-bearing assumption gap: the one-rotation result is solid, while the posterior-consistency headline rides on an unproven transport condition. 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 central object is the target-calibrated, reference-anchored match-up. A reference modality observed in every domain is used to estimate the target outcome distribution via a profile likelihood; each source subject is reweighted by the estimated label-shift ratio $\widehat{\omega}_m(y)$, and the target defines a canonical correlation analysis (CCA, a method that finds linear combinations of two variable sets with maximal correlation) anchor between the reference scores and the concatenated auxiliary scores. Each source auxiliary block is then mapped into this target-anchored coordinate system by weighted ridge regression, so that all aligned coordinates share one common target-defined orientation up to a single orthogonal rotation. The proof's key move is to apply a subspace-perturbation theorem to a symmetric dilation of the CCA operator, which yields one common rotation $O$ for the target CCA pair, all source ridge maps, and every fitted coordinate block; ridge equivariance then propagates this same $O$ through the source normal equations.
What would settle it
Generate two synthetic replications that differ only in whether the class-conditional distribution of the reference score given the outcome is exactly transportable across source and target; the pipeline should show the claimed error rate in the transportable case and a systematic calibration gap in the non-transportable case, so observing equal errors would falsify the transport assumption.
Extended reading notes
Core claim
The central claim, established as Lemma 2 and Theorem 1, is that a target-defined representation can be learned from heterogeneous source blocks despite label shift and blockwise missingness. Under the label-shift and overlap assumption, the target outcome distribution is identified from the reference modality, and source observations are reweighted so that their marginal cross-modal associations match target associations; the target CCA anchor and every source ridge map are then shown to be recovered up to one common orthogonal rotation $O$ at rate $\Delta_n$, with the same $O$ appearing in all domains and modalities. Under the additional Assumption 3 that the aligned likelihood-ratio estimator is consistent at population coordinates, the target outcome parameter and the target conditional outcome distribution are consistent, at rate $n_0^{-1/2}+\kappa_n+\Delta_n$. The paper is careful to distinguish representation recovery from outcome transport: common orientation alone does not carry source class-conditional densities to the target, so the ratio condition is a separate load-bearing requirement. The same pipeline with a surrogate bridge is claimed to approach the full-label oracle when source gold labels are sparse, supported by simulations and by an application to 12-month recurrence prediction in renal cell carcinoma.
Load-bearing premise
The load-bearing premise is that, once the aligned coordinates are fixed, the outcome probabilities given those coordinates can be estimated consistently from reweighted source data at a known rate and the target outcome mixture is uniquely identifiable from that estimate; for the boosted-tree implementation in the paper this remains an assumption rather than a proven rate.
Editorial extensions
If this is right
- When this pipeline is deployed, predicted risks in the target remain calibrated even if source prevalence differs sharply from target prevalence, because the outcome mixture is corrected before alignment rather than as a post-hoc recalibration step.
- Auxiliary modalities can enter some sources and not others without being pooled into one shared input space; each observed block is projected into the target-anchored coordinate system by its own ridge map.
- With sparse gold-standard labels, the surrogate-assisted version recovers most of the ranking performance of a full-label procedure and, with a small fraction of gold labels, matches its probability calibration at larger sample sizes (within 0.3% of oracle AUC at the largest simulated size).
- Because the fitted coordinates are identified up to one common rotation, and because that rotation does not alter the conditional outcome distribution, any downstream learner applied to the aligned coordinates inherits the same consistency guarantee.
Reading between the lines
- The one-common-rotation result is a representation-level guarantee: it implies the aligned coordinates are a well-defined target-defined feature map, so the same match-up could serve downstream tasks other than the specific likelihood-ratio profile used here, such as clustering or classification with a different outcome model.
- The reweight-before-align principle may transfer to other anchor-based alignment estimators; as long as the primitive error bounds in Assumption 2 hold, replacing CCA by another anchor estimator should preserve the common-rotation property.
- A direct testable extension would compare this method with an align-first, reweight-second variant in the same simulation design; the paper's ablation isolates the CCA/ridge component but does not separately measure the ordering effect, which the simulations do not directly report.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a four-stage pipeline for multimodal domain adaptation under label shift and blockwise missingness: (1) unsupervised representation learning; (2) reference-based estimation of the target outcome distribution and reweighting of source observations; (3) target-anchored CCA/ridge alignment after reweighting; and (4) likelihood-ratio-based outcome transfer to estimate the target conditional outcome distribution. The main theoretical contributions are Lemma 2, establishing that the target CCA anchor, all source ridge maps, and all fitted aligned coordinates are recovered up to one common rotation at rate Delta_n, and Theorem 1, giving consistency and rates for the target conditional outcome distribution under Assumptions 1–3. The paper also develops a surrogate-label-assisted variant for sparse gold-standard source labels and reports simulations plus a renal cell carcinoma application.
Significance. The 'weight before alignment' idea is well motivated, and the one-common-rotation alignment result is a useful technical step for combining target CCA with source ridge regression under blockwise missingness. The paper is unusually transparent about the limits of its theory, explicitly stating in the supplement that the likelihood-ratio learner's consistency is assumed rather than derived for the boosted-tree implementation. If the outcome-transfer step were justified for a concrete ratio learner, the framework would be a solid contribution. As it stands, the central advertised claim—consistency of the target conditional outcome distribution—is conditional on an assumption that is not verified for the implemented method, which substantially weakens the contribution as stated.
major comments (2)
- [§4.2–§4.3, Assumption 3; Supplement S1.1, rate ledger item 4] Theorem 1's consistency claim for the target posterior is assumed, not derived, for the implementation actually used. Assumption 3 (Assumption 6 in the supplement) postulates both that the aligned likelihood-ratio estimator is consistent at rate kappa_n and that the oracle profile criterion identifies theta0. The supplement's own rate ledger states that for boosted trees 'both clauses remain assumed,' and the implementation indeed uses XGBoost-based density-ratio estimation. Therefore Theorem 1 does not establish consistency of the target conditional outcome distribution for the proposed pipeline; it reduces that claim to an unverified high-level condition. The authors should either supply a rate theorem for a concrete ratio-learning procedure under explicit conditions (e.g., a correctly specified parametric ratio model) or restate the contribution as a reduction theorem and confine the exact-posterior consistency claim to the 'working conditional distribution' mentioned only in the final paragraph of Section 4.3.
- [§4.1, definition of G^(m); §4.2, Assumption 3; remark after Eq. (18)] The population ridge map G^(m) is defined as the minimizer of a weighted least-squares fit of A^(0)^T r onto z, whereas the target CCA map B^(0) solves a constrained correlation problem. These maps need not coincide, so the class-conditional law of the source aligned coordinates v^(m) need not equal that of the target aligned coordinates v^(0) even when the raw scores are transportable under Assumption 1. Lemma 2 only recovers each fitted coordinate up to a common rotation relative to its own population map, and the paper's own remark after Eq. (18) explicitly disclaims that common orientation implies likelihood-ratio transport. The 'intrinsic transfer rate' kappa_n in Assumption 3 therefore silently absorbs a source-to-target transport bias that the alignment result does not control. The paper should state explicit structural conditions under which the ridge-mapped source coordinates have the same outcome-conditional distribution as the target CCA coordinates, and ideally verify such conditions in the simulation design; otherwise the outcome-transfer step remains an unverified premise.
minor comments (3)
- [Abstract and §1.3] The abstract and contribution section state consistency of the target conditional outcome distribution as a headline result without the qualification that appears only at the end of Section 4.3, where the authors note that the composite ratio (8) may define a working conditional distribution rather than the exact target posterior. The claims should be aligned with the theorem's actual scope.
- [§3.4, Eq. (8)] The composite ratio is said to correspond to the joint conditional likelihood ratio when the aligned auxiliary blocks are conditionally independent given (U,Y). The paper does not state whether this conditional independence is part of the main theoretical assumptions or only an interpretation; clarifying this would help the reader assess the gap between the composite construction and the exact ratio in Theorem 1.
- [Supplement S2.5 and Table S8] The ablation terminology is inconsistent: the main text's 'target-anchor CCA/ridge match-up' is sometimes called the 'CCA switch' and sometimes 'target-anchor CCA,' while Table S8 lists four variants with slightly different names. Aligning the terminology across the main text, supplement, and tables would improve readability.
Circularity Check
No significant circularity: the alignment result is derived from external perturbation bounds, and Theorem 1 is explicitly conditional on Assumption 3, whose unverified status for boosted trees is a stated limitation rather than a circular reduction.
full rationale
The claimed derivation chain has two branches. First, the unified-rotation alignment result (Lemma 2, Section 4.3; Lemmas S1.3–S1.4 in the Supplement) is derived from Assumptions 1–2 using standard external ingredients: covariance concentration (Vershynin 2018), Davis–Kahan/Wedin singular-subspace perturbation (Yu et al. 2015, Wedin 1972), and matrix square-root bounds (Higham 2008). The weights entering the alignment are obtained from reference-score calibration (Eqs. 3–4), which depends only on the reference modality and pooled source labels; target labels are masked throughout. No fitted target outcome distribution is used as an input to the rotation result, and the common-rotation statement is the paper's own deduction from the symmetric-dilation perturbation theorem, not an imported uniqueness claim by the same authors. Second, the target posterior consistency in Theorem 1 is explicitly conditional on Assumption 3 (Eq. 15), which the paper labels a 'separate nuisance condition.' The remark after Eq. (18) is transparent: common orientation alone does not imply source-to-target likelihood-ratio transport, and transport is exactly the separate condition in Assumption 3. Thus the posterior conclusion is a plug-in/argmax consequence of a clearly stated high-level assumption, not a conclusion that is secretly identical to its input. The Supplement's rate ledger (S1.1, item 4) states that for boosted trees 'both clauses remain assumed' and that the surrogate pathway is not covered by the rate theorem; these are explicit limitations of the implementation, not instances of the paper presenting an assumed rate as a derived prediction. The paper does not fit a parameter to target outcomes and then rename the fit as a prediction, nor does it define the aligned coordinates in terms of the target posterior. Self-citations (e.g., Liu et al. 2023, Cai et al. 2016, Zhou et al. 2023, Hou et al. 2026, Wen et al. 2024) are used for baselines, data assets, and feature-extraction pipelines rather than to supply the load-bearing consistency or uniqueness theorems, which cite external sources. Accordingly, no step in the paper's derivation reduces by construction to its own inputs, and the conditional nature of Theorem 1 is a correctness/scope limitation rather than circularity.
Assumptions & free parameters
free parameters (6)
- Target CCA rank r0 =
10 (real data); 5 (simulations)
- CCA ridge lambda_z =
1e-4 (simulations)
- Source ridge lambda_m =
1e-4 (simulations); selected from a fixed grid by validation
- EM tilt-back safeguard (L1 threshold 0.15, damping schedule) =
threshold 0.15, damping 0.4 to 0.05
- Auxiliary contribution multiplier =
0.5
- Surrogate semi-supervised calibration threshold and shrinkage =
>=150 gold observations, both classes; shrinkage 10
assumptions (6)
- domain assumption Assumption 1 (label shift and overlap): class-conditional score distributions are stable across domains, target support is contained in source support.
- domain assumption Assumption 2 (stable regularized alignment): bounded moments, eigenvalues bounded away from zero on retained subspaces, positive CCA singular-value gap delta_CCA, ridge penalties in a fixed positive range, uniform O_p(Delta_n) moment errors.
- ad hoc to paper Assumption 3 (aligned ratio consistency and profile identification): the likelihood-ratio estimator is consistent at rate kappa_n and the oracle profile criterion has unique maximizer theta0.
- domain assumption Latent factor model (Section 2): conditional on outcome, latent reference and auxiliary factors are independent with additive noise; observed features are linear loadings of latent factors.
- domain assumption Conditional independence of aligned auxiliary blocks given (U,Y) for the composite ratio in Eq. (8).
- domain assumption Surrogate bridge conditions (Section 3.4): surrogate independent of features given outcome, p_S(s|y) invariant across sources, and identifiability of the bridge.
Cite this review
Pith. "Pith review of Multimodal domain adaptation under label shift and blockwise missing modalities." pith.science (2026). https://pith.science/paper/2JEAWTLG
@misc{pith2026260801282,
author = {Pith},
title = {Pith review of: Multimodal domain adaptation under label shift and blockwise missing modalities},
year = {2026},
howpublished = {\url{https://pith.science/paper/2JEAWTLG}},
note = {Machine review of arXiv:2608.01282}
}
read the original abstract
Multimodal domain adaptation uses labeled source datasets to predict outcomes in an unlabeled target population. Here, different sources may observe different subsets of modalities and have distribution shifts from the target. In this scenario, the cross-modal patterns used for alignment depend on the outcome distribution, so aligning unadjusted source data can misrepresent the target. Nevertheless, the distribution shift of the outcome cannot be measured directly when labels are unavailable in the target sample and the missing modality blocks prevent simple pooling. We propose a reference-anchored domain adaptation method. A reference modality observed in every source and the target is used to estimate the target outcome distribution and reweight source observations before alignment. The auxiliary modalities are then mapped to a common, target-defined representation obtained by canonical correlation analysis (CCA) in the target and reproduced in each source by ridge-regression maps. Outcome information is transferred through density-ratio models on the aligned representation. When gold-standard source labels are sparse, a surrogate-label-assisted approach is developed to enable robust domain adaptation. We establish a unified-rotation match-up result for the target CCA and source ridge maps and consistency of the target conditional outcome distribution. Simulations and a renal cell carcinoma (RCC) application show improved calibration and stable prediction under distributional shift and blockwise missing modalities.
Figures
Reference graph
Works this paper leans on
-
[1]
Proceedings of the IEEE , volume=
Multimodal data fusion: an overview of methods, challenges, and prospects , author=. Proceedings of the IEEE , volume=. 2015 , publisher=
work page 2015
-
[2]
Multimodal Machine Learning: A Survey and Taxonomy , journal =
Baltru. Multimodal Machine Learning: A Survey and Taxonomy , journal =. 2019 , volume =
work page 2019
-
[3]
Journal of statistical planning and inference , volume=
Improving predictive inference under covariate shift by weighting the log-likelihood function , author=. Journal of statistical planning and inference , volume=. 2000 , publisher=
2000
-
[4]
Journal of Machine Learning Research , volume=
Augmented transfer regression learning with semi-non-parametric nuisance models , author=. Journal of Machine Learning Research , volume=
-
[5]
The Annals of Statistics , volume=
Efficient and multiply robust risk estimation under general forms of dataset shift , author=. The Annals of Statistics , volume=. 2024 , publisher=
work page 2024
-
[6]
Journal of the American Statistical Association , volume=
Doubly flexible estimation under label shift , author=. Journal of the American Statistical Association , volume=. 2025 , publisher=
2025
-
[7]
Efficient Inference under Label Shift in Unsupervised Domain Adaptation
Lee, Seong-ho and Ma, Yanyuan and Zhao, Jiwei , title =. arXiv preprint arXiv:2508.17780 , year =
-
[8]
Adjusting the outputs of a classifier to new a priori probabilities: a simple procedure , author=. Neural computation , volume=. 2002 , publisher=
work page 2002
Show all 60 references
-
[9]
Advances in Neural Information Processing Systems , volume=
A unified view of label shift estimation , author=. Advances in Neural Information Processing Systems , volume=
-
[10]
International conference on machine learning , pages=
Detecting and correcting for label shift with black box predictors , author=. International conference on machine learning , pages=. 2018 , organization=
2018
-
[11]
Journal of the American Statistical Association , volume=
Structured matrix completion with applications to genomic data integration , author=. Journal of the American Statistical Association , volume=. 2016 , publisher=
2016
-
[12]
Biostatistics , volume=
Generalized integrative principal component analysis for multi-type data with block-wise missing structure , author=. Biostatistics , volume=. 2020 , publisher=
2020
-
[13]
Journal of Machine Learning Research , volume=
Multi-source learning via completion of block-wise overlapping noisy matrices , author=. Journal of Machine Learning Research , volume=
-
[14]
Journal of the American Statistical Association , volume=
Optimal sparse linear prediction for block-missing multi-modality data without imputation , author=. Journal of the American Statistical Association , volume=. 2020 , publisher=
2020
-
[15]
Journal of the American Statistical Association , volume=
Integrating multisource block-wise missing data in model selection , author=. Journal of the American Statistical Association , volume=. 2021 , publisher=
2021
-
[16]
arXiv preprint arXiv:2409.05729 , year=
Efficient estimation with incomplete data via generalised ANOVA decompositions , author=. arXiv preprint arXiv:2409.05729 , year=
-
[17]
arXiv preprint arXiv:2405.18722 , year=
Adaptive and efficient learning with blockwise missing and semi-supervised data , author=. arXiv preprint arXiv:2405.18722 , year=
-
[18]
arXiv preprint arXiv:2503.09494 , year=
Representation retrieval learning for heterogeneous data integration , author=. arXiv preprint arXiv:2503.09494 , year=
-
[19]
IEEE Transactions on Image Processing , volume=
Incomplete multi-view learning under label shift , author=. IEEE Transactions on Image Processing , volume=. 2023 , publisher=
2023
-
[20]
Journal of Computational and Graphical Statistics , pages=
Multi-task learning for heterogeneous multi-source block-wise missing data , author=. Journal of Computational and Graphical Statistics , pages=. 2026 , publisher=
2026
-
[21]
Foundations and Trends
Graphical models, exponential families, and variational inference , author=. Foundations and Trends. 2008 , publisher=
2008
-
[22]
Philosophical transactions of the royal society A: Mathematical, Physical and Engineering Sciences , volume=
Principal component analysis: a review and recent developments , author=. Philosophical transactions of the royal society A: Mathematical, Physical and Engineering Sciences , volume=. 2016 , publisher=
2016
-
[23]
2012 , publisher=
Density ratio estimation in machine learning , author=. 2012 , publisher=
2012
-
[24]
Relations Between Two Sets of Variates , urldate =
Harold Hotelling , journal =. Relations Between Two Sets of Variates , urldate =
-
[25]
Neural computation , volume=
Canonical correlation analysis: An overview with application to learning methods , author=. Neural computation , volume=. 2004 , publisher=
2004
-
[26]
Psychometrika , volume=
Regularized generalized canonical correlation analysis , author=. Psychometrika , volume=. 2011 , publisher=
2011
-
[27]
Technometrics , volume=
Ridge regularization: An essential concept in data science , author=. Technometrics , volume=. 2020 , publisher=
2020
-
[28]
Proceedings of the 37th International Conference on Machine Learning , pages =
Maximum Likelihood with Bias-Corrected Calibration is Hard-To-Beat at Label Shift Adaptation , author =. Proceedings of the 37th International Conference on Machine Learning , pages =. 2020 , editor =
2020
-
[29]
Bernoulli , pages=
Concentration inequalities and moment bounds for sample covariance operators , author=. Bernoulli , pages=. 2017 , publisher=
2017
-
[30]
Biometrika , volume=
A useful variant of the Davis--Kahan theorem for statisticians , author=. Biometrika , volume=. 2015 , publisher=
2015
-
[31]
BIT Numerical Mathematics , volume=
Perturbation bounds in connection with singular value decomposition , author=. BIT Numerical Mathematics , volume=. 1972 , publisher=
1972
-
[32]
2000 , publisher=
Asymptotic statistics , author=. 2000 , publisher=
2000
-
[33]
Psychometrika , volume=
A generalized solution of the orthogonal procrustes problem , author=. Psychometrika , volume=. 1966 , publisher=
1966
-
[34]
Journal of the royal statistical society: series B (methodological) , volume=
Maximum likelihood from incomplete data via the EM algorithm , author=. Journal of the royal statistical society: series B (methodological) , volume=. 1977 , publisher=
1977
-
[35]
Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages =
Chen, Tianqi and Guestrin, Carlos , title =. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages =. 2016 , publisher =
2016
-
[36]
ESMO Real World Data and Digital Oncology , volume=
Estimate renal cell carcinoma recurrence rates using electronic health records , author=. ESMO Real World Data and Digital Oncology , volume=. 2026 , publisher=
2026
-
[37]
Patterns , volume=
LATTE: Label-efficient incident phenotyping from longitudinal electronic health records , author=. Patterns , volume=. 2024 , publisher=
2024
-
[38]
arXiv preprint arXiv:2509.08553 , year=
A Common Pipeline for Harmonizing Electronic Health Record Data for Translational Research , author=. arXiv preprint arXiv:2509.08553 , year=
-
[39]
arXiv preprint arXiv:1311.6063 , year=
NILE: fast natural language processing for electronic health records , author=. arXiv preprint arXiv:1311.6063 , year=
-
[40]
Nature methods , volume=
nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation , author=. Nature methods , volume=. 2021 , publisher=
2021
-
[41]
Cancer research , volume=
Computational radiomics system to decode the radiographic phenotype , author=. Cancer research , volume=. 2017 , publisher=
2017
-
[42]
International conference on machine learning , pages=
Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[43]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Learning to exploit temporal structure for biomedical vision-language processing , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[44]
Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
Regression shrinkage and selection via the lasso , author=. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=. 1996 , publisher=
1996
-
[45]
, title =
Brier, Glenn W. , title =. Monthly Weather Review , year =
-
[46]
climatology
On using “climatology” as a reference strategy in the Brier and ranked probability skill scores , author=. Monthly Weather Review , volume=
-
[47]
Journal of Machine Learning Research , volume=
Semi-supervised inference for block-wise missing data without imputation , author=. Journal of Machine Learning Research , volume=
-
[48]
medRxiv preprint 2023.09.29.23296239 , year=
Knowledge-Driven Online Multimodal Automated Phenotyping System , author=. medRxiv preprint 2023.09.29.23296239 , year=
2023
-
[49]
Vershynin, Roman , title =
-
[50]
, title =
Higham, Nicholas J. , title =
-
[51]
and Steyerberg, Ewout W
Van Calster, Ben and Nieboer, Daan and Vergouwe, Yvonne and De Cock, Bavo and Pencina, Michael J. and Steyerberg, Ewout W. , title =. Journal of Clinical Epidemiology , year =
-
[52]
and Ogundimu, Emmanuel O
Collins, Gary S. and Ogundimu, Emmanuel O. and Altman, Douglas G. , title =. Statistics in Medicine , year =
-
[53]
BMC Bioinformatics , year =
Robin, Xavier and Turck, Natacha and Hainard, Alexandre and Tiberti, Natalia and Lisacek, Fr. BMC Bioinformatics , year =
-
[54]
Optimal Transport for Multi-source Domain Adaptation under Target Shift , booktitle =
Redko, Ievgen and Courty, Nicolas and Flamary, R. Optimal Transport for Multi-source Domain Adaptation under Target Shift , booktitle =. 2019 , publisher =
2019
-
[55]
Proceedings of the Twenty-Second International Conference on Artificial Intelligence and Statistics , series =
Li, Yitong and Murias, Michael and Major, Samantha and Dawson, Geraldine and Carlson, David , title =. Proceedings of the Twenty-Second International Conference on Artificial Intelligence and Statistics , series =. 2019 , publisher =
2019
-
[56]
Aggregating From Multiple Target-Shifted Sources , booktitle =
Shui, Changjian and Li, Zijian and Li, Jiaqi and Gagn. Aggregating From Multiple Target-Shifted Sources , booktitle =. 2021 , publisher =
2021
-
[57]
arXiv preprint arXiv:2503.02506 , year =
Xu, Congbin and Qian, Chengde and Wang, Zhaojun and Zou, Changliang , title =. arXiv preprint arXiv:2503.02506 , year =
-
[58]
Multi-source Multi-modal Domain Adaptation , journal =
Zhao, Sicheng and Jiang, Jing and Tang, Wenbo and Zhu, Jiankun and Chen, Hui and Xu, Pengfei and Schuller, Bj. Multi-source Multi-modal Domain Adaptation , journal =
-
[59]
arXiv preprint arXiv:2602.11511 , year =
Liu, Ziqi and Tian, Ye and Tang, Weijing , title =. arXiv preprint arXiv:2602.11511 , year =
-
[60]
arXiv preprint arXiv:2607.01821 , year =
Yu, Junhan and Zhang, Kejian and Zhou, Doudou and Zhu, Guojun , title =. arXiv preprint arXiv:2607.01821 , year =
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.