Compare to one algorithm to rule them all #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
studyforrest/data-eyemovementlabels#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://link.springer.com/article/10.3758/s13428-016-0738-9
https://github.com/richardandersson/EyeMovementDetectorEvaluation
Their main script is broken from what I can tell. Has missing functions.
Their Data are labelled weirdly I can't make sense of it. For example there are 34 files (also stated in the paper) but 11 are labelled by one human coder and the rest by the other. I don't get how ultimately their outputs will be compared.
Going to see if this set of data is any better:
http://michaeldorr.de/smoothpursuit/ECEM_poster.pdf
You could look. which coordinate time series are the same and ignore the file names.
FYI: the files end with RA or MN. These are the names of the annotators ("human coders")
Overall the performance is pretty good -- primarily on the video samples. Our algorithm is working better on longer recordings. The primary shortcoming wrt the hand-labeled data is this: we can only label a single event between to saccades, but humans label fixation-pursuit-fixation combos. Here is an example (we are on top, theirs labels are below):
I added this ability now.
Relevant paper on smooth pursuits; https://link.springer.com/article/10.3758/s13428-012-0234-9
@ElectronicTeaCup can we have the labeling output of the winning algorithm? We could compare our's against that, in addition to the human raters.
ed9959ehas the outputs from the NH algorithm which ranked the best for detecting fixations. Going to see if I can get outputs from LNS algorithm (best for finding saccades) --- and determine any others that might be of interest to us.Can't find the Larsson algorithm. Anyone else have any luck? I am thinking we use the NH (for fixations), LNS(For saccades and PSOs).
The paper (one algorithm to rule them all) also says that for fixations in dynamic stimuli algorithms IKF
and BIT are the best (score of 0.14 in Cohen's Kappa --- coderRA: 0.82). Think we need to put these in for that one particular comparison?
Done in https://github.com/psychoinformatics-de/paper-remodnav now.