paper-with-me

홈 › Papers

DBN-Mix: Training Dual Branch Network Using Bilateral Mixup Augmentation for Long-Tailed Visual Recognition

2022-07-05 · Jae Soon Baik, In Young Yoon, Jun Won Choi

There is growing interest in the challenging visual perception task of learning from long-tailed class distributions. The extreme class imbalance in the training dataset biases the model to prefer recognizing majority class data over minority class data. Furthermore, the lack of diversity in minority class samples makes it difficult to find a good representation. In this paper, we propose an effective data augmentation method, referred to as bilateral mixup augmentation, which can improve the performance of long-tailed visual recognition. The bilateral mixup augmentation combines two samples generated by a uniform sampler and a re-balanced sampler and augments the training dataset to enhance the representation learning for minority classes. We also reduce the classifier bias using class-wise temperature scaling, which scales the logits differently per class in the training phase. We apply both ideas to the dual-branch network (DBN) framework, presenting a new model, named dual-branch network with bilateral mixup (DBN-Mix). Experiments on popular long-tailed visual recognition datasets show that DBN-Mix improves performance significantly over baseline and that the proposed method achieves state-of-the-art performance in some categories of benchmarks.

📄 PDF Abstract BibTeX arXiv:2207.02173

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDiversityRepresentation Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

DMix: Distance Constrained Interpolative Mixup

2021-11-01 · EMNLP (MRL) 2021 11 · Ramit Sawhney, Megh Thakkar, Shrey Pandit, Debdoot Mukherjee 외

Interpolation-based regularisation methods have proven to be effective for various tasks and modalities. Mixup is a data augmentation method that generates virtual training samples from convex combinations of individual …

ClassificationData AugmentationSentenceSentence Classification

LSTC-MDA: A Unified Framework for Long-Short Term Temporal Convolution and Mixed Data Augmentation in Skeleton-Based Action Recognition

2025-09-18 · Feng Ding, Haisheng Fu, Soroush Oraki, Jie Liang arxiv

Skeleton-based action recognition faces two longstanding challenges: the scarcity of labeled training samples and difficulty modeling short- and long-range temporal dependencies. To address these issues, we propose a uni…

Action RecognitionData Augmentation

Mixup for Node and Graph Classification

2021-06-01 · Yiwei Wang, Wei Wang, Yuxuan Liang, Yujun Cai 외

Mixup is an advanced data augmentation method for training neural network based image classifiers, which interpolates both features and labels of a pair of images to produce synthetic samples. However, devising the Mixup…

ClassificationData AugmentationGraph ClassificationGraph Learning+1

RC-Mixup: A Data Augmentation Strategy against Noisy Data for Regression Tasks

2024-05-28 · Seong-Hyeon Hwang, Minsu Kim, Steven Euijong Whang

We study the problem of robust data augmentation for regression tasks in the presence of noisy data. Data augmentation is essential for generalizing deep learning models, but most of the techniques like the popular Mixup…

Data Augmentationregression

Adversarial AutoMixup

2023-12-19 · Huafeng Qin, Xin Jin, Yun Jiang, Mounim A. El-Yacoubi 외

Data mixing augmentation has been widely applied to improve the generalization ability of deep neural networks. Recently, offline data mixing augmentation, e.g. handcrafted and saliency information-based mixup, has been …

Classificationimage-classificationImage Classification