By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Analyzing ReLUfication Limitations: Enhancing LLM Sparsity via Up Projection | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Analyzing ReLUfication Limitations: Enhancing LLM Sparsity via Up Projection | HackerNoon
Computing

Analyzing ReLUfication Limitations: Enhancing LLM Sparsity via Up Projection | HackerNoon

News Room
Last updated: 2026/02/27 at 9:31 AM
News Room Published 27 February 2026
Share
Analyzing ReLUfication Limitations: Enhancing LLM Sparsity via Up Projection | HackerNoon
SHARE

Table of Links

Abstract and 1. Introduction

  1. Related Work and Background

  2. Analysis

    3.1 Limitations about Existing ReLUficatio

    3.2 dReLU

  3. Are Neurons in Expert still Sparsely Activated?

  4. dReLU Sparsification

  5. Experiments Results

    6.1 Downstream Tasks Performance

    6.2 Sparsity of Sparsified Models

  6. Practical Inference Speedup Evaluation

    7.1 Experiments Setting

    7.2 Pure CPU Inference and 7.3 Hybrid GPU-CPU Inference

    7.4 Deploy LLMs on mobile phones

  7. Conclusion and References

A. Appendix / supplemental material

B. Limitation

C. Broader Impact

3 Analysis

3.1 Limitations about Existing ReLUfication

We first evaluate the sparsity of ReLULlama-7B [59] and the original Llama-2-7B [60], as shown in Table 1. The results reveal that existing ReLUfication methods can only improve the sparsity from 40% to 67%, indicating their limited effectiveness in significantly enhancing model sparsity.

Table 1: Model Sparisty compared ReLULlama with Llama-2-7B

To investigate the underlying reasons for this limitation, we profile the activation distribution of the gate and up projection components separately in ReLULlama-7B and Llama-2-7B, as illustrated in Figure 3. The figure shows that after ReLUfication, the combined activation becomes more concentrated around 0, with the sparsity increasing to 67%. This can be attributed to the ReLU activation function applied after the gate weight, which masks all negative activations to zero.

To further push the sparsity, shifted-ReLU [42] has been proposed, which adjusts the threshold of ReLU function to mask out more activations in the gate projection. However, the improvements brought by this method are limited. Another line of work is to adopt progressive sparsity regularization to the intermediate output to introduce more zero activation output [55]. However, this method carries the risk of performance degradation.

Existing ReLUfication methods primarily focus on modifying the gate component. Different from previous work, we find that existing ReLUfication doesn’t alter the activation distribution of the up projection component, as shown in Figure 3(c) and (f). According to the definition of Gated-MLP (Equation 1), the gate and up projection components jointly influence the sparsity of neuron activations in parallel. However, a significant number of activation values in the up projection component remain less than 0. This suggests that masking the outputs of the up and gate matrices that are less than 0 as inactive could introduce stronger sparsity without sacrificing non-linear capabilities. This observation motivates us to explore the possibility of further enhancing model sparsity by modifying the up projection.

:::info
Authors:

(1) Yixin Song, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(2) Haotong Xie, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(3) Zhengyan Zhang, Department of Computer Science and Technology, Tsinghua University;

(4) Bo Wen, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University;

(5) Li Ma, Shanghai Artificial Intelligence Laboratory;

(6) Zeyu Mi, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University Mi [email protected]);

(7) Haibo Chen, Institute of Parallel and Distributed Systems (IPADS), Shanghai Jiao Tong University.

:::


:::info
This paper is available on arxiv under CC BY 4.0 license.

:::

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Steve Jobs Said a Touchscreen MacBook Wouldn't Work. But Times Have Changed Steve Jobs Said a Touchscreen MacBook Wouldn't Work. But Times Have Changed
Next Article A lucky customer has already received their Galaxy S26 Ultra A lucky customer has already received their Galaxy S26 Ultra
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

US Customs Just Destroyed A Rare Piece Of Gaming History – BGR
US Customs Just Destroyed A Rare Piece Of Gaming History – BGR
News
First HPE datacentre modules set to land at Derbyshire AI site | Computer Weekly
First HPE datacentre modules set to land at Derbyshire AI site | Computer Weekly
News
Anthropic acquires Vercept, the AI job crisis scenario, and Microsoft’s past Epstein connections
Anthropic acquires Vercept, the AI job crisis scenario, and Microsoft’s past Epstein connections
Computing
The Xiaomi 17 Ultra has the specs to be the best smartphone camera
The Xiaomi 17 Ultra has the specs to be the best smartphone camera
Gadget

You Might also Like

Anthropic acquires Vercept, the AI job crisis scenario, and Microsoft’s past Epstein connections
Computing

Anthropic acquires Vercept, the AI job crisis scenario, and Microsoft’s past Epstein connections

2 Min Read
Verisilicon DC8200 & Coreboot Framebuffer Drivers Sent To DRM-Next For Linux 7.1
Computing

Verisilicon DC8200 & Coreboot Framebuffer Drivers Sent To DRM-Next For Linux 7.1

2 Min Read
Servo Browser Engine Starts 2026 With Many Notable Improvements
Computing

Servo Browser Engine Starts 2026 With Many Notable Improvements

1 Min Read
Tayo Aina on how African creators must think to scale
Computing

Tayo Aina on how African creators must think to scale

12 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?