paper-with-me

홈 › Papers

Deep vs. Diverse Architectures for Classification Problems

2017-08-21 · Colleen M. Farrelly

This study compares various superlearner and deep learning architectures (machine-learning-based and neural-network-based) for classification problems across several simulated and industrial datasets to assess performance and computational efficiency, as both methods have nice theoretical convergence properties. Superlearner formulations outperform other methods at small to moderate sample sizes (500-2500) on nonlinear and mixed linear/nonlinear predictor relationship datasets, while deep neural networks perform well on linear predictor relationship datasets of all sizes. This suggests faster convergence of the superlearner compared to deep neural network architectures on many messy classification problems for real-world data. Superlearners also yield interpretable models, allowing users to examine important signals in the data; in addition, they offer flexible formulation, where users can retain good performance with low-computational-cost base algorithms. K-nearest-neighbor (KNN) regression demonstrates improvements using the superlearner framework, as well; KNN superlearners consistently outperform deep architectures and KNN regression, suggesting that superlearners may be better able to capture local and global geometric features through utilizing a variety of algorithms to probe the data space.

📄 PDF Abstract BibTeX arXiv:1708.06347

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationComputational EfficiencyGeneral Classificationregression

Methods 이 논문이 사용한 방법론

Affine Coupling 설명 없음
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

EncT5: A Framework for Fine-tuning T5 as Non-autoregressive Models

2021-10-16 · Frederick Liu, Terry Huang, Shihang Lyu, Siamak Shakeri 외

Pre-trained encoder-decoder transformer architectures have become increasingly popular recently with the advent of T5 models. T5 has also become more favorable over other architectures like BERT due to the amount of data…

DecoderLanguage ModellingMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

An Empirical Evaluation of various Deep Learning Architectures for Bi-Sequence Classification Tasks

2016-07-17 · COLING 2016 12 · Anirban Laha, Vikas Raykar

Several tasks in argumentation mining and debating, question-answering, and natural language inference involve classifying a sequence in the context of another sequence (referred as bi-sequence classification). For sever…

ClassificationDeep LearningGeneral ClassificationNatural Language Inference+1

Is it enough to optimize CNN architectures on ImageNet?

2021-03-16 · Lukas Tuggener, Jürgen Schmidhuber, Thilo Stadelmann

Classification performance based on ImageNet is the de-facto standard metric for CNN development. In this work we challenge the notion that CNN architecture design solely based on ImageNet leads to generally effective co…

image-classificationImage Classification

On the choice of graph neural network architectures

2019-11-13 · Clément Vignac, Guillermo Ortiz-Jiménez, Pascal Frossard

Seminal works on graph neural networks have primarily targeted semi-supervised node classification problems with few observed labels and high-dimensional signals. With the development of graph networks, this setup has be…

Graph Neural NetworkNode Classification

SCENIC: A JAX Library for Computer Vision Research and Beyond

2021-10-18 · CVPR 2022 1 · Mostafa Dehghani, Alexey Gritsenko, Anurag Arnab, Matthias Minderer 외

Scenic is an open-source JAX library with a focus on Transformer-based models for computer vision research and beyond. The goal of this toolkit is to facilitate rapid experimentation, prototyping, and research of new vis…

GPU