HSV

Home

❯

Garden

❯

Deep Learning

❯

Regularization Label Smoothing

Regularization - Label Smoothing

Mar 02, 20261 min read

Related to: Deep Learning

Label Smoothing

레이블 스무딩이란 Szegedy et al. (2016)이 제안한 기법으로, 라벨을 스무딩하여 모델 일반화 성능을 꾀합니다.

ykL.S.​=yk​(1−α)+α/K

예시)

y1​=[0,1,0,0]   α=0.1

y1L.S.​=y1​(1−0.1)+0.1/4=[0.25,0.925,0.025,0.025]

참조

https://ratsgo.github.io/insight-notes/docs/interpretable/smoothing


Graph View

  • Label Smoothing
  • 참조

Created with Quartz v4.5.1 © 2026

  • LinkedIn
  • GitHub