首页 > 最新文献

Information Processing Letters最新文献

英文 中文
Regular resolution effectively simulates resolution 常规分辨率有效模拟分辨率
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-28 DOI: 10.1016/j.ipl.2024.106489
Sam Buss , Emre Yolcu

Regular resolution is a refinement of the resolution proof system requiring that no variable be resolved on more than once along any path in the proof. It is known that there exist sequences of formulas that require exponential-size proofs in regular resolution while admitting polynomial-size proofs in resolution. Thus, with respect to the usual notion of simulation, regular resolution is separated from resolution. An alternative, and weaker, notion for comparing proof systems is that of an “effective simulation,” which allows the translation of the formula along with the proof when moving between proof systems. We prove that regular resolution is equivalent to resolution under effective simulations. As a corollary, we recover in a black-box fashion a recent result on the hardness of automating regular resolution.

正则表达式是对解析证明系统的一种改进,要求在证明过程中,任何路径上的变量都不能解析超过一次。众所周知,存在这样一些公式序列,它们在常规解析中需要指数大小的证明,而在解析中却允许多项式大小的证明。因此,就通常的模拟概念而言,正则解析与解析是分离的。比较证明系统的另一个较弱的概念是 "有效模拟",它允许在不同证明系统之间转换公式和证明。我们证明,常规解析等同于有效模拟下的解析。作为推论,我们以黑箱方式恢复了最近关于正则解析的自动化难度的一个结果。
{"title":"Regular resolution effectively simulates resolution","authors":"Sam Buss ,&nbsp;Emre Yolcu","doi":"10.1016/j.ipl.2024.106489","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106489","url":null,"abstract":"<div><p>Regular resolution is a refinement of the resolution proof system requiring that no variable be resolved on more than once along any path in the proof. It is known that there exist sequences of formulas that require exponential-size proofs in regular resolution while admitting polynomial-size proofs in resolution. Thus, with respect to the usual notion of simulation, regular resolution is separated from resolution. An alternative, and weaker, notion for comparing proof systems is that of an “effective simulation,” which allows the translation of the formula along with the proof when moving between proof systems. We prove that regular resolution is equivalent to resolution under effective simulations. As a corollary, we recover in a black-box fashion a recent result on the hardness of automating regular resolution.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106489"},"PeriodicalIF":0.5,"publicationDate":"2024-02-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S002001902400019X/pdfft?md5=1f40e48e2aad478df5d57137e39d2869&pid=1-s2.0-S002001902400019X-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140030944","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Learning-augmented maximum flow 学习增强最大流量
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-28 DOI: 10.1016/j.ipl.2024.106487
Adam Polak , Maksym Zub

We propose a framework for speeding up maximum flow computation by using predictions. A prediction is a flow, i.e., an assignment of non-negative flow values to edges, which satisfies the flow conservation property, but does not necessarily respect the edge capacities of the actual instance (since these were unknown at the time of learning). We present an algorithm that, given an m-edge flow network and a predicted flow, computes a maximum flow in O(mη) time, where η is the 1 error of the prediction, i.e., the sum over the edges of the absolute difference between the predicted and optimal flow values. Moreover, we prove that, given an oracle access to a distribution over flow networks, it is possible to efficiently PAC-learn a prediction minimizing the expected 1 error over that distribution. Our results fit into the recent line of research on learning-augmented algorithms, which aims to improve over worst-case bounds of classical algorithms by using predictions, e.g., machine-learned from previous similar instances. So far, the main focus in this area was on improving competitive ratios for online problems. Following Dinitz et al. (2021) [6], our results are among the firsts to improve the running time of an offline problem.

