PRISM · Machine Learning PlaygroundPRISM · 머신러닝 놀이터
Regress with a Gaussian process (GP) and split uncertainty in two. epistemic (teal) is reducible model uncertainty that shrinks as data grows and swells in empty regions and extrapolation; aleatoric (amber) is the irreducible observation noise that remains no matter how much data you gather. Click the canvas to place your own data points. 가우시안 과정(GP)으로 회귀하며 불확실성을 둘로 나눕니다. epistemic(teal)은 데이터가 늘면 줄고 빈 구간·외삽에서 커지는 환원 가능한 모델 불확실성, aleatoric(amber)은 데이터를 아무리 모아도 남는 환원 불가능한 관측 잡음입니다. 캔버스를 클릭해 데이터를 직접 찍어 보세요.
aleatoric is the noise σ(x) of the data-generating process — it remains even with infinite data. epistemic is uncertainty about the function/parameters and shrinks as data grows. Variances add: Var_tot = Var_epi + Var_ale.aleatoric는 데이터 생성 과정의 잡음 σ(x) — 무한히 모아도 남는다. epistemic은 함수/파라미터에 대한 불확실로 데이터가 늘면 준다. 분산은 더해진다: Var_tot = Var_epi + Var_ale.
The kernel encodes "nearby inputs give similar outputs". Near observations the posterior function variance shrinks; far away it returns to the prior and grows up to s². ℓ sets that reach, and the fan of function samples shows the epistemic part.커널이 "가까운 입력은 비슷한 출력"을 인코딩한다. 관측 근처에선 사후 함수 분산이 작아지고, 멀어지면 prior로 돌아가 s²까지 커진다. ℓ이 그 도달거리를, 함수 샘플들의 부채꼴이 epistemic을 보여준다.
epistemic ↑ = OOD / data scarcity → flag it as "don't know" and use active learning to decide where to gather more. aleatoric is irreducible, like label disagreement between raters — directly tied to Bayesian uncertainty on small clinical datasets.epistemic ↑ = OOD·데이터 부족 → "모른다"고 플래깅하고 능동학습으로 어디를 더 모을지 정한다. aleatoric는 rater 간 라벨 불일치처럼 환원 불가 — 소량 임상 데이터의 Bayesian uncertainty와 직결된다.