期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Social Robot Detection Method with Improved Graph Neural Networks
1
作者 Zhenhua Yu Liangxue Bai +1 位作者 Ou Ye Xuya Cong 《Computers, Materials & Continua》 SCIE EI 2024年第2期1773-1795,共23页
Social robot accounts controlled by artificial intelligence or humans are active in social networks,bringing negative impacts to network security and social life.Existing social robot detection methods based on graph ... Social robot accounts controlled by artificial intelligence or humans are active in social networks,bringing negative impacts to network security and social life.Existing social robot detection methods based on graph neural networks suffer from the problem of many social network nodes and complex relationships,which makes it difficult to accurately describe the difference between the topological relations of nodes,resulting in low detection accuracy of social robots.This paper proposes a social robot detection method with the use of an improved neural network.First,social relationship subgraphs are constructed by leveraging the user’s social network to disentangle intricate social relationships effectively.Then,a linear modulated graph attention residual network model is devised to extract the node and network topology features of the social relation subgraph,thereby generating comprehensive social relation subgraph features,and the feature-wise linear modulation module of the model can better learn the differences between the nodes.Next,user text content and behavioral gene sequences are extracted to construct social behavioral features combined with the social relationship subgraph features.Finally,social robots can be more accurately identified by combining user behavioral and relationship features.By carrying out experimental studies based on the publicly available datasets TwiBot-20 and Cresci-15,the suggested method’s detection accuracies can achieve 86.73%and 97.86%,respectively.Compared with the existing mainstream approaches,the accuracy of the proposed method is 2.2%and 1.35%higher on the two datasets.The results show that the method proposed in this paper can effectively detect social robots and maintain a healthy ecological environment of social networks. 展开更多
关键词 social robot detection social relationship subgraph graph attention network feature linear modulation behavioral gene sequences
下载PDF
Emotion Modelling for Social Robotics Applications: A Review 被引量:4
2
作者 Filippo Cavallo Francesco Semeraro +3 位作者 Laura Fiorini Gergely Magyar Peter Sincadk Paolo Dario 《Journal of Bionic Engineering》 SCIE EI CSCD 2018年第2期185-203,共19页
Robots of today are eager to leave constrained industrial environments and embrace unexplored and unstructured areas, for extensive applications in the real world as service and social robots. Hence, in addition to th... Robots of today are eager to leave constrained industrial environments and embrace unexplored and unstructured areas, for extensive applications in the real world as service and social robots. Hence, in addition to these new physical frontiers, they must face human ones, too. This implies the need to consider a human-robot interaction from the beginning oft_he design; the possibility for a robot to recognize users' emotions and, in a certain way, to properly react and "behave". This could play a fundamental role in their integration in society. However, this capability is still far from being achieved. Over the past decade, several attempts to implement automata for different applications, outside of the industry, have been pursued. But very few applications have tried to consider the emotional state of users in the behavioural model of the robot, since it raises questions such as: how should human emotions be modelled for a correct representation of their state of mind? Which sensing modalities and which classification methods could be the most feasible to obtain this desired knowl- edge? Furthermore, which applications are the most suitable for the robot to have such sensitivity? In this context, this paper aims to provide a general overview of recent attempts to enable robots to recognize human emotions and interact properly. 展开更多
关键词 social robotics service robotics human-robot interaction emotion recognition robot learning robot behavioural model BIONICS
原文传递
Human Interaction Dynamics for Its Use in Mobile Robotics:Impedance Control for Leader-follower Formation 被引量:8
3
作者 Daniel Herrera Flavio Roberti +1 位作者 Marcos Toibero Ricardo Carelli 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2017年第4期696-703,共8页
A complete characterization of the behavior in human-robot interactions(HRI) includes both: the behavioral dynamics and the control laws that characterize how the behavior is regulated with the perception data. In thi... A complete characterization of the behavior in human-robot interactions(HRI) includes both: the behavioral dynamics and the control laws that characterize how the behavior is regulated with the perception data. In this way, this work proposes a leader-follower coordinate control based on an impedance control that allows to establish a dynamic relation between social forces and motion error. For this, a scheme is presented to identify the impedance based on fictitious social forces, which are described by distance-based potential fields.As part of the validation procedure, we present an experimental comparison to select the better of two different fictitious force structures. The criteria are determined by two qualities: least impedance errors during the validation procedure and least parameter variance during the recursive estimation procedure.Finally, with the best fictitious force and its identified impedance,an impedance control is designed for a mobile robot Pioneer 3AT,which is programmed to follow a human in a structured scenario.According to results, and under the hypothesis that moving like humans will be acceptable by humans, it is believed that the proposed control improves the social acceptance of the robot for this kind of interaction. 展开更多
关键词 Human modeling human-machine interaction impedance control robot dynamics social robotics
下载PDF
A Visual-Based Gesture Prediction Framework Applied in Social Robots 被引量:2
4
作者 Bixiao Wu Junpei Zhong Chenguang Yang 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2022年第3期510-519,共10页
In daily life,people use their hands in various ways for most daily activities.There are many applications based on the position,direction,and joints of the hand,including gesture recognition,gesture prediction,roboti... In daily life,people use their hands in various ways for most daily activities.There are many applications based on the position,direction,and joints of the hand,including gesture recognition,gesture prediction,robotics and so on.This paper proposes a gesture prediction system that uses hand joint coordinate features collected by the Leap Motion to predict dynamic hand gestures.The model is applied to the NAO robot to verify the effectiveness of the proposed method.First of all,in order to reduce jitter or jump generated in the process of data acquisition by the Leap Motion,the Kalman filter is applied to the original data.Then some new feature descriptors are introduced.The length feature,angle feature and angular velocity feature are extracted from the filtered data.These features are fed into the long-short time memory recurrent neural network(LSTM-RNN)with different combinations.Experimental results show that the combination of coordinate,length and angle features achieves the highest accuracy of 99.31%,and it can also run in real time.Finally,the trained model is applied to the NAO robot to play the finger-guessing game.Based on the predicted gesture,the NAO robot can respond in advance. 展开更多
关键词 Finger-guessing game gesture prediction human-robot interaction long-short time memory recurrent neural network(LSTM-RNN) social robot
下载PDF
Semi-GSGCN: Social Robot Detection Research with Graph Neural Network
5
作者 Xiujuan Wang Qianqian Zheng +2 位作者 Kangfeng Zheng Yi Sui Jiayue Zhang 《Computers, Materials & Continua》 SCIE EI 2020年第10期617-638,共22页
Malicious social robots are the disseminators of malicious information on social networks,which seriously affect information security and network environments.Efficient and reliable classification of social robots is ... Malicious social robots are the disseminators of malicious information on social networks,which seriously affect information security and network environments.Efficient and reliable classification of social robots is crucial for detecting information manipulation in social networks.Supervised classification based on manual feature extraction has been widely used in social robot detection.However,these methods not only involve the privacy of users but also ignore hidden feature information,especially the graph feature,and the label utilization rate of semi-supervised algorithms is low.Aiming at the problems of shallow feature extraction and low label utilization rate in existing social network robot detection methods,in this paper a robot detection scheme based on weighted network topology is proposed,which introduces an improved network representation learning algorithm to extract the local structure features of the network,and combined with the graph convolution network(GCN)algorithm based on the graph filter,to obtain the global structure features of the network.An end-to-end semi-supervised combination model(Semi-GSGCN)is established to detect malicious social robots.Experiments on a social network dataset(cresci-rtbust-2019)show that the proposed method has high versatility and effectiveness in detecting social robots.In addition,this method has a stronger insight into robots in social networks than other methods. 展开更多
关键词 social networks social robot detection network representation learning graph convolution network
下载PDF
Attention shifting during child-robot interaction:a preliminary clinical study for children with autism spectrum disorder 被引量:1
6
作者 Guo-bin WAN Fu-hao DENG +10 位作者 Zi-jian JIANG Sheng-zhao LIN Cheng-lian ZHAO Bo-xun LIU Gong CHEN Shen-hong CHEN Xiao-hong CAI Hao-bo WANG Li-ping LI Ting YAN Jia-ming ZHANG 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2019年第3期374-387,共14页
There is an increasing need to introduce socially interactive robots as a means of assistance in autism spectrum disorder(ASD) treatment and rehabilitation, to improve the effectiveness of rehabilitation training and ... There is an increasing need to introduce socially interactive robots as a means of assistance in autism spectrum disorder(ASD) treatment and rehabilitation, to improve the effectiveness of rehabilitation training and the diversification of treatment, and to alleviate the shortage of medical personnel in China's Mainland and other places in the world. In this preliminary clinical study, three different socially interactive robots with different appearances and functionalities were tested in therapy-like settings in four different rehabilitation facilities/institutions in Shenzhen, China. Seventy-four participants, including 52 children with ASD, whose processes of interacting with robots were recorded by three different cameras, all received a single-session three-robot intervention. Data were collected from not only the videos recorded, but also the questionnaires filled mostly by parents of the participants. Some insights from the preliminary results were obtained. These can contribute to the research on physical robo it design and evaluations on robots in therapy-like settings. First, when doing physical robot design, some preferential focus should be on aspects of appearances and functionalities. Second, attention analysis using algorithms such as estimation of the directions of gaze and head posture of a child in the video clips can be adopted to quantitatively measure the prosocial behaviors and actions(e.g., attention shifting from one particular robot to other robots) of the children. Third, observing and calculating the frequency of the time children spend on exploring/playing with the robots in the video clips can be adopted to qualitatively analyze such behaviors and actions. Limitations of the present study are also presented. 展开更多
关键词 Human-robot interaction Robot-enhanced therapy socially interactive robots Robot-mediated intervention
原文传递
Research on Avatar-like robot design based on virtual museum scene
7
作者 Lü Desheng Tang Qinyi 《The Journal of China Universities of Posts and Telecommunications》 EI CSCD 2022年第2期43-51,共9页
An Avatar-like robot in a virtual museum environment was designed to perform the function of telepresence and teleoperation,and make the three-dimensional(3 D) effect through a binocular camera and a virtual reality(V... An Avatar-like robot in a virtual museum environment was designed to perform the function of telepresence and teleoperation,and make the three-dimensional(3 D) effect through a binocular camera and a virtual reality(VR) head-mounted display(HMD).This robot supports users to participate in the exhibition remotely in a new and interactive way in multiple scenarios.The results show that the system has good usability and is worth further optimizing. 展开更多
关键词 Avatar-like robots social robots TELEOPERATION virtual reality(VR) online tour museum visit
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部