← Latest papers
🔭 astrophysics

Comparison of symbolic regression algorithms in Star/galaxy/quasar separation

This study demonstrates that four state-of-the-art symbolic regression frameworks can effectively classify stars, galaxies, and quasars in SDSS DR17 data using compact, interpretable analytic functions that match traditional machine learning performance while providing transparent mathematical insights into astrophysical boundaries.

Original authors: Rachit Deshpande, Shantanu Desai

Published 2026-03-02
📖 5 min read🧠 Deep dive

Original authors: Rachit Deshpande, Shantanu Desai

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 a cosmic librarian trying to sort a massive, chaotic pile of books (astronomical objects) into three specific shelves: Stars (like our Sun), Galaxies (like our Milky Way), and Quasars (super-bright, distant monsters).

For a long time, librarians have used "Black Box" machines (like deep neural networks) to do this sorting. These machines are incredibly smart and accurate, but they are like a magic box: you put a book in, and it tells you which shelf it belongs to, but you have no idea how it made that decision. It's just a secret recipe of millions of numbers.

This paper asks a simple question: Can we find a simple, readable rule that does just as good a job as the magic box?

The authors tried using a technique called Symbolic Regression. Think of this not as a magic box, but as a detective trying to solve a puzzle by writing down simple math equations (like y=2x+5y = 2x + 5) instead of complex code.

Here is the story of their investigation, broken down into simple parts:

1. The Clue: Redshift (The "Cosmic Stretch")

The researchers decided to ignore all the complicated data (like the color of the light) and focus on just one clue: Redshift.

  • Analogy: Imagine a siren on a passing ambulance. As it moves away, the sound gets lower (stretches). In space, as objects move away from us, their light stretches.
  • The Pattern:
    • Stars are our neighbors, so they barely move away (Redshift \approx 0).
    • Galaxies are further away, so they are moving at a medium pace.
    • Quasars are the furthest away, zooming away very fast (High Redshift).
      The goal was to write a simple math formula that says: "If the redshift is this low, it's a star. If it's medium, it's a galaxy. If it's high, it's a quasar."

2. The Contestants: Four Different "Detectives"

The team set up a race between four different types of Symbolic Regression algorithms to see which one could find the best simple formula.

  • PySR (The Evolutionary Gardener):

    • How it works: It acts like nature. It grows thousands of random math formulas, lets the "fittest" ones survive, mixes them up, and mutates them over generations.
    • Result: It found a good formula, but it was a bit wobbly. It was like a gardener who found a great plant but kept changing the soil a little bit every time.
  • ESR (The Exhaustive Checker):

    • How it works: It doesn't guess. It tries every single possible simple math combination (within a limit) and picks the one that fits the data best using a strict "Occam's Razor" rule (the simplest explanation is usually the right one).
    • Result: Very reliable and stable, like a methodical accountant checking every receipt.
  • PhySO (The AI Reinforcement Learner):

    • How it works: This is a robot that learns by trial and error, but with a safety net. It's trained like a video game character: it gets points for finding a formula that works and loses points if it creates a math disaster (like dividing by zero).
    • Result: This was the most stable detective. Once it found a formula, it stuck to it perfectly every time. It was like a robot that never made a typo.
  • MvSR (The Specialist Team):

    • How it works: This team realized that the universe isn't the same everywhere. So, they split the job into three teams: one for low redshift (stars), one for medium (galaxies), and one for high (quasars). They each found a piece of the puzzle and stitched them together.
    • Result: The Winner! This approach found the most accurate formula. It was like having three experts, each handling the part of the job they knew best.

3. The Results: Simple vs. Complex

The researchers compared their simple math formulas against the "Black Box" machines (like Random Forests and Neural Networks).

  • The Shock: The simple math formulas (the "detectives") performed just as well as the complex, heavy-duty AI machines.
  • The Accuracy: The best simple formula got about 94% accuracy, which is almost the same as the best "Black Box" machine.
  • The Bonus: Because the formula is simple (e.g., 3.1342.320z+e2.904z3.134 - \frac{2.320}{z + e^{-2.904z}}), a human can read it, understand it, and trust it. We know why it works.

4. The "Wall" They Hit

The paper also discovered something fascinating: There is a limit to how well we can do.
Even the best AI and the best math formulas hit a wall around 90-94% accuracy.

  • Why? Because near a certain distance (Redshift \approx 1.25), galaxies and quasars look exactly the same in this one-dimensional view. It's like trying to tell the difference between two identical twins wearing the same clothes in the dark. No amount of math can fix that; the data itself is ambiguous.

The Big Takeaway

This paper proves that we don't always need a "Black Box" to solve complex scientific problems. Sometimes, the universe follows simple, elegant rules that we can write down on a napkin.

  • Old Way: Use a giant, unexplainable AI to sort the stars.
  • New Way: Use Symbolic Regression to find a simple, human-readable math equation that does the same job, is faster to run, and tells us exactly how the universe is organized.

It's a victory for Explainable AI: getting the same results as the magic box, but with the lights turned on so we can see how the magic works.

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 →