paper-with-me

홈 › Papers

SG-XDEAT: Sparsity-Guided Cross-Dimensional and Cross-Encoding Attention with Target-Aware Conditioning in Tabular Learning

2025-10-14 · Chih-Chuan Cheng, Yi-Ju Tseng arxiv

We propose SG-XDEAT (Sparsity-Guided Cross Dimensional and Cross-Encoding Attention with Target Aware Conditioning), a novel framework designed for supervised learning on tabular data. At its core, SG-XDEAT employs a dual-stream encoder that decomposes each input feature into two parallel representations: a raw value stream and a target-conditioned (label-aware) stream. These dual representations are then propagated through a hierarchical stack of attention-based modules. SG-XDEAT integrates three key components: (i) Cross-Dimensional self-attention, which captures intra-view dependencies among features within each stream; (ii) Cross-Encoding self-attention, which enables bidirectional interaction between raw and target-aware representations; and (iii) an Adaptive Sparse Self-Attention (ASSA) mechanism, which dynamically suppresses low-utility tokens by driving their attention weights toward zero--thereby mitigating the impact of noise. Empirical results on multiple public benchmarks show consistent gains over strong baselines, confirming that jointly modeling raw and target-aware views--while adaptively filtering noise--yields a more robust deep tabular learner.

📄 PDF Abstract BibTeX arXiv:2510.12659

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SViTT: Temporal Learning of Sparse Video-Text Transformers

2023-04-18 · CVPR 2023 1 · Yi Li, Kyle Min, Subarna Tripathi, Nuno Vasconcelos

Do video-text transformers learn to model temporal relationships across frames? Despite their immense capacity and the abundance of multimodal training data, recent work has revealed the strong tendency of video-text mod…

Question AnsweringRetrievalText RetrievalVideo Question Answering+1

scKDGM: KAN-guided Dynamic Graph Masked Learning for Single-Cell RNA-seq Clustering

2026-06-26 · Jun Tang, Pengwei Hu, Sicong Gao, Jie Guo 외 arxiv

Single-cell RNA sequencing (scRNA-seq) clustering is essential for identifying cell types, but high dimensionality, sparsity, dropout, and technical noise hinder robust expression representation and cell graph constructi…

Contrastive LearningGraph Clustering

TRIM: Achieving Extreme Sparsity with Targeted Row-wise Iterative Metric-driven Pruning

2025-05-22 · Florentin Beck, William Rudman, Carsten Eickhoff

Large Language Models (LLMs) present significant computational and memory challenges due to their extensive size, making pruning essential for their efficient deployment. Existing one-shot pruning methods often apply uni…

GRASP LoRA: GRPO Guided Adapter Sparsity Policy for Cross Lingual Transfer

2026-01-10 · Besher Hassan, Xiuying Chen arxiv

Parameter efficient fine tuning is a way to adapt LLMs to new languages when compute or data are limited, yet adapter pipelines usually choose a global prune ratio by grid search. This practice is computationally expensi…

Question Answering

Do Sparse Autoencoders Identify Reasoning Features in Language Models?

2026-01-09 · George Ma, Zhongyuan Liang, Irene Y. Chen, Somayeh Sojoudi arxiv

We study how reliably sparse autoencoders (SAEs) support claims about reasoning-related internal features in large language models. We first give a stylized analysis showing that sparsity-regularized decoding can prefere…