Human-Robot collaboration as a challenging task has received great attention in the academic research field. Many existing search models are aimed at single agent or multi-agent, but there are some defects in the sear...
详细信息
ISBN:
(纸本)9781665475495
Human-Robot collaboration as a challenging task has received great attention in the academic research field. Many existing search models are aimed at single agent or multi-agent, but there are some defects in the search efficiency of their task targets. Therefore, we propose a human-computer cooperative search algorithm in the indoor scene, where people and agents cooperate to complete the search of related objects. We have developed a platform for human-robot collaboration, and designed a set of algorithms for agent to integrate scene prior knowledge, target recognition, and path planning. The experimental results that the H-R cooperative search model proposed by us shows good efficiency in target search tasks.
Order-preserving pattern (OPP) mining is a type of sequential pattern mining method in which a group of ranks of time series is used to represent an OPP. This approach can discover frequent trends in time series. Exis...
详细信息
We develop a first-order accelerated algorithm for a class of constrained bilinear saddle-point problems with applications to network systems. The algorithm is a modified time-varying primal-dual version of an acceler...
详细信息
To enable robots to understand a specific assistive task during human-robot interactions under complex home scenes, at the center is the problem of human-object interaction (HOI) recognition. In particular, aiming at ...
To enable robots to understand a specific assistive task during human-robot interactions under complex home scenes, at the center is the problem of human-object interaction (HOI) recognition. In particular, aiming at identifying efficiently, this paper proposes a graph convolutional network (GCN) by considering the similarity and proximity of human and object nodes, based on which the geometric positions and morphological relationships are explored. Also, a supplementary convolutional neural network (CNN) is fused to GCN to extract the global semantic features, which also ensures the recognition applicability for the cases where detectors fall into failure. Experiments on V-COCO demonstrate our approach, and results in real-world scenes on our assistive robot – Xiaozhi II verify its robustness.
With the installation and use of large-scale photovoltaic systems around the world, the detection of photovoltaic system operation and maintenance has become increasingly important. This research uses a convolutional ...
详细信息
The texts of safety risks in eletrical work describe the safety risks involved and management measures. The text records information on potential risks, risk levels, and preventive measures within the electrical work,...
详细信息
ISBN:
(数字)9798350378214
ISBN:
(纸本)9798350378221
The texts of safety risks in eletrical work describe the safety risks involved and management measures. The text records information on potential risks, risk levels, and preventive measures within the electrical work, which is crucial for extracting and mining safety risks. Named Entity Recognition for Safety Risks in Electrical Work (EWSR-NER) is a key technique for information extraction and knowledge discovery. It identifies objects related to safety risks in electrical work, such as risk level, risk factors, risk categories and protective measures, which convey critical meanings within the text. Current Named Entity Recognition (NER) is used to identify generic entities. However, their accuracy is limited by inherent linguistic irregularities in natural language texts, such as nested entities, lengthy entities, and the scarcity of domain-specific annotated corpora. To address this issue, the established standards and principles of safety risk texts in electrical work were followed to analyze the structure and characteristics of the text, developing a dataset of safety risk in electrical work. A new model, RoBERTa-BiLSTM-Efficient GlobalPointer (RoBEGP), was proposed in this paper. It uses the Robertly Optimized Bidirectional Encoder Representation from Transformers Pretraining Approach(RoBERTa) pretraining model to learn the characteristics of electrical work content and generate representation vectors. These representation vectors are input into a dynamic fusion layer, which adjusts the weights of each layer's representation vectors based on the specific requirements of the task, reducing the dimensionality from 1024 to 512. The fused vectors are input into a Bidirectional Long Short-Term Memory(BiLSTM) network to generate feature representations. Efficient GlobalPointer decodes these representations to identify nested entities within the text. Experimental results show that the proposed model achieves an F1 score of 92.38% on a self-constructed dataset of safe
作者:
Chang LiuTamas SziranyiDepartment of Networked Systems and Services
Budapest University of Technology and Economics Müegyetem rkp. 3 H-1111 Budapest Hungary and Machine Perception Research Laboratory of Institute for Computer Science and Control (SZTAKI) Budapest Hungary Faculty of Transportation Engineering and Vehicle Engineering
Machine Perception Research Laboratory of Institute for Computer Science and Control (SZTAKI) Budapest University of Technology and Economics (BME-KJK) Müegyetem rkp. 3 H-1111 Budapest Hungary Budapest Hungary
UAVs are playing an increasingly important role in the field of wilderness rescue by virtue of their flexibility. This paper proposes a fusion of UAV vision technology and satellite image analysis technology for activ...
UAVs are playing an increasingly important role in the field of wilderness rescue by virtue of their flexibility. This paper proposes a fusion of UAV vision technology and satellite image analysis technology for active wildfires detection and road networks extraction of wildfire areas and real-time dynamic escape route planning for people in distress. Firstly, the fire source location and the segmentation of smoke and flames are targeted based on Sentinel 2 satellite imagery. Secondly, the road segmentation and the road condition assessment are performed by D-linkNet and NDVI values in the central area of the fire source by UAV. Finally, the dynamic optimal route planning for humans in real time is performed by the weighted A* algorithm in the road network with the dynamic fire spread model. Taking the Chongqing wildfire on August 24, 2022, as a case study, the results demonstrate that the dynamic escape route planning algorithm can provide an optimal real-time navigation path for humans in the presence of fire through the information fusion of UAVs and satellites.
With the rapid development of recycling and remanufacturing technologies, disassembly line balancing problems (DLBP) have drawn great attention. Considering the limitation of disassembly by humans or robots alone, thi...
详细信息
作者:
P. BogackiM. DługoszT. TalaśkaR. DługoszAptiv Services Poland
Kraków Poland Institute of Telecommunications
Faculty of Computer Science Electronics and Telecommunications AGH University of Science and Technology Kraków Poland Faculty of Control
Robotics and Electrical Engineering Institute of Automation and Robotics Division of Signal Processing and Electronic Systems Poznan University of Technology Poznan Poland Faculty of Telecommunication
Computer Science and Electrical Engineering Bydgoszcz University of Science and Technology Bydgoszcz Poland
The paper presents a family of novel light blob shape descriptors for use in selected active safety algorithms used in Advanced Driver Assistance Systems (ADAS). One of the motivations was to obtain a descriptor that ...
The paper presents a family of novel light blob shape descriptors for use in selected active safety algorithms used in Advanced Driver Assistance Systems (ADAS). One of the motivations was to obtain a descriptor that would ensure low computational complexity. This makes it easy to implement both in software and hardware. One assumption is that the location of the center of a given light spot is approximately known. The principle of its operation is then to count white pixels in selected directions, starting from this central point. A key issue here is an efficient way of determining indexes of particular pixels belonging to the image patch, as well as the location of points representing places where the white area turns into black. In the case of a hardware implementation, this can be done using a parallel circuit operating in asynchronous mode, without the need for a control clock.
Existing action detection approaches do not take spatio-temporal structural relationships of action clips into account, which leads to a low applicability in real-world scenarios and can benefit detecting if exploited...
Existing action detection approaches do not take spatio-temporal structural relationships of action clips into account, which leads to a low applicability in real-world scenarios and can benefit detecting if exploited. To this end, this paper proposes to formulate the action detection problem as a reinforcement learning process which is rewarded by observing both the clip sampling and classification results via adjusting the detection schemes. In particular, our framework consists of a heterogeneous graph convolutional network to represent the spatio-temporal features capturing the inherent relation, a policy network which determines the probabilities of a predefined action sampling spaces, and a classification network for action clip recognition. We accomplish the network joint learning by considering the temporal intersection over union and Euclidean distance between detected clips and ground-truth. Experiments on ActivityNet v1.3 and THUMOS14 demonstrate our method.
暂无评论