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: dReLU Activation Function: Matching SwiGLU Performance with 90% Sparsity | 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 > dReLU Activation Function: Matching SwiGLU Performance with 90% Sparsity | HackerNoon
Computing

dReLU Activation Function: Matching SwiGLU Performance with 90% Sparsity | HackerNoon

News Room
Last updated: 2026/02/27 at 9:18 AM
News Room Published 27 February 2026
Share
dReLU Activation Function: Matching SwiGLU Performance with 90% Sparsity | 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.2 dReLU

We introduce a new activation function, named dReLU (Equation 2), where ReLU is applied after both the up- and gate-projection[1].

To demonstrate the effectiveness and performance of dReLU, we conducted an experiment comparing 300M-parameter decoder-only architecture models using dReLU and SwiGLU, both pretrained under the fineweb dataset [47] for 5B tokens. Refer to Appendix A.1 for the detailed model architecture hyperparameters. The evaluation result is shown in Table 2.

Figure 4: Training loss of small models with different activation functions.

Table 2: Validation and training loss on different activations.

Our findings reveal models employing the dReLU structure exhibit similar convergence compared to those using the SwiGLU structure. Notably, we evaluate the perplexity of both models on Wikitext2 [39]. DReLU-based models show slightly better performance on WikiText-2 [39].

Figure 4 illustrates the loss curves during training, demonstrating that models with the dReLU activation function achieve similar convergence ability compared to their SwiGLU counterparts. To further validate this observation, we evaluate the perplexity of these models on the Wikitext2 dataset. As shown in Table 2. Notably, although SwiGLU-based model has lower training loss, dReLU based model has lower validation perplexity. These results provide strong evidence that adopting the dReLU structure does not compromise model performance. We evaluate on more downstream tasks in Appendix A.1.

Another question we need to address is the dReLU-based model’s sparsity. To investigate the sparsity of the dReLU-based model, we propose a methodology for measuring and evaluating a model’s performance under different sparsity levels. Our approach involves selecting the top-k% of values activated by dReLU or other activation functions based on their absolute magnitude, as described in Equations 3 and 4.

Table 3: WikiText-2 perplexity on different sparsity on different models.

:::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.

:::

[1] We omit the bias in both the up- and gate-projection to match the form of Equation 1.

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 UK tech funding roundup: This week’s deals from Wayve to Brainomix – UKTN UK tech funding roundup: This week’s deals from Wayve to Brainomix – UKTN
Next Article Multitude Insights raises M to modernize intelligence sharing for law enforcement –  News Multitude Insights raises $10M to modernize intelligence sharing for law enforcement – News
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

The artificial intelligence (AI) market could reach 5 billion by 2030. These stocks are best positioned to win.
The artificial intelligence (AI) market could reach $255 billion by 2030. These stocks are best positioned to win.
News
This DJI Mini 5 Pro is on sale this weekend for 30% off
This DJI Mini 5 Pro is on sale this weekend for 30% off
News
How to watch WWE Royal Rumble 2026: live stream wrestling online
How to watch WWE Royal Rumble 2026: live stream wrestling online
News
Ferrari Just Invented One Of The Most Clever F1 Car Features Ever – BGR
Ferrari Just Invented One Of The Most Clever F1 Car Features Ever – BGR
News

You Might also Like

Top 3 Crypto Presales to Buy in 2026: Pepeto vs BlockDAG vs Mutuum Finance Before the Next Bull Run | HackerNoon
Computing

Top 3 Crypto Presales to Buy in 2026: Pepeto vs BlockDAG vs Mutuum Finance Before the Next Bull Run | HackerNoon

7 Min Read
Microsoft’s Graphormer: The Transformer That Finally Beats GNNs | HackerNoon
Computing

Microsoft’s Graphormer: The Transformer That Finally Beats GNNs | HackerNoon

65 Min Read
How Microsoft Trained a 270M-Pair AI to Power Smarter Search | HackerNoon
Computing

How Microsoft Trained a 270M-Pair AI to Power Smarter Search | HackerNoon

54 Min Read
Salesforce’s CodeT5 Could Change How AI Writes and Understands Code | HackerNoon
Computing

Salesforce’s CodeT5 Could Change How AI Writes and Understands Code | HackerNoon

58 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?