我们提出了一个利用预测加速最大流计算的框架。预测是一种流量,即对边的非负流量值的分配,它满足流量守恒属性,但不一定尊重实际实例的边容量(因为在学习时这些容量是未知的)。我们提出了一种算法,在给定一个 m 边流量网络和一个预测流量的情况下,可以在 O(mη) 时间内计算出最大流量,其中 η 是预测的 ℓ1 误差,即预测流量值与最优流量值之间的绝对差值在边上的总和。此外,我们还证明,如果有一个获取流量网络分布的甲骨文,就有可能高效地通过 PAC 学习预测,使该分布的预期 ℓ1 误差最小化。我们的研究成果与最近关于学习增强算法的研究方向不谋而合,后者旨在通过使用预测(例如从以前的类似实例中机器学习的预测)来改进经典算法的最坏情况界限。迄今为止,这一领域的主要研究重点是提高在线问题的竞争比率。继 Dinitz 等人(2021 年)[6]之后,我们的成果是首批改善离线问题运行时间的成果之一。
{"title":"Learning-augmented maximum flow","authors":"Adam Polak ,&nbsp;Maksym Zub","doi":"10.1016/j.ipl.2024.106487","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106487","url":null,"abstract":"<div><p>We propose a framework for speeding up maximum flow computation by using predictions. A prediction is a flow, i.e., an assignment of non-negative flow values to edges, which satisfies the flow conservation property, but does not necessarily respect the edge capacities of the actual instance (since these were unknown at the time of learning). We present an algorithm that, given an <em>m</em>-edge flow network and a predicted flow, computes a maximum flow in <span><math><mi>O</mi><mo>(</mo><mi>m</mi><mi>η</mi><mo>)</mo></math></span> time, where <em>η</em> is the <span><math><msub><mrow><mi>ℓ</mi></mrow><mrow><mn>1</mn></mrow></msub></math></span> error of the prediction, i.e., the sum over the edges of the absolute difference between the predicted and optimal flow values. Moreover, we prove that, given an oracle access to a distribution over flow networks, it is possible to efficiently PAC-learn a prediction minimizing the expected <span><math><msub><mrow><mi>ℓ</mi></mrow><mrow><mn>1</mn></mrow></msub></math></span> error over that distribution. Our results fit into the recent line of research on learning-augmented algorithms, which aims to improve over worst-case bounds of classical algorithms by using predictions, e.g., machine-learned from previous similar instances. So far, the main focus in this area was on improving competitive ratios for online problems. Following Dinitz et al. (2021) <span>[6]</span>, our results are among the firsts to improve the running time of an offline problem.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106487"},"PeriodicalIF":0.5,"publicationDate":"2024-02-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140030945","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Prenex universal first-order safety properties Prenex 通用一阶安全特性
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-28 DOI: 10.1016/j.ipl.2024.106488
Besik Dundua , Ioane Kapanadze , Helmut Seidl

We show that every prenex universal syntactic first-order safety property can be compiled into a universal invariant of a first-order transition system using quantifier-free substitutions only. We apply this insight to prove that every such safety property is decidable for first-order transition systems with stratified guarded updates only.

我们证明,每个前附件通用句法一阶安全属性都可以编译成一阶过渡系统的通用不变式,只需使用无量词替换。我们运用这一洞察力证明,对于只有分层保护更新的一阶过渡系统,每一个这样的安全属性都是可解的。
{"title":"Prenex universal first-order safety properties","authors":"Besik Dundua ,&nbsp;Ioane Kapanadze ,&nbsp;Helmut Seidl","doi":"10.1016/j.ipl.2024.106488","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106488","url":null,"abstract":"<div><p>We show that every prenex universal syntactic first-order safety property can be compiled into a universal invariant of a first-order transition system using quantifier-free substitutions only. We apply this insight to prove that every such safety property is decidable for first-order transition systems with stratified guarded updates only.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106488"},"PeriodicalIF":0.5,"publicationDate":"2024-02-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0020019024000188/pdfft?md5=4b718d782f26b6bc7eb47445f9e59272&pid=1-s2.0-S0020019024000188-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140024064","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Tight inapproximability of Nash equilibria in public goods games 公共物品博弈中纳什均衡的严密不可逼近性
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-27 DOI: 10.1016/j.ipl.2024.106486
Jérémi Do Dinh , Alexandros Hollender

