Skip to content
View Santhanu7Z's full-sized avatar

Highlights

  • Pro

Block or report Santhanu7Z

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Santhanu7Z/README.md

Hi, I'm Santhanu Ajith Kumar πŸ‘‹

I work on efficient sequence modeling for healthcare AI, with a focus on Selective State Space Models (Mamba) as an alternative to Transformers for long clinical sequences.

Currently pursuing M.Sc. in AI & ML, with ongoing research collaboration at King Mongkut’s University of Technology Thonburi (KMUTT), Thailand.


πŸ”¬ Research Focus

My work is centered around real-world clinical constraints, not just model performance:

  • Speech-based Cognitive Impairment Detection
    Modeling linguistic + acoustic signals for early detection of Mild Cognitive Impairment (MCI)

  • Beyond Transformers
    Replacing attention-based architectures with Mamba (SSMs) for better scalability on long sequences

  • Explainability in Clinical AI
    Making model decisions interpretable and clinically meaningful

  • Cross-Dataset Generalization
    Robust modeling across datasets (e.g., Pitt β†’ ADReSS β†’ TAUKADIAL)


πŸš€ Featured Projects

🧠 Fusion Mamba for MCI Detection

  • Multimodal system combining speech transcription + sequence modeling
  • Pipeline: Audio β†’ Whisper β†’ Text β†’ Mamba β†’ Clinical Prediction
  • Focus on explainability + generalization
  • Designed for real-world clinical deployment scenarios

Key Ideas:

  • Replace Transformer-based encoders with Selective SSMs
  • Integrate linguistic and interaction-level features
  • Improve robustness across datasets

πŸ”— Code and paper links will be updated upon publication


🎀 Speech-Based Clinical AI Pipeline

  • End-to-end pipeline for healthcare-oriented speech processing
  • Includes:
    • Transcription (Whisper)
    • Feature extraction (linguistic + acoustic)
    • Sequence modeling (Mamba / DL models)

πŸ“„ Publications

  • Fusion Mamba for Explainable Speech-Based Detection of Mild Cognitive Impairment
    Under Review – JCSSE 2026

πŸ› οΈ Technical Skills

Core Areas:

  • Sequence Modeling (SSMs, Deep Learning)
  • Speech Processing & NLP
  • Multimodal Learning

πŸ› οΈ Technical Stack

Core (What I actually use in research):
Core

Working Knowledge:
Tools

Supporting Tools:
Tools


πŸ“ˆ GitHub Stats


πŸ”­ Current Direction

  • Scaling Mamba-based architectures for long-sequence clinical data
  • Integrating acoustic + linguistic multimodal fusion
  • Exploring efficient alternatives to Transformer attention in healthcare AI

πŸ“¬ Connect

Pinned Loading

  1. mci_detection mci_detection Public

    Listening Between the Lines: An explainable multimodal framework for MCI detection from spontaneous speech. Leverages Selective State Space Models (Mamba) and Gated Fusion to integrate linguistic d…

    Python 1