paper-with-me

Papers

How Much Data Are Augmentations Worth? An Investigation into Scaling Laws, Invariance, and Implicit Regularization

2022-10-12 · Jonas Geiping, Micah Goldblum, Gowthami Somepalli, Ravid Shwartz-Ziv, Tom Goldstein, Andrew Gordon Wilson

Despite the clear performance benefits of data augmentations, little is known about why they are so effective. In this paper, we disentangle several key mechanisms through which data augmentations operate. Establishing an exchange rate between augmented and additional real data, we find that in out-of-distribution testing scenarios, augmentations which yield samples that are diverse, but inconsistent with the data distribution can be even more valuable than additional training data. Moreover, we find that data augmentations which encourage invariances can be more valuable than invariance alone, especially on small and medium sized training sets. Following this observation, we show that augmentations induce additional stochasticity during training, effectively flattening the loss landscape.

📄 PDF Abstract BibTeX arXiv:2210.06441

Code (1)

jonasgeiping/dataaugs 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Trustworthiness in Retrieval-Augmented Generation Systems: A Survey

2024-09-16 · Yujia Zhou, Yan Liu, Xiaoxi Li, Jiajie Jin 외

Retrieval-Augmented Generation (RAG) has quickly grown into a pivotal paradigm in the development of Large Language Models (LLMs). While much of the current research in this field focuses on performance optimization, par…

FairnessHallucinationRAGRetrieval+2

Augmentation Pathways Network for Visual Recognition

2021-07-26 · Yalong Bai, Mohan Zhou, Wei zhang, BoWen Zhou 외

Data augmentation is practically helpful for visual recognition, especially at the time of data scarcity. However, such success is only limited to quite a few light augmentations (e.g., random crop, flip). Heavy augmenta…

Data Augmentation

Stop ordering machine learning algorithms by their explainability! A user-centered investigation of performance and explainability

2022-06-20 · Lukas-Valentin Herm, Kai Heinrich, Jonas Wanner, Christian Janiesch

Machine learning algorithms enable advanced decision making in contemporary intelligent systems. Research indicates that there is a tradeoff between their model performance and explainability. Machine learning models wit…

BIG-bench Machine LearningDecision MakingExplainable artificial intelligence

The Forward-Forward Algorithm: Some Preliminary Investigations

2022-12-27 · NA 2022 12 · Geoffrey Hinton

The aim of this paper is to introduce a new learning procedure for neural networks and to demonstrate that it works well enough on a few small problems to be worth further investigation. The Forward-Forward algorithm rep…

Automated Data Augmentations for Graph Classification

2022-02-26 · Youzhi Luo, Michael McThrow, Wing Yee Au, Tao Komikado 외

Data augmentations are effective in improving the invariance of learning machines. We argue that the core challenge of data augmentations lies in designing data transformations that preserve labels. This is relatively st…

ClassificationData AugmentationGraph Classification