We study public goods games, a type of game where every player has to decide whether or not to produce a good which is public, i.e., neighboring players can also benefit from it. Specifically, we consider a setting where the good is indivisible and where the neighborhood structure is represented by a directed graph, with the players being the nodes. Papadimitriou and Peng (2023) recently showed that in this setting computing mixed Nash equilibria is PPAD-hard, and that this remains the case even for ε-well-supported approximate equilibria for some sufficiently small constant ε. In this work, we strengthen this inapproximability result by showing that the problem remains PPAD-hard for any non-trivial approximation parameter ε.

我们研究的是公共物品博弈,在这种博弈中,每个博弈者都必须决定是否生产一种公共物品,即邻近的博弈者也能从中受益。具体来说,我们考虑的情况是:物品不可分割,邻里结构由有向图表示,博弈者是节点。Papadimitriou 和 Peng(2023 年)最近指出,在这种情况下,计算混合纳什均衡是 PPAD 难的,而且即使对于某个足够小的常数 ε,ε 支持的近似均衡也仍然如此。
{"title":"Tight inapproximability of Nash equilibria in public goods games","authors":"Jérémi Do Dinh ,&nbsp;Alexandros Hollender","doi":"10.1016/j.ipl.2024.106486","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106486","url":null,"abstract":"<div><p>We study public goods games, a type of game where every player has to decide whether or not to produce a good which is <em>public</em>, i.e., neighboring players can also benefit from it. Specifically, we consider a setting where the good is indivisible and where the neighborhood structure is represented by a directed graph, with the players being the nodes. Papadimitriou and Peng (2023) recently showed that in this setting computing mixed Nash equilibria is <span>PPAD</span>-hard, and that this remains the case even for <em>ε</em>-well-supported approximate equilibria for some sufficiently small constant <em>ε</em>. In this work, we strengthen this inapproximability result by showing that the problem remains <span>PPAD</span>-hard for any non-trivial approximation parameter <em>ε</em>.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106486"},"PeriodicalIF":0.5,"publicationDate":"2024-02-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0020019024000164/pdfft?md5=4401d2c9ad85ff27d95ed156a73d6f7a&pid=1-s2.0-S0020019024000164-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139993181","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Recognizing LBFS trees of bipartite graphs 识别二方图的 LBFS 树
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-09 DOI: 10.1016/j.ipl.2024.106483
Robert Scheffler

The graph searches Breadth First Search (BFS) and Depth First Search (DFS) and the spanning trees constructed by them are some of the most basic concepts in algorithmic graph theory. BFS trees are first-in trees, i.e., every vertex is connected to its first visited neighbor. DFS trees are last-in trees, i.e., every vertex is connected to the last visited neighbor before it. The problem whether a given spanning tree can be the first-in tree or last-in tree of a graph search ordering was introduced in the 1980s and has been studied for several graph searches and graph classes. Here, we consider the problem of deciding whether a given spanning tree of a bipartite graph can be a first-in tree or a last-in tree of the Lexicographic Breadth First Search (LBFS), a special variant of BFS that is commonly used in graph algorithms. We show that the recognition of both first-in trees and last-in trees of LBFS is NP-hard even if the start vertex of the search ordering is fixed and the height of the tree is four. We prove that the bound on the height is tight (unless P=NP) by showing that for all spanning trees of bipartite graphs with height smaller than four we can solve both search tree recognition problems of LBFS in polynomial time. Finally, we give a linear-time algorithm that solves both problems for chordal bipartite graphs and fixed start vertices.

