paper-with-me

Papers

SALT : Sharing Attention between Linear layer and Transformer for tabular dataset

2021-09-29 · Juseong Kim, Jinsun Park, Giltae Song

Handling tabular data with deep learning models is a challenging problem despite their remarkable success in vision and language processing applications. Therefore, many practitioners still rely on classical models such as gradient boosting decision trees (GBDTs) rather than deep networks due to their superior performance with tabular data. In this paper, we propose a novel hybrid deep network architecture for tabular data, dubbed SALT (Sharing Attention between Linear layer and Transformer). The proposed SALT consists of two blocks: Transformers and linear layers blocks that take advantage of shared attention matrices. The shared attention matrices enable transformers and linear layers to closely cooperate with each other, and it leads to improved performance and robustness. Our algorithm outperforms tree-based ensemble models and previous deep learning methods in multiple benchmark datasets. We further demonstrate the robustness of the proposed SALT with semi-supervised learning and pre-training with small dataset scenarios.

📄 PDF Abstract BibTeX

Code (1)

juseong03/salt 공식 구현 pytorch

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Energy Storage Autonomy in Renewable Energy Systems Through Hydrogen Salt Caverns

2025-04-16 · David Franzmann, Thora Schubert, Heidi Heinrichs, Peter A. Kukla 외

The expansion of renewable energy sources leads to volatility in electricity generation within energy systems. Subsurface storage of hydrogen in salt caverns can play an important role in long-term energy storage, but th…

Causal Probabilistic Spatio-temporal Fusion Transformers in Two-sided Ride-Hailing Markets

2021-01-01 · Shixiang Wan, Shikai Luo, Hongtu Zhu

Achieving accurate spatio-temporal predictions in large-scale systems is extremely valuable in many real-world applications, such as weather forecasts, retail forecasting, and urban traffic forecasting. So far, most exis…

Causal Inference

Automatic Seismic Salt Interpretation with Deep Convolutional Neural Networks

2018-11-24 · Yu Zeng, Kebei Jiang, Jie Chen

One of the most crucial tasks in seismic reflection imaging is to identify the salt bodies with high precision. Traditionally, this is accomplished by visually picking the salt/sediment boundaries, which requires a great…

Cross-layer Attention Sharing for Large Language Models

2024-08-04 · Yongyu Mu, Yuzhang Wu, Yuchun Fan, Chenglong Wang 외

As large language models (LLMs) evolve, the increase in model depth and parameter number leads to substantial redundancy. To enhance the efficiency of the attention mechanism, previous works primarily compress the KV cac…

PSViT: Better Vision Transformer via Token Pooling and Attention Sharing

2021-08-07 · BoYu Chen, Peixia Li, Baopu Li, Chuming Li 외

In this paper, we observe two levels of redundancies when applying vision transformers (ViT) for image recognition. First, fixing the number of tokens through the whole network produces redundant features at the spatial …