paper-with-me

Papers

Efficient Multi-stage Inference on Tabular Data

2023-03-21 · Daniel S Johnson, Igor L Markov

Many ML applications and products train on medium amounts of input data but get bottlenecked in real-time inference. When implementing ML systems, conventional wisdom favors segregating ML code into services queried by product code via Remote Procedure Call (RPC) APIs. This approach clarifies the overall software architecture and simplifies product code by abstracting away ML internals. However, the separation adds network latency and entails additional CPU overhead. Hence, we simplify inference algorithms and embed them into the product code to reduce network communication. For public datasets and a high-performance real-time platform that deals with tabular data, we show that over half of the inputs are often amenable to such optimization, while the remainder can be handled by the original model. By applying our optimization with AutoML to both training and inference, we reduce inference latency by 1.3x, CPU resources by 30%, and network communication between application front-end and ML back-end by about 50% for a commercial end-to-end ML platform that serves millions of real-time decisions per second.

📄 PDF Abstract BibTeX arXiv:2303.11580

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLCPU

Similar Papers 제목 키워드 기반

Is One Layer Enough? Understanding Inference Dynamics in Tabular Foundation Models

2026-05-07 · Amir Rezaei Balef, Mykhailo Koshil, Katharina Eggensperger arxiv

Transformer-based tabular foundation models (TFMs) dominate small to medium tabular predictive benchmark tasks, yet their inference mechanisms remain largely unexplored. We present the first large-scale mechanistic study…

Right for the Right Reason: Evidence Extraction for Trustworthy Tabular Reasoning

2022-05-01 · ACL 2022 5 · Vivek Gupta, Shuo Zhang, Alakananda Vempala, Yujie He 외

When pre-trained contextualized embedding-based models developed for unstructured data are adapted for structured tabular data, they perform admirably. However, recent probing studies show that these models use spurious …

Localized TabICLv2: Scaling Tabular In-Context Learning through k-NN

2026-08-17 · Beimnet Bekele Guta arxiv

Foundational models for tabular data have made significant progress in recent years, with TabICLv2 reporting state-of-the-art performance on several tabular classification tasks. However, full-context tabular ICL still s…

Right for the Right Reason: Evidence Extraction for Trustworthy Tabular Reasoning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

When pre-trained contextualized embeddings-based models developed for unstructured data are adapted for structured tabular data, they perform admirably. However, recent probing studies show that these models use spurious…

No Data? No Problem: Robust Vision-Tabular Learning with Missing Values

2025-12-22 · Marta Hasny, Laura Daza, Keno Bressem, Maxime Di Folco 외 arxiv

Large-scale medical biobanks provide imaging data complemented by extensive tabular information, such as clinical measurements or demographics. However, this abundance of tabular attributes does not reflect real-world da…

Data Augmentation