1 / 20

Lie Detection System Using Micro-Expressions

Lie Detection System Using Micro-Expressions. Nathan de la Cruz Supervisor: Mehrdad Ghaziasgar MENTORS: Dane Brown AND Diego Mushfieldt. A Quick Recap … . Background People are lied to constantly. Research has found: 31% of people admit to lying on their CV’s .

tahlia
Download Presentation

Lie Detection System Using Micro-Expressions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lie Detection System Using Micro-Expressions Nathan de la Cruz Supervisor: Mehrdad Ghaziasgar MENTORS: Dane Brown AND Diego Mushfieldt

  2. A Quick Recap … • Background • People are lied to constantly. Research has found: • 31% of people admit to lying on their CV’s. • 60% of people lie at least once during a 10 minute conversation and on average tell 2 to 3 lies. • Proposed Solution • Create an interactive system that will detect a lie using micro-expressions.

  3. Project Design and Development • User Interface Specification (UIS) • High Level Design (HLD) • Low Level Design (LLD) • Prototype (Demo)

  4. User Interface Specification The user interface as seen by the User

  5. User Interface Specification User interacts with the system via a mouse How the User Interface behaves

  6. Project Design and Development • User Interface Specification (UIS) • High Level Design (HLD) • Low Level Design (LLD) • Prototype (Demo)

  7. High Level Design (HLD)

  8. High Level Design (HLD)

  9. Project Design and Development • User Interface Specification (UIS) • High Level Design (HLD) • Low Level Design (LLD) • Prototype (Demo)

  10. Low Level Design (LLD) Input –Video Feed Capture from camera: cvCaptureFromCAM();

  11. Low Level Design (LLD) Get Consecutive frames Capture frame: cvQueryFrame();

  12. Low Level Design (LLD) User Clicks on Button cvSetMouseCallback ( );

  13. Low Level Design (LLD) • Image Processing • Width of eye pair x Height of face Detect Face: face_cascade.detectMultiScale(); Detect eyes: eyes_cascade.detectMultiScale();

  14. Low Level Design (LLD) • Image Processing • Color Image to Greyscale Image cvCvtColor(CV_RGB2GRAY)

  15. Low Level Design (LLD) Local Binary Patterns OUTPUT

  16. Low Level Design (LLD) • Output • Display output in window OR cvShowImage (“window”);

  17. Project Design and Development • User Interface Specification (UIS) • High Level Design (HLD) • Low Level Design (LLD) • Prototype (Demo)

  18. Prototype (Demo) • In this Demo I will: • Detect 2 Macro-Expressions i.e. Anger And Happy • Detect 2 Micro-Expressions That are associated with lying and fall under the category of Angeri.e. Narrowed LipsAnd Furrowed Brow

  19. References Paul Ekman Group, LLC. 2013. Paul Ekman Group, LLC. [ONLINE] Available at: http://www.paulekman.com. [Accessed 27 May 2013]. Micro Expressions - Research, Theory & Lying | Human Behaviour, Forensic Psychology | Blifaloo.com. 2013. Micro Expressions - Research, Theory & Lying | Human Behaviour, Forensic Psychology | Blifaloo.com. [ONLINE] Available at: http://www.blifaloo.com/info/microexpressions.php. [Accessed 27 May 2013]. Paul Ekman, 2007. Emotions Revealed, Second Edition: Recognizing Faces and Feelings to Improve Communication and Emotional Life. 2nd Edition. Holt Paperbacks.

  20. Project Plan

More Related