نتایج جستجو برای: facial emotional recognition

تعداد نتایج: 397337  

2017
Francisco Martinez-Sanchez Enrique G. Fernández-Abascal Noelia Sánchez-Pérez

Alexithymia is a personality trait which is associated with difficulties in identifying and verbalizing emotions. Previous studies have shown a significant association between alexithymia and a lack of ability to decode emotional facial expressions. Three groups of university students (N = 1645) were formed by splitting the sample based on Toronto Alexithymia Scale (TAS-20) scores. All particip...

Journal: :Cortex; a journal devoted to the study of the nervous system and behavior 2013
Charlotte Pinabiaux Christine Bulteau Martine Fohlen Georg Dorfmüller Catherine Chiron Lucie Hertz-Pannier Olivier Delalande Isabelle Jambaqué

INTRODUCTION Recognition memory may be enhanced for emotional stimuli compared to neutral ones. Neuropsychological studies in adults with temporal lobe epilepsy (TLE) have reported disorders in this emotional memory enhancement but few studies have focused on children and adolescents with TLE. However these young patients are at particular risk for memory impairments. METHODS We included 25 p...

Journal: :Neuroreport 2017
Laura Rinke Gian Candrian Sarah Loher Andrea Blunck Andreas Mueller Lutz Jäncke

The current study examined the facial emotion recognition ability with a simultaneous assessment of behavioral and neurophysiological data in children with and without attention deficit hyperactivity disorder (ADHD) aged 7-17 years using a facial emotion matching task and event-related potential measurements (event-related potential components N170 and N250 at T5 and T6) in an emotional continu...

2016
Elisa Pandolfi Riccardo Sacripante Flavia Cardini

The effect of food substances on emotional states has been widely investigated, showing, for example, that eating chocolate is able to reduce negative mood. Here, for the first time, we have shown that the consumption of specific food substances is not only able to induce particular emotional states, but more importantly, to facilitate recognition of corresponding emotional facial expressions i...

2014
Michal Tanzer Golan Shahar Galia Avidan

The aim of the proposed theoretical model is to illuminate personal and interpersonal resilience by drawing from the field of emotional face perception. We suggest that perception/recognition of emotional facial expressions serves as a central link between subjective, self-related processes and the social context. Emotional face perception constitutes a salient social cue underlying interperson...

Journal: :Psychological medicine 2009
D R Bach K Buxtorf D Grandjean W K Strik

BACKGROUND Identification of emotional facial expression and emotional prosody (i.e. speech melody) is often impaired in schizophrenia. For facial emotion identification, a recent study suggested that the relative deficit in schizophrenia is enhanced when the presented emotion is easier to recognize. It is unclear whether this effect is specific to face processing or part of a more general emot...

2017
Kelly Hubble Katie Daughters Antony S. R. Manstead Aled Rees Anita Thapar Stephanie H. M. van Goozen Stephanie van Goozen

Objective: Previous studies have found that oxytocin (OXT) can improve the recognition of emotional facial expressions; it has been proposed that this effect is mediated by an increase in attention to the eye-region of faces. Nevertheless, evidence in support of this claim is inconsistent, and few studies have directly tested the effect of oxytocin on emotion recognition via altered eye-gaze. M...

Journal: :Cortex; a journal devoted to the study of the nervous system and behavior 2006
Barbara Montagne Roy P C Kessels Arie J Wester Edward H F de Haan

Interpersonal contacts depend to a large extent on understanding emotional facial expressions of others. Several neurological conditions may affect proficiency in emotional expression recognition. It has been shown that chronic alcoholics are impaired in labelling emotional expressions. More specifically, they mislabel sad expressions, regarding them as more hostile. Surprisingly, there has bee...

2007
Zhihong Zeng Yuxiao Hu Glenn I. Roisman Zhen Wen Yun Fu Thomas S. Huang

Automatic multimodal recognition of spontaneous emotional expressions is a largely unexplored and challenging problem. In this paper, we explore audio-visual emotion recognition in a realistic human conversation setting—the Adult Attachment Interview (AAI). Based on the assumption that facial expression and vocal expression are at the same coarse affective states, positive and negative emotion ...

Journal: :Journal of Visualization and Computer Animation 2008
Diana Arellano Javier Varona Francisco J. Perales López

This paper presents an affective model that determines the emotional state of a character according to the personality traits and the experienced emotions. We consider an emotional state as the layer between personality and emotion. The proposed affective model offers a mapping between emotions and emotional states. To evidence emotional states of a virtual character, we can attribute them faci...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->