TFWT: Tabular Feature Weighting with Transformer
Xinhao Zhang, Zaitian Wang, Lu Jiang, Wanfu Gao, Pengfei Wang and, Kunpeng Liu

TL;DR
This paper introduces TFWT, a transformer-based feature weighting method for tabular data that captures complex feature dependencies and uses reinforcement learning for fine-tuning, improving performance on real-world datasets.
Contribution
The paper proposes a novel transformer-based feature weighting approach with reinforcement learning for tabular data, addressing limitations of existing methods that assume equal feature importance.
Findings
TFWT outperforms existing feature weighting methods on multiple datasets.
Transformer-based weighting captures complex feature dependencies effectively.
Reinforcement learning enhances the fine-tuning of feature weights.
Abstract
In this paper, we propose a novel feature weighting method to address the limitation of existing feature processing methods for tabular data. Typically the existing methods assume equal importance across all samples and features in one dataset. This simplified processing methods overlook the unique contributions of each feature, and thus may miss important feature information. As a result, it leads to suboptimal performance in complex datasets with rich features. To address this problem, we introduce Tabular Feature Weighting with Transformer, a novel feature weighting approach for tabular data. Our method adopts Transformer to capture complex feature dependencies and contextually assign appropriate weights to discrete and continuous features. Besides, we employ a reinforcement learning strategy to further fine-tune the weighting process. Our extensive experimental results across…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Handwritten Text Recognition Techniques · Face and Expression Recognition
MethodsLinear Layer · Multi-Head Attention · Dense Connections · Position-Wise Feed-Forward Layer · Dropout · Label Smoothing · Residual Connection · Absolute Position Encodings · Byte Pair Encoding · Adam
