paper-with-me

Papers

Deep Network Ensemble Learning applied to Image Classification using CNN Trees

2020-07-23 · Abdul Mueed Hafiz, Ghulam Mohiuddin Bhat

Traditional machine learning approaches may fail to perform satisfactorily when dealing with complex data. In this context, the importance of data mining evolves w.r.t. building an efficient knowledge discovery and mining framework. Ensemble learning is aimed at integration of fusion, modeling and mining of data into a unified model. However, traditional ensemble learning methods are complex and have optimization or tuning problems. In this paper, we propose a simple, sequential, efficient, ensemble learning approach using multiple deep networks. The deep network used in the ensembles is ResNet50. The model draws inspiration from binary decision/classification trees. The proposed approach is compared against the baseline viz. the single classifier approach i.e. using a single multiclass ResNet50 on the ImageNet and Natural Images datasets. Our approach outperforms the baseline on all experiments on the ImageNet dataset. Code is available in https://github.com/mueedhafiz1982/CNNTreeEnsemble.git

📄 PDF Abstract BibTeX arXiv:2008.00829

Code (1)

mueedhafiz1982/CNNTreeEnsemble 공식 구현 tf

Tasks

Ensemble LearningGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Interpreting Tree Ensembles with inTrees

2014-08-23 · Houtao Deng

Tree ensembles such as random forests and boosted trees are accurate but difficult to understand, debug and deploy. In this work, we provide the inTrees (interpretable trees) framework that extracts, measures, prunes and…

Future predictionGeneral Classificationregression

On Computing Optimal Tree Ensembles

2023-06-07 · Christian Komusiewicz, Pascal Kunz, Frank Sommer, Manuel Sorge

Random forests and, more generally, (decision\nobreakdash-)tree ensembles are widely used methods for classification and regression. Recent algorithmic advances allow to compute decision trees that are optimal for variou…

An Efficient Adversarial Attack for Tree Ensembles

2020-10-22 · NeurIPS 2020 12 · Chong Zhang, huan zhang, Cho-Jui Hsieh

We study the problem of efficient adversarial attacks on tree based ensembles such as gradient boosting decision trees (GBDTs) and random forests (RFs). Since these models are non-continuous step functions and gradient d…

Adversarial Attackvalid

Building Diversified Multiple Trees for Classification in High Dimensional Noisy Biomedical Data

2016-12-18 · Jiuyong Li, Lin Liu, Jixue Liu, Ryan Green

It is common that a trained classification model is applied to the operating data that is deviated from the training data because of noise. This paper demonstrates that an ensemble classifier, Diversified Multiple Tree (…

General Classification

Interactive Graphics for Visually Diagnosing Forest Classifiers in R

2017-04-08 · Natalia da Silva, Dianne Cook, Eun-Kyung Lee

This paper describes structuring data and constructing plots to explore forest classification models interactively. A forest classifier is an example of an ensemble, produced by bagging multiple trees. The process of bag…

Dimensionality ReductionGeneral Classification