paper-with-me

홈 › Papers

iSparse: Output Informed Sparsification of Neural Networks

2019-09-25 · Yash Garg, K. Selcuk Candan

Deep neural networks have demonstrated unprecedented success in various knowledge management applications. However, the networks created are often very complex, with large numbers of trainable edges which require extensive computational resources. We note that many successful networks nevertheless often contain large numbers of redundant edges. Moreover, many of these edges may have negligible contributions towards the overall network performance. In this paper, we propose a novel iSparse framework and experimentally show, that we can sparsify the network, by 30-50%, without impacting the network performance. iSparse leverages a novel edge significance score, E, to determine the importance of an edge with respect to the final network output. Furthermore, iSparse can be applied both while training a model or on top of a pre-trained model, making it a retraining-free approach - leading to a minimal computational overhead. Comparisons of iSparse against PFEC, NISP, DropConnect, and Retraining-Free on benchmark datasets show that iSparse leads to effective network sparsifications.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

DiSparse: Disentangled Sparsification for Multitask Model Compression

2022-06-09 · CVPR 2022 1 · Xinglong Sun, Ali Hassani, Zhangyang Wang, Gao Huang 외

Despite the popularity of Model Compression and Multitask Learning, how to effectively compress a multitask model has been less thoroughly analyzed due to the challenging entanglement of tasks in the parameter space. In …

modelModel Compression

Safe squeezing for antisparse coding

2019-11-18 · Clément Elvira, Cédric Herzet

Spreading the information over all coefficients of a representation is a desirable property in many applications such as digital communication or machine learning. This so-called antisparse representation can be obtained…

Dimensionality Reduction

BiSparse-AAS: Bilinear Sparse Attention and Adaptive Spans Framework for Scalable and Efficient Text Summarization

2025-10-31 · Desta Haileselassie Hagos, Legand L. Burge, Anietie Andy, Anis Yazidi 외 arxiv

Transformer-based architectures have advanced text summarization, yet their quadratic complexity limits scalability on long documents. This paper introduces BiSparse-AAS (Bilinear Sparse Attention with Adaptive Spans), a…

Text Summarization

OmniSparse: Training-Aware Fine-Grained Sparse Attention for Long-Video MLLMs

2025-11-15 · Feng Chen, Yefei He, Shaoxuan He, Yuanyu He 외 arxiv

Existing sparse attention methods primarily target inference-time acceleration by selecting critical tokens under predefined sparsity patterns. However, they often fail to bridge the training-inference gap and lack the c…

Semantic Similarity

A Unified Sparse Attention via Multi-Granularity Compression

2025-12-16 · Siran Liu, Zane Cao, Yongchao He arxiv

Efficient long-context understanding and reasoning are increasingly vital for large language model (LLM) applications such as multi-turn dialogue and program analysis. However, the core self-attention mechanism scales qu…

Long-Context Understanding