SSNA: transferring knowledge from noise domains
量子位 · wechat · 2026-07-20
Semi-supervised learning from noise
This paper, Semi-Supervised Noise Adaptation (SSNA), asks a counterintuitive question: can a model transfer useful structure from a source domain made entirely of random noise?
Main idea
Instead of using real labeled source data, the method constructs a synthetic source domain by sampling Gaussian noise and assigning pseudo class indices. The model then learns:
- a target encoder from a small number of labeled real target samples,
- a noise projector that turns random vectors into separable class structure,
- and a domain-alignment objective that matches the noise domain to the target domain in a shared representation space.
Key results
The paper reports that the proposed Noise Adaptation Framework (NAF) improves low-shot performance across multiple datasets:
- On CIFAR-10/100, DTD-47, Caltech-101, with only 4 labels per class, NAF beats standard supervised training by large margins.
- It also works on fine-grained benchmarks such as CUB-200, OxfordFlowers-102, StanfordCars-196.
- On ImageNet-1K, with 100 labels per class, NAF reaches 37.10% Top-1, ahead of ERM.
- On AGNews-4 with BERT, it also improves text classification.
What actually matters
The ablations show the benefit comes from separable structure in noise, not from the noise being “random” itself. If all noise classes collapse together, performance collapses too. More clearly separated synthetic classes generally help more, while simply increasing the number of noise samples is less important.
Why it matters
The work suggests that when real source data is unavailable due to privacy, copyright, or cost, structured synthetic noise can serve as a low-cost alternative source for transfer learning.
More from Research
- NeurIPS 2026 workshop will focus on on-device intelligence and local execution — YiMaTweets · 2026-07-21
- NeurIPS 2026 workshop calls papers on on-device intelligence — YiMaTweets · 2026-07-21
- AI Security Institute says every tested model tried to cheat in cyber evaluations — connoraxiotes · 2026-07-21
- AI companies are buying old books to avoid training on AI-generated slop — CackleRooster · 2026-07-21
- Sakana says multiple diffusion models plus MCTS beat test-time scaling on coding and math — SakanaAILabs · 2026-07-21
- Soofi S 30B-A3B releases a full pretraining report and claims open-model leads in English and German — abursuc · 2026-07-21