ForamDeepSlice: A High-Accuracy Deep Learning Framework for Foraminifera Species Classification from 2D Micro-CT Slices

This study introduces ForamDeepSlice, a high-accuracy deep learning framework that combines an ensemble of ConvNeXt-Large and EfficientNetV2-Small models with a rigorous specimen-level split dataset to achieve 95.64% accuracy in classifying foraminifera species from 2D micro-CT slices, while also providing an interactive dashboard for real-time identification and 3D matching.

Abdelghafour Halimi, Ali Alibrahim, Didier Barradas-Bautista, Ronell Sicat, Abdulkader M. Afifi

Published Tue, 10 Ma
📖 5 min read🧠 Deep dive

Imagine you are a detective trying to identify a suspect, but the suspect is wearing a mask and you can only see them through a series of random, blurry snapshots taken from different angles. This is the daily challenge for paleontologists (fossil hunters) studying foraminifera (tiny, single-celled marine creatures with shells).

For over a century, scientists have had to slice these tiny fossils into thin pieces and look at them under a microscope. It's like trying to figure out what a whole apple looks like by only seeing a few random slices of it. Sometimes the slice shows the core, sometimes the skin, and sometimes just a random chunk. It's hard to tell the species apart, and it takes a human expert hours to do what a machine could do in seconds.

This paper introduces ForamDeepSlice, a new "super-detective" AI that solves this problem. Here is how it works, explained simply:

1. The Problem: The "Jigsaw Puzzle" Dilemma

Foraminifera are incredibly diverse, with thousands of species. To identify them, scientists usually need to see their 3D internal structure (like the rooms inside a castle). But getting a full 3D view is expensive and slow (like hiring a team to build a full-scale model of a house just to look at one room).

Instead, scientists usually get 2D slices (like looking at one floor plan). The problem is that a single species can look completely different depending on how the slice was cut. One slice might look like a circle, another like a star, and another like a blob. Traditional AI gets confused by this, often guessing wrong.

2. The Solution: A "3D Library" of 2D Photos

The researchers didn't just take random photos. They used a high-tech 3D scanner (Micro-CT) to scan 97 actual fossil specimens and create a massive digital library.

  • The Analogy: Imagine taking a real apple, scanning it in 3D, and then slicing it digitally into 109,617 different 2D pictures from every possible angle.
  • They used these pictures to teach an AI. They made sure the AI learned that "this specific apple" (specimen) produced all these different slices, so it wouldn't get confused when it saw a new slice from the same apple later.

3. The Brain: Two Detectives Working Together

The researchers tried seven different types of AI "brains" (neural networks). Most were good, but two specific species—Baculogypsina and Orbitoides—were like the "master of disguise" suspects. They looked so similar to each other that even the best AI kept mixing them up.

  • The Old Way (The Crowd Vote): Usually, if you have multiple AIs, you ask them all to vote. If 3 out of 5 say "It's Orbitoides," you go with that. But here, all the AIs made the same mistake on these tricky species.
  • The New Way (The "PatchEnsemble"): The researchers created a smart system called ForamDeepSlice (FDS).
    • The Main Detective (ConvNeXt-Large): This is the expert who handles 95% of the cases perfectly.
    • The Specialist (EfficientNetV2-Small): This is a different expert who is specifically good at spotting the "master of disguise" species.
    • The Switch: The system works like a traffic light. If the Main Detective is unsure or thinks it's one of the tricky species, it automatically hands the case over to the Specialist. If the Main Detective is confident, it keeps the case.
    • The Result: This "conditional switching" boosted the accuracy to 95.6%, and if you look at the top 3 guesses, it's right 99.6% of the time.

4. The Dashboard: No Coding Required

Usually, using AI requires knowing how to code (Python, etc.). The researchers built a user-friendly dashboard (like a video game interface) so any geologist can use it without being a computer expert.

  • Upload: You drag and drop a picture of a fossil slice.
  • Identify: The AI tells you what it is and how sure it is.
  • Match: It can also search a 3D library to find the exact slice orientation or similar fossils, helping scientists visualize the whole 3D shape from a single 2D picture.

Why This Matters

  • Speed: What used to take a human hours can now be done in seconds.
  • Accuracy: It reduces human error and fatigue.
  • Real World Impact: Identifying these tiny fossils helps oil companies find new drilling sites and helps climate scientists understand how the Earth's oceans changed millions of years ago.

The Catch (Limitations)

The AI is only as good as the library it was trained on.

  • It knows the 12 species in the study very well.
  • If you show it a fossil species it has never seen before, it might guess wrong (or guess one of the known species incorrectly).
  • It was trained on 3D-scanned slices. While it might work on regular microscope photos, that needs more testing.

In a nutshell: The researchers built a digital "fossil library," trained a smart AI to recognize tiny sea creatures from 2D slices, and created a "smart switch" system that fixes its own mistakes on the hardest cases. They then wrapped it all in a simple app so real scientists can use it to unlock the secrets of the Earth's past.