Semantically Invariant Transformation (중요한 부분은 보존하는 선에서 최대한 Augmentation 하는 것이 좋음을 의미함)
A survey on Image Data Augmentation for Deep Learning - Journal of Big Data
Geometric Transformation
Color Space Transformation
Mixing Images
두 Image를 0~1 사이의 $\lambda$ 값을 통하여 Weighted Linear Interpolation 하는 기법
Label도 $\lambda$ 값에 비례하여 지정함
where $\lambda \in [0, 1]$ is a random number
$\hat{x} = \lambda x_i + (1-\lambda )x_j$, $\hat{y} = \lambda y_i + (1-\lambda)y_i$
Example

Random Erasing
Kernel Filters
Basic Image Manipulation 조합
CutMix → Mixing Images + Random Erasing

PuzzleMix → Update CutMix

CNN(Convolutional Neural Network)에서 생성된 이미지 표현을 조작하는 것
Example
