Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (30)

Search Parameters:
Keywords = Kuhn–Munkres algorithm

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
20 pages, 1978 KB  
Article
UAV-Based Forest Fire Early Warning and Intervention Simulation System with High-Accuracy Hybrid AI Model
by Muhammet Sinan Başarslan and Hikmet Canlı
Appl. Sci. 2026, 16(3), 1201; https://doi.org/10.3390/app16031201 - 23 Jan 2026
Viewed by 155
Abstract
In this study, a hybrid deep learning model that combines the VGG16 and ResNet101V2 architectures is proposed for image-based fire detection. In addition, a balanced drone guidance algorithm is developed to efficiently assign tasks to available UAVs. In the fire detection phase, the [...] Read more.
In this study, a hybrid deep learning model that combines the VGG16 and ResNet101V2 architectures is proposed for image-based fire detection. In addition, a balanced drone guidance algorithm is developed to efficiently assign tasks to available UAVs. In the fire detection phase, the hybrid model created by combining the VGG16 and ResNet101V2 architectures has been optimized with Global Average Pooling and layer merging techniques to increase classification success. The DeepFire dataset was used throughout the training process, achieving an extremely high accuracy rate of 99.72% and 100% precision. After fire detection, a task assignment algorithm was developed to assign existing drones to fire points at minimum cost and with balanced load distribution. This algorithm performs task assignments using the Hungarian (Kuhn–Munkres) method and cost optimization, and is adapted to direct approximately equal numbers of drones to each fire when the number of fires is less than the number of drones. The developed system was tested in a Python-based simulation environment and evaluated using performance metrics such as total intervention time, energy consumption, and task balance. The results demonstrate that the proposed hybrid model provides highly accurate fire detection and that the task assignment system creates balanced and efficient intervention scenarios. Full article
Show Figures

Figure 1

17 pages, 3058 KB  
Article
Dynamic Graph Analysis: A Hybrid Structural–Spatial Approach for Brain Shape Correspondence
by Jonnatan Arias-García, Hernán Felipe García, Andrés Escobar-Mejía, David Cárdenas-Peña and Álvaro A. Orozco
Mach. Learn. Knowl. Extr. 2025, 7(3), 99; https://doi.org/10.3390/make7030099 - 10 Sep 2025
Cited by 1 | Viewed by 1053
Abstract
Accurate correspondence of complex neuroanatomical surfaces under non-rigid deformations remains a formidable challenge in computational neuroimaging, owing to inter-subject topological variability, partial occlusions, and non-isometric distortions. Here, we introduce the Dynamic Graph Analyzer (DGA), a unified hybrid framework that integrates simplified structural descriptors [...] Read more.
Accurate correspondence of complex neuroanatomical surfaces under non-rigid deformations remains a formidable challenge in computational neuroimaging, owing to inter-subject topological variability, partial occlusions, and non-isometric distortions. Here, we introduce the Dynamic Graph Analyzer (DGA), a unified hybrid framework that integrates simplified structural descriptors with spatial constraints and formulates matching as a global linear assignment. Structurally, the DGA computes node-level metrics, degree weighted by betweenness centrality and local clustering coefficients, to capture essential topological patterns at a low computational cost. Spatially, it employs a two-stage scheme that combines global maximum distances and local rescaling of adjacent node separations to preserve geometric fidelity. By embedding these complementary measures into a single cost matrix solved via the Kuhn–Munkres algorithm followed by a refinement of weak correspondences, the DGA ensures a globally optimal correspondence. In benchmark evaluations on the FAUST dataset, the DGA achieved a significant reduction in the mean geodetic reconstruction error compared to spectral graph convolutional netwworks (GCNs)—which learn optimized spectral descriptors akin to classical approaches like heat/wave kernel signatures (HKS/WKS)—and traditional spectral methods. Additional experiments demonstrate robust performance on partial matches in TOSCA and cross-species alignments in SHREC-20, validating resilience to morphological variation and symmetry ambiguities. These results establish the DGA as a scalable and accurate approach for brain shape correspondence, with promising applications in biomarker mapping, developmental studies, and clinical morphometry. Full article
Show Figures

