paper-with-me

홈 › Papers

SOMTab: Set-Order Mamba for Efficient Tabular In-Context Learning

2026-08-28 · Hao Wang, Siyu Zhang, Wei Ma arxiv

Tabular foundation models based on in-context learning have recently emerged as strong alternatives to task-specific model fitting. However, the current performance frontier remains dominated by attention-heavy architectures, where attention is used throughout the modeling pipeline. This raises a natural question: is attention necessary at every stage of tabular in-context learning? We introduce SOMTab, a Set-Order Mamba architecture for efficient tabular in-context learning. SOMTab separates representation construction from query-conditioned retrieval. For row and column representations, it maps unordered table tokens into stable latent slots and applies Mamba-based state-space mixing to construct compact representations. For final prediction, it retains attention-based in-context learning to preserve query-conditioned retrieval from labeled context examples. We further introduce DCH-TailMix, a synthetic prior that combines degree-corrected graph heterogeneity with mixed heavy-tailed regimes to diversify synthetic dependency structures. Across tabular benchmarks, SOMTab approaches the performance of strong Transformer-based tabular foundation models while achieving faster inference and lower GPU memory usage, yielding a favorable efficiency--accuracy trade-off.

📄 PDF Abstract BibTeX arXiv:2608.27882

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tabular Data with Class Imbalance: Predicting Electric Vehicle Crash Severity with Pretrained Transformers (TabPFN) and Mamba-Based Models

2025-09-14 · Shriyank Somvanshi, Pavan Hebli, Gaurab Chhetri, Subasish Das arxiv

This study presents a deep tabular learning framework for predicting crash severity in electric vehicle (EV) collisions using real-world crash data from Texas (2017-2023). After filtering for electric-only vehicles, 23,3…

severity predictionFeature Importance

MambaTab: A Plug-and-Play Model for Learning Tabular Data

2024-01-16 · Md Atik Ahamed, Qiang Cheng

Despite the prevalence of images and texts in machine learning, tabular data remains widely used across various domains. Existing deep learning models, such as convolutional neural networks and transformers, perform well…

ClassificationMamba

Mamba for Scalable and Efficient Personalized Recommendations

2024-09-11 · Andrew Starnes, Clayton Webster

In this effort, we propose using the Mamba for handling tabular data in personalized recommendation systems. We present the \textit{FT-Mamba} (Feature Tokenizer\,$+$\,Mamba), a novel hybrid model that replaces Transforme…

Computational EfficiencyMambaMusic RecommendationRecommendation Systems+1

Graph-MambaNav: Spatial-Temporal Graph Mamba Leveraging Object-Relation Knowledge for Object-Goal Navigation

2026-08-13 · Leyuan Sun, Genxin Chen, Linwei Ye, Yan Zhang 외 arxiv

Object-goal navigation requires an agent to reason over object relationships and prioritize target-relevant objects for efficient decision making in unseen environments. While existing graph-based methods incorporate tar…

Decision Making

On the Efficiency of NLP-Inspired Methods for Tabular Deep Learning

2024-11-26 · Anton Frederik Thielmann, Soheila Samiee

Recent advancements in tabular deep learning (DL) have led to substantial performance improvements, surpassing the capabilities of traditional models. With the adoption of techniques from natural language processing (NLP…

Computational EfficiencyDeep LearningLanguage ModelingLanguage Modelling+1