REVIEW 2 major objections 2 minor 16 references
A synthetic noise domain from simple distributions can serve as a surrogate source to tighten the generalization bound and improve target performance in semi-supervised learning.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-28 19:27 UTC pith:F6PH5BN3
load-bearing objection The paper frames using synthetic noise as a surrogate source in semi-supervised transfer as SSNA, derives a bound, and builds NAF, but the gains are not clearly isolated from ordinary consistency regularization. the 2 major comments →
Semi-Supervised Noise Adaptation: Transferring Knowledge from Noise Domain
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that the Noise Adaptation Framework (NAF) effectively leverages a synthetic noise domain to tighten the generalization bound of the target domain and thereby raises performance in the semi-supervised setting.
What carries the argument
Noise Adaptation Framework (NAF), which uses the derived generalization bound to guide knowledge transfer from the noise domain to the target model.
Load-bearing premise
A noise domain built from simple distributions such as Gaussians can act as an effective surrogate source domain when target labels are scarce.
What would settle it
An experiment in which adding the noise-domain adaptation step either fails to tighten the measured generalization bound or produces lower target accuracy than the semi-supervised baseline without the noise domain.
If this is right
- The generalization bound for the target domain becomes tighter when the noise domain is incorporated through NAF.
- Target-domain accuracy rises on standard semi-supervised benchmarks once NAF is applied.
- No real source-domain data or labels are required; the noise domain alone supplies the surrogate signal.
- The method remains compatible with existing semi-supervised learners by treating the noise domain as an additional training resource.
Where Pith is reading between the lines
- The same noise-domain construction might be tested on tasks outside image classification, such as text or tabular data, to check whether the bound-tightening effect generalizes.
- If the noise domain can substitute for a source domain, practitioners could replace costly data collection with cheap synthetic noise in other transfer settings.
- The bound derivation may suggest new regularization terms that explicitly penalize divergence between target and noise distributions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces the Semi-Supervised Noise Adaptation (SSNA) problem, motivated by the observation that noise domains sampled from simple distributions (e.g., Gaussians) can act as surrogate sources for transfer in the semi-supervised regime. It first derives a generalization bound that characterizes the effect of the noise domain on target-domain risk, then proposes the Noise Adaptation Framework (NAF) that incorporates this domain to tighten the bound and improve performance. Experiments on standard benchmarks are reported to demonstrate gains, with code released.
Significance. If the bound derivation correctly isolates the contribution of the noise domain beyond ordinary consistency regularization and the experiments contain the necessary controls, the work would supply a concrete mechanism and a new synthetic-source primitive for semi-supervised transfer. The public code release strengthens reproducibility.
major comments (2)
- [generalization bound derivation] The generalization bound section: the derivation must be shown to reduce target risk specifically through the noise-domain term rather than through the unlabeled target samples already present in any SSL objective; an explicit comparison that removes only the noise-domain component while retaining all other regularization terms is required to support the headline claim.
- [experiments] Experimental section (results tables): without an ablation that replaces the noise-domain samples with either (a) additional unlabeled target samples or (b) standard data-augmentation noise while keeping the rest of the training procedure fixed, it remains possible that reported gains arise from generic SSL regularization rather than the noise-domain mechanism asserted by the bound.
minor comments (2)
- Notation for the noise distribution parameters should be introduced once and used consistently; currently the transition from the bound statement to the NAF objective is difficult to follow without re-deriving the mapping.
- The abstract states that the bound 'characterizes the effect of the noise domain'; the corresponding theorem statement should be quoted verbatim in the main text so readers can verify the claimed characterization without consulting the supplement.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address each major comment below and commit to revisions that strengthen the isolation of the noise-domain contribution in both theory and experiments.
read point-by-point responses
-
Referee: [generalization bound derivation] The generalization bound section: the derivation must be shown to reduce target risk specifically through the noise-domain term rather than through the unlabeled target samples already present in any SSL objective; an explicit comparison that removes only the noise-domain component while retaining all other regularization terms is required to support the headline claim.
Authors: Section 3 derives the bound by treating the noise domain as an auxiliary source whose discrepancy term (measured via a suitable distance) appears additively and separately from the standard SSL consistency regularizer on unlabeled target samples. Setting the noise-domain discrepancy coefficient to zero in the bound recovers a looser expression equivalent to vanilla SSL. We will add a corollary making this reduction explicit, together with a short remark contrasting the two bounds, to demonstrate that the tightening is attributable to the noise term. revision: yes
-
Referee: [experiments] Experimental section (results tables): without an ablation that replaces the noise-domain samples with either (a) additional unlabeled target samples or (b) standard data-augmentation noise while keeping the rest of the training procedure fixed, it remains possible that reported gains arise from generic SSL regularization rather than the noise-domain mechanism asserted by the bound.
Authors: We agree that the requested controls are necessary to isolate the claimed mechanism. In the revised manuscript we will add two ablation tables on the standard benchmarks: (i) replacing noise samples with an equal number of extra unlabeled target samples while freezing all other NAF components, and (ii) replacing them with standard augmentation noise under identical training settings. These will be reported alongside the original results. revision: yes
Circularity Check
No significant circularity detected; derivation remains self-contained.
full rationale
The paper cites an external recent study for the core observation that noise domains from simple distributions can act as surrogate sources in semi-supervised settings. It then states that a generalization bound is established to characterize the noise domain's effect, from which NAF is proposed. No equations or steps in the abstract reduce by construction to fitted inputs, self-definitions, or load-bearing self-citations; the bound is described as characterizing rather than presupposing the target performance gains. The central claim is supported by external reference and empirical demonstration without evident tautology.
Axiom & Free-Parameter Ledger
read the original abstract
Transfer learning aims to facilitate the learning of a target domain by transferring knowledge from a source domain. The source domain typically contains semantically meaningful samples (*e.g.*, images) to facilitate effective knowledge transfer. However, a recent study observes that the noise domain constructed from simple distributions (*e.g.*, Gaussian distributions) can serve as a surrogate source domain in the semi-supervised setting, where only a small proportion of target samples are labeled while most remain unlabeled. Based on this surprising observation, we formulate a novel problem termed *Semi-Supervised Noise Adaptation* (SSNA), which aims to leverage a synthetic noise domain to improve the generalization of the target domain. To address this problem, we first establish a generalization bound characterizing the effect of the noise domain on generalization, based on which we propose a Noise Adaptation Framework (NAF). Extensive experiments demonstrate that NAF effectively leverages the noise domain to tighten the generalization bound of the target domain, leading to improved performance. The codes are available at https://github.com/AIResearch-Group/SSNA.
Figures
Reference graph
Works this paper leans on
-
[1]
A recent survey of heterogeneous transfer learning.arXiv preprint arXiv:2310.08459,
Bao, R., Sun, Y ., Gao, Y ., Wang, J., Yang, Q., Mao, Z.-H., and Ye, Y . A recent survey of heterogeneous transfer learning.arXiv preprint arXiv:2310.08459,
-
[2]
arXiv preprint arXiv:2201.05867 (2022)
Jiang, J., Shu, Y ., Wang, J., and Long, M. Transfer- ability in deep learning: A survey.arXiv preprint arXiv:2201.05867,
-
[3]
Towards understanding why fixmatch generalizes better than super- vised learning
Li, J., Pan, J., Tan, V ., Toh, K.-C., and Zhou, P. Towards understanding why fixmatch generalizes better than super- vised learning. InICLR, volume 2025, pp. 21974–22011,
2025
-
[4]
The Caltech-UCSD Birds-200-2011 dataset
Wah, C., Branson, S., Welinder, P., Perona, P., and Belongie, S. The Caltech-UCSD Birds-200-2011 dataset. Technical report,
2011
-
[5]
Yao, Y ., Zhang, X., Zhang, Y ., Jin, J., and Yang, Q. Noise may contain transferable knowledge: Under- standing semi-supervised heterogeneous domain adap- tation from an empirical perspective.arXiv preprint arXiv:2502.13573,
-
[6]
• Appendix A: Related Work
12 Semi-Supervised Noise Adaptation: Transferring Knowledge from Noise Domain The appendices provide additional details and results, covering the following contents. • Appendix A: Related Work. • Appendix B: Mathematical Details of Distribution Alignment Mechanisms. • Appendix C: Additional Experimental Settings. • Appendix D: Notation Table and Proof of ...
2006
-
[7]
For instance, several studies (Long et al., 2013; 2015; 2019; Yao et al., 2019; 2020; Cheng et al.,
and Adversarial Domain Alignment (ADA) (Ganin et al., 2016). For instance, several studies (Long et al., 2013; 2015; 2019; Yao et al., 2019; 2020; Cheng et al.,
2016
-
[8]
Another line of research (Ganin et al., 2016; Long et al., 2018; Liu et al., 2021; Gao et al., 2021; Shi & Liu, 2023; Meegahapola et al., 2024; Xu et al.,
propose MMD variants to quantify the distributional divergence between the source and target domains. Another line of research (Ganin et al., 2016; Long et al., 2018; Liu et al., 2021; Gao et al., 2021; Shi & Liu, 2023; Meegahapola et al., 2024; Xu et al.,
2016
-
[9]
Furthermore, several studies (Gu et al., 2022; Bai et al., 2024; Liu et al., 2024; Ren et al.,
explores diverse forms of ADA, which mitigate this divergence via a min-max game between a feature extractor and a domain discriminator. Furthermore, several studies (Gu et al., 2022; Bai et al., 2024; Liu et al., 2024; Ren et al.,
2022
-
[10]
(2026) further study transferability estimation before domain adaptation
utilize alternative distributional alignment mechanisms to facilitate cross-domain knowledge transfer, while recent works such as Diniz et al. (2026) further study transferability estimation before domain adaptation. In the above studies, the source domain consists of semantically meaningful samples, such as images or text, whereas our work employs a doma...
2026
-
[11]
Another line of research (Grandvalet & Bengio, 2004; Cui et al., 2020; Zhang et al.,
further explores two-phase prediction dynamics and shows that non-stationary pseudo-labels may provide richer learning signals. Another line of research (Grandvalet & Bengio, 2004; Cui et al., 2020; Zhang et al.,
2004
-
[12]
An example is LERM (Zhang et al., 2024), which utilizes class-specific label-encodings to guide the learning of unlabeled samples
focuses on directly guiding the learning of unlabeled samples. An example is LERM (Zhang et al., 2024), which utilizes class-specific label-encodings to guide the learning of unlabeled samples. B. Mathematical Details of Distribution Alignment Mechanisms NAF is a general framework that supports various instantiations of the loss term Ln,t. In this paper, ...
2024
-
[13]
In the target domain, we apply weak and strong augmentation techniques (Cubuk et al., 2020)
and conduct all experiments on NVIDIA V100 series GPUs. In the target domain, we apply weak and strong augmentation techniques (Cubuk et al., 2020). For image classification, the representation extractor gt is implemented using ResNet (He et al.,
2020
-
[14]
The model is trained using Adam with a batch size of 16 and a learning rate of 2e-5
as the text encoder. The model is trained using Adam with a batch size of 16 and a learning rate of 2e-5. The noise projector gn is a non-linear layer with ReLU activation (Nair & Hinton, 2010), and the classifier f is a single linear layer. In addition, since class-wise mean estimation is required in NAF, we follow (Xie et al.,
2010
-
[15]
Table 10.Detailed parameter configurations used in this paper
and employ anexponential moving averageto address the mini-batch issue and update the class means as follows: mc n = (1−λ)·m c o +λ·m c b, where mc o and mc n denote the previous and updated c-th class means, respectively, andmc b is the c-th class mean calculated from the current mini-batch. Table 10.Detailed parameter configurations used in this paper. ...
2010
-
[16]
CL applies a contrastive loss between weakly-augmented and strongly-augmented unlabeled target samples to encourage consistent representations
and SupCon (Khosla et al., 2020). CL applies a contrastive loss between weakly-augmented and strongly-augmented unlabeled target samples to encourage consistent representations. SupCon, in contrast, uses labeled samples to enforce class-wise constraints, bringing samples of the same class closer while separating different classes. On CIFAR-100 with ResNet...
2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.