paper-with-me

Papers

Optimally Combining Classifiers for Semi-Supervised Learning

2020-06-07 · Zhiguo Wang, Liusha Yang, Feng Yin, Ke Lin, Qingjiang Shi, Zhi-Quan Luo

This paper considers semi-supervised learning for tabular data. It is widely known that Xgboost based on tree model works well on the heterogeneous features while transductive support vector machine can exploit the low density separation assumption. However, little work has been done to combine them together for the end-to-end semi-supervised learning. In this paper, we find these two methods have complementary properties and larger diversity, which motivates us to propose a new semi-supervised learning method that is able to adaptively combine the strengths of Xgboost and transductive support vector machine. Instead of the majority vote rule, an optimization problem in terms of ensemble weight is established, which helps to obtain more accurate pseudo labels for unlabeled data. The experimental results on the UCI data sets and real commercial data set demonstrate the superior classification performance of our method over the five state-of-the-art algorithms improving test accuracy by about $3\%-4\%$. The partial code can be found at https://github.com/hav-cam-mit/CTO.

📄 PDF Abstract BibTeX arXiv:2006.04097

Code (1)

hav-cam-mit/CTO 공식 구현

Tasks

Diversity

Similar Papers 제목 키워드 기반

Combining Minimally-supervised Methods for Arabic Named Entity Recognition

2015-01-01 · TACL 2015 1 · Maha Althobaiti, Udo Kruschwitz, Massimo Poesio

Supervised methods can achieve high performance on NLP tasks, such as Named Entity Recognition (NER), but new annotations are required for every new domain and/or genre change. This has motivated research in minimally su…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

rETF-semiSL: Semi-Supervised Learning for Neural Collapse in Temporal Data

2025-08-13 · Yuhan Xie, William Cappelletti, Mahsa Shoaran, Pascal Frossard arxiv

Deep neural networks for time series must capture complex temporal patterns, to effectively represent dynamic data. Self- and semi-supervised learning methods show promising results in pre-training large models, which --…

Time Series Classification

Optimally Combining Classifiers Using Unlabeled Data

2015-03-05 · Akshay Balsubramani, Yoav Freund

We develop a worst-case analysis of aggregation of classifier ensembles for binary classification. The task of predicting to minimize error is formulated as a game played over a given set of unlabeled data (a transductiv…

Binary ClassificationGeneral Classification

Exploring Self-Supervised Regularization for Supervised and Semi-Supervised Learning

2019-06-25 · Phi Vu Tran

Recent advances in semi-supervised learning have shown tremendous potential in overcoming a major barrier to the success of modern machine learning algorithms: access to vast amounts of human-labeled training data. Previ…

image-classificationImage ClassificationMulti-Task LearningSemi-Supervised Image Classification

Semi-Supervised Boosting via Self Labelling

2019-09-25 · Akul Goyal, Yang Liu

Attention to semi-supervised learning grows in machine learning as the price to expertly label data increases. Like most previous works in the area, we focus on improving an algorithm's ability to discover the inherent p…