← Latest papers
🤖 machine learning

Learning Expressive Random Feature Models via Parametrized Activations

This paper introduces the Random Feature Model with Learnable Activation Functions (RFLAF), which parameterizes activation functions using weighted sums of basis functions to significantly expand the model's expressivity and achieve superior performance and efficiency compared to traditional fixed-activation random feature models.

Original authors: Zailin Ma, Jiansheng Yang, Yaodong Yang

Published 2026-06-23
📖 4 min read☕ Coffee break read

Original authors: Zailin Ma, Jiansheng Yang, Yaodong Yang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to recognize patterns, like distinguishing a cat from a dog in a photo. To do this, the robot uses a mathematical "translator" called a Random Feature Model. Think of this translator as a factory assembly line.

In a standard factory (traditional models), the workers (the activation functions) are stuck doing the exact same repetitive motion every single time. They are rigid. If the task changes slightly, the factory struggles to adapt because the workers can't change their routine.

This paper introduces a new, smarter factory called RFLAF (Random Feature Model with Learnable Activation Functions). Here's how it works, broken down into simple concepts:

1. The Problem: The Rigid Workers

In the old way, the factory uses a fixed "tool" (a fixed activation function) to process data. It's like trying to fix a flat tire with a hammer. It might work for some things, but it's terrible for others. The model can't learn which tool is best for the specific job; it just uses the one it was born with.

2. The Solution: The Shape-Shifting Toolkit

The authors propose giving the factory workers a shape-shifting toolkit. Instead of one fixed tool, the workers have a set of basic building blocks (called "basis functions"). These blocks are like:

  • Radial Basis Functions (RBFs): Think of these as smooth, bell-shaped curves (like a gentle hill).
  • Splines: Think of these as flexible, bendable rulers.
  • Polynomials: Think of these as curvy, wiggly lines.

The magic of RFLAF is that the model learns how to mix and match these blocks. It figures out, "For this specific task, I need 30% of a hill, 50% of a bendable ruler, and 20% of a wiggle." It creates a custom tool on the fly that fits the data perfectly.

3. The "Single Hill" Discovery

Before building the complex toolkit, the authors studied what happens if you just use one of these "hill" shapes (a single Radial Basis Function).

  • The Finding: They discovered a hidden mathematical formula (a "kernel") that describes exactly how this single hill interacts with data.
  • The Limit: They found that using just one hill isn't enough to make the model super smart. It's still a bit limited, like having only one type of screwdriver.

4. The Power of the Mix

The real breakthrough happens when you combine many of these hills with learnable weights.

  • The Result: By mixing many hills together, the model can represent a much wider variety of shapes and patterns. It becomes incredibly expressive, meaning it can understand complex data much better than the old rigid models.
  • The Cost: The authors prove mathematically that you don't need a massive factory to do this. You only need a tiny bit more "space" (parameters) to get a huge boost in performance. It's like upgrading a small car engine with a slightly better fuel injection system to get a race-car speed.

5. The Race: Hills vs. Rulers

The team tested their new factory against the old ones using real-world data (like recognizing handwritten numbers or predicting house prices).

  • The Winners: The models using Hills (RBFs) and Bendable Rulers (Splines) consistently beat the old rigid models.
  • The Speedster: While both Hills and Rulers were good, the Hills (RBFs) were the clear champions. They were three times faster to compute than the Rulers, while still delivering the best results.
  • The Losers: The "wiggly lines" (polynomials) were unstable and often broke down when the tasks got too complex.

6. The "Frozen" vs. "Unfrozen" Test

Finally, the authors did a final experiment. They took their new "smart factory" and let it change everything, not just the tools, but also the initial setup of the assembly line (unfreezing the first-layer parameters).

  • The Outcome: Even when compared to standard, modern neural networks (the current state-of-the-art), their "smart factory" approach held its own and often performed better. This proves that the idea of "learning the tool" is a powerful upgrade for any neural network.

Summary

In short, this paper says: "Stop using a hammer for everything. Give your AI a toolbox of shapes, let it learn how to mix them, and you'll get a smarter, faster, and more adaptable model." Specifically, using "hill-shaped" mixers (RBFs) is the sweet spot for getting the best performance with the least amount of extra computing power.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →