Skip to content

arafathosense/Game-Based-Dementia-Detection

Repository files navigation

🧠 Game-Based Dementia Detection

📌 Overview

This project presents a novel game-based cognitive assessment system designed for the early detection of dementia. The system integrates deep learning techniques with an interactive gaming environment to evaluate cognitive health through both physiological data and facial analysis.

The approach combines:

  • A 1D Convolutional Neural Network (1D-CNN) for analyzing health metrics
  • A 2D Convolutional Neural Network (2D-CNN) for analyzing facial images
  • A rule-based fusion method to generate the final prediction

Demo

🎯 Objectives

  • Develop an engaging game-based platform for cognitive assessment
  • Detect early signs of dementia using AI-driven models
  • Combine multimodal data (health metrics + facial images) for improved accuracy
  • Provide a scalable and accessible screening tool

🧩 System Architecture

The system consists of two primary modules:

🔹 Game Level 1: Health Metrics Analysis

  • Model: Modified 1D Convolutional Neural Network (MOD-1D-CNN)
  • Input: Health metric data (e.g., clinical and physiological indicators)
  • Dataset Size: 1000 samples
  • Labels: demented, non-demented

Performance:

  • Loss: 0.2692
  • Accuracy: 70.50%

🔹 Game Level 2: Facial Image Analysis

  • Model: Modified 2D Convolutional Neural Network (MOD-2D-CNN)
  • Input: Facial images
  • Dataset Size: 1800 images
  • Labels: demented, non-demented

Performance:

  • Loss: 0.1755
  • Accuracy: 95.72%

🔹 Decision Fusion

A rule-based linear weightage method is used to combine outputs from both models:

  • Assigns weights to predictions from MOD-1D-CNN and MOD-2D-CNN
  • Produces a final classification decision

📊 Dataset

  • Health Metrics Dataset

    • Source: Apollo Diagnostic Center and associated hospitals
    • Samples: 1000
    • Type: Structured numerical data
  • Facial Image Dataset

    • Samples: 1800
    • Type: Image data
    • Labels: Demented / Non-demented

⚙️ Technologies Used

  • Python
  • HTML
  • CSS
  • JavaScript
  • TensorFlow
  • NumPy
  • Pandas
  • OpenCV (for image processing)
  • Scikit-learn

🚀 Features

  • Interactive game-based assessment
  • Multimodal deep learning integration
  • High accuracy in facial-based dementia detection
  • Lightweight and scalable architecture

📈 Results Summary

Model Data Type Loss Accuracy
MOD-1D-CNN Health Metrics 0.2692 70.50%
MOD-2D-CNN Facial Images 0.1755 95.72%

🔮 Future Work

  • Increase dataset size and diversity
  • Improve health-metric model performance
  • Integrate real-time assessment features
  • Deploy as a mobile or web application
  • Clinical validation with medical professionals

👤 Author

HOSEN ARAFAT

Bachelor of Software Engineering, China

GitHub: https://github.com/arafathosense

Research Interest: Image Computing and Perceptual Intelligence

About

This project presents a novel game-based cognitive assessment system designed for the early detection of dementia. The system integrates deep learning techniques with an interactive gaming environment to evaluate cognitive health through both physiological data and facial analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors