vote up 6 vote down star

What's so difficult about the subject that algorithm designers are having a hard time tackling it?

Is it really that complex?

I'm having a hard time grasping why this topic is so problematic. Can anyone give me an example as to why this is the case?

flag

14  
If it's so easy, why can't you solve it? =:) – Simon P Stevens Jul 9 at 9:55

19 Answers

vote up 20 vote down check

Because if people find it hard to understand other people with a strong accent why do you think computers will be any better at it?

link|flag
1  
I love the explanation =) – dionadar Jul 9 at 9:57
1  
can you calculate 99923423423 ^ 32423343 ? nope but computer can ;) – Adinochestva Jul 9 at 9:59
1  
Adinochestva: Actually, calculating that would take a while even for a computer. And there's no reason why couldn't a human emulate a Turing Machine, so theoretically, it is just as hard for a computer as for a human. – DrJokepu Jul 9 at 10:05
4  
Speech and calculations are two completely different things. A calculation has one answer, speech does not. For instance in America the tendency is to pronounce MRSA as MERSA where as in the UK we say it as M.R.S.A. They both mean the same thing and should be translated in the same way but the computer needs to know the differences. The same is true for any number of differences in language such as slang. Most English people find it impossible to understand people with broad Scottish accents because they pronounce things completely differently to the way they are pronounced in England. – Simon Jul 9 at 10:10
1  
@onebyone: I think AakashM was using ^ as the exponentiation operator rather than XOR, but meh. – Noldorin Jul 9 at 10:19
show 9 more comments
vote up 2 vote down

Speech synthesis is very complex by itself - many parameters are combined to form the resulting speech. Breaking it apart is hard even for people - sometimes you mishear one word for another.

link|flag
vote up 6 vote down

beecos iyfe peepl find it hard to arnerstand uvver peepl wif e strang acsent wie doo yoo fink compootrs wyll bee ani bettre ayt it?

I bet that took you half a second to work out what the hell I was typing and all Iw as doing was repeating Simons answer in a different 'accent'. The processing power just isn't there yet but it's getting there.

link|flag
And I just noticed I made an error in my typing of "and all IW as saying" which ironically helps my point I think. That's a bit like a speach tic or stutter which makes speach recognition even harder than just accent issues.... – MrPeregrination Jul 9 at 10:03
It's not just strange accents - the (English) Speech Recognition tool in Macs fails to recognize even the British accent! – DrJokepu Jul 9 at 10:07
I'm British and I can't understand some of our regional accents. – MrPeregrination Jul 9 at 10:08
Exactly. I have no idea what people from Liverpool are talking about half the time. – Simon Jul 9 at 10:12
2  
Everton. The other half they're talking about Liverpool. – Steve 'onebyone' Jessop Jul 9 at 10:34
vote up 0 vote down

It's not my field, but I do believe it is advancing, just slowly.

And I believe Simon's answer is somewhat correct in a way: part of the problem is that no two people speak alike in terms of the patterns that a computer is programmed to recognize. Thus, it is difficult to analysis speech.

link|flag
vote up 1 vote down

The variety in language would be the predominant factor, making it difficult. Dialects and accents would make this more complicated. Also, context. The book was read. The book was red. How do you determine the difference. The extra effort needed for this would make it easier to just type the thing in the first place.

Now, there would probably be more effort devoted to this if it was more necessary, but advances in other forms of data input have come along so quickly that it is not deemed that necessary.

Of course, there are areas where it would be great, even extremely useful or helpful. Situations where you have your hands full or can't look at a screen for input. Helping the disabled etc. But most of these are niche markets which have their own solutions. Maybe some of these are working more towards this, but most environments where computers are used are not good candidates for speech recognition. I prefer my working environment to be quiet. And endless chatter to computers would make crosstalk a realistic problem.

On top of this, unless you are dictating prose to the computer, any other type of input is easier and quicker using keyboard, mouse or touch. I did once try coding using voice input. The whole thing was painful from beginning to end.

link|flag
vote up 0 vote down

Computers are not even very good at natural language processing to start with. They are great at matching but when it comes to inferring, it gets hairy.

Then, with trying to figure out the same word from hundreds of different accents/inflections and it suddenly doesn't seem so simple.

link|flag
vote up 1 vote down