Figure 1

17 pages, 2522 KB  
Article
Organization of the Optimal Shift Start in an Automotive Environment
by Gábor Lakatos, Bence Zoltán Vámos, István Aupek and Mátyás Andó
Computation 2025, 13(8), 181; https://doi.org/10.3390/computation13080181 - 1 Aug 2025
Viewed by 748
Abstract
Shift organizations in automotive manufacturing often rely on manual task allocation, resulting in inefficiencies, human error, and increased workload for supervisors. This research introduces an automated solution using the Kuhn-Munkres algorithm, integrated with the Moodle learning management system, to optimize task assignments based [...] Read more.
Shift organizations in automotive manufacturing often rely on manual task allocation, resulting in inefficiencies, human error, and increased workload for supervisors. This research introduces an automated solution using the Kuhn-Munkres algorithm, integrated with the Moodle learning management system, to optimize task assignments based on operator qualifications and task complexity. Simulations conducted with real industrial data demonstrate that the proposed method meets operational requirements, both logically and mathematically. The system improves the start of shifts by assigning simpler tasks initially, enhancing operator confidence and reducing the need for assistance. It also ensures that task assignments align with required training levels, improving quality and process reliability. For industrial practitioners, the approach provides a practical tool to reduce planning time, human error, and supervisory burden, while increasing shift productivity. From an academic perspective, the study contributes to applied operations research and workforce optimization, offering a replicable model grounded in real-world applications. The integration of algorithmic task allocation with training systems enables a more accurate matching of workforce capabilities to production demands. This study aims to support data-driven decision-making in shift management, with the potential to enhance operational efficiency and encourage timely start of work, thereby possibly contributing to smoother production flow and improved organizational performance. Full article
(This article belongs to the Special Issue Computational Approaches for Manufacturing)
Show Figures

Figure 1

18 pages, 777 KB  
Article
Optimized Kuhn–Munkres with Dynamic Strategy Selection for Virtual Network Function Hot Backup Migration
by Yibo Wang and Junbin Liang
Electronics 2025, 14(7), 1328; https://doi.org/10.3390/electronics14071328 - 27 Mar 2025
Viewed by 715
Abstract
In Follow-Me Mobile Edge Cloud (FMEC) environments, Virtual Network Function (VNF) instances dynamically move in tandem with user mobility. For latency-sensitive applications, hot backups aim to reduce service downtimes during primary VNF instance failures. However, as the distance between VNF instances and their [...] Read more.
In Follow-Me Mobile Edge Cloud (FMEC) environments, Virtual Network Function (VNF) instances dynamically move in tandem with user mobility. For latency-sensitive applications, hot backups aim to reduce service downtimes during primary VNF instance failures. However, as the distance between VNF instances and their hot backups shifts due to user mobility, recovery latency can sometimes exceed user expectations, leading to certain backups being perceived as unavailable. To maintain VNF reliability, it becomes essential to either deploy additional hot backups closer to the VNF instances or migrate the deemed unavailable backups to proximity, reinstating their usability. How to effectively leverage both the VNF and its failed hot backups to ensure VNF reliability, meet users’ recovery latency demands, and minimize the overall cost of hot backup migration and redeployment is a challenging problem. To address this challenge, we propose a hybrid approach combining an optimized Kuhn–Munkres algorithm and dynamic strategy selection for cost-efficient hot backup migration. The problem is first formulated as an integer linear programming model and proven Non-deterministic Polynomial-time hard (NP-hard). To address computational complexity, we propose an optimized Kuhn–Munkres algorithm with dynamic strategy selection. The Kuhn–Munkres algorithm accelerates backup migration through network preprocessing and multi-constraint candidate filtering, while adaptively choosing between migration and redeployment via real-time cost analysis. Through extensive experiments, our hybrid migration algorithm achieves equivalent user demand satisfaction as traditional methods while reducing backup VNF (BVNF) migration costs by 15%. The proposed approach combines an optimized Kuhn–Munkres algorithm for efficient candidate selection with dynamic cost-aware strategy switching, ensuring reliable latency-sensitive service in mobile edge environments. Full article
(This article belongs to the Topic Cloud and Edge Computing for Smart Devices)
Show Figures

