Feature #1029
Filter pitch activation matrix inside EM update
Status: | New | Start date: | 2014-07-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
Currently we have a median filter of size 3 applied to the pitch matrix after EM.
Emmanouil reports quite good results with an additional, similar filter applied half-way through the EM process (once).
Experiment.
History
#1 Updated by Chris Cannam about 10 years ago
A complication with this is in the threading structure -- the EM steps are applied in parallel (because columns are independent) while the filter operates in series. So we would need to interrupt the threaded loop, gather results, filter, distribute in parallel again.