Most of the time we human understand based on context. So that a perticular sentence is in harmony with the whole conversation unfortunately computer have a big handicap in this sense. It is just tries to capture the word not whats between it.

we would understand a foreigner whose english accent is very poor may be guess what is he trying to say instead of what is he actually saying.

link|flag
vote up 1 vote down

To recognize speech well, you need to know what people mean - and computers aren't there yet at all.

link|flag
vote up 1 vote down

Because Lernout&Hauspie went bust :)

(sorry, as a Belgian I couldn't resist)

link|flag
+1, exactly my thought when I saw this question. :) – KristoferA Jul 9 at 10:29
vote up 0 vote down

Well I have got Google Voice Search on my G1 and it works amazingly well. The answer is, the field is advancing, but you just haven't noticed!

link|flag
1  
google voice search is far from speech recognition. – tharkun Jul 9 at 10:26
1  
@tharkun: Google Voice Search makes heavy use of speech recognition technology. – Jim Ferrans Jul 16 at 5:54
vote up 0 vote down

You said it yourself, algorithm designers are working on it... but language and speech are not an algorithmic constructs. They are the peak of the development of the highly complex human system involving concepts, meta-concepts, syntax, exceptions, grammar, tonality, emotions, neuronal as well as hormon activity, etc. etc.

Language needs a highly heuristic approach and that's why progress is slow and prospects maybe not too optimistic.

link|flag
vote up 4 vote down

I remember reading that Microsoft had a team working on speech recognition, and they called themselves the "Wreck a Nice Beach" team (a name given to them by their own software).

To actually turn speech into words, it's not a simple as mapping discreet sounds, there has to be an understanding of the context as well. The software would need to have a lifetime of human experience encoded in it.

link|flag
vote up 1 vote down

I once asked a similar question to my instructor; i asked him something like what challenge is there in making a speech-to-text converter. Among the answers he gave, he asked me to pronounce 'p' and 'b'. Then he said that they differ for a very small time in the beginning, and then they sound similar. My point is that it is even hard to recognize what sound is made, recognizing voice would be even harder. Also, note that once you record people's voices, it is just numbers that you store. Imagine trying to find metrics like accent, frequency, and other parameters useful for identifying voice from nothing but input such as matrices of numbers. Computers are good at numerical processing etc, but voice is not really 'numbers'. You need to encode voice in numbers and then do all computation on them.

link|flag
vote up 1 vote down

The basic problem is that human language is ambiguous. Therefore, in order to understand speech, the computer (or human) needs to understand the context of what is being spoken. That context is actually the physical world the speaker and listener inhabit. And no AI program has yet demonstrated having adeep understanding of the physical world.

link|flag
I think SHRDLU, by Terry Winograd, had a somewhat deep understanding of the physical world. At least a small part of it. – Walter Mitty Jul 9 at 10:29
I don't think it understood anything. If you asked it to move the "six sided solid object who's colour is the same as my tie", I bet it would have had difficulties! – Neil Butterworth Jul 9 at 10:32
vote up 0 vote down

If speech recognition was possible with substantially less MIPS than the human brain, we really could talk to the animals.

Evolution wouldn't spend all those calories on grey matter if they weren't required to do the job.

link|flag
vote up 5 vote down

This kind of problem is more general than only speech recognition. It exists also in vision processing, natural language processing, artificial intelligence, ...

Speech recognition is affected by the semantic gap problem :

The semantic gap characterizes the difference between two descriptions of an object by different linguistic representations, for instance languages or symbols. In computer science, the concept is relevant whenever ordinary human activities, observations, and tasks are transferred into a computational representation

Between an audio wave form and a textual word, the gap is big,

Between the word and its meaning, it is even bigger...

link|flag
vote up 0 vote down

Spoken language is context sensitive, ambiguous. Computers don't deal well with ambiguous commands.

link|flag
vote up 0 vote down

I would expect some advances from Google in the future because of their voice data collection through 1-800-GOOG411

link|flag
vote up 0 vote down

I don't agree with the assumption in the question - I have recently been introduced to Microsoft's speech recognition and am impressed. It can learn my voice after a few minutes and usually identifies common words correctly. It also allows new words to be added. It is certainly usable for my purposes (understanding chemistry).

Differentiate between recognising the (word) tokens and understanding the meaning of them.

I don't yet know about other languages or operating systems.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.