广度优先搜索(Breadth First Search,BFS)和深度优先搜索(Depth First Search,DFS)以及由它们构建的生成树是算法图论中一些最基本的概念。BFS 树是首入树,即每个顶点都与其首次访问的邻居相连。DFS 树是后进树,即每个顶点都与它之前最后访问过的邻居相连。给定生成树是图搜索排序的首入树还是尾入树的问题在 20 世纪 80 年代就已提出,并已针对多个图搜索和图类进行了研究。在这里,我们考虑的问题是判断给定的双元图生成树是词法广度优先搜索(LBFS)的首入树还是尾入树,LBFS 是 BFS 的一种特殊变体,常用于图算法中。我们证明,即使搜索排序的起始顶点是固定的,树的高度是四,LBFS 的首入树和尾入树的识别都是 NP-困难的。我们通过证明对于高度小于四的所有双叉图生成树,我们可以在多项式时间内解决 LBFS 的两个搜索树识别问题,从而证明高度的约束是紧密的(除非 P=NP)。最后,我们给出了一种线性时间算法,可以解决和弦双叉图和固定起始顶点的这两个问题。
{"title":"Recognizing LBFS trees of bipartite graphs","authors":"Robert Scheffler","doi":"10.1016/j.ipl.2024.106483","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106483","url":null,"abstract":"<div><p>The graph searches Breadth First Search (BFS) and Depth First Search (DFS) and the spanning trees constructed by them are some of the most basic concepts in algorithmic graph theory. BFS trees are first-in trees, i.e., every vertex is connected to its first visited neighbor. DFS trees are last-in trees, i.e., every vertex is connected to the last visited neighbor before it. The problem whether a given spanning tree can be the first-in tree or last-in tree of a graph search ordering was introduced in the 1980s and has been studied for several graph searches and graph classes. Here, we consider the problem of deciding whether a given spanning tree of a bipartite graph can be a first-in tree or a last-in tree of the Lexicographic Breadth First Search (LBFS), a special variant of BFS that is commonly used in graph algorithms. We show that the recognition of both first-in trees and last-in trees of LBFS is <span><math><mi>NP</mi></math></span>-hard even if the start vertex of the search ordering is fixed and the height of the tree is four. We prove that the bound on the height is tight (unless <span><math><mi>P</mi><mo>=</mo><mrow><mi>NP</mi></mrow></math></span>) by showing that for all spanning trees of bipartite graphs with height smaller than four we can solve both search tree recognition problems of LBFS in polynomial time. Finally, we give a linear-time algorithm that solves both problems for chordal bipartite graphs and fixed start vertices.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106483"},"PeriodicalIF":0.5,"publicationDate":"2024-02-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0020019024000139/pdfft?md5=0a705320becd861a4100ad392710d19e&pid=1-s2.0-S0020019024000139-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139738315","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Skolem and positivity completeness of ergodic Markov chains 遍历马尔可夫链的斯科莱姆和实在性完备性
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-07 DOI: 10.1016/j.ipl.2024.106481
Mihir Vahanwala

We consider the following Markov Reachability decision problems that view Markov Chains as Linear Dynamical Systems: given a finite, rational Markov Chain, source and target states, and a rational threshold, does the probability of reaching the target from the source at the nth step: (i) equal the threshold for some n? (ii) cross the threshold for some n? (iii) cross the threshold for infinitely many n? These problems are respectively known to be equivalent to the Skolem, Positivity, and Ultimate Positivity problems for Linear Recurrence Sequences (LRS), number-theoretic problems whose decidability has been open for decades. We present an elementary reduction from LRS Problems to Markov Reachability Problems that improves the state of the art as follows. (a) We map LRS to ergodic (irreducible and aperiodic) Markov Chains that are ubiquitous, not least by virtue of their spectral structure, and (b) our reduction maps LRS of order k to Markov Chains of order k+1: a substantial improvement over the previous reduction that mapped LRS of order k to reducible and periodic Markov chains of order 4k+5. This contribution is significant in view of the fact that the number-theoretic hardness of verifying Linear Dynamical Systems can often be mitigated by spectral assumptions and restrictions on order.

