paper-with-me

Papers

Augment Your Batch: Improving Generalization Through Instance Repetition

2020-06-01 · CVPR 2020 6 · Elad Hoffer, Tal Ben-Nun, Itay Hubara, Niv Giladi, Torsten Hoefler, Daniel Soudry

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: replicating instances of samples within the same batch with different data augmentations. Batch augmentation acts as a regularizer and an accelerator, increasing both generalization and performance scaling for a fixed budget of optimization steps. We analyze the effect of batch augmentation on gradient variance and show that it empirically improves convergence for a wide variety of networks and datasets. Our results show that batch augmentation reduces the number of necessary SGD updates to achieve the same accuracy as the state-of-the-art. Overall, this simple yet effective method enables faster training and better generalization by allowing more computational resources to be used concurrently.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

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…

Single Domain Generalization with Model-aware Parametric Batch-wise Mixup

2025-02-22 · Marzi Heidari, Yuhong Guo

Single Domain Generalization (SDG) remains a formidable challenge in the field of machine learning, particularly when models are deployed in environments that differ significantly from their training domains. In this pap…

Data AugmentationDomain Generalization

Discover Your Neighbors: Advanced Stable Test-Time Adaptation in Dynamic World

2024-06-08 · Qinting Jiang, Chuyang Ye, Dongyan Wei, Yuan Xue 외

Despite progress, deep neural networks still suffer performance declines under distribution shifts between training and test domains, leading to a substantial decrease in Quality of Experience (QoE) for multimedia applic…

ClusteringTest-time Adaptation

Meta Batch-Instance Normalization for Generalizable Person Re-Identification

2020-11-30 · CVPR 2021 1 · Seokeon Choi, Taekyung Kim, Minki Jeong, Hyoungseob Park 외

Although supervised person re-identification (Re-ID) methods have shown impressive performance, they suffer from a poor generalization capability on unseen domains. Therefore, generalizable Re-ID has recently attracted g…

Data AugmentationDomain GeneralizationGeneralizable Person Re-identificationMeta-Learning+2

Learning Instance-Specific Adaptation for Cross-Domain Segmentation

2022-03-30 · Yuliang Zou, Zizhao Zhang, Chun-Liang Li, Han Zhang 외

We propose a test-time adaptation method for cross-domain image segmentation. Our method is simple: Given a new unseen instance at test time, we adapt a pre-trained model by conducting instance-specific BatchNorm (statis…

Data AugmentationDomain AdaptationDomain GeneralizationImage Segmentation+4