Figure 1

24 pages, 7675 KB  
Article
Coordinated Ship Welding with Optimal Lazy Robot Ratio and Energy Consumption via Reinforcement Learning
by Rui Yu and Yang-Yang Chen
J. Mar. Sci. Eng. 2024, 12(10), 1765; https://doi.org/10.3390/jmse12101765 - 5 Oct 2024
Cited by 2 | Viewed by 1621
Abstract
Ship welding is a crucial part of ship building, requiring higher levels of robot coordination and working efficiency than ever before. To this end, this paper studies the coordinated ship-welding task, which involves multi-robot welding of multiple weld lines consisting of synchronous ones [...] Read more.
Ship welding is a crucial part of ship building, requiring higher levels of robot coordination and working efficiency than ever before. To this end, this paper studies the coordinated ship-welding task, which involves multi-robot welding of multiple weld lines consisting of synchronous ones to be executed by a pair of robots and normal ones that can be executed by one robot. To evaluate working efficiency, the objectives of optimal lazy robot ratio and energy consumption were considered, which are tackled by the proposed dynamic Kuhn–Munkres-based model-free policy gradient (DKM-MFPG) reinforcement learning algorithm. In DKM-MFPG, a dynamic Kuhn–Munkres (DKM) dispatcher is designed based on weld line and co-welding robot position information obtained by the wireless sensors, such that robots always have dispatched weld lines in real-time and the lazy robot ratio is 0. Simultaneously, a model-free policy gradient (MFPG) based on reinforcement learning is designed to achieve the energy-optimal motion control for all robots. The optimal lazy robot ratio of the DKM dispatcher and the network convergence of MFPG are theoretically analyzed. Furthermore, the performance of DKM-MFPG is simulated with variant settings of welding scenarios and compared with baseline optimization methods. Compared to the four baselines, DKM-MFPG owns a slight performance advantage within 1% on energy consumption and reduces the average lazy robot ratio by 11.30%, 10.99%, 8.27%, and 10.39%. Full article
(This article belongs to the Special Issue Ship Wireless Sensor)
Show Figures

Figure 1

17 pages, 1008 KB  
Article
Full-Duplex Unmanned Aerial Vehicle Communications for Cellular Spectral Efficiency Enhancement Utilizing Device-to-Device Underlaying Structure
by Yuetian Zhou and Yang Li
Electronics 2024, 13(12), 2264; https://doi.org/10.3390/electronics13122264 - 9 Jun 2024
Viewed by 1195
Abstract
Unmanned aerial vehicle (UAV) communications have gained recognition as a promising technology due to their unique characteristics of rapid deployment and flexible configuration. Meanwhile, device-to-device (D2D) and full-duplex (FD) technologies have emerged as promising methods for enhancing spectral efficiency and offloading traffic. One [...] Read more.
Unmanned aerial vehicle (UAV) communications have gained recognition as a promising technology due to their unique characteristics of rapid deployment and flexible configuration. Meanwhile, device-to-device (D2D) and full-duplex (FD) technologies have emerged as promising methods for enhancing spectral efficiency and offloading traffic. One significant advantage of UAVs is their ability to partition suitable D2D pairs to increase cell capacity. In this paper, we present a novel network model in which UAVs are considered D2D pairs underlaying cellular networks, integrating FD into the communication links between UAVs to improve spectral efficiency. We then investigate a resource allocation problem for the proposed FD-UAV D2D underlaying structure model, with the objective of maximizing the system’s sum rate. Specifically, the UAVs in our model operate in full-duplex mode as D2D users (DUs), allowing the reuse of both the uplink and downlink subcarrier resources of cellular users (CUs). This optimization challenge is formulated as a mixed-integer nonlinear programming problem, known for its NP-hard and intractable nature. To address this issue, we propose a heuristic algorithm (HA) that decomposes the problem into two steps: power allocation and user pairing. The optimal power allocation is solved as a nonlinear programming problem by searching among a finite set, while the user pairing problem is addressed using the Kuhn–Munkres algorithm. The numerical results indicate that our proposed FD-MaxSumCell-HA (full-duplex UAVs maximizing the cell sum rate with a heuristic algorithm) scheme for FD-UAV D2D underlaying models outperforms HD-UAV underlaying cellular networks, with improved access rates for UAVs in FD-MaxSumCell-HA compared to HD-UAV networks. Full article
(This article belongs to the Special Issue Innovative Technologies and Services for Unmanned Aerial Vehicles)
Show Figures