我们将马尔可夫链视为线性动态系统,考虑了以下马尔可夫可达性决策问题:给定一个有限、合理的马尔可夫链、源状态和目标状态,以及一个合理的阈值,那么在第 n 步从源状态到达目标状态的概率是否:(i) 在某些 n 下等于阈值? (ii) 在某些 n 下越过阈值? (iii) 在无限多 n 下越过阈值?众所周知,这些问题分别等价于线性递推序列(LRS)的斯科莱姆问题(Skolem)、正态问题(Positivity)和终极正态问题(Ultimate Positivity)。我们提出了一个从线性递归序列问题到马尔可夫可达性问题的基本还原方法,它改善了现有技术水平,具体如下。(a) 我们将 LRS 映射到无处不在的遍历(不可还原和非周期性)马尔可夫链,这不仅仅是因为它们的谱结构,而且 (b) 我们的还原将 k 阶的 LRS 映射到 k+1 阶的马尔可夫链:与之前将 k 阶的 LRS 映射到 4k+5 阶的可还原和周期性马尔可夫链的还原相比,这是一个重大改进。鉴于验证线性动力系统的数论难度通常可以通过谱假设和对阶的限制来缓解,这一贡献意义重大。
{"title":"Skolem and positivity completeness of ergodic Markov chains","authors":"Mihir Vahanwala","doi":"10.1016/j.ipl.2024.106481","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106481","url":null,"abstract":"<div><p>We consider the following Markov Reachability decision problems that view Markov Chains as Linear Dynamical Systems: given a finite, rational Markov Chain, source and target states, and a rational threshold, does the probability of reaching the target from the source at the <span><math><msup><mrow><mi>n</mi></mrow><mrow><mi>t</mi><mi>h</mi></mrow></msup></math></span> step: (i) equal the threshold for some <em>n</em>? (ii) cross the threshold for some <em>n</em>? (iii) cross the threshold for infinitely many <em>n</em>? These problems are respectively known to be equivalent to the Skolem, Positivity, and Ultimate Positivity problems for Linear Recurrence Sequences (LRS), number-theoretic problems whose decidability has been open for decades. We present an elementary reduction from LRS Problems to Markov Reachability Problems that improves the state of the art as follows. (a) We map LRS to <em>ergodic</em> (irreducible and aperiodic) Markov Chains that are ubiquitous, not least by virtue of their spectral structure, and (b) our reduction maps LRS of order <em>k</em> to Markov Chains of order <span><math><mi>k</mi><mo>+</mo><mn>1</mn></math></span>: a substantial improvement over the previous reduction that mapped LRS of order <em>k</em> to reducible and periodic Markov chains of order <span><math><mn>4</mn><mi>k</mi><mo>+</mo><mn>5</mn></math></span>. This contribution is significant in view of the fact that the number-theoretic hardness of verifying Linear Dynamical Systems can often be mitigated by spectral assumptions and restrictions on order.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106481"},"PeriodicalIF":0.5,"publicationDate":"2024-02-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0020019024000115/pdfft?md5=da39be99a4cd399e31f45e5c0e089132&pid=1-s2.0-S0020019024000115-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139738314","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On size-independent sample complexity of ReLU networks 关于与规模无关的 ReLU 网络样本复杂性
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-07 DOI: 10.1016/j.ipl.2024.106482
Mark Sellke

We study the sample complexity of learning ReLU neural networks from the point of view of generalization. Given norm constraints on the weight matrices, a common approach is to estimate the Rademacher complexity of the associated function class. Previously [9] obtained a bound independent of the network size (scaling with a product of Frobenius norms) except for a factor of the square-root depth. We give a refinement which often has no explicit depth-dependence at all.

我们从泛化的角度研究学习 ReLU 神经网络的样本复杂性。考虑到权重矩阵的规范约束,一种常见的方法是估算相关函数类的拉德马赫复杂度。在此之前 [9] 的研究中,除了平方根深度因子之外,我们得到了一个与网络规模无关的约束条件(与 Frobenius 准则的乘积成比例)。我们给出的改进方法通常完全不存在明确的深度依赖性。
{"title":"On size-independent sample complexity of ReLU networks","authors":"Mark Sellke","doi":"10.1016/j.ipl.2024.106482","DOIUrl":"https://doi.org/10.1016/j.ipl.2024.106482","url":null,"abstract":"<div><p>We study the sample complexity of learning ReLU neural networks from the point of view of generalization. Given norm constraints on the weight matrices, a common approach is to estimate the Rademacher complexity of the associated function class. Previously <span>[9]</span> obtained a bound independent of the network size (scaling with a product of Frobenius norms) except for a factor of the square-root depth. We give a refinement which often has no explicit depth-dependence at all.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106482"},"PeriodicalIF":0.5,"publicationDate":"2024-02-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139907353","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Expressive completeness by separation for discrete time interval temporal logic with expanding modalities 通过分离实现具有扩展模态的离散时间间隔时态逻辑的表达完备性
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-02-05 DOI: 10.1016/j.ipl.2024.106480
Dimitar P. Guelev , Ben Moszkowski

