paper-with-me

Papers

Funnelling: A New Ensemble Method for Heterogeneous Transfer Learning and its Application to Cross-Lingual Text Classification

2019-01-31 · Andrea Esuli, Alejandro Moreo, Fabrizio Sebastiani

Cross-lingual Text Classification (CLC) consists of automatically classifying, according to a common set C of classes, documents each written in one of a set of languages L, and doing so more accurately than when naively classifying each document via its corresponding language-specific classifier. In order to obtain an increase in the classification accuracy for a given language, the system thus needs to also leverage the training examples written in the other languages. We tackle multilabel CLC via funnelling, a new ensemble learning method that we propose here. Funnelling consists of generating a two-tier classification system where all documents, irrespectively of language, are classified by the same (2nd-tier) classifier. For this classifier all documents are represented in a common, language-independent feature space consisting of the posterior probabilities generated by 1st-tier, language-dependent classifiers. This allows the classification of all test documents, of any language, to benefit from the information present in all training documents, of any language. We present substantial experiments, run on publicly available multilingual text collections, in which funnelling is shown to significantly outperform a number of state-of-the-art baselines. All code and datasets (in vector form) are made publicly available.

📄 PDF Abstract BibTeX arXiv:1901.11459

Code (2)

AlexMoreo/funnelling 공식 구현
MindCode-4/code-3/tree/main/funnel mindspore

Tasks

AllClassificationEnsemble LearningGeneral Classificationtext-classificationText ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Generalized Funnelling: Ensemble Learning and Heterogeneous Document Embeddings for Cross-Lingual Text Classification

2021-09-17 · Alejandro Moreo, Andrea Pedrotti, Fabrizio Sebastiani

\emph{Funnelling} (Fun) is a recently proposed method for cross-lingual text classification (CLTC) based on a two-tier learning ensemble for heterogeneous transfer learning (HTL). In this ensemble method, 1st-tier classi…

Ensemble LearningMultilabel Text Classificationtext-classificationText Classification+1

Boosting Adversarial Transferability via Ensemble Non-Attention

2025-11-12 · Yipeng Zou, Qin Liu, Jie Wu, Yu Peng 외 arxiv

Ensemble attacks integrate the outputs of surrogate models with diverse architectures, which can be combined with various gradient-based attacks to improve adversarial transferability. However, previous work shows unsati…

Ensemble Diversity Facilitates Adversarial Transferability

2024-01-01 · CVPR 2024 1 · Bowen Tang, Zheng Wang, Yi Bin, Qi Dou 외

With the advent of ensemble-based attacks the transferability of generated adversarial examples is elevated by a noticeable margin despite many methods only employing superficial integration yet ignoring the diversit…

Diversityreinforcement-learningReinforcement Learning

Heterogeneous Ensemble Knowledge Transfer for Training Large Models in Federated Learning

2022-04-27 · Yae Jee Cho, Andre Manoel, Gauri Joshi, Robert Sim 외

Federated learning (FL) enables edge-devices to collaboratively learn a model without disclosing their private data to a central aggregating server. Most existing FL algorithms require models of identical architecture to…

DiversityEnsemble LearningFederated LearningTransfer Learning

EdgeConvEns: Convolutional Ensemble Learning for Edge Intelligence

2023-07-25 · Ilkay Sikdokur, İnci M. Baytaş, Arda Yurdakul

Deep edge intelligence aims to deploy deep learning models that demand computationally expensive training in the edge network with limited computational power. Moreover, many deep edge intelligence applications require h…

Ensemble LearningFederated Learning