Figure 1

25 pages, 864 KB  
Article
Cooperative Resource Allocation for Hybrid NOMA-OMA-Based Wireless Powered MC-IoT Systems with Hybrid Relays
by Xu Chen, Ding Xu and Hongbo Zhu
Electronics 2024, 13(1), 99; https://doi.org/10.3390/electronics13010099 - 25 Dec 2023
Cited by 5 | Viewed by 1797
Abstract
This paper considers an uplink wireless powered multichannel internet of things (MC-IoT) system with multiple hybrid relays, each serves a group of wireless-powered IoTDs. For coordinating radio frequency wireless power transfer (RF-WPT) and wireless information transfer (WIT), two cooperative protocols integrating non-orthogonal multiple [...] Read more.
This paper considers an uplink wireless powered multichannel internet of things (MC-IoT) system with multiple hybrid relays, each serves a group of wireless-powered IoTDs. For coordinating radio frequency wireless power transfer (RF-WPT) and wireless information transfer (WIT), two cooperative protocols integrating non-orthogonal multiple access (NOMA) and orthogonal multiple access (OMA), namely hybrid NOMA-frequency division multiple access (FDMA) and hybrid NOMA-time division multiple access (TDMA), is proposed. For both protocols, we investigate cooperative resource allocation problems and aim to maximize the sum data delivered by all the IoTDs, subject to the peak transmit power constraint and the total consumable energy constraint of the hybrid relays. The problem with the hybrid NOMA-FDMA is first decomposed into two subproblems, one for time and power allocation of each hybrid relay and its associated IoTDs, and the other one for channel allocation among them. After some properties of the optimal solution are discovered and a series of transformations is performed, the former subproblem is solved by the bisection search and the Lagrange duality method, and the latter subproblem is solved by the Kuhn–Munkres algorithm. The problem with the hybrid NOMA-TDMA is first convexified by proper variable transformations and then solved by the Lagrange duality method. We provide extensive simulations to demonstrate the superiority of the proposed schemes. It is shown that various system parameters play key roles in the performance comparison of the two schemes. Full article
(This article belongs to the Special Issue Wireless Power Transfer Modelling Methods and Related Applications)
Show Figures

Figure 1

