paper-with-me

Papers

Modality-Aware Zero-Shot Pruning and Sparse Attention for Efficient Multimodal Edge Inference

2026-04-10 · Yueyuan Sui, Payal Mohapatra, Doğaç Eldenk, Haodong Yang, Yiting Zhang, Haoyan Zhang, Qi Zhu, Stephen Xia arxiv

Edge devices increasingly run multimodal sensing pipelines that must remain accurate despite fluctuating power budgets and unpredictable sensor dropout. Existing pruning methods fail under these conditions: they generally require fine-tuning after compression, consuming over $10\times$ the deployment energy, and they assign static importance scores that are blind to which sensors are present. We present the SentryFuse framework, which addresses both challenges jointly through two key components. First, SentryGate learns modality-conditioned importance scores during training via first-order saliency supervision and then prunes attention heads and feed-forward channels at deployment without fine-tuning. Second, SentryAttend replaces dense self-attention, a key bottleneck in contemporary multimodal architectures, with sparse grouped-query attention, yielding a net 15% reduction in GFLOPs across three different multimodal architectures. Across three applications and multimodal backbones, SentryGate achieves a 12.7% average accuracy improvement over the strongest pruning baseline, and upto to 18% under modality dropout conditions. Together, SentryFuse reduces memory by 28.2% and lowers latency by up to $1.63\times$ without further fine-tuning, establishing modality-aware zero-shot compression as a practical path to multimodal intelligence on heterogeneous edge hardware.

📄 PDF Abstract BibTeX arXiv:2604.08971

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Debias-SparseGPT: Bias-Aware Pruning for Large Language Models

2026-09-02 · Irina Proskurina, Guillaume Metzler, Antoine Gourru, Julien Velcin hf

Model compression techniques such as pruning and quantization facilitate the efficient deployment and acceleration of Large Language Models (LLMs). However, recent studies show that weight sparsification methods, such as…

Computational EfficiencyModel Compression

Enhancing One-shot Pruned Pre-trained Language Models through Sparse-Dense-Sparse Mechanism

2024-08-20 · Guanchen Li, Xiandong Zhao, Lian Liu, Zeping Li 외

Pre-trained language models (PLMs) are engineered to be robust in contextual understanding and exhibit outstanding performance in various natural language processing tasks. However, their considerable size incurs signifi…

Generic Expert Coverage for Pruning SparseMixture-of-Experts Language Models

2026-07-02 · Yongqin Zeng, Sicheng Pan, Jiale Wang, Hai-tao Zheng 외 arxiv

Sparsely activated Mixture-of-Experts (MoE) language models contain substantial structured redundancy among routed experts, but pruning them without downstream calibration data remains challenging. Existing expert-prunin…

Keep the Needle, Prune the Haystack: Defect-Preserving Token Pruning for Efficient Zero-Shot Anomaly Detection

2026-08-04 · Yanning Hou, Jingyuan Zhang, Xiaoyun Wang, Qixiang Ma 외 arxiv

Zero-shot visual anomaly detection has achieved remarkable progress, with recent vision-only approaches further improving performance while simplifying the inference pipeline. However, existing methods typically perform …

Anomaly Detection

SLaB: Sparse-Lowrank-Binary Decomposition for Efficient Large Language Models

2026-04-06 · Ziwei Li, Yuang Ma, Yi Kang arxiv

The rapid growth of large language models (LLMs) presents significant deployment challenges due to their massive computational and memory demands. While model compression, such as network pruning, offers potential soluti…

Model CompressionNetwork Pruning