Along with the Ultra-Reliable and Low-Latency Communications (URLLC) of 5G, edge computing enables many potential low-latency IoT applications and has recently gained widespread attention. Addressing edge computing...
详细信息
Along with the Ultra-Reliable and Low-Latency Communications (URLLC) of 5G, edge computing enables many potential low-latency IoT applications and has recently gained widespread attention. Addressing edge computing's economic issues is critical as we need to motivate edge devices as resource providers to devote their computing resources to the service. There are multiple users and resource providers in most edge computing service scenarios. The communication delays between users and providers are not the same since their physical distances are different. However, most existing works on edge computing regarding network economics adopt single market models that do not consider the influence of communication delay. Some researchers advocate using multi-market models to overcome this issue by grouping users who connect to the same access point or base station and letting each host its auction for resource trading. However, due to the high cost of deploying 5G ultra-dense small cells, barely a network operator can reach full network coverage. Users cannot rely on a single network, but these models do not allow resource trading between different groups. Thus, this article proposes a novel multi-market trading (MMT) framework to address these shortcomings. The framework combines the double auction at each group and a market selection game to enable the resource providers to participate in multiple auctions and analyze their choice of markets. We present the framework's detailed design and propose a theory-based learning algorithm to approximate each provider's optimal strategies. Through extensive simulations using real-world datasets of vehicular networks, we show that the proposed framework can improve the social welfare by $14.45\%$14.45% and $36.74\%$36.74%, respectively, compared with classic multi-market and single market models.
The well known assignment problem finds an optimal assignment of tasks to agents. Optimal assignment is applicable to the placement of virtual machines in cloud systems to optimize resource allocation and ensure effic...
详细信息
ISBN:
(纸本)9783031744976;9783031744983
The well known assignment problem finds an optimal assignment of tasks to agents. Optimal assignment is applicable to the placement of virtual machines in cloud systems to optimize resource allocation and ensure efficient operation. It is also applicable to fault-tolerant computation to ensure continued operation in case of component failures. In some instances the assignment needs to satisfy extraneous fairness constraints. For example, in a multi-tenant cloud environment the assignment has to guarantee equitable treatment of customers. We initiate the study of proportionate fair assignment. In the multi-tenant setting such an assignment ensures proportionate representation of the customers over all servers. We show that even the simple case of computing an assignment that ensures equal representation of two customers is hard. On the positive side, we present a 1/2-approximation algorithm for computing an assignment that ensures equal representation of two customers.
Bandyapadhyay et al. introduced the generalized minimum-membership geometric set cover (GMMGSC) problem [SoCG, 2023], which is defined as follows: We are given two sets P and P' of points in R-2, n = max(|P|, | P&...
详细信息
ISBN:
(纸本)9783031522123;9783031522130
Bandyapadhyay et al. introduced the generalized minimum-membership geometric set cover (GMMGSC) problem [SoCG, 2023], which is defined as follows: We are given two sets P and P' of points in R-2, n = max(|P|, | P'|), and a set S of m axis-parallel unit squares. The goal is to find a subset S* subset of S that covers all the points in P while minimizing memb(P', S*), where memb(P', S*) = max(p is an element of P)' |{s is an element of S* : p is an element of s}|. We study GMMGSC problem and give a 16-approximation algorithm that runs in O(m(2) logm+ m(2)n) time. Our result is a significant improvement to the 144-approximation given by Bandyapadhyay et al. that runs in (O) over tilde (nm) time. GMMGSC problem is a generalization of another well-studied problem called Minimum Ply Geometric Set Cover (MPGSC), in which the goal is to minimize the ply of S*, where the ply is the maximum cardinality of a subset of the unit squares that have a non-empty intersection. The best-known result for the MPGSC problem is an 8-approximation algorithm by Durocher et al. that runs in O(n+ m(8)k(4) log k + m8 log m log k) time, where k is the optimal ply value [WALCOM, 2023].
Wafer probing is a critical process employed to measure the yield of wafer fabrication. The primary object of wafer probing is to find the defect grain on the wafer. After a full coverage check, there are always some ...
详细信息
Wafer probing is a critical process employed to measure the yield of wafer fabrication. The primary object of wafer probing is to find the defect grain on the wafer. After a full coverage check, there are always some suspected grains existing for further inspection. However, this second probing result could be affected by the shape of the probe card and the setting actions (path planning) of operators for grains randomly scattering on the wafer. Good grains can be damaged by reprobe actions, which decrease production performance and customer trust. In general, it also requires manpower to perform reprobing, which dramatically deteriorates the throughput of production. This article has studied this problem, and an adaptive coverage path planning (CPP) method for randomly scattering grains using an attention interface is proposed. The proposed randomly scattering waypoints method uses deep reinforcement learning (DRL) for automatic real-time path planning of the second detection. A soft attention interface accelerates the process with a less overlapped check. The experimental results demonstrate the efficiency of the proposed method in terms of less overlapping and steps, and this method learns a better CPP strategy for wafer probing than programmed paths and other RL-based methods.
Neural network approximations have become attractive to compress data for automation and autonomy algorithms for use on storage-limited and processing-limited aerospace hardware. However, unless these neural network a...
详细信息
We propose a mixed-integer simulation optimization framework for solving multi-echelon inventory problems with lost sales. We want to seek optimal settings of the order-up-to levels and the review intervals for wareho...
详细信息
This paper considers elections in which voters choose one candidate each, independently according to known probability distributions. A candidate receiving a strict majority (absolute or relative, depending on the ver...
详细信息
ISBN:
(纸本)9783959773096
This paper considers elections in which voters choose one candidate each, independently according to known probability distributions. A candidate receiving a strict majority (absolute or relative, depending on the version) wins. After the voters have made their choices, each vote can be inspected to determine which candidate received that vote. The time (or cost) to inspect each of the votes is known in advance. The task is to (possibly adaptively) determine the order in which to inspect the votes, so as to minimize the expected time to determine which candidate has won the election. We design polynomial-time constant-factor approximation algorithms for both the absolute-majority and the relative-majority version. Both algorithms are based on a two-phase approach. In the first phase, the algorithms reduce the number of relevant candidates to O(1), and in the second phase they utilize techniques from the literature on stochastic function evaluation to handle the remaining candidates. In the case of absolute majority, we show that the same can be achieved with only two rounds of adaptivity.
With the advent and the growing usage of Machine Learning as a Service (MLaaS), cloud and network systems are now offering the possibility to deploy ML tasks on heterogeneous clusters. Then, network and cloud operator...
详细信息
ISBN:
(纸本)9798350395679;9798350395662
With the advent and the growing usage of Machine Learning as a Service (MLaaS), cloud and network systems are now offering the possibility to deploy ML tasks on heterogeneous clusters. Then, network and cloud operators have to schedule these tasks, determining both when and on which devices to execute them. In parallel, several solutions, such as neural network compression, were proposed to build small models which can run on limited hardware. These solutions allow choosing the model size at inference time for any targeted processing time without having to re-train the network. In this work, we consider the Deadline Scheduling with Compressible Tasks (DSCT) problem: a novel scheduling problem with task deadlines where the tasks can be compressed. Each task can be executed with a certain compression, presenting a trade-off between its compression level (and, its processing time) and its obtained utility. The objective is to maximize the tasks utilities. We propose an approximation algorithm with proved guarantees to solve the problem. We validate its efficiency with extensive simulation, obtaining near optimal results. As application scenario, we study the problem when the tasks are Deep Learning classification jobs, and the objective is to maximize their global accuracy, but we believe that this new framework and solutions apply to a wide range of application cases.
Let G be a connected planar (but not yet embedded) graph and F a set of edges with ends in V (G) and not belonging to E(G). The multiple edge insertion problem (MEI) asks for a drawing of G + F with the minimum number...
详细信息
When an infectious disease spreads, how to quickly vaccinate with a limited budget per time step to reduce the impact of the virus is very important. Specifically, vaccination will be carried out in every time step, a...
详细信息
暂无评论