paper-with-me

홈 › Papers

SSB: Simple but Strong Baseline for Boosting Performance of Open-Set Semi-Supervised Learning

2023-11-17 · ICCV 2023 1 · Yue Fan, Anna Kukleva, Dengxin Dai, Bernt Schiele

Semi-supervised learning (SSL) methods effectively leverage unlabeled data to improve model generalization. However, SSL models often underperform in open-set scenarios, where unlabeled data contain outliers from novel categories that do not appear in the labeled set. In this paper, we study the challenging and realistic open-set SSL setting, where the goal is to both correctly classify inliers and to detect outliers. Intuitively, the inlier classifier should be trained on inlier data only. However, we find that inlier classification performance can be largely improved by incorporating high-confidence pseudo-labeled data, regardless of whether they are inliers or outliers. Also, we propose to utilize non-linear transformations to separate the features used for inlier classification and outlier detection in the multi-task learning framework, preventing adverse effects between them. Additionally, we introduce pseudo-negative mining, which further boosts outlier detection performance. The three ingredients lead to what we call Simple but Strong Baseline (SSB) for open-set SSL. In experiments, SSB greatly improves both inlier classification and outlier detection performance, outperforming existing methods by a large margin. Our code will be released at https://github.com/YUE-FAN/SSB.

📄 PDF Abstract BibTeX arXiv:2311.10572

Code (1)

yue-fan/ssb 공식 구현 pytorch

Tasks

Multi-Task LearningOutlier Detection

Similar Papers 제목 키워드 기반

Entropy Regularizing Activation: Boosting Continuous Control, Large Language Models, and Image Classification with Activation as Entropy Constraints

2025-10-09 · Zilin Kang, Chonghua Liao, Tingqiang Xu, Huazhe Xu arxiv

We propose ERA, a new paradigm that constrains the sampling entropy above given thresholds by applying specially designed activations to the outputs of models. Our approach demonstrates broad effectiveness across differe…

Reinforcement LearningImage ClassificationContinuous Control

Defensive Boosting for Online Probabilistic Forecasting

2026-08-13 · Georgy Noarov, Aaron Roth arxiv

We study online probabilistic forecasting of binary outcomes chosen by an adaptive adversary. Given an online learning algorithm for a weak hypothesis class $H$, we would like to efficiently obtain two incomparable guara…

OpenFE: Automated Feature Generation with Expert-level Performance

2022-11-22 · Tianping Zhang, Zheyu Zhang, Zhiyuan Fan, Haoyan Luo 외

The goal of automated feature generation is to liberate machine learning experts from the laborious task of manual feature generation, which is crucial for improving the learning performance of tabular data. The major ch…

Feature Importance

A Simple and Fast Baseline for Tuning Large XGBoost Models

2021-11-12 · Sanyam Kapoor, Valerio Perrone

XGBoost, a scalable tree boosting algorithm, has proven effective for many prediction tasks of practical interest, especially using tabular datasets. Hyperparameter tuning can further improve the predictive performance, …

Hyperparameter Optimization

Model Adaptation via Model Interpolation and Boosting for Web Search Ranking

2019-07-22 · Jianfeng Gao, Qiang Wu, Chris Burges, Krysta Svore 외

This paper explores two classes of model adaptation methods for Web search ranking: Model Interpolation and error-driven learning approaches based on a boosting algorithm. The results show that model interpolation, thoug…

model