Recently we established an analog of Gabbay's separation theorem about linear temporal logic (LTL) for the extension of Moszkowski's discrete time propositional Interval Temporal Logic (ITL) by two sets of expanding modalities, namely the unary neighbourhood modalities and the binary weak inverses of ITL's chop operator. One of the many useful applications of separation in LTL is the concise proof of LTL's expressive completeness wrt the monadic first-order theory of ω,< it enables. In this paper we show how our separation theorem about ITL facilitates a similar proof of the expressive completeness of ITL with expanding modalities wrt the monadic first- and second-order theories of Z,<.

最近,我们通过两组扩展模态(即一元邻域模态和 ITL 的劈开算子的二元弱逆变换),为莫兹科夫斯基的离散时间命题区间时态逻辑(ITL)的扩展建立了加贝关于线性时态逻辑(LTL)的分离定理。LTL中的分离有许多有用的应用,其中之一就是简明地证明了LTL相对于〈ω,<〉的一元一阶理论的表达完备性。在本文中,我们将展示我们关于 ITL 的分离定理是如何帮助证明 ITL 在〈Z,<〉的一元一阶和二阶理论中具有扩展模态的表达完备性的。
{"title":"Expressive completeness by separation for discrete time interval temporal logic with expanding modalities","authors":"Dimitar P. Guelev ,&nbsp;Ben Moszkowski","doi":"10.1016/j.ipl.2024.106480","DOIUrl":"10.1016/j.ipl.2024.106480","url":null,"abstract":"<div><p>Recently we established an analog of Gabbay's separation theorem about linear temporal logic (LTL) for the extension of Moszkowski's discrete time propositional Interval Temporal Logic (ITL) by two sets of expanding modalities, namely the unary neighbourhood modalities and the binary weak inverses of ITL's <em>chop</em> operator. One of the many useful applications of separation in LTL is the concise proof of LTL's expressive completeness wrt the monadic first-order theory of <span><math><mo>〈</mo><mi>ω</mi><mo>,</mo><mo>&lt;</mo><mo>〉</mo></math></span> it enables. In this paper we show how our separation theorem about ITL facilitates a similar proof of the expressive completeness of ITL with expanding modalities wrt the monadic first- and second-order theories of <span><math><mo>〈</mo><mi>Z</mi><mo>,</mo><mo>&lt;</mo><mo>〉</mo></math></span>.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106480"},"PeriodicalIF":0.5,"publicationDate":"2024-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0020019024000103/pdfft?md5=587945e657c3449e305fda69d4d98cbd&pid=1-s2.0-S0020019024000103-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139690178","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Robust scheduling for minimizing maximum lateness on a serial-batch processing machine 串行批量处理机上最大延迟最小化的稳健调度
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-01-26 DOI: 10.1016/j.ipl.2024.106473
Wei Wu , Liang Tang , Andrea Pizzuti

We study a robust single-machine scheduling problem with uncertain processing times on a serial-batch processing machine to minimize maximum lateness. The problem can model many practical production and logistics applications which involve uncertain factors such as defect rates. A solution to a batch scheduling problem can be represented as a combination of a job-processing sequence and a partition of this sequence (batch sizing). To solve the problem, we prove that the job ordering rule for the earliest due date is optimal for any uncertainty set. For the batch sizing problem, we propose an exact algorithm based on dynamic programming with the same time complexity as solving the nominal problem.

