Research · Northwestern Feinberg
Cochlear implants restore hearing by stimulating the auditory nerve directly, but the coding strategies that decide which electrode fires when are still largely hand-tuned. I trained support vector machines on neural recordings from the guinea pig inferior colliculus to test a narrower question: can you read back which word an animal heard from the neural response alone?
Cochlear implants have transformed hearing for people with severe hearing loss, but the gap between implant users and normal hearing is still wide, and it has not closed the way the hardware has improved. A 2021 study out of Northwestern Feinberg put the difficulty starkly: participants with hearing disorders, given a limited set of words to choose from, picked the same word 53% of the time regardless of what they had actually heard.
That points at the coding strategy, the rule that turns incoming sound into a pattern of electrical stimulation, rather than at the electrodes. But coding strategies are hard to evaluate, because the usual measure is what a human subject reports hearing. I wanted a measure that reads the neural response directly.
A classification pipeline that takes raw multi-channel recordings from the inferior colliculus of four guinea pigs and predicts which of 53 spoken words produced them. The interesting decisions were mostly in the feature construction: how you turn a spike train into something a classifier can use without throwing away the timing information that carries the word.
The result that surprised me runs against the assumption in the field. Prior work suggests that increasing the number of frequency channels improves implant performance, but in our models, reducing the number of frequencies made word prediction more accurate. Distinguishing duck from bomb sat at 50% with ten frequencies and reached 100% with two, holding the threshold and bin count fixed. Coarsening the time bins hurt in the expected direction: goose versus june fell from 50% to 25% when I halved the number of intervals.
Our work suggests that a leaner feature set may give the classifier less noise to fit, which could translate to how many channels a coding strategy needs to be effective.