← Latest papers
🤖 machine learning

TESLA: Taylor Expansion of Sinusoidal Learnable Activations

The paper introduces TESLA, a novel activation function based on learnable sinusoidal combinations that theoretically controls polynomial degree to enhance generalization and robustness, demonstrating superior performance on challenging parity and Forrelation tasks as well as standard vision benchmarks like ImageNet-100.

Original authors: Daehwa Ko, Jaehyeon Kim, Seunghyun Ham, Jay Hoon Jung

Published 2026-08-13
📖 5 min read🧠 Deep dive

Original authors: Daehwa Ko, Jaehyeon Kim, Seunghyun Ham, Jay Hoon Jung

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

The Puzzle of the Whole Picture

Imagine you are trying to teach a robot to recognize a face. You show it a picture, and it looks at the nose, then the eyes, then the mouth. Standard computer brains, called neural networks, are incredibly good at this kind of "local" detective work. They use simple, step-like switches (like turning a light on or off) to figure out small details. This works wonders for things like spotting a cat in a photo or translating a sentence, where the answer depends on nearby clues.

However, some puzzles are trickier. Imagine a game where you have a long row of light switches, and the answer depends on the entire row at once: "Is the total number of switches turned on odd or even?" To solve this, the robot can't just look at one switch or even a small group; it has to count them all together. This is a "global" problem. Traditional robot brains struggle here because they are wired to look at small, local pieces first. They often get stuck, missing the big picture because they are too focused on the tiny details. Scientists have been trying to build a robot brain that can naturally understand these big, whole-picture patterns without needing to be incredibly huge or deep. This is where a new idea called TESLA comes in.

The Magic of the Musical Activation

The researchers behind this study, working at Korea Aerospace University, propose a new way for these robot brains to "think." They call their invention TESLA (Taylor Expansion of Sinusoidal Learnable Activations). To understand what they did, let's look at how a standard robot neuron works. Usually, it takes an input, runs it through a simple, rigid switch, and passes the result along. It's like a door that only opens if you push hard enough, but it doesn't really "sing" or change its tune.

TESLA replaces this rigid switch with a musical instrument. Instead of a simple on/off button, the neuron uses a mix of sine and cosine waves—think of these as smooth, rolling waves like sound or ocean tides. But here is the magic: TESLA doesn't just use one wave. It builds a custom song by mixing together many different waves, each with its own volume knob. The robot learns to turn these knobs up or down during training.

Why does this matter? In the world of math, these waves can be combined to create shapes that look like complex polynomials (curves with many bumps). By adjusting the knobs, the robot can decide exactly how "wiggly" or complex its thinking should be. If the problem is simple, it uses smooth, low-frequency waves. If the problem is a tricky global puzzle (like the odd-or-even switch game), it can crank up the high-frequency waves to capture those complex, whole-picture patterns that standard robots miss.

Solving the "Odd or Even" Mystery

The team tested this idea on a famous difficult puzzle called the parity problem. Imagine a string of 32 switches. The robot must guess if the total number of "on" switches is odd or even. This is a nightmare for standard robots because the answer depends on every single switch interacting with every other one.

In their experiments, the researchers trained their TESLA-powered robots with 100,000 examples. Even though there are over 4 billion possible combinations of 32 switches (meaning the robot only saw a tiny, tiny fraction of the possibilities), the TESLA robot learned the rule incredibly well. It achieved near-perfect accuracy on clean data. Even more impressive, when the researchers started messing with the data—intentionally lying to the robot by flipping 30% of the answers—the TESLA robot stayed strong and kept guessing correctly.

In contrast, the "standard" robots using old-fashioned switches (like ReLU) or even other wave-based robots (like SIREN) completely gave up. As the number of switches increased, their accuracy dropped to about 50%, which is no better than just guessing "heads or tails" randomly. The TESLA robot, however, could see the global pattern even when the data was noisy and messy.

From Math Puzzles to Real-World Photos

The researchers didn't stop at math puzzles. They wanted to see if this "musical" thinking could help with real-world tasks, like recognizing images. They tested TESLA on a dataset of 100 different types of images (ImageNet-100), using popular robot brain architectures like ResNet and Vision Transformers.

The results were promising. The TESLA robots performed just as well as the standard robots at identifying images, but with a crucial difference: stability. When they tried to use other wave-based methods (like SIREN) on these large image tasks, the robots became unstable and failed to learn. TESLA, thanks to its careful design of the "volume knobs" (which the authors call a coefficient budget), stayed calm and learned effectively. It managed to do this without slowing down the robot or making it much bigger; the extra work required was negligible, about 1% more than usual.

What This Means for the Future

The paper suggests that by giving robot neurons the ability to tune their own "frequency" and complexity, we can help them solve problems that require looking at the whole picture rather than just the parts. The authors show that this approach is not just a theoretical trick but a practical tool that works on everything from solving physics equations to recognizing faces.

While the paper proves that TESLA works exceptionally well on these specific tests and suggests it could be a powerful replacement for standard switches in many areas, the researchers are careful to note that there is still more to explore. They plan to investigate how to make these musical neurons even faster on computer chips and how they might help large language models understand long, complex stories. For now, though, TESLA stands as a clever new way to teach machines to hear the music in the data, rather than just counting the notes.

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 →