Search results

1 – 10 of 433
Article
Publication date: 8 May 2024

Minghao Wang, Ming Cong, Yu Du, Huageng Zhong and Dong Liu

To make the robot that have real autonomous ability is always the goal of mobile robot research. For mobile robots, simultaneous localization and mapping (SLAM) research is no…

Abstract

Purpose

To make the robot that have real autonomous ability is always the goal of mobile robot research. For mobile robots, simultaneous localization and mapping (SLAM) research is no longer satisfied with enabling robots to build maps by remote control, more needs will focus on the autonomous exploration of unknown areas, which refer to the low light, complex spatial features and a series of unstructured environment, lick underground special space (dark and multiintersection). This study aims to propose a novel robot structure with mapping and autonomous exploration algorithms. The experiment proves the detection ability of the robot.

Design/methodology/approach

A small bio-inspired mobile robot suitable for underground special space (dark and multiintersection) is designed, and the control system is set up based on STM32 and Jetson Nano. The robot is equipped with double laser sensor and Ackerman chassis structure, which can adapt to the practical requirements of exploration in underground special space. Based on the graph optimization SLAM method, an optimization method for map construction is proposed. The Iterative Closest Point (ICP) algorithm is used to match two frames of laser to recalculate the relative pose of the robot, which improves the sensor utilization rate of the robot in underground space and also increase the synchronous positioning accuracy. Moreover, based on boundary cells and rapidly-exploring random tree (RRT) algorithm, a new Bio-RRT method for robot autonomous exploration is proposed in addition.

Findings

According to the experimental results, it can be seen that the upgraded SLAM method proposed in this paper achieves better results in map construction. At the same time, the algorithm presents good real-time performance as well as high accuracy and strong maintainability, particularly it can update the map continuously with the passing of time and ensure the positioning accuracy in the process of map updating. The Bio-RRT method fused with the firing excitation mechanism of boundary cells has a more purposeful random tree growth. The number of random tree expansion nodes is less, and the amount of information to be processed is reduced, which leads to the path planning time shorter and the efficiency higher. In addition, the target bias makes the random tree grow directly toward the target point with a certain probability, and the obtained path nodes are basically distributed on or on both sides of the line between the initial point and the target point, which makes the path length shorter and reduces the moving cost of the mobile robot. The final experimental results demonstrate that the proposed upgraded SLAM and Bio-RRT methods can better complete the underground special space exploration task.

Originality/value

Based on the background of robot autonomous exploration in underground special space, a new bio-inspired mobile robot structure with mapping and autonomous exploration algorithm is proposed in this paper. The robot structure is constructed, and the perceptual unit, control unit, driving unit and communication unit are described in detail. The robot can satisfy the practical requirements of exploring the underground dark and multiintersection space. Then, the upgraded graph optimization laser SLAM algorithm and interframe matching optimization method are proposed in this paper. The Bio-RRT independent exploration method is finally proposed, which takes shorter time in equally open space and the search strategy for multiintersection space is more efficient. The experimental results demonstrate that the proposed upgrade SLAM and Bio-RRT methods can better complete the underground space exploration task.

Details

Robotic Intelligence and Automation, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 2754-6969

Keywords

Article
Publication date: 3 May 2024

Jin Ma and Tong Wu

Social network group decision-making (SNGDM) has rapidly developed because of the impact of social relationships on decision-making behavior. However, not only do social…

Abstract

Purpose

Social network group decision-making (SNGDM) has rapidly developed because of the impact of social relationships on decision-making behavior. However, not only do social relationships affect decision-making behavior, but decision-making behavior also affects social relationships. Such complicated interactions are rarely considered in current research. To bridge this gap, this study proposes an SNGDM model that considers the interaction between social trust relationships and opinion evolution.

Design/methodology/approach

First, the trust propagation and aggregation operators are improved to obtain a complete social trust relationship among decision-makers (DMs). Second, the evolution of preference information under the influence of trust relationships is measured, and the development of trust relationships during consensus interactions is predicted. Finally, the iteration of consensus interactions is simulated using an opinion dynamics model. A case study is used to verify the feasibility of the proposed model.

Findings

The proposed model can predict consensus achievement based on a group’s initial trust relationship and preference information and effectively captures the dynamic characteristics of opinion evolution in social networks.

Originality/value

