← Latest papers
🤖 machine learning

Enhancing Cognitive Workload Classification Using Integrated LSTM Layers and CNNs for fNIRS Data Analysis

This paper proposes a deep learning model that integrates Convolutional Neural Networks (CNNs) with Long Short-Term Memory (LSTM) layers to effectively capture both spatial and temporal dependencies in fNIRS data, thereby improving cognitive workload classification accuracy from 97.40% to 97.92% compared to conventional methods.

Original authors: Mehshan Ahmed Khan, Houshyar Asadi, Mohammad Reza Chalak Qazani, Adetokunbo Arogbonlo, Siamak Pedrammehr, Adnan Anwar, Asim Bhatti, Saeid Nahavandi, Chee Peng Lim

Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: Mehshan Ahmed Khan, Houshyar Asadi, Mohammad Reza Chalak Qazani, Adetokunbo Arogbonlo, Siamak Pedrammehr, Adnan Anwar, Asim Bhatti, Saeid Nahavandi, Chee Peng Lim

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 Big Picture: Reading Minds with Light

Imagine trying to figure out how hard someone's brain is working. Usually, this is like trying to guess how much weight a person is lifting just by watching them sweat. It's hard to be precise.

This paper introduces a better way using a tool called fNIRS (functional near-infrared spectroscopy). Think of fNIRS as a "brain flashlight." It shines safe, invisible light through the forehead. When a part of the brain works harder, it needs more oxygen, and the blood flow changes. The flashlight detects these changes.

The goal of this study was to teach a computer to look at these light readings and say, "Ah, this person is doing an easy task," or "This person is struggling with a very hard task."

The Problem: Too Many Levels, Too Many Mistakes

In the past, researchers mostly used these brain flashlights to tell the difference between just two states: Relaxed vs. Working Hard. It's like a light switch that is either ON or OFF.

However, real life isn't just a switch; it's a dimmer. Sometimes a task is a little hard, sometimes very hard. This study wanted to teach the computer to distinguish between four different levels of mental effort (called 0-back, 1-back, 2-back, and 3-back tasks).

The authors found that older computer methods (like traditional machine learning) were like a student who had to memorize a textbook page by page. They needed humans to manually point out exactly what to look for (feature engineering), and they often got confused or made mistakes when the data was messy.

The Solution: A Two-Person Detective Team

To solve this, the researchers built a new "brain" for the computer using Deep Learning. They created a hybrid team made of two specialists:

  1. The CNN (Convolutional Neural Network): Think of this as the Spotter. Its job is to look at the brain data and find specific patterns, like noticing a spike in oxygen in a specific area. It's great at seeing what is happening right now.
  2. The LSTM (Long Short-Term Memory): Think of this as the Storyteller. It looks at the sequence of events. It remembers what happened a second ago and connects it to what is happening now. It understands the story of the brain activity over time.

The Analogy:
Imagine you are watching a soccer game.

  • The CNN is the person looking at the scoreboard and the players' positions right now.
  • The LSTM is the person watching the whole game, remembering that the team scored a goal five minutes ago, and understanding that the current play is a result of that momentum.

By combining them, the computer gets the best of both worlds: it sees the details and understands the timeline.

The Experiment: The "n-back" Challenge

The researchers used a public dataset where 68 people played a memory game called the n-back task.

  • 0-back: "Press the button if you see the letter A." (Very easy)
  • 1-back: "Press the button if the letter matches the one you saw one step ago." (A bit harder)
  • 2-back & 3-back: "Match the letter from two or three steps ago." (Very hard)

The computer had to look at the brain's light signals and guess which level of the game the person was playing.

The Results: The Team Wins

The researchers tested their new "Spotter + Storyteller" team against older methods and a version of their own team that only had the "Spotter" (CNN without LSTM).

  • Old Methods: The traditional computer models (like Decision Trees or k-NN) struggled. They were like students who studied hard but forgot the context. They got about 69% to 97% accuracy, but the simpler ones were much lower.
  • The CNN Only: When they used just the "Spotter" (CNN), the computer was pretty good, getting 97.40% accuracy.
  • The CNN + LSTM Team: When they added the "Storyteller" (LSTM), the accuracy jumped to 97.92%.

Why did it get better?
The paper explains that brain activity isn't just a snapshot; it's a movie. The "Storyteller" (LSTM) helped the computer understand the flow of time in the brain signals. Without it, the computer sometimes missed the subtle changes that happen over a few seconds.

The Trade-Off: Speed vs. Smarts

The researchers also checked how fast the computer could make these guesses.

  • The "Spotter only" (CNN) was slightly faster.
  • The "Spotter + Storyteller" (CNN-LSTM) was a tiny bit slower, but not by much.

The Takeaway:
The paper concludes that adding the "Storyteller" (LSTM) layers to the "Spotter" (CNN) is worth it. It makes the computer smarter at understanding complex brain tasks without slowing it down significantly. This proves that to understand how hard our brains are working, we need to look at both the details and the timeline of the data.

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 →