Skip to main content
QUICK REVIEW

[論文レビュー] A Comprehensive Benchmark of Machine and Deep Learning Across Diverse Tabular Datasets

Assaf Shmuel, Oren Glickman|arXiv (Cornell University)|Aug 27, 2024
Machine Learning and Data Classification被引用数 6
ひとこと要約

この論文は111の表形式データセットを20モデル(DLとML)でベンチマークし、DLが従来のMLを上回るタイミングを特定。MLは一般に優れているが、条件とDLの優位性を86.1%の精度で予測するメタモデルを詳述。

ABSTRACT

The analysis of tabular datasets is highly prevalent both in scientific research and real-world applications of Machine Learning (ML). Unlike many other ML tasks, Deep Learning (DL) models often do not outperform traditional methods in this area. Previous comparative benchmarks have shown that DL performance is frequently equivalent or even inferior to models such as Gradient Boosting Machines (GBMs). In this study, we introduce a comprehensive benchmark aimed at better characterizing the types of datasets where DL models excel. Although several important benchmarks for tabular datasets already exist, our contribution lies in the variety and depth of our comparison: we evaluate 111 datasets with 20 different models, including both regression and classification tasks. These datasets vary in scale and include both those with and without categorical variables. Importantly, our benchmark contains a sufficient number of datasets where DL models perform best, allowing for a thorough analysis of the conditions under which DL models excel. Building on the results of this benchmark, we train a model that predicts scenarios where DL models outperform alternative methods with 86.1% accuracy (AUC 0.78). We present insights derived from this characterization and compare these findings to previous benchmarks.

研究の動機と目的

  • 111の表形式データセットに対する回帰と分類タスク全体で、さまざまなMLとDLモデルの性能を評価する。
  • DLがMLモデルを上回るデータセットの特徴を特定する。
  • DLがMLを超える場合を予測するメタ学習モデルを開発し、表形式データに対するモデル選択を有益なものにする。
  • DL対MLの性能に影響を与えるデータセット特徴に関する説明可能な洞察を提供する。

提案手法

  • 111の表形式データセットをベンチマーク(57回帰、54分類)。
  • 20モデルを評価:7つのDLベース、7つの木構造のアンサンブルMLモデル、6つのその他。
  • 回帰はRMSE/MAE/R^2、分類はAccuracy/AUC/F1を計算するために10-foldクロスバリデーションを使用。
  • モデルを全体とグループ別にランク付けする(TE/ML 対 DL)。
  • 20のメタ特徴でデータセットをプロファイルし、DLとMLのどちらがより良いかを予測するメタラーニングモデルを訓練する(A*)。
  • 解釈可能なモデル(ロジスティック回帰と記号回帰)を推定して、DL対MLの予測因子を解釈する。

実験結果

リサーチクエスチョン

  • RQ1表形式データで深層学習モデルが従来のMLモデルを上回るデータセットはどれか?
  • RQ2DLが有利になるデータセット特性(メタ特徴)は何か?
  • RQ3新しい表形式データセットに対してDLがMLを上回る場合を、メタ学習モデルは正確に予測できるか?

主な発見

モデルグループ最適数平均ランク中央値ランクトップ3モデルにおける数
AutoGluonOther394.8458
SVMOther1012.41415
ResNetDL79.71013
CatBoostTE76.6535
LightGBMTE66.9633
H2O-GBMTE68.6818
TPOTTE57.7723
AutoGluon-DLDL58.7821
H2O-DLDL411.51111
gplearnOther315177
MLPDL39.61013
LROther311.61316
XGBoostTE38.4819
Random ForestTE38.5820
DCNV2DL311.61210
AdaBoostTE112.3135
FT-TransformerDL013.9141
TabNetDL017.2180
  • 111のデータセット全体で、MLモデル、特に木ベースのアンサンブルがDLモデルを一般的に上回る。
  • AutoGluon(アンサンブルAutoMLアプローチ)は全体のトップパフォーマンスで、39/111データセットで他を上回る。
  • DLモデルはデータセットの少数で最高性能を達成(例:トップDLエントリは11/111)。TabNetは本研究で最悪の性能。
  • DLの優位性を予測するメタラーニングモデルは、全メタデータセットで86.1%の精度(AUC 0.78)を達成し、説明可能なベースラインとしてロジスティック回帰(AUC 0.68)を提供。
  • 分類タスクは回帰タスクよりもDLの優位性に若干有利。
  • データセットの峰度はDLの優位性の重要な予測因子であり、高い峰度はDLの有用性と相関。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。