This study proposes an SNGDM model that considers the interaction of trust and opinion. The proposed model improves trust propagation and aggregation operators, determines improved preference information based on the existing trust relationships and predicts the evolution of trust relationships in the consensus process. The dynamic interaction between the two accelerates DMs to reach a consensus.

Details

Kybernetes, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 0368-492X

Keywords

Open Access
Article
Publication date: 7 May 2024

Atef Gharbi

The present paper aims to address challenges associated with path planning and obstacle avoidance in mobile robotics. It introduces a pioneering solution called the Bi-directional…

Abstract

Purpose

The present paper aims to address challenges associated with path planning and obstacle avoidance in mobile robotics. It introduces a pioneering solution called the Bi-directional Adaptive Enhanced A* (BAEA*) algorithm, which uses a new bidirectional search strategy. This approach facilitates simultaneous exploration from both the starting and target nodes and improves the efficiency and effectiveness of the algorithm in navigation environments. By using the heuristic knowledge A*, the algorithm avoids unproductive blind exploration, helps to obtain more efficient data for identifying optimal solutions. The simulation results demonstrate the superior performance of the BAEA* algorithm in achieving rapid convergence towards an optimal action strategy compared to existing methods.

Design/methodology/approach

The paper adopts a careful design focusing on the development and evaluation of the BAEA* for mobile robot path planning, based on the reference [18]. The algorithm has remarkable adaptability to dynamically changing environments and ensures robust navigation in the context of environmental changes. Its scale further enhances its applicability in large and complex environments, which means it has flexibility for various practical applications. The rigorous evaluation of our proposed BAEA* algorithm with the Bidirectional adaptive A* (BAA*) algorithm [18] in five different environments demonstrates the superiority of the BAEA* algorithm. The BAEA* algorithm consistently outperforms BAA*, demonstrating its ability to plan shorter and more stable paths and achieve higher success rates in all environments.

Findings

The paper adopts a careful design focusing on the development and evaluation of the BAEA* for mobile robot path planning, based on the reference [18]. The algorithm has remarkable adaptability to dynamically changing environments and ensures robust navigation in the context of environmental changes. Its scale further enhances its applicability in large and complex environments, which means it has flexibility for various practical applications. The rigorous evaluation of our proposed BAEA* algorithm with the Bi-directional adaptive A* (BAA*) algorithm [18] in five different environments demonstrates the superiority of the BAEA* algorithm.

Research limitations/implications

The rigorous evaluation of our proposed BAEA* algorithm with the BAA* algorithm [18] in five different environments demonstrates the superiority of the BAEA* algorithm. The BAEA* algorithm consistently outperforms BAA*, demonstrating its ability to plan shorter and more stable paths and achieve higher success rates in all environments.

Originality/value

The originality of this paper lies in the introduction of the bidirectional adaptive enhancing A* algorithm (BAEA*) as a novel solution for path planning for mobile robots. This algorithm is characterized by its unique characteristics that distinguish it from others in this field. First, BAEA* uses a unique bidirectional search strategy, allowing to explore the same path from both the initial node and the target node. This approach significantly improves efficiency by quickly converging to the best paths and using A* heuristic knowledge. In particular, the algorithm shows remarkable capabilities to quickly recognize shorter and more stable paths while ensuring higher success rates, which is an important feature for time-sensitive applications. In addition, BAEA* shows adaptability and robustness in dynamically changing environments, not only avoiding obstacles but also respecting various constraints, ensuring safe path selection. Its scale further increases its versatility by seamlessly applying it to extensive and complex environments, making it a versatile solution for a wide range of practical applications. The rigorous assessment against established algorithms such as BAA* consistently shows the superior performance of BAEA* in planning shorter paths, achieving higher success rates in different environments and cementing its importance in complex and challenging environments. This originality marks BAEA* as a pioneering contribution, increasing the efficiency, adaptability and applicability of mobile robot path planning methods.

Details

Applied Computing and Informatics, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 2634-1964

Keywords

Article
Publication date: 28 November 2023

Luke Capizzo, Teresia Nzau, Damilola Oduolowu, Margaret Duffy and Lauren Brengarth

The purpose of this paper is to provide rich, qualitative insights around internal communication in strategic communication agencies, addressing the evolutions in expectations and…

Abstract

Purpose

