paper-with-me

Papers

Provably Accurate Double-Sparse Coding

2017-11-09 · Thanh V. Nguyen, Raymond K. W. Wong, Chinmay Hegde

Sparse coding is a crucial subroutine in algorithms for various signal processing, deep learning, and other machine learning applications. The central goal is to learn an overcomplete dictionary that can sparsely represent a given input dataset. However, a key challenge is that storage, transmission, and processing of the learned dictionary can be untenably high if the data dimension is high. In this paper, we consider the double-sparsity model introduced by Rubinstein et al. (2010b) where the dictionary itself is the product of a fixed, known basis and a data-adaptive sparse component. First, we introduce a simple algorithm for double-sparse coding that can be amenable to efficient implementation via neural architectures. Second, we theoretically analyze its performance and demonstrate asymptotic sample complexity and running time benefits over existing (provable) approaches for sparse coding. To our knowledge, our work introduces the first computationally efficient algorithm for double-sparse coding that enjoys rigorous statistical guarantees. Finally, we support our analysis via several numerical experiments on simulated data, confirming that our method can indeed be useful in problem sizes encountered in practical applications.

📄 PDF Abstract BibTeX arXiv:1711.03638

Code (1)

thanh-isu/double-sparse-coding 공식 구현

Similar Papers 제목 키워드 기반

Double Sparse Multi-Frame Image Super Resolution

2015-12-02 · Toshiyuki Kato, Hideitsu Hino, Noboru Murata

A large number of image super resolution algorithms based on the sparse coding are proposed, and some algorithms realize the multi-frame super resolution. In multi-frame super resolution based on the sparse coding, both …

Image RegistrationImage Super-ResolutionMulti-Frame Super-ResolutionSuper-Resolution

Double-P: Hierarchical Top-P Sparse Attention for Long-Context LLMs

2026-02-05 · Wentao Ni, Kangqi Zhang, Zhongming Yu, Oren Nelson 외 arxiv

As long-context inference becomes central to large language models (LLMs), attention over growing key-value caches emerges as a dominant decoding bottleneck, motivating sparse attention for scalable inference. Fixed-budg…

Post-Training Sparse Attention with Double Sparsity

2024-08-11 · Shuo Yang, Ying Sheng, Joseph E. Gonzalez, Ion Stoica 외

The inference process for large language models is slow and memory-intensive, with one of the most critical bottlenecks being excessive Key-Value (KV) cache accesses. This paper introduces "Double Sparsity," a novel post…

Sparse Double Descent in Vision Transformers: real or phantom threat?

2023-07-26 · Victor Quétu, Marta Milovanovic, Enzo Tartaglione

Vision transformers (ViT) have been of broad interest in recent theoretical and empirical works. They are state-of-the-art thanks to their attention-based approach, which boosts the identification of key features and pat…

Inductive Bias

Seeing Beyond the Brain: Conditional Diffusion Model with Sparse Masked Modeling for Vision Decoding

2022-11-13 · CVPR 2023 1 · Zijiao Chen, Jiaxin Qing, Tiange Xiang, Wan Lin Yue 외

Decoding visual stimuli from brain recordings aims to deepen our understanding of the human visual system and build a solid foundation for bridging human and computer vision through the Brain-Computer Interface. However,…

Brain Computer Interface