paper-with-me

Papers

Multi-Task Curriculum Framework for Open-Set Semi-Supervised Learning

2020-07-22 · ECCV 2020 8 · Qing Yu, Daiki Ikami, Go Irie, Kiyoharu Aizawa

Semi-supervised learning (SSL) has been proposed to leverage unlabeled data for training powerful models when only limited labeled data is available. While existing SSL methods assume that samples in the labeled and unlabeled data share the classes of their samples, we address a more complex novel scenario named open-set SSL, where out-of-distribution (OOD) samples are contained in unlabeled data. Instead of training an OOD detector and SSL separately, we propose a multi-task curriculum learning framework. First, to detect the OOD samples in unlabeled data, we estimate the probability of the sample belonging to OOD. We use a joint optimization framework, which updates the network parameters and the OOD score alternately. Simultaneously, to achieve high performance on the classification of in-distribution (ID) data, we select ID samples in unlabeled data having small OOD scores, and use these data with labeled data for training the deep neural networks to classify ID samples in a semi-supervised manner. We conduct several experiments, and our method achieves state-of-the-art results by successfully eliminating the effect of OOD samples.

📄 PDF Abstract BibTeX arXiv:2007.11330

Code (0)

등록된 구현이 없습니다.

Tasks

Semi-Supervised Image Classification

Similar Papers 제목 키워드 기반

Soft Curriculum for Learning Conditional GANs with Noisy-Labeled and Uncurated Unlabeled Data

2023-07-17 · Kai Katsumata, Duc Minh Vo, Tatsuya Harada, Hideki Nakayama

Label-noise or curated unlabeled data is used to compensate for the assumption of clean labeled data in training the conditional generative adversarial network; however, satisfying such an extended assumption is occasion…

Conditional Image GenerationGenerative Adversarial NetworkImage Generation

HACMatch Semi-Supervised Rotation Regression with Hardness-Aware Curriculum Pseudo Labeling

2026-03-23 · Mei Li, Huayi Zhou, Suizhi Huang, Yuxiang Lu 외 arxiv

Regressing 3D rotations of objects from 2D images is a crucial yet challenging task, with broad applications in autonomous driving, virtual reality, and robotic control. Existing rotation regression models often rely on …

Autonomous DrivingData AugmentationPoint Clouds

Understanding the Complexity Gains of Single-Task RL with a Curriculum

2022-12-24 · Qiyang Li, Yuexiang Zhai, Yi Ma, Sergey Levine

Reinforcement learning (RL) problems can be challenging without well-shaped rewards. Prior work on provably efficient RL methods generally proposes to address this issue with dedicated exploration strategies. However, an…

Reinforcement Learning (RL)

FlexMatch: Boosting Semi-Supervised Learning with Curriculum Pseudo Labeling

2021-10-15 · NeurIPS 2021 12 · BoWen Zhang, Yidong Wang, Wenxin Hou, Hao Wu 외

The recently proposed FixMatch achieved state-of-the-art results on most semi-supervised learning (SSL) benchmarks. However, like other modern SSL algorithms, FixMatch uses a pre-defined constant threshold for all classe…

Semi-Supervised Image Classification

CARLS: Cross-platform Asynchronous Representation Learning System

2021-05-26 · Chun-Ta Lu, Yun Zeng, Da-Cheng Juan, Yicheng Fan 외

In this work, we propose CARLS, a novel framework for augmenting the capacity of existing deep learning frameworks by enabling multiple components -- model trainers, knowledge makers and knowledge banks -- to concertedly…

Representation Learning