paper-with-me

Papers

MOONSHOT : A Framework for Multi-Objective Pruning of Vision and Large Language Models

2026-04-14 · Gabriel Afriat, Xiang Meng, Shibal Ibrahim, Hussein Hazimeh, Rahul Mazumder arxiv

Weight pruning is a common technique for compressing large neural networks. We focus on the challenging post-training one-shot setting, where a pre-trained model is compressed without any retraining. Existing one-shot pruning methods typically optimize a single objective, such as a layer-wise reconstruction loss or a second-order Taylor approximation of the training loss. We highlight that neither objective alone is consistently the most effective across architectures and sparsity levels. Motivated by this insight, we propose MOONSHOT, a general and flexible framework that extends any single-objective pruning method into a multi-objective formulation by jointly optimizing both the layer-wise reconstruction error and second-order Taylor approximation of the training loss. MOONSHOT acts as a wrapper around existing pruning algorithms. To enable this integration while maintaining scalability to billion-parameter models, we propose modeling decisions and introduce an efficient procedure for computing the inverse Hessian, preserving the efficiency of state-of-the-art one-shot pruners. When combined with state-of-the-art pruning methods on Llama-3.2 and Llama-2 models, MOONSHOT reduces C4 perplexity by up to 32.6% at 2:4 sparsity and improves zero-shot mean accuracy across seven classification benchmarks by up to 4.9 points. On Vision Transformers, it improves accuracy on ImageNet-1k by over 5 points at 70% sparsity, and on ResNet-50, it yields a 4-point gain at 90% sparsity.

📄 PDF Abstract BibTeX arXiv:2604.13287

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Quest for Knowledge

2021-02-26 · Christoph Carnehl, Johannes Schneider

Is more novel research always desirable? We develop a model in which knowledge shapes society's policies and guides the search for discoveries. Researchers select a question and how intensely to study it. The novelty of …

Decision Making

Evaluating Large Language Models on Spatial Tasks: A Multi-Task Benchmarking Study

2024-08-26 · Liuchang Xu, Shuo Zhao, Qingming Lin, Luyao Chen 외

The emergence of large language models such as ChatGPT, Gemini, and others highlights the importance of evaluating their diverse capabilities, ranging from natural language understanding to code generation. However, thei…

8kBenchmarkingCode GenerationNatural Language Understanding

HiPP-Prune: Hierarchical Preference-Conditioned Structured Pruning for Vision-Language Models

2026-03-06 · Lincen Bai, Hedi Tabia, Raul Santos-Rodriguez arxiv

Pruning vision-language models (VLMs) for efficient deployment is challenging because compression can affect not only task utility but also visual grounding, often amplifying object hallucinations even at the same sparsi…

Visual Grounding

Moonshot: Towards Controllable Video Generation and Editing with Multimodal Conditions

2024-01-03 · David Junhao Zhang, Dongxu Li, Hung Le, Mike Zheng Shou 외

Most existing video diffusion models (VDMs) are limited to mere text conditions. Thereby, they are usually lacking in control over visual appearance and geometry structure of the generated videos. This work presents Moon…

Image AnimationVideo EditingVideo Generation

Why 1 + 1 < 1 in Visual Token Pruning: Beyond Naive Integration via Multi-Objective Balanced Covering

2025-05-15 · Yangfu Li, Hongjian Zhan, Tianyi Chen, Qi Liu 외

Existing visual token pruning methods target prompt alignment and visual preservation with static strategies, overlooking the varying relative importance of these objectives across tasks, which leads to inconsistent perf…