19 pages, 1228 KB  
Article
Joint Power Control and Resource Allocation for Optimizing the D2D User Performance of Full-Duplex D2D Underlying Cellular Networks
by Yuetian Zhou, Bowen Cai and Xue Ding
Sensors 2023, 23(23), 9549; https://doi.org/10.3390/s23239549 - 1 Dec 2023
Cited by 5 | Viewed by 1397
Abstract
D2D communication is a promising technology for enhancing spectral efficiency (SE) in cellular networks, and full-duplex (FD) has the potential to double SE. Due to D2D’s short-distance communication and low transmittance power, it is natural to integrate FD into D2D, creating FD-D2D to [...] Read more.
D2D communication is a promising technology for enhancing spectral efficiency (SE) in cellular networks, and full-duplex (FD) has the potential to double SE. Due to D2D’s short-distance communication and low transmittance power, it is natural to integrate FD into D2D, creating FD-D2D to underlay a cellular network to further improve SE. However, the residual self-interference (RSI) resulting from FD-D2D and interference arising from spectrum sharing between D2D users (DUs) and cellular users (CUs) can restrict D2D link performance. Therefore, we propose an FD-D2D underlying cellular system in which DUs jointly share uplink and downlink spectral resources with CUs. Moreover, we present two algorithms to enhance the performance experience of DUs while improving the system’s SE. For the first algorithm, we tackle an optimization problem aimed at maximizing the sum rate of FD-DUs in the system while adhering to transmittance power constraints. This problem is formulated as a mixed-integer nonlinear programming problem (MINLP), known for its mathematical complexity and NP-hard nature. In order to address this MINLP, our first algorithm decomposes it into two subproblems: power control and spectral resource allocation. The power control aspect is treated as a nonlinear problem, which we solve through one-dimensional searching. Meanwhile, spectral resource allocation is achieved using the Kuhn–Munkres algorithm, determining the pairing of CUs and DUs sharing the same spectrum. As for the second algorithm, our objective is to enhance the individual performance of FD-DUs by maximizing the minimum rate among them, ensuring more uniform rate performance across all FD-DUs. In order to solve this optimization problem, we propose a novel spectral resource allocation algorithm based on bisection searching and the Kuhn–Munkres algorithm, whereas the power control aspect remains the same as in the first algorithm. The numerical results demonstrate that our proposed algorithm effectively enhances the performance of DUs in an FD-D2D underlying cellular network when compared to the sum rate maximization design. Full article
(This article belongs to the Section Communications)
Show Figures

Figure 1

21 pages, 477 KB  
Article
Multi-Dimensional Resource Allocation for Throughput Maximization in CRIoT with SWIPT
by Shuang Fu and Dailin Jiang
Energies 2023, 16(12), 4767; https://doi.org/10.3390/en16124767 - 16 Jun 2023
Cited by 2 | Viewed by 1437
Abstract
To solve the power supply problem of battery-limited Internet of Things devices (IoDs) and the spectrum scarcity problem, simultaneous wireless information and power transfer (SWIPT) and cognitive radio (CR) technology were integrated into the Internet of Things (IoT) network to build a cognitive [...] Read more.
To solve the power supply problem of battery-limited Internet of Things devices (IoDs) and the spectrum scarcity problem, simultaneous wireless information and power transfer (SWIPT) and cognitive radio (CR) technology were integrated into the Internet of Things (IoT) network to build a cognitive radio IoT (CRIoT) with SWIPT. In this network, secondary users (SUs) could adaptively switch between spectrum sensing, SWIPT, and information transmission to improve the total throughput. To solve the complicated multi-dimensional resource allocation problem in CRIoT with SWIPT, we propose a multi-dimensional resource allocation algorithm for maximizing the total throughput. Three-dimensional resources were jointly optimized, which are time resource (the duration of each process), power resource (the transmit power and the power splitting ratio of each node), and spectrum resource, under some constraints, such as maximum transmit power constraint and maximum permissible interference constraint. To solve this intractable mixed-integer nonlinear program (MINLP) problem, firstly, the sensing task assignment for cooperative spectrum sensing (CSS) was obtained by using a greedy sensing algorithm. Secondly, the original problem was transformed into a convex problem via some transformations with fixed-power splitting ratio and time switching. The Lagrange dual method and subgradient method were adopted to obtain the optimal power and channel allocation. Then, a one-dimensional search algorithm was used to obtain the optimal power splitting ratio and the time switching ratio. Finally, a heuristic algorithm was adopted to obtain the optimal sensing duration. The simulation results show that the proposed algorithm can achieve higher total system throughput than other benchmark algorithms, such as a greedy algorithm, an average algorithm, and the Kuhn–Munkres (KM) algorithm. Full article
Show Figures

