← Latest papers
🤖 AI

FRACTAL: SSM with Fractional Recurrent Architecture for Computational Temporal Analysis of Long Sequences

The paper introduces FRACTAL, a novel state space model that integrates fractional measure theory into recursive memory updates to resolve the trade-off between retaining unbounded history and detecting short-term variations, achieving superior performance on long sequence benchmarks compared to existing models like S5.

Original authors: Mengqi Li, Wensheng Lin, Jinshuai Yang, Lixin Li

Published 2026-05-12
📖 4 min read☕ Coffee break read

Original authors: Mengqi Li, Wensheng Lin, Jinshuai Yang, Lixin Li

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 remember a long story. You face a tricky problem: if you try to remember every single detail equally well, the most recent words get drowned out by the thousands of words that came before them. But if you focus only on the last few sentences to catch the immediate plot twist, you forget the beginning of the story entirely.

For a long time, computer models trying to learn from long sequences (like text, stock prices, or heartbeats) had to choose between these two bad options. This paper introduces a new model called FRACTAL that solves this problem by using a mathematical trick called "fractional calculus."

Here is a simple breakdown of how it works, using everyday analogies:

1. The Problem: The "Memory Trilemma"

Think of memory like a bucket of water.

  • Old Model A (Uniform): It pours water in at a steady rate. The bucket is full, but the water at the top (the newest stuff) gets diluted by the water at the bottom (the old stuff). You remember everything, but the newest details are faint.
  • Old Model B (Exponential): It pours water in, but the bottom of the bucket has a hole. The old water leaks out quickly, so the newest water stays fresh and bright. But if the story is too long, the bottom of the bucket is empty, and you lose the context of the beginning.
  • Old Model C (Window): It only keeps the last few cups of water. You have perfect clarity on the immediate past, but you have zero memory of anything that happened before that.

The paper argues that real-world data (like financial markets or biological signals) needs all three: you need the full history, you need to hear the newest details clearly, and you need to handle events that happen at different speeds.

2. The Solution: The "Fractional" Magic

FRACTAL introduces a new way to fill the bucket using a tunable singularity.

Imagine the bucket has a special shape that changes based on a dial you can turn (called the singularity index, or α\alpha).

  • The Shape: Instead of a straight cylinder or a cone, the bucket has a "heavy tail." It holds onto the old water (history) very well, but the very top of the bucket is shaped like a funnel that concentrates the newest water right at the surface.
  • The Dial:
    • If you turn the dial one way, the bucket acts like a standard memory (remembering everything equally).
    • If you turn it the other way, it acts like a "recent memory" (focusing on the now).
    • The Magic: FRACTAL can sit anywhere in between. It creates a "power-law" memory, which means it remembers the distant past just enough to keep the context, but it gives a massive boost to the very recent past so you don't miss sudden changes.

3. The Architecture: The "Spectral Filter Bank"

The paper doesn't just use one bucket; it uses a whole orchestra of buckets (called a Multi-Scale Filter Bank).

  • Imagine a choir where every singer has a slightly different voice.
  • Some singers are tuned to remember the slow, long-term trends (like the overall mood of a song).
  • Other singers are tuned to catch the fast, sudden notes (like a drumbeat or a sudden shout).
  • FRACTAL assigns different "dials" to different parts of its brain. Some parts focus on the long history, while others zoom in on the immediate present.
  • The model then mixes these voices together to understand the whole picture.

4. Why It's Better (The Results)

The authors tested FRACTAL on a standard set of difficult puzzles called the Long Range Arena. These puzzles require the computer to find connections between things that are very far apart in a sequence.

  • The Score: FRACTAL scored 87.11%, beating the previous best model (S5) which scored 87.04%.
  • The Big Win: On a specific task called ListOps (which involves solving nested math problems), FRACTAL scored 61.85%, beating the previous best of 61.10%. This task is hard because you need to remember the opening bracket from the very beginning of the sentence while processing the numbers at the end. FRACTAL's ability to balance "long history" with "recent focus" made it better at this.

Summary

FRACTAL is a new type of computer brain that stops forcing a choice between "remembering everything" and "remembering the now." By using a mathematical tool called fractional calculus, it creates a memory that naturally holds onto the distant past while staying hyper-aware of the present moment. It's like having a library where the books are organized so you can instantly grab the latest bestseller without losing track of the classics.

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 →