paper-with-me

Papers

AIM: An Auto-Augmenter for Images and Meshes

2022-01-01 · CVPR 2022 1 · Vinit Veerendraveer Singh, Chandra Kambhamettu

Data augmentations are commonly used to increase the robustness of deep neural networks. In most contemporary research, the networks do not decide the augmentations; they are task-agnostic, and grid search determines their magnitudes. Furthermore, augmentations applicable to lower-dimensional data do not easily extend to higher-dimensional data and vice versa. This paper presents an auto-augmenter for images and meshes (AIM) that easily incorporates into neural networks at training and inference times. It jointly optimizes with the network to produce constrained, non-rigid deformations in the data. AIM predicts sample-aware deformations suited for a task, and our experiments confirm its effectiveness with various networks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NL-Augmenter: A Framework for Task-Sensitive Natural Language Augmentation

2021-12-06 · Kaustubh D. Dhole, Varun Gangal, Sebastian Gehrmann, Aadesh Gupta 외

Data augmentation is an important component in the robustness evaluation of models in natural language processing (NLP) and in enhancing the diversity of the data they are trained on. In this paper, we present NL-Augment…

Data AugmentationDiversity

Learnable Sequence Augmenter for Triplet Contrastive Learning in Sequential Recommendation

2025-03-26 · Wei Wang, Yujie Lin, Jianli Zhao, Moyan Zhang 외

Most existing contrastive learning-based sequential recommendation (SR) methods rely on random operations (e.g., crop, reorder, and substitute) to generate augmented sequences. These methods often struggle to create posi…

Contrastive LearningSelf-Supervised LearningSequential RecommendationTriplet

Augmenty: A Python Library for Structured Text Augmentation

2023-12-09 · Kenneth Enevoldsen

Augmnety is a Python library for structured text augmentation. It is built on top of spaCy and allows for augmentation of both the text and its annotations. Augmenty provides a wide range of augmenters which can be combi…

Dependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Check Your Facts and Try Again: Improving Large Language Models with External Knowledge and Automated Feedback

2023-02-24 · Baolin Peng, Michel Galley, Pengcheng He, Hao Cheng 외

Large language models (LLMs), such as ChatGPT, are able to generate human-like, fluent responses for many downstream tasks, e.g., task-oriented dialog and question answering. However, applying LLMs to real-world, mission…

InformativenessOpen-Domain Question AnsweringQuestion Answering

Automated Augmentation with Reinforcement Learning and GANs for Robust Identification of Traffic Signs using Front Camera Images

2019-11-15 · Sohini Roy Chowdhury, Lars Tornberg, Robin Halvfordsson, Jonatan Nordh 외

Traffic sign identification using camera images from vehicles plays a critical role in autonomous driving and path planning. However, the front camera images can be distorted due to blurriness, lighting variations and va…

Autonomous DrivingGenerative Adversarial NetworkReinforcement LearningTraffic Sign Detection