← Search

Tiansheng Wen

5 accepted papers

2026

CSRv2: Unlocking Ultra-Sparse Embeddings

ICLR 2026poster

In the era of large foundation models, the quality of embeddings has become a central determinant of downstream task performance and overall system capability. Yet widely used dense embeddings are often extremely high-dimensional (e.g., 4096), incurring substantial costs in storage, memory, and inf…

Cited by 0SourcecodeScholar
2026

No More K-means: Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

ICML 2026poster

Multi-vector retrieval (MVR) models, exemplified by ColBERT, have established new benchmarks in retrieval accuracy by preserving fine-grained token-level interactions. However, this granularity imposes prohibitive storage and retrieval efficiency bottlenecks: to manage the immense memory footprint a…

Cited by 0SourceScholar
2026

Scaling Attention via Feature Sparsity

ICLR 2026poster

Scaling Transformers to ultra-long contexts is bottlenecked by the $O(n^2 d)$ cost of self-attention. Existing methods reduce this cost along the sequence axis through local windows, kernel approximations, or token-level sparsity, but these approaches consistently degrade accuracy. In this paper, we…

Cited by 0SourcecodeScholar
2025

Beyond Matryoshka: Revisiting Sparse Coding for Adaptive Representation

ICML 2025oral

Many large-scale systems rely on high-quality deep representations (embeddings) to facilitate tasks like retrieval, search, and generative modeling. Matryoshka Representation Learning (MRL) recently emerged as a solution for adaptive embedding lengths, but it requires full model retraining and suffe…

2025

Explaining Domain Shifts in Language: Concept Erasing for Interpretable Image Classification

CVPR 2025poster

Concept-based models can map black-box representations to human-understandable concepts, which makes the decision-making process more transparent and then allows users to understand the reason behind predictions. However, domain-specific concepts often impact the final predictions, which subsequentl…