Figure 1

20 pages, 750 KB  
Article
Dynamic Resource Optimization for Energy-Efficient 6G-IoT Ecosystems
by James Adu Ansere, Mohsin Kamal, Izaz Ahmad Khan and Muhammad Naveed Aman
Sensors 2023, 23(10), 4711; https://doi.org/10.3390/s23104711 - 12 May 2023
Cited by 23 | Viewed by 4053
Abstract
The problem of energy optimization for Internet of Things (IoT) devices is crucial for two reasons. Firstly, IoT devices powered by renewable energy sources have limited energy resources. Secondly, the aggregate energy requirement for these small and low-powered devices is translated into significant [...] Read more.
The problem of energy optimization for Internet of Things (IoT) devices is crucial for two reasons. Firstly, IoT devices powered by renewable energy sources have limited energy resources. Secondly, the aggregate energy requirement for these small and low-powered devices is translated into significant energy consumption. Existing works show that a significant portion of an IoT device’s energy is consumed by the radio sub-system. With the emerging sixth generation (6G), energy efficiency is a major design criterion for significantly increasing the IoT network’s performance. To solve this issue, this paper focuses on maximizing the energy efficiency of the radio sub-system. In wireless communications, the channel plays a major role in determining energy requirements. Therefore, a mixed-integer nonlinear programming problem is formulated to jointly optimize power allocation, sub-channel allocation, user selection, and the activated remote radio units (RRUs) in a combinatorial approach according to the channel conditions. Although it is an NP-hard problem, the optimization problem is solved through fractional programming properties, converting it into an equivalent tractable and parametric form. The resulting problem is then solved optimally by using the Lagrangian decomposition method and an improved Kuhn–Munkres algorithm. The results show that the proposed technique significantly improves the energy efficiency of IoT systems as compared to the state-of-the-art work. Full article
(This article belongs to the Special Issue Artificial Intelligence and Advances in Smart IoT)
Show Figures

Figure 1

18 pages, 1911 KB  
Article
Optimizing Multi-Vehicle Demand-Responsive Bus Dispatching: A Real-Time Reservation-Based Approach
by Xuemei Zhou, Guohui Wei, Yunbo Zhang, Qianlin Wang and Huanwu Guo
Sustainability 2023, 15(7), 5909; https://doi.org/10.3390/su15075909 - 29 Mar 2023
Cited by 10 | Viewed by 3924
Abstract
The demand-responsive public transport system with multi-vehicles has the potential to efficiently meet real-time and high-volume transportation needs through effective scheduling. This paper focuses on studying the real-time vehicle scheduling problem, which involves dispatching and controlling different model vehicles uniformly based on generated [...] Read more.
The demand-responsive public transport system with multi-vehicles has the potential to efficiently meet real-time and high-volume transportation needs through effective scheduling. This paper focuses on studying the real-time vehicle scheduling problem, which involves dispatching and controlling different model vehicles uniformly based on generated vehicle number tasks at a given point in time. By considering the immediacy of real-time itinerary tasks, this paper optimizes the vehicle scheduling problem at a single time point. The objective function is to minimize the total operating cost of the system while satisfying constraints such as passenger capacity and vehicle transfer time. To achieve this, a vehicle scheduling optimization model is constructed, and a solution approach is proposed by integrating bipartite graph optimal matching theory and the Kuhn–Munkres algorithm. The effectiveness of the proposed approach is demonstrated by comparing it with a traditional greedy algorithm using the same calculation example. The results show that the optimization method has higher solution efficiency and can generate a scheduling scheme that effectively reduces operating costs, improves transportation efficiency, and optimizes the operation organization process for demand-responsive buses. Full article
(This article belongs to the Special Issue Operations Research in the Sustainable Transport and Logistics)
Show Figures

Figure 1

