paper-with-me

홈 › Papers

BioKlustering: a web app for semi-supervised learning of maximally imbalanced genomic data

2022-09-23 · Samuel Ozminkowski, Yuke Wu, Hailey Bruzzone, Liule Yang, Zhiwen Xu, Luke Selberg, Chunrong Huang, Helena Jaramillo-Mesa, Claudia Solis-Lemus

Summary: Accurate phenotype prediction from genomic sequences is a highly coveted task in biological and medical research. While machine-learning holds the key to accurate prediction in a variety of fields, the complexity of biological data can render many methodologies inapplicable. We introduce BioKlustering, a user-friendly open-source and publicly available web app for unsupervised and semi-supervised learning specialized for cases when sequence alignment and/or experimental phenotyping of all classes are not possible. Among its main advantages, BioKlustering 1) allows for maximally imbalanced settings of partially observed labels including cases when only one class is observed, which is currently prohibited in most semi-supervised methods, 2) takes unaligned sequences as input and thus, allows learning for widely diverse sequences (impossible to align) such as virus and bacteria, 3) is easy to use for anyone with little or no programming expertise, and 4) works well with small sample sizes. Availability and Implementation: BioKlustering (https://bioklustering.wid.wisc.edu) is a freely available web app implemented with Django, a Python-based framework, with all major browsers supported. The web app does not need any installation, and it is publicly available and open-source (https://github.com/solislemuslab/bioklustering).

📄 PDF Abstract BibTeX arXiv:2209.11730

Code (1)

solislemuslab/bioklustering 공식 구현

Similar Papers 제목 키워드 기반

Class-Imbalanced Semi-Supervised Learning

2020-02-17 · Minsung Hyun, Jisoo Jeong, Nojun Kwak

Semi-Supervised Learning (SSL) has achieved great success in overcoming the difficulties of labeling and making full use of unlabeled data. However, SSL has a limited assumption that the numbers of samples in different c…

Cluster-Guided Semi-Supervised Domain Adaptation for Imbalanced Medical Image Classification

2023-03-02 · Shota Harada, Ryoma Bise, Kengo Araki, Akihiko Yoshizawa 외

Semi-supervised domain adaptation is a technique to build a classifier for a target domain by modifying a classifier in another (source) domain using many unlabeled samples and a small number of labeled samples from the …

ClusteringDomain Adaptationimage-classificationImage Classification+3

Rethinking the Value of Labels for Improving Class-Imbalanced Learning

2020-06-13 · NeurIPS 2020 12 · Yuzhe Yang, Zhi Xu

Real-world data often exhibits long-tailed distributions with heavy class imbalance, posing great challenges for deep recognition models. We identify a persisting dilemma on the value of labels in the context of imbalanc…

Long-tail Learning

SeMi: When Imbalanced Semi-Supervised Learning Meets Mining Hard Examples

2025-01-10 · Yin Wang, Zixuan Wang, Hao Lu, Zhen Qin 외

Semi-Supervised Learning (SSL) can leverage abundant unlabeled data to boost model performance. However, the class-imbalanced data distribution in real-world scenarios poses great challenges to SSL, resulting in performa…

Ess-InfoGAIL: Semi-supervised Imitation Learning from Imbalanced Demonstrations

2023-09-21 · NeurIPS 2023 11

Imitation learning aims to reproduce expert behaviors without relying on an explicit reward signal. However, real-world demonstrations often present challenges, such as multi-modal, data imbalance, and expensive labeling…