paper-with-me

Papers

Hierarchical MixUp Multi-label Classification with Imbalanced Interdisciplinary Research Proposals

2022-09-28 · Meng Xiao, Min Wu, Ziyue Qiao, Zhiyuan Ning, Yi Du, Yanjie Fu, Yuanchun Zhou

Funding agencies are largely relied on a topic matching between domain experts and research proposals to assign proposal reviewers. As proposals are increasingly interdisciplinary, it is challenging to profile the interdisciplinary nature of a proposal, and, thereafter, find expert reviewers with an appropriate set of expertise. An essential step in solving this challenge is to accurately model and classify the interdisciplinary labels of a proposal. Existing methodological and application-related literature, such as textual classification and proposal classification, are insufficient in jointly addressing the three key unique issues introduced by interdisciplinary proposal data: 1) the hierarchical structure of discipline labels of a proposal from coarse-grain to fine-grain, e.g., from information science to AI to fundamentals of AI. 2) the heterogeneous semantics of various main textual parts that play different roles in a proposal; 3) the number of proposals is imbalanced between non-interdisciplinary and interdisciplinary research. Can we simultaneously address the three issues in understanding the proposal's interdisciplinary nature? In response to this question, we propose a hierarchical mixup multiple-label classification framework, which we called H-MixUp. H-MixUp leverages a transformer-based semantic information extractor and a GCN-based interdisciplinary knowledge extractor for the first and second issues. H-MixUp develops a fused training method of Wold-level MixUp, Word-level CutMix, Manifold MixUp, and Document-level MixUp to address the third issue.

📄 PDF Abstract BibTeX arXiv:2209.13912

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…
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 제목 키워드 기반

Balanced-MixUp for Highly Imbalanced Medical Image Classification

2021-09-20 · Adrian Galdran, Gustavo Carneiro, Miguel A. González Ballester

Highly imbalanced datasets are ubiquitous in medical image classification problems. In such problems, it is often the case that rare classes associated to less prevalent diseases are severely under-represented in labeled…

Classificationimage-classificationImage ClassificationMedical Image Classification

From SMOTE to Mixup for Deep Imbalanced Classification

2023-08-29 · Wei-Chao Cheng, Tan-Ha Mai, Hsuan-Tien Lin

Given imbalanced data, it is hard to train a good classifier using deep learning because of the poor generalization of minority classes. Traditionally, the well-known synthetic minority oversampling technique (SMOTE) for…

ClassificationData AugmentationDeep Learningimbalanced classification

Mixture of Mixups for Multi-label Classification of Rare Anuran Sounds

2024-03-14 · Ilyass Moummad, Nicolas Farrugia, Romain Serizel, Jeremy Froidevaux 외

Multi-label imbalanced classification poses a significant challenge in machine learning, particularly evident in bioacoustics where animal sounds often co-occur, and certain sounds are much less frequent than others. Thi…

imbalanced classificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

AUC-mixup: Deep AUC Maximization with Mixup

2023-10-18 · Jianzhi Xv, Gang Li, Tianbao Yang

While deep AUC maximization (DAM) has shown remarkable success on imbalanced medical tasks, e.g., chest X-rays classification and skin lesions classification, it could suffer from severe overfitting when applied to small…

Data Augmentation

GraphMixup: Improving Class-Imbalanced Node Classification on Graphs by Self-supervised Context Prediction

2021-06-21 · Lirong Wu, Haitao Lin, Zhangyang Gao, Cheng Tan 외

Recent years have witnessed great success in handling node classification tasks with Graph Neural Networks (GNNs). However, most existing GNNs are based on the assumption that node samples for different classes are balan…

Node Classification