26 pages, 1368 KB  
Article
AoI-Aware Optimization of Service Caching-Assisted Offloading and Resource Allocation in Edge Cellular Networks
by Jialiang Feng and Jie Gong
Sensors 2023, 23(6), 3306; https://doi.org/10.3390/s23063306 - 21 Mar 2023
Cited by 2 | Viewed by 2688
Abstract
The rapid development of the Internet of Things (IoT) has led to computational offloading at the edge; this is a promising paradigm for achieving intelligence everywhere. As offloading can lead to more traffic in cellular networks, cache technology is used to alleviate the [...] Read more.
The rapid development of the Internet of Things (IoT) has led to computational offloading at the edge; this is a promising paradigm for achieving intelligence everywhere. As offloading can lead to more traffic in cellular networks, cache technology is used to alleviate the channel burden. For example, a deep neural network (DNN)-based inference task requires a computation service that involves running libraries and parameters. Thus, caching the service package is necessary for repeatedly running DNN-based inference tasks. On the other hand, as the DNN parameters are usually trained in distribution, IoT devices need to fetch up-to-date parameters for inference task execution. In this work, we consider the joint optimization of computation offloading, service caching, and the AoI metric. We formulate a problem to minimize the weighted sum of the average completion delay, energy consumption, and allocated bandwidth. Then, we propose the AoI-aware service caching-assisted offloading framework (ASCO) to solve it, which consists of the method of Lagrange multipliers with the KKT condition-based offloading module (LMKO), the Lyapunov optimization-based learning and update control module (LLUC), and the Kuhn–Munkres (KM) algorithm-based channel-division fetching module (KCDF). The simulation results demonstrate that our ASCO framework achieves superior performance in regard to time overhead, energy consumption, and allocated bandwidth. It is verified that our ASCO framework not only benefits the individual task but also the global bandwidth allocation. Full article
(This article belongs to the Topic Wireless Communications and Edge Computing in 6G)
Show Figures

Figure 1

17 pages, 2924 KB  
Article
An Optimized Double-Nested Anti-Missile Force Deployment Based on the Deep Kuhn–Munkres Algorithm
by Wen Sun, Zeyang Cao, Gang Wang, Yafei Song and Xiangke Guo
Mathematics 2022, 10(23), 4627; https://doi.org/10.3390/math10234627 - 6 Dec 2022
Cited by 2 | Viewed by 3892
Abstract
In view of a complex multi-factor interaction relationship and high uncertainty of a battlefield environment in the anti-missile troop deployment, this paper analyzes the relationships between the defending stronghold, weapon system, incoming target, and ballistic missile. In addition, a double nested optimization architecture [...] Read more.
In view of a complex multi-factor interaction relationship and high uncertainty of a battlefield environment in the anti-missile troop deployment, this paper analyzes the relationships between the defending stronghold, weapon system, incoming target, and ballistic missile. In addition, a double nested optimization architecture is designed by combining deep learning hierarchy concept and hierarchical dimensionality reduction processing. Moreover, a deployment model based on the double nested optimization architecture is constructed with the interception arc length as an optimization goal and based on the basic deployment model, kill zone model, and cover zone model. Further, by combining the target full coverage adjustment criterion and depth-first search, a deep Kuhn–Munkres algorithm is proposed. The model is validated by simulations of typical scenes. The results verify the rationality and feasibility of the proposed model, high adaptability of the proposed algorithm. The research of this paper has important enlightenment and reference function for solving the force deployment optimization problems in uncertain battlefield environment. Full article
(This article belongs to the Special Issue Mathematical Applications of Complex Evidence Theory in Engineering)
Show Figures

Figure 1

