paper-with-me

Papers

MST-compression: Compressing and Accelerating Binary Neural Networks with Minimum Spanning Tree

2023-08-26 · ICCV 2023 1 · Quang Hieu Vo, Linh-Tam Tran, Sung-Ho Bae, Lok-Won Kim, Choong Seon Hong

Binary neural networks (BNNs) have been widely adopted to reduce the computational cost and memory storage on edge-computing devices by using one-bit representation for activations and weights. However, as neural networks become wider/deeper to improve accuracy and meet practical requirements, the computational burden remains a significant challenge even on the binary version. To address these issues, this paper proposes a novel method called Minimum Spanning Tree (MST) compression that learns to compress and accelerate BNNs. The proposed architecture leverages an observation from previous works that an output channel in a binary convolution can be computed using another output channel and XNOR operations with weights that differ from the weights of the reused channel. We first construct a fully connected graph with vertices corresponding to output channels, where the distance between two vertices is the number of different values between the weight sets used for these outputs. Then, the MST of the graph with the minimum depth is proposed to reorder output calculations, aiming to reduce computational cost and latency. Moreover, we propose a new learning algorithm to reduce the total MST distance during training. Experimental results on benchmark models demonstrate that our method achieves significant compression ratios with negligible accuracy drops, making it a promising approach for resource-constrained edge-computing devices.

📄 PDF Abstract BibTeX arXiv:2308.13735

Code (0)

등록된 구현이 없습니다.

Tasks

Edge-computing

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

The Minimum Edit Arborescence Problem and Its Use in Compressing Graph Collections [Extended Version]

2021-07-30 · Lucas Gnecco, Nicolas Boria, Sébastien Bougleux, Florian Yger 외

The inference of minimum spanning arborescences within a set of objects is a general problem which translates into numerous application-specific unsupervised learning tasks. We introduce a unified and generic structure c…

Nacrith: Neural Lossless Compression via Ensemble Context Modeling and High-Precision CDF Coding

2026-02-23 · Roberto Tacconelli arxiv

We present Nacrith, a lossless compression system that combines a 135M-parameter transformer language model (SmolLM2-135M) with an ensemble of lightweight online predictors and a 32-bit arithmetic coder, achieving the be…

Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains

2026-02-09 · Roy Rinberg, Annabelle Michael Carrell, Simon Henniger, Nicholas Carlini 외 arxiv

We study the compression of LLM-generated text across lossless and lossy regimes, characterizing a compression-compute frontier where more compression is possible at the cost of more compute. For lossless compression, do…

Unifying Depth and Width Pruning for LLMs via Binary Knapsack Optimization

2026-08-13 · Palaash Goel, Ayan Sengupta, Akshay Nambi, Tanmoy Chakraborty arxiv

Structured pruning is a promising approach for compressing large language models (LLMs), yet existing methods rely heavily on greedy heuristics that produce myopic decisions, and often fail to precisely meet target compr…

SAFE-SVD: Sensitivity-Aware Fidelity-Enforcing SVD for Physics Foundation Models

2026-05-18 · Chengjie Hong, Feixiang He, Yiheng Zeng, Lulu Kang 외 arxiv

We propose a new method for compressing physics foundation models (PFMs) which is a new trend in AI for Science. While model compression is essential for reducing memory use and accelerating inference in large foundation…

Model Compression