paper-with-me

홈 › Papers

LMK > CLS: Landmark Pooling for Dense Embeddings

2026-01-29 · Meet Doshi, Aashka Trivedi, Vishwajeet Kumar, Parul Awasthy, Yulong Li, Jaydeep Sen, Radu Florian, Sachindra Joshi arxiv

Representation learning is central to many downstream tasks such as search, clustering, classification, and reranking. State-of-the-art sequence encoders typically collapse a variable-length token sequence to a single vector using a pooling operator, most commonly a special [CLS] token or mean pooling over token embeddings. In this paper, we identify systematic weaknesses of these pooling strategies: [CLS] tends to concentrate information toward the initial positions of the sequence and can under-represent distributed evidence, while mean pooling can dilute salient local signals, sometimes leading to worse short-context performance. To address these issues, we introduce Landmark (LMK) pooling, which partitions a sequence into chunks, inserts landmark tokens between chunks, and forms the final representation by mean-pooling the landmark token embeddings. This simple mechanism improves long-context extrapolation without sacrificing local salient features, at the cost of introducing a small number of special tokens. We empirically demonstrate that LMK pooling matches existing methods on short-context retrieval tasks and yields substantial improvements on long-context tasks, making it a practical and scalable alternative to existing pooling methods.

📄 PDF Abstract BibTeX arXiv:2601.21525

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

From Pixels to Patches: Pooling Strategies for Earth Embeddings

2026-03-02 · Isaac Corley, Caleb Robinson, Inbal Becker-Reshef, Juan M. Lavista Ferres arxiv

Geospatial foundation models increasingly expose pixel-level embedding products that can be downloaded and reused without access to the underlying encoder. In this setting, downstream tasks with patch- or region-level la…

3D face reconstruction with dense landmarks

2022-04-06 · Erroll Wood, Tadas Baltrusaitis, Charlie Hewitt, Matthew Johnson 외

Landmarks often play a key role in face analysis, but many aspects of identity or expression cannot be represented by sparse landmarks alone. Thus, in order to reconstruct faces more accurately, landmarks are often combi…

3D Face ReconstructionCPUFace AlignmentFace Model+1

Enhancing Lexicon-Based Text Embeddings with Large Language Models

2025-01-16 · Yibin Lei, Tao Shen, Yu Cao, Andrew Yates

Recent large language models (LLMs) have demonstrated exceptional performance on general-purpose text embedding tasks. While dense embeddings have dominated related research, we introduce the first Lexicon-based EmbeddiN…

FreeEnricher: Enriching Face Landmarks without Additional Cost

2022-12-19 · Yangyu Huang, Xi Chen, Jongyoo Kim, Hao Yang 외

Recent years have witnessed significant growth of face alignment. Though dense facial landmark is highly demanded in various scenarios, e.g., cosmetic medicine and facial beautification, most works only consider sparse f…

Face Alignment

LEAD: Self-Supervised Landmark Estimation by Aligning Distributions of Feature Similarity

2022-04-06 · Tejan Karmali, Abhinav Atrishi, Sai Sree Harsha, Susmit Agrawal 외

In this work, we introduce LEAD, an approach to discover landmarks from an unannotated collection of category-specific images. Existing works in self-supervised landmark detection are based on learning dense (pixel-level…

Self-Supervised Learning