24 pages, 1157 KB  
Article
Link-State Aware Hybrid Routing in the Terrestrial–Satellite Integrated Network
by Huihui Xu, Zhangsong Shi, Mingliu Liu, Ning Zhang, Yanjun Yan and Guangjie Han
Sensors 2022, 22(23), 9124; https://doi.org/10.3390/s22239124 - 24 Nov 2022
Cited by 11 | Viewed by 3784
Abstract
In this paper, we study data transmission in the Terrestrial–Satellite Integrated Network (TSIN), where terrestrial networks and satellites are combined together to provide seamless global network services for ground users. However, efficiency of the data transmission is limited by the time-varying inter-satellite link [...] Read more.
In this paper, we study data transmission in the Terrestrial–Satellite Integrated Network (TSIN), where terrestrial networks and satellites are combined together to provide seamless global network services for ground users. However, efficiency of the data transmission is limited by the time-varying inter-satellite link connection and intermittent terrestrial–satellite link connection. Therefore, we propose a link-state aware hybrid routing algorithm, which selects the integrated data transmission path adaptively in this paper. First of all, a space–time topology model is constructed to represent the dynamic link connections in TSIN. Thus, the transmission delay can be analyzed accordingly, and the data transmission problem can then be formulated. To balance the effectiveness and accuracy of searching a hybrid path, we carefully discuss the optimization of space–time topology updating, and propose an inter-satellite link selection algorithm. For the terrestrial–satellite link in hybrid routing, the data transmission problem is transformed into a weighted bipartite graph matching problem and solved with a Kuhn–Munkres-based link selection algorithm. To verify the effectiveness of our proposed routing algorithm, extensive simulations are conducted based on a realistic Hongyun constellation project. Results show that the network performance is improved with respect to data transmission delay, packet loss rate, and throughput. Full article
(This article belongs to the Special Issue Integration of Satellite-Aerial-Terrestrial Networks)
Show Figures

Figure 1

18 pages, 409 KB  
Article
Hybrid Beamforming Design for Self-Interference Cancellation in Full-Duplex Millimeter-Wave MIMO Systems with Dynamic Subarrays
by Gengshan Wang, Zhijia Yang and Tierui Gong
Entropy 2022, 24(11), 1687; https://doi.org/10.3390/e24111687 - 18 Nov 2022
Cited by 6 | Viewed by 4371
Abstract
Full-duplex (FD) millimeter-wave (mmWave) multiple-input multiple-output (MIMO) communication is a promising solution for the extremely high-throughput requirements in future cellular systems. The hybrid beamforming structure is preferable for its low hardware complexity and low power consumption with acceptable performance. In this paper, we [...] Read more.
Full-duplex (FD) millimeter-wave (mmWave) multiple-input multiple-output (MIMO) communication is a promising solution for the extremely high-throughput requirements in future cellular systems. The hybrid beamforming structure is preferable for its low hardware complexity and low power consumption with acceptable performance. In this paper, we introduce the hardware efficient dynamic subarrays to the FD mmWave MIMO systems and propose an effective hybrid beamforming design to cancel the self-interference (SI) in the considered system. First, assuming no SI, we obtain the optimal fully digital beamformers and combiners via the singular value decomposition of the uplink and downlink channels and the water-filling power allocation. Then, based on the obtained fully digital solutions, we get the dynamic analog solutions and digital solutions using the Kuhn–Munkres algorithm-aided dynamic hybrid beamforming design. Finally, we resort to the null space projection method to cancel the SI by projecting the obtained digital beamformer at the base station onto the null space of the equivalent SI channel. We further analyze the computational complexity of the proposed method. Numerical results demonstrate the superiority of the FD mmWave MIMO systems with the dynamic subarrays using the proposed method compared to the systems with the fixed subarrays and the half-duplex mmWave communications. When the number of RF chains is 6 and the signal-to-noise ratio is 10 dB, the proposed design outperforms the FD mmWave MIMO systems with fixed subarrays and the half-duplex mmWave communications, respectively, by 22.4% and 47.9% in spectral efficiency and 19.9% and 101% in energy efficiency. Full article
(This article belongs to the Section Signal and Data Analysis)
Show Figures

Figure 1

Back to TopTop