paper-with-me

홈 › Papers

OnlineAugment: Online Data Augmentation with Less Domain Knowledge

2020-07-17 · ECCV 2020 8 · Zhiqiang Tang, Yunhe Gao, Leonid Karlinsky, Prasanna Sattigeri, Rogerio Feris, Dimitris Metaxas

Data augmentation is one of the most important tools in training modern deep neural networks. Recently, great advances have been made in searching for optimal augmentation policies in the image classification domain. However, two key points related to data augmentation remain uncovered by the current methods. First is that most if not all modern augmentation search methods are offline and learning policies are isolated from their usage. The learned policies are mostly constant throughout the training process and are not adapted to the current training model state. Second, the policies rely on class-preserving image processing functions. Hence applying current offline methods to new tasks may require domain knowledge to specify such kind of operations. In this work, we offer an orthogonal online data augmentation scheme together with three new augmentation networks, co-trained with the target learning task. It is both more efficient, in the sense that it does not require expensive offline training when entering a new domain, and more adaptive as it adapts to the learner state. Our augmentation networks require less domain knowledge and are easily applicable to new tasks. Extensive experiments demonstrate that the proposed scheme alone performs on par with the state-of-the-art offline data augmentation methods, as well as improving upon the state-of-the-art in combination with those methods. Code is available at https://github.com/zhiqiangdon/online-augment .

📄 PDF Abstract BibTeX arXiv:2007.09271

Code (1)

zhiqiangdon/online-augment 공식 구현 pytorch

Tasks

Data Augmentationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Domain-guided data augmentation for deep learning on medical imaging

2022-10-10 · Chinmayee Athalye, Rima Arnaout

While domain-specific data augmentation can be useful in training neural networks for medical imaging tasks, such techniques have not been widely used to date. Here, we test whether domain-specific data augmentation is u…

Data AugmentationDeep Learningvalid

Anchor Data Augmentation

2023-11-12 · NeurIPS 2023 11

We propose a novel algorithm for data augmentation in nonlinear over-parametrized regression. Our data augmentation algorithm borrows from the literature on causality and extends the recently proposed Anchor regression (…

Data Augmentationregression

Data Augmentation for the Post-Stroke Speech Transcription (PSST) Challenge: Sometimes Less Is More

2022-06-01 · RaPID (LREC) 2022 6 · Jiahong Yuan, Xingyu Cai, Kenneth Church

We employ the method of fine-tuning wav2vec2.0 for recognition of phonemes in aphasic speech. Our effort focuses on data augmentation, by supplementing data from both in-domain and out-of-domain datasets for training. We…

Data AugmentationLanguage ModelingLanguage Modelling

Instant Domain Augmentation for LiDAR Semantic Segmentation

2023-03-25 · CVPR 2023 1 · Kwonyoung Ryu, Soonmin Hwang, Jaesik Park

Despite the increasing popularity of LiDAR sensors, perception algorithms using 3D LiDAR data struggle with the 'sensor-bias problem'. Specifically, the performance of perception algorithms significantly drops when an un…

Domain AdaptationLIDAR Semantic SegmentationSemantic Segmentation

Cross-Domain Feature Augmentation for Domain Generalization

2024-05-14 · Yingnan Liu, Yingtian Zou, Rui Qiao, Fusheng Liu 외

Domain generalization aims to develop models that are robust to distribution shifts. Existing methods focus on learning invariance across domains to enhance model robustness, and data augmentation has been widely used to…

Data AugmentationDiversityDomain Generalization