- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
› Forums › Automatic speech recognition › Dynamic Time Warping (DTW) › Linear Time Warping, alignment issues
If we need to stretch our sequence of feature vectors, won’t we inevitably get vectors that mismatch the template equally?
If one vector in the unknown sequence maps to two vectors in the template, how do we choose an alignment?
In the case in my diagram, how do we decide between the red or green alignment?
Is there a more formal protocol than “by eye” in a tie situation?
The choice between red and green could be arbitrary, but it would be better to choose whichever gives you the lowest global distance (as in DTW).
There are many problems with pattern matching using exemplars, whether using linear or dynamic alignment, and the HMM will solve most of them. For example, the number of local distances summed together might vary with different alignments, making it hard to fairly compare them
Holmes & Holmes Chapter 8 details various solutions that were proposed for some of these problems, such as introducing ad-hoc penalties, or placing restrictions on how paths move through the grid (e.g., slope constraints). These all demonstrate that the method has many problems and ad-hoc design decisions.
Some forums are only available if you are logged in. Searching will only return results from those forums if you log in.
Copyright © 2024 · Balance Child Theme on Genesis Framework · WordPress · Log in