我们研究了一个具有不确定性加工时间的鲁棒性单机调度问题,该问题涉及串行批量加工机器,目的是最大限度地减少延迟。该问题可模拟许多实际生产和物流应用,其中涉及不确定因素(如缺陷率)。批量调度问题的解决方案可以表示为作业处理序列和该序列分区(批量大小)的组合。为了解决这个问题,我们证明了最早到期日期的作业排序规则对于任何不确定性集都是最优的。对于批量大小问题,我们提出了一种基于动态编程的精确算法,其时间复杂度与解决名义问题相同。
{"title":"Robust scheduling for minimizing maximum lateness on a serial-batch processing machine","authors":"Wei Wu ,&nbsp;Liang Tang ,&nbsp;Andrea Pizzuti","doi":"10.1016/j.ipl.2024.106473","DOIUrl":"10.1016/j.ipl.2024.106473","url":null,"abstract":"<div><p>We study a robust single-machine scheduling problem with uncertain processing times on a serial-batch processing machine to minimize maximum lateness. The problem can model many practical production and logistics applications which involve uncertain factors such as defect rates. A solution to a batch scheduling problem can be represented as a combination of a job-processing sequence and a partition of this sequence (batch sizing). To solve the problem, we prove that the job ordering rule for the earliest due date is optimal for any uncertainty set. For the batch sizing problem, we propose an exact algorithm based on dynamic programming with the same time complexity as solving the nominal problem.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106473"},"PeriodicalIF":0.5,"publicationDate":"2024-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139585590","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Splitting NP-complete sets infinitely 无限分割 NP-完全集合
IF 0.5 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-01-22 DOI: 10.1016/j.ipl.2024.106472
Liyu Zhang, Mahmoud Quweider, Fitra Khan, Hansheng Lei

Glaßer et al. (SIAMJCOMP 2009 and TCS 2009) proved that NP-complete languages are polynomial-time mitotic for the many-one reduction, meaning that each NP-complete language L can be split into two NP-complete languages LS and LS, where S is a language in P. It follows that every NP-complete language can be partitioned into an arbitrary finite number of NP-complete languages. We strengthen and generalize this result by showing that every NP-complete language can be partitioned into infinitely many NP-complete languages. Furthermore those NP-complete languages resulting from such partitioning can be effectively presented.

Glaßer 等人(SIAMJCOMP 2009 和 TCS 2009)证明了 NP-完全语言在多-一还原时是多项式时间有丝分裂的,这意味着每种 NP-完全语言 L 都可以分割成两种 NP-完全语言 L∩S 和 L∩S‾,其中 S 是 P 中的一种语言。我们通过证明每一种 NP-完全语言都可以被划分为无限多的 NP-完全语言来加强和推广这一结果。此外,这种分割所产生的 NP-完全语言可以有效地呈现出来。
{"title":"Splitting NP-complete sets infinitely","authors":"Liyu Zhang,&nbsp;Mahmoud Quweider,&nbsp;Fitra Khan,&nbsp;Hansheng Lei","doi":"10.1016/j.ipl.2024.106472","DOIUrl":"10.1016/j.ipl.2024.106472","url":null,"abstract":"<div><p>Glaßer et al. (SIAMJCOMP 2009 and TCS 2009) proved that NP-complete languages are polynomial-time mitotic for the many-one reduction, meaning that each NP-complete language <em>L</em> can be split into two NP-complete languages <span><math><mi>L</mi><mo>∩</mo><mi>S</mi></math></span> and <span><math><mi>L</mi><mo>∩</mo><mover><mrow><mi>S</mi></mrow><mo>‾</mo></mover></math></span>, where <em>S</em> is a language in P. It follows that every NP-complete language can be partitioned into an arbitrary <em>finite</em> number of NP-complete languages. We strengthen and generalize this result by showing that every NP-complete language can be partitioned into <em>infinitely</em> many NP-complete languages. Furthermore those NP-complete languages resulting from such partitioning can be <em>effectively presented</em>.</p></div>","PeriodicalId":56290,"journal":{"name":"Information Processing Letters","volume":"186 ","pages":"Article 106472"},"PeriodicalIF":0.5,"publicationDate":"2024-01-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139518105","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Information Processing Letters
全部 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