The purpose of this paper is to provide rich, qualitative insights around internal communication in strategic communication agencies, addressing the evolutions in expectations and best practices for agency leadership through COVID-19.

Design/methodology/approach

Qualitative interview study with 18 US-based leaders of public relations and advertising agencies to examine their experiences of leading and managing strategic communication teams during COVID-19.

Findings

Synthesized findings around changes in leadership values and important facets of ongoing internal crisis communication led to the development of the following five categories—Improvisation and Flexibility, Transparency and Trust, Ownership and Embodiment, Care and Empathy, Relationships and Resilience.

Originality/value

Using a high-value sample, the study is the first (to the best of the authors' knowledge) to focus on the crucial context of agencies and internal communication around COVID-19; diversity, equity, and inclusion (DEI); and other pandemic-era challenges. It provides theoretical implications around ongoing, internal crisis communication and practical implications for agency leaders in crisis.

Details

Corporate Communications: An International Journal, vol. 29 no. 3
Type: Research Article
ISSN: 1356-3289

Keywords

Article
Publication date: 30 April 2024

C. Bharanidharan, S. Malathi and Hariprasath Manoharan

The potential of vehicle ad hoc networks (VANETs) to improve driver and passenger safety and security has made them a hot topic in the field of intelligent transportation systems…

Abstract

Purpose

The potential of vehicle ad hoc networks (VANETs) to improve driver and passenger safety and security has made them a hot topic in the field of intelligent transportation systems (ITSs). VANETs have different characteristics and system architectures from mobile ad hoc networks (MANETs), with a primary focus on vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication. But protecting VANETs from malicious assaults is crucial because they can undermine network security and safety.

Design/methodology/approach

The black hole attack is a well-known danger to VANETs. It occurs when a hostile node introduces phony routing tables into the network, potentially damaging it and interfering with communication. A safe ad hoc on-demand distance vector (AODV) routing protocol has been created in response to this issue. By adding cryptographic features for source and target node verification to the route request (RREQ) and route reply (RREP) packets, this protocol improves upon the original AODV routing system.

Findings

Through the use of cryptographic-based encryption and decryption techniques, the suggested method fortifies the VANET connection. In addition, other network metrics are taken into account to assess the effectiveness of the secure AODV routing protocol under black hole attacks, including packet loss, end-to-end latency, packet delivery ratio (PDR) and routing request overhead. Results from simulations using an NS-2.33 simulator show how well the suggested fix works to enhance system performance and lessen the effects of black hole assaults on VANETs.

Originality/value

All things considered, the safe AODV routing protocol provides a strong method for improving security and dependability in VANET systems, protecting against malevolent attacks and guaranteeing smooth communication between cars and infrastructure.

Details

International Journal of Intelligent Unmanned Systems, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 2049-6427

Keywords

Article
Publication date: 19 May 2023

Ting Chen, Xia Li and Yaoqing Duan

The discontinuous usage behavior of short video social media presents an ongoing challenge to platform development. The purpose of this study is to investigate the antecedents of…

Abstract

Purpose

The discontinuous usage behavior of short video social media presents an ongoing challenge to platform development. The purpose of this study is to investigate the antecedents of intentions to short media discontinuous usage.

Design/methodology/approach

This study adopts a Cognition–Affection–Conation (CAC) framework to analyze short video social media discontinuous intention on the basis of cognitive dissonance theory (CDT) and self-efficacy theory. The empirical evaluation of the research model was conducted using SmartPLS 2.0 and was based on questionnaire data obtained from participants in China.

Findings

The results show information overload and user addiction have a significant positive association with cognitive dissonance, which is, in turn, found to significantly impact discontinuous usage intention. Self-efficacy moderates the relationships between information overload, user addiction, cognitive dissonance and discontinuous usage.

Originality/value

This study contributes to the understanding of the factors that influence short video discontinuous usage intention and it achieves this by engaging from a CDT perspective and by applying Self-Efficacy Theory. Theoretical implications for future short video platform research, as well as practical suggestions for short video platform operators and users, are also discussed.

Details

Information Technology & People, vol. 37 no. 4
Type: Research Article
ISSN: 0959-3845

Keywords

Article
Publication date: 2 May 2024

Alessandro Giannattasio, Andrea Sestino and Gabriele Baima

The current work aims to present a review of academic literature that systematizes the body of knowledge related to marketing and consumer behavior in order to identify the most…

Abstract

Purpose

The current work aims to present a review of academic literature that systematizes the body of knowledge related to marketing and consumer behavior in order to identify the most effective variables that encourage the consumer towards a proper and better lifestyle, accordingly the paradigm of management, marketing and technology efforts to promote a “better” society preventing obesity.

Design/methodology/approach

A literature review was carried out to examine the studies of marketing and consumer behavior published in international peer-reviewed journals over the last twenty-three years (2000–2023). Our review finally considered a total amount of 46 articles.

Findings

Findings elucidate three overarching themes and associated sub-hemes, encompassing: (1) Product design for obesity prevention, including aspects such as labeling, nomenclature, packaging and assortment; (2) Technology-supported preventive measures, involving mobile applications, self-monitoring, short message services and digital therapeutics; and (3) Marketing and communication strategies, incorporating social advertising, nudge, social influence and initiatives targeting childhood obesity prevention. Furthermore, a comprehensive research agenda is presented, delineating potential avenues for future investigations predicated on the utility of the results in fostering subsequent endeavors within the realms of: efficacy and effectiveness studies; personalization and tailoring; behavioral change techniques and gamification; user experience and acceptance; cost-effectiveness and implementation; as well as ethical and privacy concerns.

Research limitations/implications

Main limitations are related to the characteristics of the analyzed literature, resulting in only English journal articles, book chapter and so on. Thus, other relevant contributions in different languages discussing interesting insights might have been neglected.

Practical implications

This study offers several insights to managers, marketers and policymakers involved in the issue of the obesity prevention. Since obesity represents a crucial challenge for public health at a global level, with its incidence reaching epidemic proportions in recent decades, the results may be extremely useful and powerful because suggesting – by employing a robust resulting corpus of knowledge on this domain – several practical features, actions and tactics to face such an important challenge. Moreover, this paper offers for scholar and researcher a systematized knowledge around the issues of obesity prevention, together with a detailed research agenda emerging by the critical analysis of the emerging insights, and to practitioners systematized useful insights to project and develop their future business strategies.

Social implications

By providing several actions and tactics for obesity prevention (e.g. as for product labeling, naming, packaging, assortment; the exploitation of new technologies for mobile applications design, self-monitoring, short message service (SMS) alert systems, digital therapeutics; the role of social advertising, nudge, social influence) this work perfectly match the emerging societal orientation related to business, marketing and technology efforts to create a “better” society.

Originality/value

The study shed lights the need for a holistic approach to obesity prevention, involving interaction between individual main topics. Importantly this is the first study to analyze the issue of obesity prevention by considering a multidisciplinary corpus of literature, analyzed trough an individual-centric orientation.

Details

British Food Journal, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 0007-070X

Keywords

Article
Publication date: 27 February 2024

Feng Qian, Yongsheng Tu, Chenyu Hou and Bin Cao

Automatic modulation recognition (AMR) is a challenging problem in intelligent communication systems and has wide application prospects. At present, although many AMR methods…

Abstract

Purpose

Automatic modulation recognition (AMR) is a challenging problem in intelligent communication systems and has wide application prospects. At present, although many AMR methods based on deep learning have been proposed, the methods proposed by these works cannot be directly applied to the actual wireless communication scenario, because there are usually two kinds of dilemmas when recognizing the real modulated signal, namely, long sequence and noise. This paper aims to effectively process in-phase quadrature (IQ) sequences of very long signals interfered by noise.

Design/methodology/approach

This paper proposes a general model for a modulation classifier based on a two-layer nested structure of long short-term memory (LSTM) networks, called a two-layer nested structure (TLN)-LSTM, which exploits the time sensitivity of LSTM and the ability of the nested network structure to extract more features, and can achieve effective processing of ultra-long signal IQ sequences collected from real wireless communication scenarios that are interfered by noise.

Findings

Experimental results show that our proposed model has higher recognition accuracy for five types of modulation signals, including amplitude modulation, frequency modulation, gaussian minimum shift keying, quadrature phase shift keying and differential quadrature phase shift keying, collected from real wireless communication scenarios. The overall classification accuracy of the proposed model for these signals can reach 73.11%, compared with 40.84% for the baseline model. Moreover, this model can also achieve high classification performance for analog signals with the same modulation method in the public data set HKDD_AMC36.

Originality/value

At present, although many AMR methods based on deep learning have been proposed, these works are based on the model’s classification results of various modulated signals in the AMR public data set to evaluate the signal recognition performance of the proposed method rather than collecting real modulated signals for identification in actual wireless communication scenarios. The methods proposed in these works cannot be directly applied to actual wireless communication scenarios. Therefore, this paper proposes a new AMR method, dedicated to the effective processing of the collected ultra-long signal IQ sequences that are interfered by noise.

Details

International Journal of Web Information Systems, vol. 20 no. 3
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 26 December 2023

Wei Zhang, Hui Yuan, Chengyan Zhu, Qiang Chen, Richard David Evans and Chen Min

Although governments have used social media platforms to interact with the public in an attempt to minimize anxiety and provide a forum for public discussion during the pandemic…

Abstract

Purpose

Although governments have used social media platforms to interact with the public in an attempt to minimize anxiety and provide a forum for public discussion during the pandemic, governments require sufficient crisis communication skills to engage citizens in taking appropriate action effectively. This study aims to examine how the National Health Commission of China (NHCC) has used TikTok, the leading short video–based platform, to facilitate public engagement during COVID-19.

Design/methodology/approach

Building upon dual process theories, this study integrates the activation of information exposure, prosocial interaction theory and social sharing of emotion theory to explore how public engagement is related to message sensation value (MSV), media character, content theme and emotional valence. A total of 354 TikTok videos posted by NHCC were collected during the pandemic to explore the determinants of public engagement in crises.

Findings

The findings demonstrate that MSV negatively predicts public engagement with government TikTok, but that instructional information increases engagement. The presence of celebrities and health-care professionals negatively affects public engagement with government TikTok accounts. In addition, emotional valence serves a moderating role between MSV, media characters and public engagement.

Originality/value

Government agencies must be fully aware of the different combinations of MSV and emotion use in the video title when releasing crisis-related videos. Government agencies can also leverage media characters – health professionals in particular – to enhance public engagement. Government agencies are encouraged to solicit public demand for the specific content of instructing information through data mining techniques.

Details

The Electronic Library , vol. 42 no. 2
Type: Research Article
ISSN: 0264-0473

Keywords

Article
Publication date: 12 March 2024

Ravinder Kumar Verma, P. Vigneswara Ilavarasan and Arpan Kumar Kar

Digital platforms (DP) are transforming service delivery and affecting associated actors. The position of DPs is impacted by the regulations. However, emerging economies often…

Abstract

Purpose

Digital platforms (DP) are transforming service delivery and affecting associated actors. The position of DPs is impacted by the regulations. However, emerging economies often lack the regulatory environment to support DPs. This paper aims to explore the regulatory developments for DPs using the multi-level perspective (MLP).

Design/methodology/approach

The paper explores regulatory developments of ride-hailing platforms (RHPs) in India and their impacts. This study uses qualitative interview data from platform representatives, bureaucrats, drivers, experts and policy documents.

Findings

Regulatory developments in the ride-hailing space cannot be explained as a linear progression. The static institutional assumptions, especially without considering the multi-actors and multi-levels in policy formulation, do not serve associated actors adequately in different times and spaces. The RHPs regulations must consider the perspective of new RHPs and the support available to them. Non-consideration of short- and long-term perspectives of RHPs may have unequal outcomes for established and new RHPs.

Research limitations/implications

This research has implications for the digital economy regulatory ecosystem, DPs and implications for policymakers. Though the data from legal documents and qualitative interviews is adequate, transactional data from the RHPs and interviews with judiciary actors would have been insightful.

Practical implications

The study provides insights into critical aspects of regulatory evolution, governance and regulatory impact on the DPs’ ecosystem. The right balance of regulations according to the business models of DPs allows DPs to have space for growth and development of the platform ecosystem.

Social implications

This research shows the interactions in the digital space and how regulations can impact various actors. A balanced policy can guide the paths of DPs to have equal opportunities.

Originality/value

DP regulations have a complex structure. The paper studies regulatory developments of DPs and the impacts of governance and controls on associated players and platform ecosystems.

Details

Digital Policy, Regulation and Governance, vol. 26 no. 3
Type: Research Article
ISSN: 2398-5038

Keywords

1 – 10 of 433