Welcome!
I’m a staff scientist for Oviedo Lab, an electrophysiology lab in the department of neuroscience at Washington University in St. Louis. There I model auditory-cortex responses in mice to squeaks. Before that I was a lecturer in the department of philosophy and the philosophy-neuroscience-psychology program at WUSTL and a postdoctoral visitor with Harris Lab at York University studying the integration of auditory, proprioceptive, and visual feedback in the control of movement. I’m also an associate member of the Centre for Philosophy of Memory, researching the role of memory in perception and the phenomenology of episodic memory. I previously worked as a postdoctoral research fellow at the Network for Sensory Research in the Department of Philosophy, University of Toronto. I completed my Ph.D. in philosophy at Rice University (Houston, Texas).
Movement Sonification
Before my transition to neuroscience I did behavioral psychology experiments on how auditory feedback can augment, replace, and enrich natural proprioception, improving motor learning and motor control in fast, skilled movements. I worked first through my company Performance Sonification (dissolved in 2022) and then in collaboration with Harris Lab at York University.
Part of this work involved developing ultra fast wearable embedded sensor systems for movement sonification. I worked with the Cortex M4 and ESP32, developed bare-metal digital sound synthesis techniques (two-timer pulse-width modulation, based off a class-D amplifier), used inertial sensors, designed bespoke PCB feathers (KiCad), and 3D printed enclosures (FreeCAD).
Related Publications
- 2024. Barkasi, M., Bansal, A., Björn J., and Harris, L. R., “Online reach adjustments induced by real-time movement sonification”, Human Movement Science | open access | PsyArXiv and osf project with data and code
- 2023. Barkasi, M., Clouser, L., and Harris, L. R., “Ultra-responsive, low-dimensional unfamiliar movement sonification guides unconstrained reaches to invisible targets in 3D space”, PsyArXiv | preprint only
Computational Modelling
Motion Processing and Spatial Analysis
As part of this sonification work I wrote motion processing algorithms for both real-time processing in embedded hardware (C++) and for post-processing (R). This work involved motion detection and segmentation, coordinate transformations, input integration, path comparisons (error estimation), and time-warping (both post-processing dynamic time-warping and real-time online warping estimates).
Linear Models
Neuromatch Academy’s course in computational neuroscience got me started with GLMs for modelling task-dependent fMRI responses and linear decoders of fMRI data. I’ve written a bunch of Python code for both real public fMRI data (e.g., through the HCP), and code to generate realistic simulated fMRI data.
- GLM modelling of task-dependent somatomotor cortex responses from simulated fMRI data (Python).
- Linear decoding (logistic regression) of motor tasks from simulated somatomotor cortex fMRI data (Python).
Phenomenal Consciousness
In addition to my empirical stuff, I also do interdisciplinary research on how we subjectively experience the world. I’m particularly interested in how memory and sensory perception interact to afford consciousness of the past and present. Most of my work focuses on experiencing what’s not there (memories, dreams, hallucinations, VR), the feelings of presence and pastness, and the neural correlates of consciousness.
You might check out this piece and this piece I wrote on presence and digital fluency, or this paper, on how perception involves experience of the past. The paper was one of two runners-up for the essay prize at the Centre for Philosophy of Memory. I summarize the idea in a blog post.
Related Publications
- 2024. “Perceiving objects the brain does not represent”, Phenomenology and the Cognitive Sciences | preprint
- 2024. “Consumer-side reference through promiscuous memory traces”, Synthese
- 2024. “Immersing oneself into one’s past: Subjective presence can be part of the experience of episodic remembering”, w/ Denis Perrin, Philosophy and the Mind Sciences
- 2023. “Memory as sensory modality, perception as experience of the past”, Review of Philosophy and Psychology | preprint
- 2022. “Reviving the naïve realist approach to memory”, w/ André Sant’Anna, Philosophy and the Mind Sciences
- 2022. “Perceiving is imagining the past”, The Junkyard
- 2021. “What blindsight means for the neural correlates of consciousness”, Journal of Consciousness Studies
- 2021. “What makes a mental state feel like a memory: Feelings of pastness and presence”, w/ Melanie Rosen, Estudios de Filosofía
- 2021. “Are there epistemic conditions necessary for demonstrative thought?”, Synthese | preprint
- 2021. “What should the sensorimotor enactivist say about dreams?”, Philosophical Explorations | preprint
- 2021. “Does what we dream feel present? Two varieties of presence and implications for measuring presence in VR”, Synthese | preprint
- 2020. “Some hallucinations are experiences of the past”, Pacific Philosophical Quarterly | preprint
- 2020. “Is mental time travel real time travel?”, w/ Melanie Rosen, Philosophy and the Mind Sciences
- 2019. “The role of experience in demonstrative thought”, Mind & Language | preprint
- 2015. Perceptual Links: Attention, Experience, and Demonstrative Thought, PhD Dissertation
- 2011. “The semantics of indicative mood modal constructions”, MA Thesis
Image: Self-portrait by Ernst Mach, 1886
Teaching and AI Demos
I’ve taught philosophy and cognitive science at a wide range of schools. I make philosophy relevant to STEM students, and STEM relevant to philosophy students. In addition to traditional lectures and Socratic discussion, I’m writing a series of accessible coding demos in CoLab for core models in cognitive science, such as deep neural networks and “physical symbol systems” (in the style of Simon and Newell). My teaching philosophy.
Coding Demos
- Sample physical symbol system which uses heuristics to solve a version of the river crossing problem.
- Single-layer neural network (McCulloch-Pitts Neuron) learning with the Perceptron Convergence Rule.
- A deep neural network which learns to do sentiment analysis on IMDb reviews, with some explanation of why it’s hard to interpret the hidden layer.
Courses Taught
A full list of courses I’ve taught is available on my cv. Here are the most recent, with syllabi. I never taught it, but for those interested here is a sample syllabus for philosophy of neuroscience.
- Philosophy of Mind, Washington University in St. Louis (PNP/Phil 315, winter 2024) | syllabus
- Introduction to Cognitive Science, Washington University in St. Louis (PNP 200, winter 2024) | syllabus
- Reading Course (Senior Capstone) in Deep Learning, Washington University in St. Louis (PNP 390, fall 2023) | reading list
- Philosophy of Psychology, University of British Columbia, Okanagan (Phil 446, winter 2022) | syllabus
- Philosophy of Artificial Intelligence, York University (Cogs/Phil 3750, winter 2021) | syllabus
Coding and Modelling (Summary List)
- 2024. Data synchronization, signal filtering, linear mixed-effects modelling, and nonparametric bootstrapping, used for post-processing and statistical significance testing of kinematic and accuracy data (optical and inertial) from motor control study involving reaches with movement sonification (R scripts) // Research, data-analysis code.
- 2024. Movement sonification hardware code for real-time embedded (wearable) sensor system which tracks motion via inertial sensors at 1kHz while providing auditory feedback with only 1–2ms latency (C++, Arduino, ESP32) // Research, hardware code.
- 2023. Deep neural network for sentiment analysis of IMDb movie reviews with explanation of network opacity (Python, CoLab, PyTorch) // Instructional demo.
- 2023. Single-layer neural network (McCulloch-Pitts Neuron), learning with the Perceptron Convergence Rule (Python, CoLab) // Instructional demo.
- 2023. Heuristics-based physical symbol system simulation, solves a version of the river-crossing problem (Python, CoLab) // Instructional demo.
- 2023. Generalized linear modelling (GLM) of task-dependent somatomotor cortex responses from simulated fMRI data (Python, CoLab).
- 2023. Linear decoding (logistic regression) of motor tasks from simulated somatomotor cortex fMRI data (Python, CoLab).
- 2022. Two-pivot reach model for tracking position through Cartesian space from raw gyroscope readings (C++, Arduino) // Real-time embedded motion tracking.
- 2021. Two-timer pulse-width modulation (class-D amplifier) for low-overhead bare-metal digital sound synthesis on single-core embedded processors (C++, Arduino, Cortex M4F, ESP32).
Interested in chatting about human perception or movement sonification?