paper-with-me

Papers

On Extending Neural Networks with Loss Ensembles for Text Classification

2017-11-14 · ALTA 2017 12 · Hamideh Hajiabadi, Diego Molla-Aliod, Reza Monsefi

Ensemble techniques are powerful approaches that combine several weak learners to build a stronger one. As a meta learning framework, ensemble techniques can easily be applied to many machine learning techniques. In this paper we propose a neural network extended with an ensemble loss function for text classification. The weight of each weak loss function is tuned within the training phase through the gradient propagation optimization method of the neural network. The approach is evaluated on several text classification datasets. We also evaluate its performance in various environments with several degrees of label noise. Experimental results indicate an improvement of the results and strong resilience against label noise in comparison with other methods.

📄 PDF Abstract BibTeX arXiv:1711.05170

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMeta-Learningtext-classificationText Classification

Similar Papers 제목 키워드 기반

KGTN-ens: Few-Shot Image Classification with Knowledge Graph Ensembles

2022-11-06 · Dominik Filipiak, Anna Fensel, Agata Filipowska

We propose KGTN-ens, a framework extending the recent Knowledge Graph Transfer Network (KGTN) in order to incorporate multiple knowledge graph embeddings at a small cost. We evaluate it with different combinations of emb…

Few-Shot Image Classificationimage-classificationImage ClassificationKnowledge Graph Embeddings

Multi-loss ensemble deep learning for chest X-ray classification

2021-09-29 · Sivaramakrishnan Rajaraman, Ghada Zamzmi, Sameer Antani

Medical images commonly exhibit multiple abnormalities. Predicting them requires multi-class classifiers whose training and desired reliable performance can be affected by a combination of factors, such as, dataset size,…

ClassificationDeep LearningImage Classificationimbalanced classification+2

Window-Based Early-Exit Cascades for Uncertainty Estimation: When Deep Ensembles are More Efficient than Single Models

2023-03-14 · ICCV 2023 1 · Guoxuan Xia, Christos-Savvas Bouganis

Deep Ensembles are a simple, reliable, and effective method of improving both the predictive performance and uncertainty estimates of deep learning approaches. However, they are widely criticised as being computationally…

Binary Classification

Generating Compact Tree Ensembles via Annealing

2017-09-16 · Gitesh Dawer, Yangzi Guo, Adrian Barbu

Tree ensembles are flexible predictive models that can capture relevant variables and to some extent their interactions in a compact and interpretable manner. Most algorithms for obtaining tree ensembles are based on ver…

On Uniform, Bayesian, and PAC-Bayesian Deep Ensembles

2024-06-08 · Nick Hauptvogel, Christian Igel

It is common practice to combine deep neural networks into ensembles. These deep ensembles can benefit from the cancellation of errors effect: Errors by ensemble members may average out, leading to better generalization …