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:

Key results

The paper reports that the proposed Noise Adaptation Framework (NAF) improves low-shot performance across multiple datasets:

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.

Original post →

More from Research

Research channel →