paper-with-me

Papers

Class-Aware Universum Inspired Re-Balance Learning for Long-Tailed Recognition

2022-07-26 · Enhao Zhang, Chuanxing Geng, Songcan Chen

Data augmentation for minority classes is an effective strategy for long-tailed recognition, thus developing a large number of methods. Although these methods all ensure the balance in sample quantity, the quality of the augmented samples is not always satisfactory for recognition, being prone to such problems as over-fitting, lack of diversity, semantic drift, etc. For these issues, we propose the Class-aware Universum Inspired Re-balance Learning(CaUIRL) for long-tailed recognition, which endows the Universum with class-aware ability to re-balance individual minority classes from both sample quantity and quality. In particular, we theoretically prove that the classifiers learned by CaUIRL are consistent with those learned under the balanced condition from a Bayesian perspective. In addition, we further develop a higher-order mixup approach, which can automatically generate class-aware Universum(CaU) data without resorting to any external data. Unlike the traditional Universum, such generated Universum additionally takes the domain similarity, class separability, and sample diversity into account. Extensive experiments on benchmark datasets demonstrate the surprising advantages of our method, especially the top1 accuracy in minority classes is improved by 1.9% 6% compared to the state-of-the-art method.

📄 PDF Abstract BibTeX arXiv:2207.12808

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDiversity

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 제목 키워드 기반

Universum-inspired Supervised Contrastive Learning

2022-04-22 · Aiyang Han, Chuanxing Geng, Songcan Chen

As an effective data augmentation method, Mixup synthesizes an extra amount of samples through linear interpolations. Despite its theoretical dependency on data properties, Mixup reportedly performs well as a regularizer…

Contrastive LearningData Augmentation

Document-Level Event Argument Extraction by Leveraging Redundant Information and Closed Boundary Loss

2022-07-01 · NAACL 2022 7 · Hanzhang Zhou, Kezhi Mao

In document-level event argument extraction, an argument is likely to appear multiple times in different expressions in the document. The redundancy of arguments underlying multiple sentences is beneficial but is often o…

Event Argument Extraction

Robust Universum Twin Support Vector Machine for Imbalanced Data

2024-10-27 · M. Tanveer, A. Quadir

One of the major difficulties in machine learning methods is categorizing datasets that are imbalanced. This problem may lead to biased models, where the training process is dominated by the majority class, resulting in …

Kernel-Free Universum Quadratic Surface Twin Support Vector Machines for Imbalanced Data

2024-12-02 · Hossein Moosaei, Milan Hladík, Ahmad Mousavi, Zheming Gao 외

Binary classification tasks with imbalanced classes pose significant challenges in machine learning. Traditional classifiers often struggle to accurately capture the characteristics of the minority class, resulting in bi…

Binary ClassificationClassificationimbalanced classification

Single Class Universum-SVM

2019-09-21 · Sauptik Dhar, Vladimir Cherkassky

This paper extends the idea of Universum learning [1, 2] to single-class learning problems. We propose Single Class Universum-SVM setting that incorporates a priori knowledge (in the form of additional data samples) into…

Binary Classification