November 26, 2024
Iterative Combinatorial Brain Surgeon: Scalable Pruning of Large Language and Vision Models (LLVMs)
By: Elton Zhu & Serdar Kadioglu
The Challenge
State-of-the-art large language and vision models (LLVMs) have seen tremendous success, but their massive scale comes with a hefty price in terms of computational resources. The need to balance performance and efficiency has led to a growing interest in model compression techniques. By using methods like pruning, quantization, or distillation, researchers aim to streamline these models without sacrificing their impressive accuracy.
The Impact
With the integration of advanced methods — such as the one proposed below — and specialized hardware support for sparse models, we can significantly decrease the computational power and energy required to run AI models, all while maintaining their original performance. This can enable the deployment of smaller, more efficient models directly on devices, rather than relying on server-side processing — ultimately helping to enhance data privacy.
The Outcomes
We proposed iterative Combinatorial Brain Surgeon (iCBS), a scalable iterative pruning algorithm that optimizes over small blocks of weights in neural networks using block gradient descent. This blockwise approach can allow iCBS to scale to very large models, including LLVMs with billions of parameters, while helping to achieve higher performance compared to existing one-shot pruning techniques.
For further details on this project, read the full paper.
References & Disclaimers
1176959.1.0
Related posts
One Year After ChatGPT’s Launch, Has Generative AI Fulfilled its Promise?
By: Sarah Hoffman
November 29, 2023
It’s been a year since the launch of ChatGPT. For large enterprises, the transformational power of generative AI technology has so far been limited. Yet changes are coming to help alleviate some of the current challenges of this technology, and...
Technology & Society, Artificial Intelligence
2022: The Year of the AI Image Generator
By: Sarah Hoffman
November 22, 2022
While 2021 was the year of monster AI language models and AI text generation, thanks to powerful language models like OpenAI’s GPT-3,1 it seems that 2022 is the year of text-to-image AI systems. We’ve seen AI art before – just last year Sophia the...
A Conversation on the Future of AI with Stephen Wolfram
By: John Dalton
July 17, 2023
Generative AI is all the rage now. Coverage of tools like ChatGPT, DALL-E2, and Midjourney has been breathless, with pundits and practitioners predicting either doom or a new golden age for computing. What is really going on here?