whoami.sh running
$ whoami

Talha Nazar

role:
focus:
status:
I am visiting as
stats.json
papers0
years_in_ai0
focus_year0
$ cat about.md

#Where neuroscience meets machine learning

I came to AI through software engineering, and stayed for the question of how intelligence actually works. My work spans deep learning, RLHF, chain of thought evaluation, and behavioral analysis of large language models, always circling back to what a model's internal representations reveal about its behavior. I am seeking doctoral training to turn that question into a sustained research program in explainable, brain inspired AI.

explainable ml brain inspired ai visual perception predictive coding reasoning alignment representation learning
$ ls -la education/

#Foundations

2020 to 2023
MSc, Artificial Intelligence
FAST-NUCES, Islamabad, Pakistan

Thesis: Localizing and Analyzing the Infographics in Documents Using Deep Learning

2016 to 2020
BS, Software Engineering
COMSATS University, Islamabad, Pakistan

Final year project: IoT based home automation system for remote control of lights, fans, and door locks via a mobile app connected to an embedded circuit

Relevant to your visit
$ cat thesis/summary.md

#Master's thesis: infographic understanding

Resumes increasingly use infographics, bar meters, circular progress rings, icon scales, to communicate skill levels instead of prose. My MSc thesis built a pipeline to automatically find those infographics inside a document, tie each one to its associated skill label, and convert its visual fill level into a number, treating the resume as a visual scene rather than a block of text.

Pipeline
  1. Detect. A YOLO model localizes each infographic in the document and returns a bounding box.
  2. Associate. Padding is added to the top and left of each box to capture the nearby skill name, which OCR then reads.
  3. Clean & threshold. A 3×3 Gaussian filter smooths the crop; Otsu and adaptive thresholding then separate filled pixels from empty ones.
  4. Quantify. Contours isolate the filled region, and the skill level is scored as filled area ÷ total infographic area.
Infographic localization and quantification pipeline: dataset, YOLO detection, padding, contour extraction, OCR, and infographic quantification via intensity histogram
Fig. 1: detection, skill association, and quantification pipeline (YOLO + OCR + contour analysis).
Results
Bar infographics
95.22%
accuracy · 4.78% error rate
Circular infographics
99.9%
accuracy · 0.005% error rate

The thesis conclusion proposed this as a baseline for a more brain inspired successor, incorporating models of human visual attention such as saliency mapping and eye tracking style priors, so infographic interpretation looks less like template matching and more like how a person actually scans a document. That's the thread that pulled me toward NeuroAI.

Published at IMCOM 2023 · under review at IJDAR, full citations under Publications.

Relevant to your visit
$ git log --oneline --reverse experience

#Where the work happened

Chain of Thought & Model EvaluationSep 2025 to Present
Micro1 · Remote
  • Designed structured chain of thought (CoT) frameworks to elicit and analyze stepwise reasoning in LLMs
  • Developed CoT and response evaluation rubrics assessing logical consistency, causal validity, and intermediate reasoning steps
  • Performed systematic scoring and comparative evaluation to identify reasoning patterns, failure modes, and alignment gaps
Expert AI Data Trainer (STEM)Jan 2025 to Apr 2025
Invisible Technologies · Remote
  • Designed and evaluated structured learning signals for LLMs, focused on stepwise reasoning and error decomposition in STEM domains
  • Conducted large scale behavioral response analysis to assess model generalization, consistency, and failure modes
  • Maintained quality benchmarks above 90% under controlled evaluation protocols
AI Content WriterOct 2024 to Present
Medium
  • Publish articles on data analysis, machine learning, computing, reinforcement learning, and neuroscience & AI
Data AnalystOct 2024 to Dec 2024
Excelerate · Remote
  • Conducted exploratory data analysis on large scale student interaction and engagement data to identify behavioral patterns and drop off points
  • Used predictive models to estimate student engagement and retention under different content and platform conditions
  • Contributed to an approximate 20% increase in platform usage through data driven interventions
Advanced AI Data TrainerJul 2022 to Aug 2024
Invisible Technologies · Remote
  • Worked on preference modeling and response ranking for instruction following language models
  • Contributed to data annotation pipelines aligned with RLHF
  • Led cross cultural annotation teams, ensuring consistency and inter rater reliability
University Research Assistant, KDD LabOct 2021 to Sep 2022
FAST-NUCES · Islamabad
  • Conducted research on visual perception and structural understanding using deep learning models
  • Used deep learning models for detecting and localizing infographics, treating documents as complex visual scenes
  • Applied CNN based architectures for feature extraction, spatial reasoning, and pattern recognition
  • Research resulted in two peer reviewed publications in document analysis
