paper-with-me

Papers

Stochastic Batch Augmentation with An Effective Distilled Dynamic Soft Label Regularizer

2020-06-27 · Qian Li, Qingyuan Hu, Yong Qi, Saiyu Qi, Jie Ma, Jian Zhang

Data augmentation have been intensively used in training deep neural network to improve the generalization, whether in original space (e.g., image space) or representation space. Although being successful, the connection between the synthesized data and the original data is largely ignored in training, without considering the distribution information that the synthesized samples are surrounding the original sample in training. Hence, the behavior of the network is not optimized for this. However, that behavior is crucially important for generalization, even in the adversarial setting, for the safety of the deep learning system. In this work, we propose a framework called Stochastic Batch Augmentation (SBA) to address these problems. SBA stochastically decides whether to augment at iterations controlled by the batch scheduler and in which a ''distilled'' dynamic soft label regularization is introduced by incorporating the similarity in the vicinity distribution respect to raw samples. The proposed regularization provides direct supervision by the KL-Divergence between the output soft-max distributions of original and virtual data. Our experiments on CIFAR-10, CIFAR-100, and ImageNet show that SBA can improve the generalization of the neural networks and speed up the convergence of network training.

📄 PDF Abstract BibTeX arXiv:2006.15284

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Data augmentation as stochastic optimization

2020-09-28 · Boris Hanin, Yi Sun

We present a theoretical framework recasting data augmentation as stochastic optimization for a sequence of time-varying proxy losses. This provides a unified language for understanding techniques commonly thought of as …

Data AugmentationregressionSchedulingStochastic Optimization

Concurrent Adversarial Learning for Large-Batch Training

2021-06-01 · ICLR 2022 4 · Yong liu, Xiangning Chen, Minhao Cheng, Cho-Jui Hsieh 외

Large-batch training has become a commonly used technique when training neural networks with a large number of GPU/TPU processors. As batch size increases, stochastic optimizers tend to converge to sharp local minima, le…

Data AugmentationGPU

3D Brain MRI Classification for Alzheimer Diagnosis Using CNN with Data Augmentation

2025-05-07 · Thien Nhan Vo, Bac Nam Ho

A three-dimensional convolutional neural network was developed to classify T1-weighted brain MRI scans as healthy or Alzheimer. The network comprises 3D convolution, pooling, batch normalization, dense ReLU layers, and a…

Data AugmentationMRI classificationSensitivitySpecificity

Augment your batch: better training with larger batches

2019-01-27 · Elad Hoffer, Tal Ben-Nun, Itay Hubara, Niv Giladi 외

Large-batch SGD is important for scaling training of deep neural networks. However, without fine-tuning hyperparameter schedules, the generalization of the model may be hampered. We propose to use batch augmentation: rep…

Perfect Parallelization in Mini-Batch SGD with Classical Momentum Acceleration

2026-05-18 · Sachin Garg, Michał Dereziński arxiv

Accelerating stochastic gradient methods with classical momentum schemes, such as Polyak's heavy ball, has proven highly successful in training large-scale machine learning models, particularly when combined with the har…