paper-with-me

Papers

Supervised learning pays attention

2025-12-10 · Erin Craig, Robert Tibshirani arxiv

In-context learning with attention enables large neural networks to make context-specific predictions by selectively focusing on relevant examples. Here, we adapt this idea to supervised learning procedures such as lasso regression and gradient boosting, for tabular data. Our goals are to (1) flexibly fit personalized models for each prediction point and (2) retain model simplicity and interpretability. Our method fits a local model for each test observation by weighting the training data according to attention, a supervised similarity measure that emphasizes features and interactions that are predictive of the outcome. Attention weighting allows the method to adapt to heterogeneous data in a data-driven way, without requiring cluster or similarity pre-specification. Further, our approach is uniquely interpretable: for each test observation, we identify which features are most predictive and which training observations are most relevant. We then show how to use attention weighting for time series and spatial data, and we present a method for adapting pretrained tree-based models to distributional shift using attention-weighted residual corrections. Across real and simulated datasets, attention weighting improves predictive performance while preserving interpretability, and theory shows that attention-weighting linear models attain lower mean squared error than the standard linear model under mixture-of-models data-generating processes with known subgroup structure.

📄 PDF Abstract BibTeX arXiv:2512.09912

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Document Embedding Enhanced Event Detection with Hierarchical and Supervised Attention

2018-07-01 · ACL 2018 7 · Yue Zhao, Xiaolong Jin, Yuanzhuo Wang, Xue-Qi Cheng

Document-level information is very important for event detection even at sentence level. In this paper, we propose a novel Document Embedding Enhanced Bi-RNN model, called DEEB-RNN, to detect events in sentences. This mo…

Document EmbeddingEvent DetectionSentence

Perturbation-based Self-supervised Attention for Text Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

For text classification, the traditional attention mechanism usually pays too much attention to words that appear frequently and needs a lot of labeled data for learning a good distribution. Introducing human attention i…

ClassificationSentencetext-classificationText Classification

Attention-Seeker: Dynamic Self-Attention Scoring for Unsupervised Keyphrase Extraction

2024-09-17 · Erwin D. López Z., Cheng Tang, Atsushi Shimada

This paper proposes Attention-Seeker, an unsupervised keyphrase extraction method that leverages self-attention maps from a Large Language Model to estimate the importance of candidate phrases. Our approach identifies sp…

Keyphrase ExtractionLanguage ModelingLanguage ModellingLarge Language Model

Calibrating Uncertainty for Semi-Supervised Crowd Counting

2023-08-19 · ICCV 2023 1 · Chen Li, Xiaoling Hu, Shahira Abousamra, Chao Chen

Semi-supervised crowd counting is an important yet challenging task. A popular approach is to iteratively generate pseudo-labels for unlabeled data and add them to the training set. The key is to use uncertainty to selec…

Crowd Counting

Pseudo Labels Refinement with Intra-camera Similarity for Unsupervised Person Re-identification

2023-04-25 · Pengna Li, Kangyi Wu, Sanping Zhou. Qianxin Huang, Jinjun Wang

Unsupervised person re-identification (Re-ID) aims to retrieve person images across cameras without any identity labels. Most clustering-based methods roughly divide image features into clusters and neglect the feature d…

ClusteringPerson Re-IdentificationUnsupervised Person Re-Identification