手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 敵対的学習× | データ拡張(Data Augmentation)× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2018 | 2019 |
| 提唱者≠ | Aleksander Madry et al. | Connor Shorten & Taghi Khoshgoftaar |
| 種類≠ | Robust optimization training procedure | Regularization / data preprocessing technique |
| 原典≠ | Madry, A., Makelov, A., Schmidt, L., Tsipras, D., & Vladu, A. (2018). Towards deep learning models resistant to adversarial attacks. International Conference on Learning Representations (ICLR). link ↗ | Shorten, C., & Khoshgoftaar, T. M. (2019). A survey on image data augmentation for deep learning. Journal of Big Data, 6, 60. DOI ↗ |
| 別名 | Min-Max Robust Training, PGD Adversarial Training, Robust Empirical Risk Minimization, Hasımsal Eğitim | Training Data Augmentation, Image Augmentation, Veri Artırma, Synthetic Data Augmentation |
| 関連≠ | 3 | 2 |
| 概要≠ | Adversarial Training is a robust optimization procedure for deep neural networks in which the model is trained not on clean data alone but on worst-case perturbed inputs crafted during training. Formalized by Madry et al. (2018) as a min-max saddle-point problem, the method uses Projected Gradient Descent (PGD) to generate strong adversarial examples within a bounded Lp perturbation set before each gradient update, forcing the network to learn decision boundaries that are stable under such perturbations. | Data augmentation is a family of techniques that artificially expands a training dataset by applying label-preserving transformations to existing samples. Originally systematized for image classification tasks, it is now applied broadly across vision, text, audio, and tabular domains. It emerged as a practical answer to the chronic scarcity of labeled data in supervised deep learning and remains a standard preprocessing step in modern neural network pipelines. |
| ScholarGateデータセット ↗ |
|
|