paper-with-me

Papers

Exploring $\ell_0$ Sparsification for Inference-free Sparse Retrievers

2025-04-21 · Xinjie Shen, Zhichao Geng, Yang Yang

With increasing demands for efficiency, information retrieval has developed a branch of sparse retrieval, further advancing towards inference-free retrieval where the documents are encoded during indexing time and there is no model-inference for queries. Existing sparse retrieval models rely on FLOPS regularization for sparsification, while this mechanism was originally designed for Siamese encoders, it is considered to be suboptimal in inference-free scenarios which is asymmetric. Previous attempts to adapt FLOPS for inference-free scenarios have been limited to rule-based methods, leaving the potential of sparsification approaches for inference-free retrieval models largely unexplored. In this paper, we explore $\ell_0$ inspired sparsification manner for inference-free retrievers. Through comprehensive out-of-domain evaluation on the BEIR benchmark, our method achieves state-of-the-art performance among inference-free sparse retrieval models and is comparable to leading Siamese sparse retrieval models. Furthermore, we provide insights into the trade-off between retrieval effectiveness and computational efficiency, demonstrating practical value for real-world applications.

📄 PDF Abstract BibTeX arXiv:2504.14839

Code (1)

zhichao-aws/opensearch-sparse-model-tuning-sample 공식 구현 pytorch

Tasks

Computational EfficiencyInformation RetrievalRetrievalZero Shot on BEIR (Inference Free Model)

Similar Papers 제목 키워드 기반

Towards Competitive Search Relevance For Inference-Free Learned Sparse Retrievers

2024-11-07 · Zhichao Geng, Dongyu Ru, Yang Yang

Learned sparse retrieval, which can efficiently perform retrieval through mature inverted-index engines, has garnered growing attention in recent years. Particularly, the inference-free sparse retrievers are attractive a…

Knowledge DistillationRetrievalZero Shot on BEIR (Inference Free Model)

SparseSAM: Structured Sparsification of Activations in Segment Anything Models

2026-05-17 · Hoai-Chau Tran, Chi H. Nguyen, Duy M. H. Nguyen, Mathias Niepert 외 arxiv

The Segment Anything Model (SAM) achieves strong open-vocabulary segmentation, but its ViT-based image encoders dominate inference latency and memory. Existing activation compression methods, such as token merging, reduc…

WINA: Weight Informed Neuron Activation for Accelerating Large Language Model Inference

2025-05-26 · Sihan Chen, Dan Zhao, Jongwoo Ko, Colby Banbury 외

The growing computational demands of large language models (LLMs) make efficient inference and activation strategies increasingly critical. While recent approaches, such as Mixture-of-Experts (MoE), leverage selective ac…

Language ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification

2026-07-27 · Haopeng Li, Yitong Li, Junsong Chen, Tian Ye 외 hf

Diffusion transformers are essential for high-fidelity video generation, but long token sequences make attention a dominant inference bottleneck. Training-free dynamic sparse attention alleviates this bottleneck by compu…

Video Generation

SparseVLM: Visual Token Sparsification for Efficient Vision-Language Model Inference

2024-10-06 · Yuan Zhang, Chun-Kai Fan, Junpeng Ma, Wenzhao Zheng 외

In vision-language models (VLMs), visual tokens usually consume a significant amount of computational overhead, despite their sparser information density compared to text tokens. To address this, most existing methods le…

Language ModelingLanguage ModellingVideo Understanding