paper-with-me

Papers

RegMixMatch: Optimizing Mixup Utilization in Semi-Supervised Learning

2024-12-14 · Haorong Han, Jidong Yuan, Chixuan Wei, Zhongyang Yu

Consistency regularization and pseudo-labeling have significantly advanced semi-supervised learning (SSL). Prior works have effectively employed Mixup for consistency regularization in SSL. However, our findings indicate that applying Mixup for consistency regularization may degrade SSL performance by compromising the purity of artificial labels. Moreover, most pseudo-labeling based methods utilize thresholding strategy to exclude low-confidence data, aiming to mitigate confirmation bias; however, this approach limits the utility of unlabeled samples. To address these challenges, we propose RegMixMatch, a novel framework that optimizes the use of Mixup with both high- and low-confidence samples in SSL. First, we introduce semi-supervised RegMixup, which effectively addresses reduced artificial labels purity by using both mixed samples and clean samples for training. Second, we develop a class-aware Mixup technique that integrates information from the top-2 predicted classes into low-confidence samples and their artificial labels, reducing the confirmation bias associated with these samples and enhancing their effective utilization. Experimental results demonstrate that RegMixMatch achieves state-of-the-art performance across various SSL benchmarks.

📄 PDF Abstract BibTeX arXiv:2412.10741

Code (0)

등록된 구현이 없습니다.

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

Harnessing Hard Mixed Samples with Decoupled Regularizer

2022-03-21 · NeurIPS 2023 11 · Zicheng Liu, Siyuan Li, Ge Wang, Cheng Tan 외

Mixup is an efficient data augmentation approach that improves the generalization of neural networks by smoothing the decision boundary with mixed data. Recently, dynamic mixup methods have improved previous static polic…

Data Augmentation

AGMixup: Adaptive Graph Mixup for Semi-supervised Node Classification

2024-12-11 · Weigang Lu, Ziyu Guan, Wei Zhao, Yaming Yang 외

Mixup is a data augmentation technique that enhances model generalization by interpolating between data points using a mixing ratio $\lambda$ in the image domain. Recently, the concept of mixup has been adapted to the gr…

Data AugmentationNode Classification

Semi-Supervised Sound Event Detection with Conditional Mixup and Embedding-Level Contrastive Loss

2026-06-29 · Nian Shao, Xian Li, Xiaofei Li arxiv

Sound event detection (SED) is a core module for acoustic environmental analysis, yet its performance is often limited by scarce labeled data. Recent systems leverage large pretrained audio foundation models, but effecti…

Sound Event DetectionContrastive Learning

When does mixup promote local linearity in learned representations?

2022-10-28 · Arslan Chaudhry, Aditya Krishna Menon, Andreas Veit, Sadeep Jayasumana 외

Mixup is a regularization technique that artificially produces new samples using convex combinations of original training points. This simple technique has shown strong empirical performance, and has been heavily used as…

Representation Learning

CalibrateMix: Guided-Mixup Calibration of Image Semi-Supervised Models

2025-11-17 · Mehrab Mustafy Rahman, Jayanth Mohan, Tiberiu Sosea, Cornelia Caragea arxiv

Semi-supervised learning (SSL) has demonstrated high performance in image classification tasks by effectively utilizing both labeled and unlabeled data. However, existing SSL methods often suffer from poor calibration, w…

Image Classification