paper-with-me

Papers

Meta-Ensemble Learning with Diverse Data Splits for Improved Respiratory Sound Classification

2026-04-27 · June-Woo Kim, Miika Toikkanen, Heejoon Koo, Yoon Tae Kim, Doyoung Kwon, Kyunghoon Kim arxiv

Training reliable respiratory sound classification models remains challenging due to the limited size and subject diversity of datasets. Ensemble methods can improve robustness, but when base models are trained on identical data, models tend to overfit and produce highly correlated predictions, thereby reducing the effectiveness of ensembling. In this work, we investigate a meta-ensemble learning methodology that enhances prediction diversity by training base models on diverse data splits and combining their outputs through a trained meta-model. Specifically, we train base models on the ICBHI dataset using two data split settings: fixed 80-20% split and five-fold cross-validation split, under two data granularity settings: patient- and sample-level. The resulting diversity in base model predictions enables the meta-model to better generalize. Our approach achieves new state-of-the-art performance on the ICBHI benchmark, reaching a Score of 66.49% and showing improved generalization on two out-of-distribution datasets, indicating its potential applicability to real-world clinical data.

📄 PDF Abstract BibTeX arXiv:2604.24096

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Improved Compositional Generalization by Generating Demonstrations for Meta-Learning

2023-05-22 · Sam Spilsbury, Pekka Marttinen, Alexander Ilin

Meta-learning and few-shot prompting are viable methods to induce certain types of compositional behaviour. However, these methods can be very sensitive to the choice of support examples used. Choosing good supports from…

Grounded language learningMeta-Learning

Accurate and Efficient Structural Ensemble Generation of Macrocyclic Peptides using Internal Coordinate Diffusion

2023-05-30 · Colin A. Grambow, Hayley Weir, Nathaniel L. Diamant, Gabriele Scalia 외

Macrocyclic peptides are an emerging therapeutic modality, yet computational approaches for accurately sampling their diverse 3D ensembles remain challenging due to their conformational diversity and geometric constraint…

BenchmarkingDiversity

The Meta-Learning Gap: Combining Hydra and Quant for Large-Scale Time Series Classification

2025-12-07 · Urav Maniar arxiv

Time series classification faces a fundamental trade-off between accuracy and computational efficiency. While comprehensive ensembles like HIVE-COTE 2.0 achieve state-of-the-art accuracy, their 340-hour training time on …

Time Series ClassificationComputational Efficiency

Learning to Coordinate Multiple Reinforcement Learning Agents for Diverse Query Reformulation

2018-09-27 · ICLR 2019 5 · Rodrigo Nogueira, Jannis Bulian, Massimiliano Ciaramita

We propose a method to efficiently learn diverse strategies in reinforcement learning for query reformulation in the tasks of document retrieval and question answering. In the proposed framework an agent consists of mult…

DiversityQuestion Answeringreinforcement-learningReinforcement Learning+2

Boosting-Based Sequential Meta-Tree Ensemble Construction for Improved Decision Trees

2024-02-09 · Ryota Maniwa, Naoki Ichijo, Yuta Nakahara, Toshiyasu Matsushima

A decision tree is one of the most popular approaches in machine learning fields. However, it suffers from the problem of overfitting caused by overly deepened trees. Then, a meta-tree is recently proposed. It solves the…