paper-with-me

Papers

Semi-Supervised Transfer Boosting (SS-TrBoosting)

2024-12-04 · Lingfei Deng, Changming Zhao, Zhenbang Du, Kun Xia, Dongrui Wu

Semi-supervised domain adaptation (SSDA) aims at training a high-performance model for a target domain using few labeled target data, many unlabeled target data, and plenty of auxiliary data from a source domain. Previous works in SSDA mainly focused on learning transferable representations across domains. However, it is difficult to find a feature space where the source and target domains share the same conditional probability distribution. Additionally, there is no flexible and effective strategy extending existing unsupervised domain adaptation (UDA) approaches to SSDA settings. In order to solve the above two challenges, we propose a novel fine-tuning framework, semi-supervised transfer boosting (SS-TrBoosting). Given a well-trained deep learning-based UDA or SSDA model, we use it as the initial model, generate additional base learners by boosting, and then use all of them as an ensemble. More specifically, half of the base learners are generated by supervised domain adaptation, and half by semi-supervised learning. Furthermore, for more efficient data transmission and better data privacy protection, we propose a source data generation approach to extend SS-TrBoosting to semi-supervised source-free domain adaptation (SS-SFDA). Extensive experiments showed that SS-TrBoosting can be applied to a variety of existing UDA, SSDA and SFDA approaches to further improve their performance.

📄 PDF Abstract BibTeX arXiv:2412.03212

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSemi-supervised Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Regularized Boost for Semi-Supervised Learning

2007-12-01 · NeurIPS 2007 12 · Ke Chen, Shihai Wang

Semi-supervised inductive learning concerns how to learn a decision rule from a data set containing both labeled and unlabeled data. Several boosting algorithms have been extended to semi-supervised learning with various…

Ensemble LearningInductive Learning

Building semi-supervised decision trees with semi-cart algorithm

2024-04-24 · International Journal of Machine Learning and Cybernetics 2024 4 · Aydin Abedinia, Vahid Seydi

Decision trees are a fundamental statistical learning tool for addressing classification and regression problems through a recursive partitioning approach that effectively accommodates numerical and categorical data [1, …

Classificationregression

Boosting Multi-Speaker Expressive Speech Synthesis with Semi-supervised Contrastive Learning

2023-10-26 · Xinfa Zhu, Yuke Li, Yi Lei, Ning Jiang 외

This paper aims to build a multi-speaker expressive TTS system, synthesizing a target speaker's speech with multiple styles and emotions. To this end, we propose a novel contrastive learning-based TTS approach to transfe…

Contrastive LearningExpressive Speech SynthesisSpeech Synthesis

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…

Fast and Scalable Training of Semi-Supervised CRFs with Application to Activity Recognition

2007-12-01 · NeurIPS 2007 12 · Maryam Mahdaviani, Tanzeem Choudhury

We present a new and efficient semi-supervised training method for parameter estimation and feature selection in conditional random fields (CRFs). In real-world applications such as activity recognition, unlabeled sensor…

Activity Recognitionfeature selectionparameter estimation