id, title, category, status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, verification_status, tags, raw_sources, last_reinforced, github_commit, tech_stack
id
title
category
status
canonical_id
aliases
duplicate_of
source_trust_level
confidence_score
verification_status
tags
raw_sources
last_reinforced
github_commit
tech_stack
wiki-2026-0508-noise
Noise
10_Wiki/Topics
verified
self
none
A
0.92
applied
noise
signals
data-quality
information-theory
statistics
2026-05-10
pending
language
framework
python
numpy
Noise
매 한 줄
"매 signal은 noise와 함께 살아간다" . Noise는 measurement·channel·process에 섞이는 unwanted variation으로, 매 statistical structure (Gaussian, Poisson, 1/f 등)을 가진다. 2026 ML 시대에서도 매 denoising diffusion model의 핵심 도구로 부활.
매 핵심
매 분류 (by spectrum)
White noise : flat power spectrum, 매 사실상 i.i.d.
Pink (1/f) noise : 매 자연계 보편 — neural firing, music, finance.
Brownian (1/f²) : 매 random walk integral.
Shot noise (Poisson) : 매 photon counting, low-light imaging.
Quantization noise : ADC bit depth 한계.
매 noise model
Additive: y = x + n (대부분 가정).
Multiplicative: y = x · n (speckle, fading).
Convolutive: 매 reverberation.
매 응용
Denoising diffusion (Stable Diffusion 3, FLUX) — noise를 학습 시그널로 사용.
Differential privacy — Laplace/Gaussian noise 추가.
Stochastic optimization — SGD의 noise가 generalization 도움.
💻 패턴
Gaussian noise 추가
Pink noise 생성 (Voss-McCartney)
SNR 계산
Wiener filter (optimal linear denoise)
DP-noise (differential privacy)
Diffusion forward process
매 결정 기준
상황
Approach
Sensor 측정
Gaussian assumption + Kalman
Photon-limited
Poisson MLE
Privacy preserve
Laplace/Gaussian DP
Generative model
Diffusion (DDPM/EDM)
기본값 : Additive Gaussian (most analyzable).
🔗 Graph
🤖 LLM 활용
언제 : Data augmentation, robustness training, generative modeling, privacy.
언제 X : Deterministic exact computation 필요 시.
❌ 안티패턴
Noise blindness : noise model 가정 없이 deterministic 처리.
SNR 무시 : low-SNR 데이터로 high-precision claim.
Whiteness 가정 : 매 실제는 colored noise인데 white로 모델링.
🧪 검증 / 중복
Verified (Papoulis "Probability, Random Variables, and Stochastic Processes").
신뢰도 A.
🕓 Changelog
날짜
변경
2026-05-08
Phase 1
2026-05-10
Manual cleanup — Noise taxonomy + DP/diffusion patterns