paper-with-me

홈 › Papers

Tydra: An Efficient Hybrid Model for Tabular Data

2026-08-21 · Mieszko Komisarczyk, Saurabh Mathur, Maurice Kraus, Sriraam Natarajan, Kristian Kersting arxiv

Transformer-based tabular foundation models such as TabPFN achieve strong predictive performance but incur quadratic computational cost with context length. On the other hand, subquadratic SSM-based alternatives such as Hydra trade away accuracy for efficiency. To balance both, we introduce Tydra, a hybrid Transformer-State Space Model (SSM) architecture for tabular in-context learning that interleaves attention and SSM layers. Across 30 OpenML datasets, Tydra reduces inference time by 30% relative to TabPFN while retaining much of its predictive performance. Tydra also outperforms an approximately ten-times-larger Hydra model while providing faster inference. The results indicate that hybrid architectures are a promising direction for tabular foundation models.

📄 PDF Abstract BibTeX arXiv:2608.21199

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Re-Imagen: Retrieval-Augmented Text-to-Image Generator

2022-09-29 · Wenhu Chen, Hexiang Hu, Chitwan Saharia, William W. Cohen

Research on text-to-image generation has witnessed significant progress in generating diverse and photo-realistic images, driven by diffusion and auto-regressive models trained on large-scale image-text data. Though stat…

Image GenerationImage-text RetrievalRetrievalText Retrieval+2

QTabGAN: A Hybrid Quantum-Classical GAN for Tabular Data Synthesis

2026-02-13 · Subhangi Kumari, Rakesh Achutha, Vignesh Sivaraman arxiv

Synthesizing realistic tabular data is challenging due to heterogeneous feature types and high dimensionality. We introduce QTabGAN, a hybrid quantum-classical generative adversarial framework for tabular data synthesis.…

Active In-Context Learning for Tabular Foundation Models

2026-03-28 · Wilailuck Treerath, Fabrizio Pittorino arxiv

Active learning (AL) reduces labeling cost by querying informative samples, but in tabular settings its cold-start gains are often limited because uncertainty estimates are unreliable when models are trained on very few …

Active Learning

How Robust are the Tabular QA Models for Scientific Tables? A Study using Customized Dataset

2024-03-30 · Akash Ghosh, B Venkata Sahith, Niloy Ganguly, Pawan Goyal 외

Question-answering (QA) on hybrid scientific tabular and textual data deals with scientific information, and relies on complex numerical reasoning. In recent years, while tabular QA has seen rapid progress, understanding…

Question Answering

HyST: LLM-Powered Hybrid Retrieval over Semi-Structured Tabular Data

2025-08-25 · Jiyoon Myung, Jihyeon Park, Joohyung Han arxiv

User queries in real-world recommendation systems often combine structured constraints (e.g., category, attributes) with unstructured preferences (e.g., product descriptions or reviews). We introduce HyST (Hybrid retriev…

Recommendation Systems