paper-with-me

Papers

Semi-Supervised Hierarchical Multi-Label Classifier Based on Local Information

2024-04-30 · Jonathan Serrano-Pérez, L. Enrique Sucar

Scarcity of labeled data is a common problem in supervised classification, since hand-labeling can be time consuming, expensive or hard to label; on the other hand, large amounts of unlabeled information can be found. The problem of scarcity of labeled data is even more notorious in hierarchical classification, because the data of a node is split among its children, which results in few instances associated to the deepest nodes of the hierarchy. In this work it is proposed the semi-supervised hierarchical multi-label classifier based on local information (SSHMC-BLI) which can be trained with labeled and unlabeled data to perform hierarchical classification tasks. The method can be applied to any type of hierarchical problem, here we focus on the most difficult case: hierarchies of DAG type, where the instances can be associated to multiple paths of labels which can finish in an internal node. SSHMC-BLI builds pseudo-labels for each unlabeled instance from the paths of labels of its labeled neighbors, while it considers whether the unlabeled instance is similar to its neighbors. Experiments on 12 challenging datasets from functional genomics show that making use of unlabeled along with labeled data can help to improve the performance of a supervised hierarchical classifier trained only on labeled data, even with statistical significance.

📄 PDF Abstract BibTeX arXiv:2405.00184

Code (1)

jona2510/sshmc-bli 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Exploring Beyond Logits: Hierarchical Dynamic Labeling Based on Embeddings for Semi-Supervised Classification

2024-04-26 · Yanbiao Ma, Licheng Jiao, Fang Liu, Lingling Li 외

In semi-supervised learning, methods that rely on confidence learning to generate pseudo-labels have been widely proposed. However, increasing research finds that when faced with noisy and biased data, the model's repres…

Pseudo Label

Semi-Supervised Learning with Taxonomic Labels

2021-11-23 · Jong-Chyi Su, Subhransu Maji

We propose techniques to incorporate coarse taxonomic labels to train image classifiers in fine-grained domains. Such labels can often be obtained with a smaller effort for fine-grained domains such as the natural world …

Transfer Learning

Semi-supervised Predictive Clustering Trees for (Hierarchical) Multi-label Classification

2022-07-19 · Jurica Levatić, Michelangelo Ceci, Dragi Kocev, Sašo Džeroski

Semi-supervised learning (SSL) is a common approach to learning predictive models using not only labeled examples, but also unlabeled examples. While SSL for the simple tasks of classification and regression has received…

ClassificationClusteringDescriptiveEnsemble Learning+3

Implicitly Constrained Semi-Supervised Least Squares Classification

2015-07-24 · Jesse H. Krijthe, Marco Loog

We introduce a novel semi-supervised version of the least squares classifier. This implicitly constrained least squares (ICLS) classifier minimizes the squared loss on the labeled data among the set of parameters implied…

ClassificationGeneral Classification

Robust Semi-supervised Least Squares Classification by Implicit Constraints

2015-12-27 · Jesse H. Krijthe, Marco Loog

We introduce the implicitly constrained least squares (ICLS) classifier, a novel semi-supervised version of the least squares classifier. This classifier minimizes the squared loss on the labeled data among the set of pa…

ClassificationGeneral Classification