首页 > 最新文献

Stochastic Systems最新文献

英文 中文
Greedy Matching in Bipartite Random Graphs 二部随机图中的贪婪匹配
Q1 Mathematics Pub Date : 2021-11-02 DOI: 10.1287/stsy.2021.0082
N. Arnosti
This paper studies the performance of greedy matching algorithms on bipartite graphs [Formula: see text]. We focus primarily on three classical algorithms: [Formula: see text], which sequentially selects random edges from [Formula: see text]; [Formula: see text], which sequentially matches random vertices in [Formula: see text] to random neighbors; and [Formula: see text], which generates a random priority order over vertices in [Formula: see text] and then sequentially matches random vertices in [Formula: see text] to their highest-priority remaining neighbor. Prior work has focused on identifying the worst-case approximation ratio for each algorithm. This guarantee is highest for [Formula: see text] and lowest for [Formula: see text]. Our work instead studies the average performance of these algorithms when the edge set [Formula: see text] is random. Our first result compares [Formula: see text] and [Formula: see text] and shows that on average, [Formula: see text] produces more matches. This result holds for finite graphs (in contrast to previous asymptotic results) and also applies to “many to one” matching in which each vertex in [Formula: see text] can match with multiple vertices in [Formula: see text]. Our second result compares [Formula: see text] and [Formula: see text] and shows that the better worst-case guarantee of [Formula: see text] does not translate into better average performance. In “one to one” settings where each vertex in [Formula: see text] can match with only one vertex in [Formula: see text], the algorithms result in the same number of matches. When each vertex in [Formula: see text] can match with two vertices in [Formula: see text] produces more matches than [Formula: see text].
本文研究了贪心匹配算法在二部图上的性能[公式:见文]。我们主要关注三种经典算法:[公式:见文],它依次从[公式:见文]中选择随机边缘;[公式:见文],将[公式:见文]中的随机顶点顺序匹配到随机邻居;和[公式:见文],它在[公式:见文]的顶点上生成一个随机的优先顺序,然后顺序地将[公式:见文]中的随机顶点与其剩余的最高优先级邻居匹配。先前的工作集中在确定每种算法的最坏情况近似比。这种保证对于[公式:见正文]是最高的,对于[公式:见正文]是最低的。我们的工作是研究当边缘集[公式:见文本]是随机时这些算法的平均性能。我们的第一个结果比较了[Formula: see text]和[Formula: see text],结果显示平均而言,[Formula: see text]产生了更多的匹配。这个结果适用于有限图(与之前的渐近结果相反),也适用于“多对一”匹配,其中[公式:见文本]中的每个顶点可以与[公式:见文本]中的多个顶点匹配。我们的第二个结果比较了[Formula: see text]和[Formula: see text],结果表明[Formula: see text]更好的最坏情况保证并不能转化为更好的平均性能。在“一对一”设置中,[公式:见文本]中的每个顶点只能与[公式:见文本]中的一个顶点匹配,算法会产生相同数量的匹配。当[Formula: see text]中的每个顶点都能与[Formula: see text]中的两个顶点匹配时,产生的匹配数比[Formula: see text]多。
{"title":"Greedy Matching in Bipartite Random Graphs","authors":"N. Arnosti","doi":"10.1287/stsy.2021.0082","DOIUrl":"https://doi.org/10.1287/stsy.2021.0082","url":null,"abstract":"This paper studies the performance of greedy matching algorithms on bipartite graphs [Formula: see text]. We focus primarily on three classical algorithms: [Formula: see text], which sequentially selects random edges from [Formula: see text]; [Formula: see text], which sequentially matches random vertices in [Formula: see text] to random neighbors; and [Formula: see text], which generates a random priority order over vertices in [Formula: see text] and then sequentially matches random vertices in [Formula: see text] to their highest-priority remaining neighbor. Prior work has focused on identifying the worst-case approximation ratio for each algorithm. This guarantee is highest for [Formula: see text] and lowest for [Formula: see text]. Our work instead studies the average performance of these algorithms when the edge set [Formula: see text] is random. Our first result compares [Formula: see text] and [Formula: see text] and shows that on average, [Formula: see text] produces more matches. This result holds for finite graphs (in contrast to previous asymptotic results) and also applies to “many to one” matching in which each vertex in [Formula: see text] can match with multiple vertices in [Formula: see text]. Our second result compares [Formula: see text] and [Formula: see text] and shows that the better worst-case guarantee of [Formula: see text] does not translate into better average performance. In “one to one” settings where each vertex in [Formula: see text] can match with only one vertex in [Formula: see text], the algorithms result in the same number of matches. When each vertex in [Formula: see text] can match with two vertices in [Formula: see text] produces more matches than [Formula: see text].","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-11-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"66531612","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A Diffusion Approximation Theory of Momentum Stochastic Gradient Descent in Nonconvex Optimization 非凸优化中动量随机梯度下降的扩散逼近理论
Q1 Mathematics Pub Date : 2021-10-21 DOI: 10.1287/stsy.2021.0083
Tianyi Liu, Zhehui Chen, Enlu Zhou, T. Zhao
Momentum stochastic gradient descent (MSGD) algorithm has been widely applied to many nonconvex optimization problems in machine learning (e.g., training deep neural networks, variational Bayesian inference, etc.). Despite its empirical success, there is still a lack of theoretical understanding of convergence properties of MSGD. To fill this gap, we propose to analyze the algorithmic behavior of MSGD by diffusion approximations for nonconvex optimization problems with strict saddle points and isolated local optima. Our study shows that the momentum helps escape from saddle points but hurts the convergence within the neighborhood of optima (if without the step size annealing or momentum annealing). Our theoretical discovery partially corroborates the empirical success of MSGD in training deep neural networks.
动量随机梯度下降(MSGD)算法已被广泛应用于机器学习中的许多非凸优化问题(如训练深度神经网络、变分贝叶斯推理等)。尽管它在经验上取得了成功,但对MSGD的收敛性仍缺乏理论理解。为了填补这一空白,我们建议通过扩散近似来分析具有严格鞍点和孤立局部最优的非凸优化问题的MSGD的算法行为。我们的研究表明,动量有助于逃离鞍点,但会影响最优邻域内的收敛(如果没有步长退火或动量退火)。我们的理论发现部分证实了MSGD在训练深度神经网络方面的经验成功。
{"title":"A Diffusion Approximation Theory of Momentum Stochastic Gradient Descent in Nonconvex Optimization","authors":"Tianyi Liu, Zhehui Chen, Enlu Zhou, T. Zhao","doi":"10.1287/stsy.2021.0083","DOIUrl":"https://doi.org/10.1287/stsy.2021.0083","url":null,"abstract":"Momentum stochastic gradient descent (MSGD) algorithm has been widely applied to many nonconvex optimization problems in machine learning (e.g., training deep neural networks, variational Bayesian inference, etc.). Despite its empirical success, there is still a lack of theoretical understanding of convergence properties of MSGD. To fill this gap, we propose to analyze the algorithmic behavior of MSGD by diffusion approximations for nonconvex optimization problems with strict saddle points and isolated local optima. Our study shows that the momentum helps escape from saddle points but hurts the convergence within the neighborhood of optima (if without the step size annealing or momentum annealing). Our theoretical discovery partially corroborates the empirical success of MSGD in training deep neural networks.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42964439","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Average Cost Brownian Drift Control with Proportional Changeover Costs 具有比例转换成本的平均成本布朗漂移控制
Q1 Mathematics Pub Date : 2021-09-01 DOI: 10.1287/stsy.2021.0071
John H. Vande Vate
This paper considers the problem of optimally controlling the drift of a Brownian motion with a finite set of possible drift rates so as to minimize the long-run average cost, consisting of fixed costs for changing the drift rate, processing costs for maintaining the drift rate, holding costs on the state of the process, and costs for instantaneous controls to keep the process within a prescribed range. We show that, under mild assumptions on the processing costs and the fixed costs for changing the drift rate, there is a strongly ordered optimal policy, that is, an optimal policy that limits the use of each drift rate to a single interval; when the process reaches the upper limit of that interval, the policy either changes to the next lower drift rate deterministically or resorts to instantaneous controls to keep the process within the prescribed range, and when the process reaches the lower limit of the interval, the policy either changes to the next higher drift rate deterministically or again resorts to instantaneous controls to keep the process within the prescribed range. We prove the optimality of such a policy by constructing smooth relative value functions satisfying the associated simplified optimality criteria. This paper shows that, under the proportional changeover cost assumption, each drift rate is active in at most one contiguous range and that the transitions between drift rates are strongly ordered. The results reduce the complexity of proving the optimality of such a policy by proving the existence of optimal relative value functions that constitute a nondecreasing sequence of functions. As a consequence, the constructive arguments lead to a practical procedure for solving the problem that is tens of thousands of times faster than previously reported methods.
本文考虑了用有限组可能的漂移率最优控制布朗运动的漂移以最小化长期平均成本的问题,该问题包括改变漂移率的固定成本、保持漂移率的处理成本、过程状态的保持成本,以及用于将过程保持在规定范围内的瞬时控制的成本。我们证明,在对处理成本和改变漂移率的固定成本的温和假设下,存在一个强序最优策略,即将每个漂移率的使用限制在单个区间的最优策略;当进程达到该区间的上限时,策略要么决定性地改变到下一个较低的漂移率,要么采取即时控制以将进程保持在规定范围内,并且当进程达到区间的下限时,策略要么决定性地改变到下一个更高的漂移率,要么再次采用即时控制来将过程保持在规定的范围内。我们通过构造满足相关简化最优性准则的光滑相对值函数来证明这种策略的最优性。本文表明,在比例转换成本假设下,每个漂移速率在至多一个连续范围内是活动的,并且漂移速率之间的转换是强有序的。该结果通过证明最优相对值函数的存在性来降低证明这种策略的最优性的复杂性,这些函数构成了一个不递减的函数序列。因此,建设性的论点导致了解决问题的实际程序,比以前报道的方法快数万倍。
{"title":"Average Cost Brownian Drift Control with Proportional Changeover Costs","authors":"John H. Vande Vate","doi":"10.1287/stsy.2021.0071","DOIUrl":"https://doi.org/10.1287/stsy.2021.0071","url":null,"abstract":"This paper considers the problem of optimally controlling the drift of a Brownian motion with a finite set of possible drift rates so as to minimize the long-run average cost, consisting of fixed costs for changing the drift rate, processing costs for maintaining the drift rate, holding costs on the state of the process, and costs for instantaneous controls to keep the process within a prescribed range. We show that, under mild assumptions on the processing costs and the fixed costs for changing the drift rate, there is a strongly ordered optimal policy, that is, an optimal policy that limits the use of each drift rate to a single interval; when the process reaches the upper limit of that interval, the policy either changes to the next lower drift rate deterministically or resorts to instantaneous controls to keep the process within the prescribed range, and when the process reaches the lower limit of the interval, the policy either changes to the next higher drift rate deterministically or again resorts to instantaneous controls to keep the process within the prescribed range. We prove the optimality of such a policy by constructing smooth relative value functions satisfying the associated simplified optimality criteria. This paper shows that, under the proportional changeover cost assumption, each drift rate is active in at most one contiguous range and that the transitions between drift rates are strongly ordered. The results reduce the complexity of proving the optimality of such a policy by proving the existence of optimal relative value functions that constitute a nondecreasing sequence of functions. As a consequence, the constructive arguments lead to a practical procedure for solving the problem that is tens of thousands of times faster than previously reported methods.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48242353","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Applied Probability Society Student Paper Competition: Abstracts of 2020 Finalists 应用概率学会学生论文竞赛:2020年入围者摘要
Q1 Mathematics Pub Date : 2021-09-01 DOI: 10.1287/stsy.2021.0069
The journal is pleased to publish the abstracts of the winner and finalists of the 2020 Applied Probability Society’s student paper competition. The 2020 student paper prize committee was chaired by Amy Ward. The 2020 committee members are (in alphabetical order by last name): Alessandro Arlotto, Sayan Banerjee, Junfei Huang, Jefferson Huang, Rouba Ibrahim, Peter Jacko, Henry Lam, Nan Liu, Yunan Liu, Siva Theja Maguluri, Giang Nguyen, Mariana Olvera-Cravioto, Lerzan Örmeci, Erhun Özkan, Jamol Pender, Weina Wang, Amy Ward (chair), Linwei Xin, Kuang Xu, Galit Yom-Tov, Assaf Zeevi, Jiheng Zhang, Zeyu Zheng, Yuan Zhong, Enlu Zhou, and Serhan Ziya.
该杂志很高兴地发表了2020年应用概率学会学生论文竞赛获胜者和决赛入围者的摘要。2020年学生论文奖委员会由艾米·沃德担任主席。2020年委员会成员是(按姓氏字母顺序排列):Alessandro Arlotto, Sayan Banerjee,黄俊飞,Jefferson Huang, Rouba Ibrahim, Peter Jacko, Henry Lam, Nan Liu, Yunan Liu, Siva Theja Maguluri, Giang Nguyen, Mariana Olvera-Cravioto, Lerzan Örmeci, Erhun Özkan, Jamol Pender, Weina Wang, Amy Ward(主席),Galit Yom-Tov, Assaf Zeevi, Jiheng Zhang, Zeyu Zheng, Yuan Zhong, Enlu Zhou和Serhan Ziya。
{"title":"Applied Probability Society Student Paper Competition: Abstracts of 2020 Finalists","authors":"","doi":"10.1287/stsy.2021.0069","DOIUrl":"https://doi.org/10.1287/stsy.2021.0069","url":null,"abstract":"The journal is pleased to publish the abstracts of the winner and finalists of the 2020 Applied Probability Society’s student paper competition. The 2020 student paper prize committee was chaired by Amy Ward. The 2020 committee members are (in alphabetical order by last name): Alessandro Arlotto, Sayan Banerjee, Junfei Huang, Jefferson Huang, Rouba Ibrahim, Peter Jacko, Henry Lam, Nan Liu, Yunan Liu, Siva Theja Maguluri, Giang Nguyen, Mariana Olvera-Cravioto, Lerzan Örmeci, Erhun Özkan, Jamol Pender, Weina Wang, Amy Ward (chair), Linwei Xin, Kuang Xu, Galit Yom-Tov, Assaf Zeevi, Jiheng Zhang, Zeyu Zheng, Yuan Zhong, Enlu Zhou, and Serhan Ziya.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43001238","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Large-Time Behavior of Finite-State Mean-Field Systems With Multiclasses 多类有限状态平均场系统的大时间行为
Q1 Mathematics Pub Date : 2021-08-17 DOI: 10.1287/stsy.2022.0100
D. Dawson, Ahmed Sid-Ali, Yiqiang Q. Zhao
We study in this paper large-time asymptotics of the empirical vector associated with a family of finite-state mean-field systems with multiclasses. The empirical vector is composed of local empirical measures characterizing the different classes within the system. As the number of particles in the system goes to infinity, the empirical vector process converges toward the solution to a McKean-Vlasov system. First, we investigate the large deviations principles of the invariant distribution from the limiting McKean-Vlasov system. Then, we examine the metastable phenomena arising at a large scale and large time. Finally, we estimate the rate of convergence of the empirical vector process to its invariant measure. Given the local homogeneity in the system, our results are established in a product space.
本文研究了一类多类有限状态平均场系统的经验向量的大时间渐近性。经验向量由表征系统内不同类别的局部经验度量组成。当系统中粒子的数量达到无穷大时,经验向量过程收敛于McKean Vlasov系统的解。首先,我们研究了极限McKean-Vlasov系统不变分布的大偏差原理。然后,我们研究了在大尺度、大时间内出现的亚稳态现象。最后,我们估计了经验向量过程对其不变测度的收敛速度。考虑到系统中的局部同质性,我们的结果是在乘积空间中建立的。
{"title":"Large-Time Behavior of Finite-State Mean-Field Systems With Multiclasses","authors":"D. Dawson, Ahmed Sid-Ali, Yiqiang Q. Zhao","doi":"10.1287/stsy.2022.0100","DOIUrl":"https://doi.org/10.1287/stsy.2022.0100","url":null,"abstract":"We study in this paper large-time asymptotics of the empirical vector associated with a family of finite-state mean-field systems with multiclasses. The empirical vector is composed of local empirical measures characterizing the different classes within the system. As the number of particles in the system goes to infinity, the empirical vector process converges toward the solution to a McKean-Vlasov system. First, we investigate the large deviations principles of the invariant distribution from the limiting McKean-Vlasov system. Then, we examine the metastable phenomena arising at a large scale and large time. Finally, we estimate the rate of convergence of the empirical vector process to its invariant measure. Given the local homogeneity in the system, our results are established in a product space.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49084936","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
The Prelimit Generator Comparison Approach of Stein’s Method Stein方法的前置生成器比较法
Q1 Mathematics Pub Date : 2021-02-24 DOI: 10.1287/stsy.2021.0085
Anton Braverman
This paper uses the generator comparison approach of Stein’s method to analyze the gap between steady-state distributions of Markov chains and diffusion processes. The “standard” generator comparison approach starts with the Poisson equation for the diffusion, and the main technical difficulty is to obtain bounds on the derivatives of the solution to the Poisson equation, also known as Stein factor bounds. In this paper we propose starting with the Poisson equation of the Markov chain; we term this the prelimit approach. Although one still needs Stein factor bounds, they now correspond to finite differences of the Markov chain Poisson equation solution rather than the derivatives of the solution to the diffusion Poisson equation. In certain cases, the former are easier to obtain. We use the [Formula: see text] model as a simple working example to illustrate our approach.
本文采用Stein方法中的生成器比较方法来分析马尔可夫链稳态分布与扩散过程之间的差距。“标准”生成器比较方法从扩散的泊松方程开始,主要的技术难点是获得泊松方程解的导数的边界,也称为斯坦因因子边界。本文从马尔可夫链的泊松方程出发,提出了一种新的马尔可夫链模型;我们称之为预许可方法。尽管仍然需要Stein因子界,但它们现在对应于马尔可夫链泊松方程解的有限差,而不是扩散泊松方程的解的导数。在某些情况下,前者更容易获得。我们使用[Formula:see-text]模型作为一个简单的工作示例来说明我们的方法。
{"title":"The Prelimit Generator Comparison Approach of Stein’s Method","authors":"Anton Braverman","doi":"10.1287/stsy.2021.0085","DOIUrl":"https://doi.org/10.1287/stsy.2021.0085","url":null,"abstract":"This paper uses the generator comparison approach of Stein’s method to analyze the gap between steady-state distributions of Markov chains and diffusion processes. The “standard” generator comparison approach starts with the Poisson equation for the diffusion, and the main technical difficulty is to obtain bounds on the derivatives of the solution to the Poisson equation, also known as Stein factor bounds. In this paper we propose starting with the Poisson equation of the Markov chain; we term this the prelimit approach. Although one still needs Stein factor bounds, they now correspond to finite differences of the Markov chain Poisson equation solution rather than the derivatives of the solution to the diffusion Poisson equation. In certain cases, the former are easier to obtain. We use the [Formula: see text] model as a simple working example to illustrate our approach.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-02-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49591485","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Generalized Max-Weight Policies in Stochastic Matching 随机匹配中的广义最大权策略
Q1 Mathematics Pub Date : 2020-11-09 DOI: 10.1287/stsy.2022.0098
M. Jonckheere, P. Moyal, Claudia Ram'irez, N. Soprano-Loto
We consider a matching system where items arrive one by one at each node of a compatibility network according to Poisson processes and depart from it as soon as they are matched to a compatible item. The matching policy considered is a generalized max-weight policy where decisions can be noisy. Additionally, some of the nodes may have impatience, that is, leave the system before being matched. Using specific properties of the max-weight policy, we construct a simple quadratic Lyapunov function. This allows us to establish stability results, to prove exponential convergence speed toward the stationary measure, and to give explicit bounds for the stationary mean of the largest queue size in the system. We finally illustrate some of these results using simulations on toy examples.
我们考虑一个匹配系统,其中项目按照泊松过程逐个到达兼容网络的每个节点,并在匹配到兼容项目后立即离开兼容网络。所考虑的匹配策略是一个广义的最大权重策略,其中的决策可能是有噪声的。此外,一些节点可能会不耐烦,即在匹配之前离开系统。利用最大权重策略的特定性质,构造了一个简单的二次Lyapunov函数。这使我们能够建立稳定性结果,证明了平稳测度的指数收敛速度,并给出了系统中最大队列大小的平稳均值的显式界限。最后,我们用模拟玩具的例子来说明其中的一些结果。
{"title":"Generalized Max-Weight Policies in Stochastic Matching","authors":"M. Jonckheere, P. Moyal, Claudia Ram'irez, N. Soprano-Loto","doi":"10.1287/stsy.2022.0098","DOIUrl":"https://doi.org/10.1287/stsy.2022.0098","url":null,"abstract":"We consider a matching system where items arrive one by one at each node of a compatibility network according to Poisson processes and depart from it as soon as they are matched to a compatible item. The matching policy considered is a generalized max-weight policy where decisions can be noisy. Additionally, some of the nodes may have impatience, that is, leave the system before being matched. Using specific properties of the max-weight policy, we construct a simple quadratic Lyapunov function. This allows us to establish stability results, to prove exponential convergence speed toward the stationary measure, and to give explicit bounds for the stationary mean of the largest queue size in the system. We finally illustrate some of these results using simulations on toy examples.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2020-11-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46818283","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
Exponential Single Server Queues in an Interactive Random Environment 交互式随机环境中的指数单服务器队列
Q1 Mathematics Pub Date : 2020-06-28 DOI: 10.1287/stsy.2023.0106
Sonja Otten, Ruslan K. Krenzler, H. Daduna, K. Kruse
We consider exponential single server queues with state-dependent arrival and service rates that evolve under influences of external environments. The transitions of the queues are influenced by the environment’s state and the movements of the environment depend on the status of the queues (bidirectional interaction). The environment is constructed in a way to encompass various models from the recent Operations Research literature, where a queue is coupled with an inventory or with reliability issues. With a Markovian joint queueing-environment process, we prove separability for a large class of such interactive systems; that is, the steady state distribution is of product form and explicitly given. The queue and the environment processes decouple asymptotically and in steady state. For nonseparable systems, we develop ergodicity and exponential ergodicity criteria via Lyapunov functions. By examples we explain principles for bounding departure rates of served customers (throughputs) of nonseparable systems by throughputs of related separable systems as upper and lower bound.
我们考虑了在外部环境影响下发展的具有状态相关到达率和服务率的指数单服务器队列。队列的转换受环境状态的影响,环境的移动取决于队列的状态(双向交互)。该环境的构建方式涵盖了最近运筹学文献中的各种模型,其中队列与库存或可靠性问题相结合。利用马尔可夫联合排队环境过程,我们证明了一大类这样的交互系统的可分性;也就是说,稳态分布是乘积形式的,并且是明确给出的。队列和环境过程在稳态下渐近解耦。对于不可分离系统,我们通过李雅普诺夫函数发展了遍历性和指数遍历性准则。通过例子,我们解释了用相关可分离系统的吞吐量作为上界和下界来约束不可分离系统中服务客户的出发率(吞吐量)的原理。
{"title":"Exponential Single Server Queues in an Interactive Random Environment","authors":"Sonja Otten, Ruslan K. Krenzler, H. Daduna, K. Kruse","doi":"10.1287/stsy.2023.0106","DOIUrl":"https://doi.org/10.1287/stsy.2023.0106","url":null,"abstract":"We consider exponential single server queues with state-dependent arrival and service rates that evolve under influences of external environments. The transitions of the queues are influenced by the environment’s state and the movements of the environment depend on the status of the queues (bidirectional interaction). The environment is constructed in a way to encompass various models from the recent Operations Research literature, where a queue is coupled with an inventory or with reliability issues. With a Markovian joint queueing-environment process, we prove separability for a large class of such interactive systems; that is, the steady state distribution is of product form and explicitly given. The queue and the environment processes decouple asymptotically and in steady state. For nonseparable systems, we develop ergodicity and exponential ergodicity criteria via Lyapunov functions. By examples we explain principles for bounding departure rates of served customers (throughputs) of nonseparable systems by throughputs of related separable systems as upper and lower bound.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2020-06-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48599022","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Crowdvoting Judgment: An Analysis of Modern Peer Review 众选判断:现代同行评议的分析
Q1 Mathematics Pub Date : 2020-06-02 DOI: 10.1287/stsy.2019.0053
Michael R. Wagner
In this paper, we propose and analyze models of self policing in online communities, in which assessment activities, typically handled by firm employees, are shifted to the “crowd.” Our underlying objective is to maximize firm value by maintaining the quality of the online community to prevent attrition, which, given a parsimonious model of voter participation, we show can be achieved by efficiently utilizing the crowd of volunteer voters. To do so, we focus on minimizing the number of voters needed for each assessment, subject to service-level constraints, which depends on a voting aggregation rule. We focus our attention on classes of voting aggregators that are simple, interpretable, and implementable, which increases the chance of adoption in practice. We consider static and dynamic variants of simple majority-rule voting, with which each vote is treated equally. We also study static and dynamic variants of a more sophisticated voting rule that allows more accurate voters to have a larger influence in determining the aggregate decision. We consider both independent and correlated voters and show that correlation is detrimental to performance. Finally, we take a system view and characterize the limit of a costless crowdvoting system that relies solely on volunteer voters. If this limit does not satisfy target service levels, then costly firm employees are needed to supplement the crowd.
在本文中,我们提出并分析了在线社区的自我监管模型,在这些模型中,通常由公司员工处理的评估活动转移到“人群”中。我们的潜在目标是通过保持在线社区的质量来最大化公司价值,以防止人员流失,鉴于选民参与的简约模型,我们表明可以通过有效利用志愿者选民群体来实现这一目标。为此,我们将重点放在最小化每个评估所需的选民数量上,同时受服务水平约束,这取决于投票聚合规则。我们将注意力集中在简单、可解释和可实现的投票聚合器类上,这增加了在实践中采用投票聚合器的机会。我们考虑了简单多数规则投票的静态和动态变体,其中每个投票都被平等对待。我们还研究了一个更复杂的投票规则的静态和动态变体,该规则允许更准确的选民在确定总体决策方面产生更大的影响。我们考虑了独立选民和相关选民,并表明相关性对绩效有害。最后,我们从系统的角度分析了完全依赖志愿者投票的无成本众选系统的极限。如果这个限制不能满足目标服务水平,那么就需要昂贵的公司雇员来补充人群。
{"title":"Crowdvoting Judgment: An Analysis of Modern Peer Review","authors":"Michael R. Wagner","doi":"10.1287/stsy.2019.0053","DOIUrl":"https://doi.org/10.1287/stsy.2019.0053","url":null,"abstract":"In this paper, we propose and analyze models of self policing in online communities, in which assessment activities, typically handled by firm employees, are shifted to the “crowd.” Our underlying objective is to maximize firm value by maintaining the quality of the online community to prevent attrition, which, given a parsimonious model of voter participation, we show can be achieved by efficiently utilizing the crowd of volunteer voters. To do so, we focus on minimizing the number of voters needed for each assessment, subject to service-level constraints, which depends on a voting aggregation rule. We focus our attention on classes of voting aggregators that are simple, interpretable, and implementable, which increases the chance of adoption in practice. We consider static and dynamic variants of simple majority-rule voting, with which each vote is treated equally. We also study static and dynamic variants of a more sophisticated voting rule that allows more accurate voters to have a larger influence in determining the aggregate decision. We consider both independent and correlated voters and show that correlation is detrimental to performance. Finally, we take a system view and characterize the limit of a costless crowdvoting system that relies solely on volunteer voters. If this limit does not satisfy target service levels, then costly firm employees are needed to supplement the crowd.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":" ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2020-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1287/stsy.2019.0053","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47714906","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Functional Limit Theorems for Shot Noise Processes with Weakly Dependent Noises 带有弱相关噪声的散粒噪声过程的泛函极限定理
Q1 Mathematics Pub Date : 2020-06-01 DOI: 10.1287/stsy.2019.0051
G. Pang, Yuhang Zhou
We study shot noise processes when the shot noises are weakly dependent, satisfying the ρ-mixing condition. We prove a functional weak law of large numbers and a functional central limit theorem for this shot noise process in an asymptotic regime with a high intensity of shots. The deterministic fluid limit is unaffected by the presence of weak dependence. The limit in the diffusion scale is a continuous Gaussian process whose covariance function explicitly captures the dependence among the noises. The model and results can be applied in financial and insurance risks with dependent claims as well as queueing systems with dependent service times. To prove the existence of the limit process, we employ the existence criterion that uses a maximal inequality requiring a set function with a superadditivity property. We identify such a set function for the limit process by exploiting the ρ-mixing condition. To prove the weak convergence, we establish the tightness property and the convergence of finite dimensional distributions. To prove tightness, we construct two auxiliary processes and apply an Ottaviani-type inequality for weakly dependent sequences.
研究了弹丸噪声弱相关且满足ρ混合条件下的弹丸噪声过程。在高射强的渐近状态下,证明了该射噪声过程的一个泛函弱大数定律和一个泛函中心极限定理。确定性流体极限不受弱依赖性存在的影响。扩散尺度上的极限是一个连续的高斯过程,其协方差函数明确地捕获了噪声之间的相关性。该模型和结果可以应用于具有依赖索赔的金融和保险风险,以及具有依赖服务时间的排队系统。为了证明极限过程的存在性,我们使用了一个极大不等式的存在性判据,该不等式要求一个集函数具有超可加性。利用ρ-混合条件,确定了极限过程的集函数。为了证明弱收敛性,我们建立了有限维分布的紧性和收敛性。为了证明紧密性,我们构造了两个辅助过程,并对弱相关序列应用了一个ottaviani型不等式。
{"title":"Functional Limit Theorems for Shot Noise Processes with Weakly Dependent Noises","authors":"G. Pang, Yuhang Zhou","doi":"10.1287/stsy.2019.0051","DOIUrl":"https://doi.org/10.1287/stsy.2019.0051","url":null,"abstract":"We study shot noise processes when the shot noises are weakly dependent, satisfying the ρ-mixing condition. We prove a functional weak law of large numbers and a functional central limit theorem for this shot noise process in an asymptotic regime with a high intensity of shots. The deterministic fluid limit is unaffected by the presence of weak dependence. The limit in the diffusion scale is a continuous Gaussian process whose covariance function explicitly captures the dependence among the noises. The model and results can be applied in financial and insurance risks with dependent claims as well as queueing systems with dependent service times. To prove the existence of the limit process, we employ the existence criterion that uses a maximal inequality requiring a set function with a superadditivity property. We identify such a set function for the limit process by exploiting the ρ-mixing condition. To prove the weak convergence, we establish the tightness property and the convergence of finite dimensional distributions. To prove tightness, we construct two auxiliary processes and apply an Ottaviani-type inequality for weakly dependent sequences.","PeriodicalId":36337,"journal":{"name":"Stochastic Systems","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2020-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1287/stsy.2019.0051","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42747297","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
期刊
Stochastic Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1