Earlier quoted context omitted.
Well here is one other random sample who has to turn the inner voice on when necessary :) Instead of a voice I have a constant song playing in my head when I am not focused. The song changes multiple times per week but if I am on idle I have a song. When I speak the song turns off, but no voice comes on, unless I consciously prepare my words. Now when typing this comment, I have a voice (which is my own voice) say th…
I also have a song playing in my head most of the time (even while reading but not writing , like you). I’m a hobbyist musician; maybe that’s part of it. But I also have an inner voice . I think the music stops when the voice starts, not sure. For the last week I’ve had “right down the line” by Gerry Raferty (70s pop song) playing.
Brain implant translates paralyzed man's thoughts into text with 94% accuracy
191–200 of 222 posts
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#192Earlier quoted context omitted.
The article mentions that > electrodes implanted in his motor cortex recorded signals of his brain activity so I'm assuming other thoughts and interactions had little to no effect.
This makes me wonder if "thinking about writing letters" is really an accurate description of what's happening. Was the subject merely thinking about writing letters, or was he actually trying to write them, such that if he weren't paralyzed his muscles would be moving to perform that task?
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#193Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#194Total dystopian thought, but I wonder if this could ever be used to extract info people unwillingly, as in some interrogation scenario. I mean, you have a lot more control over what you say than what you think.
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#195Total dystopian thought, but I wonder if this could ever be used to extract info people unwillingly, as in some interrogation scenario. I mean, you have a lot more control over what you say than what you think.
So if James Bond gets captured, all he has to do is to not imagine writing the information, he can think it all he wants.
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#196Total dystopian thought, but I wonder if this could ever be used to extract info people unwillingly, as in some interrogation scenario. I mean, you have a lot more control over what you say than what you think.
Not to say that this device was probably trained on the person a lot before they could reach that accuracy. A "information extraction" device would have to be trained on it's victim first, but why would they play along with the training?
Maybe I'm wrong, but I think most people have control over what they consciously think, at least it works like that for me.
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#197Earlier quoted context omitted.
I think it’s different - there was an old post by an early FB employee who has no ability to visualize images after a head injury and has to adapt as a result for that. Thinking of images is also different than thinking of words (since all of us speak the language). I’m not saying it’s impossible, but that I suspect its more likely a lack of introspection - I’d need to be persuaded empirically somehow and don’t know…
My introspection is quite good on this; I've been doing meditation on and off for decades. Sorry, but I don't have an internal narrator. Instead, the meditative interruptions that come with words are generally imagined discussions with other people or things to write about. Like you, I had a hard time believing people were different in this. The whole idea of an internal narrator seemed absurd to me. Why would anybod…
Without language and semantic meaning tied to ideas, what does 'thinking' mean at all?
My point is more that there are always thoughts (typically in the form of words, but sometimes images) flowing through your mind all of the time. Meditation and 'mindfulness' is focused on recognizing them as they happen and getting control of that kind of thing (at least enough to reduce thought loops, rumination, unwanted emotional response, etc.).
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#198Previous threads: https://news.ycombinator.com/item?id=27134049 https://news.ycombinator.com/item?id=27157369
Neural implant lets paralyzed person type by imagining writing - https://news.ycombinator.com/item?id=27134049 - May 2021 (183 comments)
Brain-Computer Interface User Types 90 Characters per Minute with Mind - https://news.ycombinator.com/item?id=27157369 - May 2021 (40 comments)
This is pretty similar but I guess it's different work:
Human use of high-bandwidth wireless brain-computer interface - https://news.ycombinator.com/item?id=26690126 - April 2021 (210 comments)
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#199Earlier quoted context omitted.
How or where did you acquire such specific beliefs about what minds can or cannot do?
My skepticism probably comes in part from an anti-religion, anti-mystic reflex. There’s a lot of woo around this stuff so it often puts me on guard. Obviously nobody is claiming psychic powers here, but I wouldn’t expect brains to operate that differently - so it’s surprising to me.
Everyone's neurotransmitter balance is different. Of course that will cause brains to sometimes operate wildly differently.
Re: Brain implant translates paralyzed man's thoughts into text with 94% accuracy
#200Earlier quoted context omitted.
yeesh it's an RNN and not even something like a transformer
...which means that even a modestly sized transformer model could do significantly better.
The real improvement, it seems would be to speed and latency, looking at the diagram, the sampling is over the course of 3 seconds, which is butt-slow. A good NN would be able to compressed patterns in the data stream and blat out more than one letter, or contextually learn letters in the word, or learn whole words, etc. But that is not, it appears, supported by the model.