paper-with-me

홈 › Papers

TabAttention: Learning Attention Conditionally on Tabular Data

2023-10-27 · Michal K. Grzeszczyk, Szymon Płotka, Beata Rebizant, Katarzyna Kosińska-Kaczyńska, Michał Lipa, Robert Brawura-Biskupski-Samaha, Przemysław Korzeniowski, Tomasz Trzciński, Arkadiusz Sitek

Medical data analysis often combines both imaging and tabular data processing using machine learning algorithms. While previous studies have investigated the impact of attention mechanisms on deep learning models, few have explored integrating attention modules and tabular data. In this paper, we introduce TabAttention, a novel module that enhances the performance of Convolutional Neural Networks (CNNs) with an attention mechanism that is trained conditionally on tabular data. Specifically, we extend the Convolutional Block Attention Module to 3D by adding a Temporal Attention Module that uses multi-head self-attention to learn attention maps. Furthermore, we enhance all attention modules by integrating tabular data embeddings. Our approach is demonstrated on the fetal birth weight (FBW) estimation task, using 92 fetal abdominal ultrasound video scans and fetal biometry measurements. Our results indicate that TabAttention outperforms clinicians and existing methods that rely on tabular and/or imaging data for FBW prediction. This novel approach has the potential to improve computer-aided diagnosis in various clinical workflows where imaging and tabular data are combined. We provide a source code for integrating TabAttention in CNNs at https://github.com/SanoScience/Tab-Attention.

📄 PDF Abstract BibTeX arXiv:2310.18129

Code (1)

sanoscience/tab-attention 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Fairness Risks for Group-conditionally Missing Demographics

2024-02-20 · Kaiqi Jiang, Wenzhe Fan, Mao Li, Xinhua Zhang

Fairness-aware classification models have gained increasing attention in recent years as concerns grow on discrimination against some demographic groups. Most existing models require full knowledge of the sensitive featu…

Fairness

The Good, the Bad, and the Ugly of Markov Boundary for Tabular Prediction

2026-05-28 · Shu Wan, Abhinav Gorantla, Huan Liu, K. Selçuk Candan arxiv

Under standard graphical assumptions, the Markov boundary of a target variable is the smallest set of features that renders every other feature redundant. Once the boundary is observed, the target is conditionally indepe…

LATTLE: LLM Attention Transplant for Transfer Learning of Tabular Data Across Disparate Domains

2025-11-08 · Ibna Kowsar, Kazi F. Akhter, Manar D. Samad arxiv

Transfer learning on tabular data is challenging due to disparate feature spaces across domains, in contrast to the homogeneous structures of image and text. Large language models (LLMs) offer a knowledge base to improve…

Prompt EngineeringTransfer Learning

Between-Sample Relationship in Learning Tabular Data Using Graph and Attention Networks

2023-06-11 · Shourav B. Rabbani, Manar D. Samad

Traditional machine learning assumes samples in tabular data to be independent and identically distributed (i.i.d). This assumption may miss useful information within and between sample relationships in representation le…

Deep AttentionRepresentation Learning

Multimodal Contrastive Learning and Tabular Attention for Automated Alzheimer's Disease Prediction

2023-08-29 · Weichen Huang

Alongside neuroimaging such as MRI scans and PET, Alzheimer's disease (AD) datasets contain valuable tabular data including AD biomarkers and clinical assessments. Existing computer vision approaches struggle to utilize …

Contrastive LearningDisease Prediction