Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to learn mouse movement?
    primarykey
    data
    text
    <p>I've been attempting to develop a means of synthesizing human-like mouse movement in an application of mine for the past few weeks. At the start I used simple techniques like polynomial and spline interpolation, however even with a little noise the result still failed to appear sufficiently human-like.</p> <p>In an effort to remedy this issue, I've been researching into ways of applying machine learning algorithms on real human mouse movement biometrics in order to synthesize mouse movements by learning from recorded <em>real</em> human ones. Users would be compiling a profile of recorded movements that would trainh= the program for synthesis purposes.</p> <p>I've been searching for a few weeks and read several articles on application of inverse biometrics in generating mouse dynamics, such as <a href="http://www.isot.ece.uvic.ca/publications/behavioral-biometricsx/IJPRAI2203_P461.pdf" rel="nofollow">Inverse Biometrics for Mouse Dynamics</a>; they tend to focus, however, on generating realistic time from <strong>randomly-generated</strong> dynamics, while I was <em>hoping</em> to generate a path from <strong>specifically</strong> A to B. Plus, I still need to actually need to come up with a path, not just a few dynamics measured from one.</p> <p>Does anyone have a few pointers to help a noob?</p> <p>Currently, testing is done by recording movements and having I and several other developers watch the playback. Ideally the movement will be able to trick both an automatic biometric classifier, <em>as well as</em> a real, live, breathing Homo sapien, too.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload