paper-with-me

Papers

On the Sparsity-Storage-Accuracy Tradeoff in Parsimoniously Activated Dictionary Learning

2026-06-21 · Zihui Zhao, Yuanbo Tang, Yang Li arxiv

Dictionary learning has long been studied from both optimization and probabilistic perspectives. While formulations with element-wise sparsity regularization (e.g., L1-based sparse coding) admit well-established probabilistic interpretations, many structured variants that impose global constraints lack a clear and tractable generative view. In this paper, we revisit a class of practically effective yet theoretically under-explored dictionary learning methods that impose a simple global regularization on the number of activated dictionary atoms, which we term parsimoniously activated dictionary learning (PADL). We show that PADL admits an equivalent formulation as maximum a posteriori estimation under a structured generative model, with auxiliary latent variables that govern global activation patterns. This formulation allows us to derive generalization guarantees that are difficult to obtain under the original formulation. More importantly, it yields an analytical characterization of the tradeoff between sparsity, storage cost, and reconstruction accuracy, enabling data-driven estimation of optimal hyperparameters. Based on this connection, we develop an efficient and interpretable PADL algorithm that eliminates manual hyperparameter tuning, achieving improved reconstruction performance under comparable sparsity levels on visual benchmarks. We further demonstrate its practical utility in accelerating inference for vision-language models.

📄 PDF Abstract BibTeX arXiv:2606.22352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Ripple: Accelerating LLM Inference on Smartphones with Correlation-Aware Neuron Management

2024-10-25 · Tuowei Wang, Ruwen Fan, Minxing Huang, Zixu Hao 외

Large Language Models (LLMs) have achieved remarkable success across various domains, yet deploying them on mobile devices remains an arduous challenge due to their extensive computational and memory demands. While light…

Management

Speed-Accuracy Tradeoffs in Tagging with Variable-Order CRFs and Structured Sparsity

2016-11-01 · EMNLP 2016 11 · Tim Vieira, Ryan Cotterell, Jason Eisner
Part-Of-Speech Tagging

RAMAN: A Re-configurable and Sparse tinyML Accelerator for Inference on Edge

2023-06-10 · Adithya Krishna, Srikanth Rohit Nudurupati, Chandana D G, Pritesh Dwivedi 외

Deep Neural Network (DNN) based inference at the edge is challenging as these compute and data-intensive algorithms need to be implemented at low cost and low power while meeting the latency constraints of the target app…

The Future is Sparse: Embedding Compression for Scalable Retrieval in Recommender Systems

2025-05-16 · Petr Kasalický, Martin Spišák, Vojtěch Vančura, Daniel Bohuněk 외

Industry-scale recommender systems face a core challenge: representing entities with high cardinality, such as users or items, using dense embeddings that must be accessible during both training and inference. However, a…

Recommendation SystemsRetrieval

kNN Hashing With Factorized Neighborhood Representation

2015-12-01 · ICCV 2015 12 · Kun Ding, Chunlei Huo, Bin Fan, Chunhong Pan

Hashing is very effective for many tasks in reducing the processing time and in compressing massive databases. Although lots of approaches have been developed to learn data-dependent hash functions in recent years, how t…

Retrieval