paper-with-me

홈 › Papers

Benchmarking Multimodal AutoML for Tabular Data with Text Fields

2021-11-04 · Xingjian Shi, Jonas Mueller, Nick Erickson, Mu Li, Alexander J. Smola

We consider the use of automated supervised learning systems for data tables that not only contain numeric/categorical columns, but one or more text fields as well. Here we assemble 18 multimodal data tables that each contain some text fields and stem from a real business application. Our publicly-available benchmark enables researchers to comprehensively evaluate their own methods for supervised learning with numeric, categorical, and text features. To ensure that any single modeling strategy which performs well over all 18 datasets will serve as a practical foundation for multimodal text/tabular AutoML, the diverse datasets in our benchmark vary greatly in: sample size, problem types (a mix of classification and regression tasks), number of features (with the number of text columns ranging from 1 to 28 between datasets), as well as how the predictive signal is decomposed between text vs. numeric/categorical features (and predictive interactions thereof). Over this benchmark, we evaluate various straightforward pipelines to model such data, including standard two-stage approaches where NLP is used to featurize the text such that AutoML for tabular data can then be applied. Compared with human data science teams, the fully automated methodology that performed best on our benchmark (stack ensembling a multimodal Transformer with various tree models) also manages to rank 1st place when fit to the raw text/tabular data in two MachineHack prediction competitions and 2nd place (out of 2380 teams) in Kaggle's Mercari Price Suggestion Challenge.

📄 PDF Abstract BibTeX arXiv:2111.02705

Code (2)

awslabs/autogluon 공식 구현 mxnet
sxjscience/automl_multimodal_benchmark 공식 구현

Tasks

AutoMLBenchmarkingBinary Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Bag of Tricks for Multimodal AutoML with Image, Text, and Tabular Data

2024-12-19 · Zhiqiang Tang, Zihan Zhong, Tong He, Gerald Friedland

This paper studies the best practices for automatic machine learning (AutoML). While previous AutoML efforts have predominantly focused on unimodal data, the multimodal aspect remains under-explored. Our study delves int…

AutoMLcross-modal alignmentData Augmentation

Multimodal AutoML on Structured Tables with Text Fields

2021-05-20 · ICML Workshop AutoML 2021 7 · Xingjian Shi, Jonas Mueller, Nick Erickson, Mu Li 외

We design automated supervised learning systems for data tables that not only contain numeric/categorical columns, but text fields as well. Here we assemble 15 multimodal data tables that each conta…

AutoML

AutoGluon-Multimodal (AutoMM): Supercharging Multimodal AutoML with Foundation Models

2024-04-24 · Zhiqiang Tang, Haoyang Fang, Su Zhou, Taojiannan Yang 외

AutoGluon-Multimodal (AutoMM) is introduced as an open-source AutoML library designed specifically for multimodal learning. Distinguished by its exceptional ease of use, AutoMM enables fine-tuning of foundation models wi…

AutoMLImage Segmentationobject-detectionObject Detection+2

Pre-Hoc Predictions in AutoML: Leveraging LLMs to Enhance Model Selection and Benchmarking for Tabular datasets

2025-10-02 · Yannis Belkhiter, Seshu Tirupathi, Giulio Zizzo, Sachin Sharma 외 arxiv

The field of AutoML has made remarkable progress in post-hoc model selection, with libraries capable of automatically identifying the most performing models for a given dataset. Nevertheless, these methods often rely on …

Evaluation of Representation Models for Text Classification with AutoML Tools

2021-06-24 · Sebastian Brändle, Marc Hanussek, Matthias Blohm, Maximilien Kintz

Automated Machine Learning (AutoML) has gained increasing success on tabular data in recent years. However, processing unstructured data like text is a challenge and not widely supported by open-source AutoML tools. This…

AutoMLtext-classificationText Classification