Relevant to your visit
$ cat publications.bib

#Peer reviewed work

Published
IMCOM 2023 · 17th Intl. Conf. on Ubiquitous Information Management & Communication
Localizing and Analyzing the Infographics in Documents Using Deep Learning
Preprints
IJDAR · International Journal on Document Analysis and Recognition (Springer) · Research Square
Utilizing Deep Learning Algorithm and Image Processing Techniques for the Localization and Quantitative Analysis of Infographics in Resumes
Relevant to your visit
$ python train.py --experiment representational_drift

#Representational drift: Hebbian vs. backprop

neuromatch academy · neuroai 2026

Group project comparing how hidden layer representations evolve under backprop versus a hybrid Hebbian and gradient learning rule, on binary MNIST classification (digits 0 vs. 1), across three architectures: MLP, CNN and KAN.

controlled experiment

The core comparison lives in the MLP, repeated across three random seeds. Within each seed, backprop and the hybrid rule start from identical initial weights, so any difference in representations traces back to the learning rule, not initialization.

Setup

Both models are trained on the same binary task until performance stabilizes, confirmed stable across a three epoch window, then tracked for five more epochs of continued training. No new task, no injected noise.

Core MLP learning curves showing validation accuracy across three seeds for backprop and hybrid Hebbian and gradient learning rules
Fig. 2: core MLP validation accuracy, 3 seeds. Both rules converge before the post stability tracking window begins.
What "drift" means here
Definitional note

Once accuracy stabilizes, training continues on the same task, and we track how hidden layer geometry moves. We call this post stability representational change and treat it operationally as drift: the representations shift while accuracy and class information stay constant. This is not spontaneous biological drift. It is a measured consequence of continued training under a fixed task.

Drift is quantified four ways, RSA, CKA, centroid movement, and class axis geometry, plus a decoder trained on held out images at the stable epoch and retested on separate images from later epochs, to confirm class information survives the drift.

Six panel figure showing RSA drift, CKA similarity, centroid shift, class axis angle, cross epoch decoder accuracy, and validation accuracy for backprop versus hybrid learning across epochs after stability
Fig. 3: RSA drift, CKA similarity, centroid shift, class axis angle, cross epoch decoding, and validation accuracy · backprop vs. hybrid · averaged across 3 seeds.
Result

Both learning rules preserve task information throughout. But backprop shows a small, consistently greater amount of post stability drift than the hybrid rule, across all three metrics and all three seeds.

Exploratory: CNN & KAN

CNN and KAN runs used the same two learning rules but weren't repeated across seeds or controlled as tightly as the MLP, so they're exploratory checks, not part of the main conclusion. Across all three architectures, backprop and Hebbian RSA similarity degrades over training, most sharply in the MLP and more gradually in the CNN and KAN.

RSA similarity between backprop and Hebbian representations over training epochs, compared across MLP, CNN, and KAN architectures
Fig. 4: backprop and Hebbian RSA similarity over training, MLP vs. CNN vs. KAN (exploratory).
CNN representational dissimilarity matrices comparing backprop and Hebbian learning at the conv2 layer, with a difference heatmap
Fig. 5: CNN representational dissimilarity matrices, backprop vs. Hebbian, conv2 layer (exploratory).
Relevant to your visit
$ pip list --toolkit

#Toolkit

scientific publicationsresearch design hypothesis driven experimentationstatistical analysis exploratory data analysiserror analysis
pythonpytorchnumpy scipypandaspredictive modeling regression analysis
chain of thought evalrubric based eval rlhf workflowsresponse ranking alignment evalreward shaping
representation drift analysisvector symbolic architectures predictive codingbiologically plausible learning
$ ls certs/ && cat languages.yaml

#Certifications & languages

languages & test scores

Urdu: native · English: proficient (C1/C2)

IELTS Academic: Band 6.5 (May 2025)

Relevant to your visit
$ cat recommenders.yaml

#Recommendations

SK
Dr. Shujaat Hussain Kausar Thesis Supervisor
Assistant Professor, Department of Computer Science, FAST-NUCES, Islamabad
KK
Dr. Kifayat Khan Thesis Co Supervisor
Associate Professor, Department of Computer Science, FAST-NUCES, Islamabad
AJ
Dr. Akhtar Jamil Image Processing Instructor
Associate Professor, Department of Computer Science, FAST-NUCES, Islamabad
contact.sh
$ ./contact.sh --reason "PhD supervision" --reason "opportunities"
Open to PhD supervisor conversations and professional opportunities in AI and NeuroAI.
locationSargodha, Pakistan
linkedintalha-nazar