首页 > 最新文献

Artificial Intelligence最新文献

英文 中文
Integration of memory systems supporting non-symbolic representations in an architecture for lifelong development of artificial agents 将支持非符号表征的记忆系统整合到人工代理终身发展架构中
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-12 DOI: 10.1016/j.artint.2024.104228

Compared to autonomous agent learning, lifelong agent learning tackles the additional challenge of accumulating skills in a way favourable to long term development. What an agent learns at a given moment can be an element for the future creation of behaviours of greater complexity, whose purpose cannot be anticipated.

Beyond its initial low-level sensorimotor development phase, the agent is expected to acquire, in the same manner as skills, values and goals which support the development of complex behaviours beyond the reactive level. To do so, it must have a way to represent and memorize such information.

In this article, we identify the properties suitable for a representation system supporting the lifelong development of agents through a review of a wide range of memory systems and related literature. Following this analysis, our second contribution is the proposition and implementation of such a representation system in MIND, a modular architecture for lifelong development. The new variable module acts as a simple memory system which is strongly integrated to the hierarchies of skill modules of MIND, and allows for the progressive structuration of behaviour around persistent non-symbolic representations. Variable modules have many applications for the development and structuration of complex behaviours, but also offer designers and operators explicit models of values and goals facilitating human interaction, control and explainability.

We show through experiments two possible uses of variable modules. In the first experiment, skills exchange information by using a variable representing the concept of “target”, which allows the generalization of navigation behaviours. In the second experiment, we show how a non-symbolic representation can be learned and memorized to develop beyond simple reactive behaviour, and keep track of the steps of a process whose state cannot be inferred by observing the environment.

与自主代理学习相比,终身代理学习面临着以有利于长期发展的方式积累技能的额外挑战。除了最初的低级感知运动发展阶段,我们还期望代理能以与技能相同的方式获得价值观和目标,从而支持其发展出超越反应水平的复杂行为。在本文中,我们通过对各种记忆系统和相关文献的回顾,确定了适合支持代理终身发展的表征系统的属性。根据这一分析,我们的第二个贡献是在 MIND(一种用于终身发展的模块化架构)中提出并实现了这样一种表征系统。新的可变模块作为一个简单的记忆系统,与 MIND 的技能模块层次结构紧密结合,并允许围绕持久的非符号表征逐步构建行为结构。可变模块在复杂行为的开发和结构化方面有很多应用,同时也为设计者和操作者提供了明确的价值和目标模型,促进了人际互动、控制和可解释性。在第一个实验中,通过使用代表 "目标 "概念的变量来交换技能信息,从而实现导航行为的通用化。在第二个实验中,我们展示了如何通过学习和记忆非符号表征来超越简单的反应行为,并跟踪无法通过观察环境来推断状态的过程步骤。
{"title":"Integration of memory systems supporting non-symbolic representations in an architecture for lifelong development of artificial agents","authors":"","doi":"10.1016/j.artint.2024.104228","DOIUrl":"10.1016/j.artint.2024.104228","url":null,"abstract":"<div><p>Compared to autonomous agent learning, lifelong agent learning tackles the additional challenge of accumulating skills in a way favourable to long term development. What an agent learns at a given moment can be an element for the future creation of behaviours of greater complexity, whose purpose cannot be anticipated.</p><p>Beyond its initial low-level sensorimotor development phase, the agent is expected to acquire, in the same manner as skills, values and goals which support the development of complex behaviours beyond the reactive level. To do so, it must have a way to represent and memorize such information.</p><p>In this article, we identify the properties suitable for a representation system supporting the lifelong development of agents through a review of a wide range of memory systems and related literature. Following this analysis, our second contribution is the proposition and implementation of such a representation system in MIND, a modular architecture for lifelong development. The new <em>variable module</em> acts as a simple memory system which is strongly integrated to the hierarchies of skill modules of MIND, and allows for the progressive structuration of behaviour around persistent non-symbolic representations. <em>Variable modules</em> have many applications for the development and structuration of complex behaviours, but also offer designers and operators explicit models of values and goals facilitating human interaction, control and explainability.</p><p>We show through experiments two possible uses of <em>variable modules</em>. In the first experiment, skills exchange information by using a variable representing the concept of “target”, which allows the generalization of navigation behaviours. In the second experiment, we show how a non-symbolic representation can be learned and memorized to develop beyond simple reactive behaviour, and keep track of the steps of a process whose state cannot be inferred by observing the environment.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-09-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001644/pdfft?md5=6e7585d9f3b58a33fd4b372451648a7b&pid=1-s2.0-S0004370224001644-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142241363","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
PathLAD+: Towards effective exact methods for subgraph isomorphism problem PathLAD+:实现子图同构问题的有效精确方法
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-06 DOI: 10.1016/j.artint.2024.104219

The subgraph isomorphism problem (SIP) is a challenging problem with wide practical applications. In the last decade, despite being a theoretical hard problem, researchers designed various algorithms for solving SIP. In this work, we propose five main strategies and develop an improved exact algorithm for SIP. First, we design a probing search procedure to try whether the search procedure can successfully obtain a solution at first sight. Second, we design a novel matching ordering strategy as a value-ordering heuristic, which uses some useful information obtained from the probing search procedure to preferentially select some promising target vertices. Third, we discuss the characteristics of different propagation methods in the context of SIP and present an adaptive propagation method to make a good balance between these methods. Moreover, to further improve the performance of solving large graphs, we propose an enhanced implementation of the edge constraint method and a domain limitation strategy, which aims to accelerate the search process. Experimental results on a broad range of classic and graph-database benchmarks show that our proposed algorithm performs better than several state-of-the-art algorithms for the SIP.

子图同构问题(SIP)是一个具有广泛实际应用的挑战性问题。在过去的十年中,尽管这是一个理论上的难题,研究人员还是设计了各种算法来解决 SIP 问题。在这项工作中,我们提出了五种主要策略,并开发了一种改进的 SIP 精确算法。首先,我们设计了一个探测搜索程序,以尝试搜索程序是否能在第一时间成功获得解。其次,我们设计了一种新颖的匹配排序策略,作为一种价值排序启发式,它利用从探测搜索程序中获得的一些有用信息,优先选择一些有希望的目标顶点。第三,我们讨论了 SIP 中不同传播方法的特点,并提出了一种自适应传播方法,以在这些方法之间取得良好的平衡。此外,为了进一步提高大型图的求解性能,我们提出了边缘约束方法的增强实现和域限制策略,旨在加速搜索过程。在大量经典和图数据库基准上的实验结果表明,我们提出的算法在 SIP 方面的性能优于几种最先进的算法。
{"title":"PathLAD+: Towards effective exact methods for subgraph isomorphism problem","authors":"","doi":"10.1016/j.artint.2024.104219","DOIUrl":"10.1016/j.artint.2024.104219","url":null,"abstract":"<div><p>The subgraph isomorphism problem (SIP) is a challenging problem with wide practical applications. In the last decade, despite being a theoretical hard problem, researchers designed various algorithms for solving SIP. In this work, we propose five main strategies and develop an improved exact algorithm for SIP. First, we design a probing search procedure to try whether the search procedure can successfully obtain a solution at first sight. Second, we design a novel matching ordering strategy as a value-ordering heuristic, which uses some useful information obtained from the probing search procedure to preferentially select some promising target vertices. Third, we discuss the characteristics of different propagation methods in the context of SIP and present an adaptive propagation method to make a good balance between these methods. Moreover, to further improve the performance of solving large graphs, we propose an enhanced implementation of the edge constraint method and a domain limitation strategy, which aims to accelerate the search process. Experimental results on a broad range of classic and graph-database benchmarks show that our proposed algorithm performs better than several state-of-the-art algorithms for the SIP.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-09-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142230639","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Interval abstractions for robust counterfactual explanations 用于稳健的反事实解释的区间抽象
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-02 DOI: 10.1016/j.artint.2024.104218

Counterfactual Explanations (CEs) have emerged as a major paradigm in explainable AI research, providing recourse recommendations for users affected by the decisions of machine learning models. However, CEs found by existing methods often become invalid when slight changes occur in the parameters of the model they were generated for. The literature lacks a way to provide exhaustive robustness guarantees for CEs under model changes, in that existing methods to improve CEs' robustness are mostly heuristic, and the robustness performances are evaluated empirically using only a limited number of retrained models. To bridge this gap, we propose a novel interval abstraction technique for parametric machine learning models, which allows us to obtain provable robustness guarantees for CEs under a possibly infinite set of plausible model changes Δ. Based on this idea, we formalise a robustness notion for CEs, which we call Δ-robustness, in both binary and multi-class classification settings. We present procedures to verify Δ-robustness based on Mixed Integer Linear Programming, using which we further propose algorithms to generate CEs that are Δ-robust. In an extensive empirical study involving neural networks and logistic regression models, we demonstrate the practical applicability of our approach. We discuss two strategies for determining the appropriate hyperparameters in our method, and we quantitatively benchmark CEs generated by eleven methods, highlighting the effectiveness of our algorithms in finding robust CEs.

反事实解释(Counterfactual Explanations,CE)已成为可解释人工智能研究的一个重要范式,它为受机器学习模型决策影响的用户提供了求助建议。然而,现有方法发现的 CE 通常会在生成模型的参数发生细微变化时失效。现有的提高 CE 稳健性的方法大多是启发式的,其稳健性表现仅通过有限数量的重新训练模型进行经验评估。为了弥补这一差距,我们提出了一种新颖的参数机器学习模型区间抽象技术,它允许我们在可能是无限的可信模型变化集 Δ 下获得可证明的 CE 稳健性保证。基于这一想法,我们正式提出了二元分类和多类分类环境下的 CE 稳健性概念,我们称之为 Δ 稳健性。我们提出了基于混合整数线性规划的Δ-鲁棒性验证程序,并进一步提出了生成具有Δ-鲁棒性的 CE 的算法。在一项涉及神经网络和逻辑回归模型的广泛实证研究中,我们展示了我们方法的实际应用性。我们讨论了在我们的方法中确定适当超参数的两种策略,并对 11 种方法生成的 CE 进行了定量基准测试,突出了我们的算法在寻找稳健 CE 方面的有效性。
{"title":"Interval abstractions for robust counterfactual explanations","authors":"","doi":"10.1016/j.artint.2024.104218","DOIUrl":"10.1016/j.artint.2024.104218","url":null,"abstract":"<div><p>Counterfactual Explanations (CEs) have emerged as a major paradigm in explainable AI research, providing recourse recommendations for users affected by the decisions of machine learning models. However, CEs found by existing methods often become invalid when slight changes occur in the parameters of the model they were generated for. The literature lacks a way to provide exhaustive robustness guarantees for CEs under model changes, in that existing methods to improve CEs' robustness are mostly heuristic, and the robustness performances are evaluated empirically using only a limited number of retrained models. To bridge this gap, we propose a novel interval abstraction technique for parametric machine learning models, which allows us to obtain provable robustness guarantees for CEs under a possibly infinite set of plausible model changes Δ. Based on this idea, we formalise a robustness notion for CEs, which we call Δ-robustness, in both binary and multi-class classification settings. We present procedures to verify Δ-robustness based on Mixed Integer Linear Programming, using which we further propose algorithms to generate CEs that are Δ-robust. In an extensive empirical study involving neural networks and logistic regression models, we demonstrate the practical applicability of our approach. We discuss two strategies for determining the appropriate hyperparameters in our method, and we quantitatively benchmark CEs generated by eleven methods, highlighting the effectiveness of our algorithms in finding robust CEs.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001541/pdfft?md5=8e8f378cd7774b1862ed4a88c2531907&pid=1-s2.0-S0004370224001541-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142130124","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Polynomial calculus for optimization 用于优化的多项式微积分
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-29 DOI: 10.1016/j.artint.2024.104208

MaxSAT is the problem of finding an assignment satisfying the maximum number of clauses in a CNF formula. We consider a natural generalization of this problem to generic sets of polynomials and propose a weighted version of Polynomial Calculus to address this problem.

Weighted Polynomial Calculus is a natural generalization of the systems MaxSAT-Resolution and weighted Resolution. Unlike such systems, weighted Polynomial Calculus manipulates polynomials with coefficients in a finite field and either weights in N or Z. We show the soundness and completeness of weighted Polynomial Calculus via an algorithmic procedure.

Weighted Polynomial Calculus, with weights in N and coefficients in F2, is able to prove efficiently that Tseitin formulas on a connected graph are minimally unsatisfiable. Using weights in Z, it also proves efficiently that the Pigeonhole Principle is minimally unsatisfiable.

MaxSAT 是寻找满足 CNF 公式中最大条款数的赋值问题。加权多项式微积分是 MaxSAT-Resolution 和加权解析系统的自然概括。与这些系统不同的是,加权多项式微积分处理的是系数在有限域中且权重在 N 或 Z 中的多项式。我们通过一个算法过程展示了加权多项式微积分的合理性和完备性。权重在 N 中且系数在 F2 中的加权多项式微积分能够高效证明连通图上的 Tseitin 公式最小不可满足。利用 Z 中的权重,它还能有效证明鸽子洞原理是最小不可满足的。
{"title":"Polynomial calculus for optimization","authors":"","doi":"10.1016/j.artint.2024.104208","DOIUrl":"10.1016/j.artint.2024.104208","url":null,"abstract":"<div><p>MaxSAT is the problem of finding an assignment satisfying the maximum number of clauses in a CNF formula. We consider a natural generalization of this problem to generic sets of polynomials and propose a weighted version of Polynomial Calculus to address this problem.</p><p>Weighted Polynomial Calculus is a natural generalization of the systems MaxSAT-Resolution and weighted Resolution. Unlike such systems, weighted Polynomial Calculus manipulates polynomials with coefficients in a finite field and either weights in <span><math><mi>N</mi></math></span> or <span><math><mi>Z</mi></math></span>. We show the soundness and completeness of weighted Polynomial Calculus via an algorithmic procedure.</p><p>Weighted Polynomial Calculus, with weights in <span><math><mi>N</mi></math></span> and coefficients in <span><math><msub><mrow><mi>F</mi></mrow><mrow><mn>2</mn></mrow></msub></math></span>, is able to prove efficiently that Tseitin formulas on a connected graph are minimally unsatisfiable. Using weights in <span><math><mi>Z</mi></math></span>, it also proves efficiently that the Pigeonhole Principle is minimally unsatisfiable.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001449/pdfft?md5=dff7733d570b1ecd6ce03a4fc7392fcb&pid=1-s2.0-S0004370224001449-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142157921","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Approximating problems in abstract argumentation with graph convolutional networks 用图卷积网络逼近抽象论证中的问题
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-29 DOI: 10.1016/j.artint.2024.104209

In this article, we present a novel approximation approach for abstract argumentation using a customized Graph Convolutional Network (GCN) architecture and a tailored training method. Our approach demonstrates promising results in approximating abstract argumentation tasks across various semantics, setting a new state of the art for performance on certain tasks. We provide a detailed analysis of approximation and runtime performance and propose a new scheme for evaluation. By advancing the state of the art for approximating the acceptability status of abstract arguments, we make theoretical and empirical advances in understanding the limits and opportunities for approximation in this field. Our approach shows potential for creating both general purpose and task-specific approximators and offers insights into the performance differences across benchmarks and semantics.

在本文中,我们介绍了一种新颖的抽象论证近似方法,该方法使用定制的图卷积网络(GCN)架构和定制的训练方法。我们的方法在近似各种语义的抽象论证任务方面取得了可喜的成果,为某些任务的性能设定了新的技术水平。我们对近似和运行时性能进行了详细分析,并提出了一种新的评估方案。通过提升近似抽象论证可接受性状态的技术水平,我们在理解该领域近似的限制和机会方面取得了理论和经验上的进步。我们的方法显示了创建通用近似器和特定任务近似器的潜力,并提供了对不同基准和语义的性能差异的见解。
{"title":"Approximating problems in abstract argumentation with graph convolutional networks","authors":"","doi":"10.1016/j.artint.2024.104209","DOIUrl":"10.1016/j.artint.2024.104209","url":null,"abstract":"<div><p>In this article, we present a novel approximation approach for abstract argumentation using a customized Graph Convolutional Network (GCN) architecture and a tailored training method. Our approach demonstrates promising results in approximating abstract argumentation tasks across various semantics, setting a new state of the art for performance on certain tasks. We provide a detailed analysis of approximation and runtime performance and propose a new scheme for evaluation. By advancing the state of the art for approximating the acceptability status of abstract arguments, we make theoretical and empirical advances in understanding the limits and opportunities for approximation in this field. Our approach shows potential for creating both general purpose and task-specific approximators and offers insights into the performance differences across benchmarks and semantics.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001450/pdfft?md5=01068bd413e8769bb4469a717c95128e&pid=1-s2.0-S0004370224001450-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142095894","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Characterising harmful data sources when constructing multi-fidelity surrogate models 在构建多保真度代用模型时确定有害数据源的特征
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-23 DOI: 10.1016/j.artint.2024.104207

Surrogate modelling techniques have seen growing attention in recent years when applied to both modelling and optimisation of industrial design problems. These techniques are highly relevant when assessing the performance of a particular design carries a high cost, as the overall cost can be mitigated via the construction of a model to be queried in lieu of the available high-cost source. The construction of these models can sometimes employ other sources of information which are both cheaper and less accurate. The existence of these sources however poses the question of which sources should be used when constructing a model. Recent studies have attempted to characterise harmful data sources to guide practitioners in choosing when to ignore a certain source. These studies have done so in a synthetic setting, characterising sources using a large amount of data that is not available in practice. Some of these studies have also been shown to potentially suffer from bias in the benchmarks used in the analysis. In this study, we approach the characterisation of harmful low-fidelity sources as an algorithm selection problem. We employ recently developed benchmark filtering techniques to conduct a bias-free assessment, providing objectively varied benchmark suites of different sizes for future research. Analysing one of these benchmark suites with the technique known as Instance Space Analysis, we provide an intuitive visualisation of when a low-fidelity source should be used. By performing this analysis using only the limited data available to train a surrogate model, we are able to provide guidelines that can be directly used in an applied industrial setting.

近年来,替代建模技术在工业设计问题的建模和优化中的应用日益受到关注。这些技术在评估成本较高的特定设计的性能时非常有用,因为通过构建一个模型来替代现有的高成本来源,可以降低总体成本。在构建这些模型时,有时可以使用其他更便宜但准确性更低的信息源。然而,这些信息源的存在提出了一个问题,即在构建模型时应使用哪些信息源。最近的研究试图描述有害数据源的特征,以指导从业人员选择何时忽略某些数据源。这些研究是在合成环境下进行的,利用大量实际中无法获得的数据来描述数据源的特征。其中一些研究还表明,分析中使用的基准可能存在偏差。在本研究中,我们将有害低保真声源的特征描述视为一个算法选择问题。我们采用最近开发的基准过滤技术来进行无偏差评估,为未来研究提供客观的不同规模的基准套件。通过使用实例空间分析技术对其中一个基准套件进行分析,我们提供了一种直观的可视化方法,说明何时应使用低保真信号源。通过仅使用有限的数据来训练代用模型来进行分析,我们能够提供可直接用于应用工业环境的指导原则。
{"title":"Characterising harmful data sources when constructing multi-fidelity surrogate models","authors":"","doi":"10.1016/j.artint.2024.104207","DOIUrl":"10.1016/j.artint.2024.104207","url":null,"abstract":"<div><p>Surrogate modelling techniques have seen growing attention in recent years when applied to both modelling and optimisation of industrial design problems. These techniques are highly relevant when assessing the performance of a particular design carries a high cost, as the overall cost can be mitigated via the construction of a model to be queried in lieu of the available high-cost source. The construction of these models can sometimes employ other sources of information which are both cheaper and less accurate. The existence of these sources however poses the question of which sources should be used when constructing a model. Recent studies have attempted to characterise harmful data sources to guide practitioners in choosing when to ignore a certain source. These studies have done so in a synthetic setting, characterising sources using a large amount of data that is not available in practice. Some of these studies have also been shown to potentially suffer from bias in the benchmarks used in the analysis. In this study, we approach the characterisation of harmful low-fidelity sources as an algorithm selection problem. We employ recently developed benchmark filtering techniques to conduct a bias-free assessment, providing objectively varied benchmark suites of different sizes for future research. Analysing one of these benchmark suites with the technique known as Instance Space Analysis, we provide an intuitive visualisation of when a low-fidelity source should be used. By performing this analysis using only the limited data available to train a surrogate model, we are able to provide guidelines that can be directly used in an applied industrial setting.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001437/pdfft?md5=63ca7126b7bf14477005c50a202f2c7d&pid=1-s2.0-S0004370224001437-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142083422","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Is it possible to find the single nearest neighbor of a query in high dimensions? 有可能在高维度中找到查询的单个近邻吗?
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-21 DOI: 10.1016/j.artint.2024.104206

We investigate an open question in the study of the curse of dimensionality: Is it possible to find the single nearest neighbor of a query in high dimensions? Using the notion of (in)distinguishability to examine whether the feature map of a kernel is able to distinguish two distinct points in high dimensions, we analyze this ability of a metric-based Lipschitz continuous kernel as well as that of the recently introduced Isolation Kernel. Between the two kernels, we show that only Isolation Kernel has distinguishability and it performs consistently well in four tasks: indexed search for exact nearest neighbor search, anomaly detection using kernel density estimation, t-SNE visualization and SVM classification in both low and high dimensions, compared with distance, Gaussian and three other existing kernels.

我们调查了维度诅咒研究中的一个未决问题:是否有可能在高维度中找到查询的单个近邻?我们使用(不)可区分性的概念来考察一个内核的特征图是否能够区分高维度中两个不同的点,我们分析了基于度量的 Lipschitz 连续内核以及最近引入的 Isolation 内核的这种能力。在这两种核之间,我们发现只有 Isolation Kernel 具有区分能力,而且与距离核、高斯核和其他三种现有核相比,它在四项任务中的表现始终很好:精确近邻搜索的索引搜索、使用核密度估计的异常检测、t-SNE 可视化以及低维和高维的 SVM 分类。
{"title":"Is it possible to find the single nearest neighbor of a query in high dimensions?","authors":"","doi":"10.1016/j.artint.2024.104206","DOIUrl":"10.1016/j.artint.2024.104206","url":null,"abstract":"<div><p>We investigate an open question in the study of the curse of dimensionality: Is it possible to find the single nearest neighbor of a query in high dimensions? Using the notion of (in)distinguishability to examine whether the feature map of a kernel is able to distinguish two distinct points in high dimensions, we analyze this ability of a metric-based Lipschitz continuous kernel as well as that of the recently introduced Isolation Kernel. Between the two kernels, we show that only Isolation Kernel has distinguishability and it performs consistently well in four tasks: indexed search for exact nearest neighbor search, anomaly detection using kernel density estimation, t-SNE visualization and SVM classification in both low and high dimensions, compared with distance, Gaussian and three other existing kernels.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001425/pdfft?md5=a9c748954d0721f2e62c5fa4e574bf6e&pid=1-s2.0-S0004370224001425-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142083423","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Abstract argumentation frameworks with strong and weak constraints 具有强约束和弱约束的抽象论证框架
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-20 DOI: 10.1016/j.artint.2024.104205

Dealing with controversial information is an important issue in several application contexts. Formal argumentation enables reasoning on arguments for and against a claim to decide on an outcome. Dung's abstract Argumentation Framework (AF) has emerged as a central formalism in argument-based reasoning. Key aspects of the success and popularity of Dung's framework include its simplicity and expressiveness. Integrity constraints help to express domain knowledge in a compact and natural way, thus keeping easy the modeling task even for problems that otherwise would be hard to encode within an AF. In this paper, we first explore two intuitive semantics based on Kleene and Lukasiewicz logics, respectively, for AF augmented with (strong) constraints—the resulting argumentation framework is called Constrained AF (CAF). Then, we propose a new argumentation framework called Weak constrained AF (WAF) that enhances CAF with weak constraints. Intuitively, these constraints can be used to find “optimal” solutions to problems defined through CAF. We provide a detailed complexity analysis of CAF and WAF, showing that strong constraints do not increase the expressive power of AF in most cases, while weak constraints systematically increase the expressive power of CAF (and AF) under several well-known argumentation semantics.

处理有争议的信息是多种应用环境中的一个重要问题。形式化论证可以对支持和反对某一主张的论据进行推理,从而决定结果。Dung 的抽象论证框架 (AF) 已成为基于论证的推理的核心形式主义。Dung 的框架之所以成功并广受欢迎,关键在于其简单性和表达性。完整性约束有助于以简洁、自然的方式表达领域知识,从而使建模任务变得简单,即使是那些难以在 AF 中编码的问题也不例外。在本文中,我们首先探讨了分别基于 Kleene 逻辑和 Lukasiewicz 逻辑的两种直观语义,它们适用于增强了(强)约束的 AF--由此产生的论证框架被称为约束 AF(CAF)。然后,我们提出了一种新的论证框架,称为弱约束 AF(WAF),它用弱约束增强了 CAF。直观地说,这些约束可以用来为通过 CAF 定义的问题找到 "最优 "解决方案。我们对 CAF 和 WAF 进行了详细的复杂性分析,结果表明,在大多数情况下,强约束并不会提高 AF 的表达能力,而在一些著名的论证语义下,弱约束会系统地提高 CAF(和 AF)的表达能力。
{"title":"Abstract argumentation frameworks with strong and weak constraints","authors":"","doi":"10.1016/j.artint.2024.104205","DOIUrl":"10.1016/j.artint.2024.104205","url":null,"abstract":"<div><p>Dealing with controversial information is an important issue in several application contexts. Formal argumentation enables reasoning on arguments for and against a claim to decide on an outcome. Dung's abstract Argumentation Framework (AF) has emerged as a central formalism in argument-based reasoning. Key aspects of the success and popularity of Dung's framework include its simplicity and expressiveness. Integrity constraints help to express domain knowledge in a compact and natural way, thus keeping easy the modeling task even for problems that otherwise would be hard to encode within an AF. In this paper, we first explore two intuitive semantics based on Kleene and Lukasiewicz logics, respectively, for AF augmented with (strong) constraints—the resulting argumentation framework is called Constrained AF (CAF). Then, we propose a new argumentation framework called Weak constrained AF (WAF) that enhances CAF with weak constraints. Intuitively, these constraints can be used to find “optimal” solutions to problems defined through CAF. We provide a detailed complexity analysis of CAF and WAF, showing that strong constraints do not increase the expressive power of AF in most cases, while weak constraints systematically increase the expressive power of CAF (and AF) under several well-known argumentation semantics.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001413/pdfft?md5=4e6a89453bad3925cb46537261fd58a9&pid=1-s2.0-S0004370224001413-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142039953","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Bisimulation between base argumentation and premise-conclusion argumentation 基础论证和前提-结论论证之间的双向模拟
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-20 DOI: 10.1016/j.artint.2024.104203

The structured argumentation system that represents arguments by premise-conclusion pairs is called premise-conclusion argumentation (PA) and the one that represents arguments by their premises is called base argumentation (BA). To assess whether BA and PA have the same ability in argument evaluation by extensional semantics, this paper defines the notion of extensional equivalence between BA and PA. It also defines the notion of bisimulation between BA and PA and shows that bisimulation implies extensional equivalence. To illustrate how base argumentation, bisimulation and extensional equivalence can contribute to the study of PA, we prove some new results about PA by investigating the extensional properties of a base argumentation framework and exporting them to two premise-conclusion argumentation frameworks via bisimulation and extensional equivalence. We show that there are essentially three kinds of extensions in these frameworks and that the extensions in the two premise-conclusion argumentation frameworks are identical.

用前提-结论对表示论证的结构化论证系统称为前提-结论论证(PA),用前提表示论证的结构化论证系统称为基础论证(BA)。为了评估 BA 和 PA 在用扩展语义进行论证评估时是否具有相同的能力,本文定义了 BA 和 PA 之间的扩展等价概念。本文还定义了 BA 和 PA 之间的双拟合概念,并说明双拟合意味着扩展等价。为了说明基础论证、二嵌和外延等价如何有助于 PA 的研究,我们通过研究基础论证框架的外延属性,并通过二嵌和外延等价将其输出到两个前提-结论论证框架,证明了关于 PA 的一些新结果。我们证明了这些框架中基本上有三种扩展,并且两个前提结论论证框架中的扩展是相同的。
{"title":"Bisimulation between base argumentation and premise-conclusion argumentation","authors":"","doi":"10.1016/j.artint.2024.104203","DOIUrl":"10.1016/j.artint.2024.104203","url":null,"abstract":"<div><p>The structured argumentation system that represents arguments by premise-conclusion pairs is called <em>premise-conclusion argumentation</em> (PA) and the one that represents arguments by their premises is called <em>base argumentation</em> (BA). To assess whether BA and PA have the same ability in argument evaluation by extensional semantics, this paper defines the notion of <em>extensional equivalence</em> between BA and PA. It also defines the notion of <em>bisimulation</em> between BA and PA and shows that bisimulation implies extensional equivalence. To illustrate how base argumentation, bisimulation and extensional equivalence can contribute to the study of PA, we prove some new results about PA by investigating the extensional properties of a base argumentation framework and exporting them to two premise-conclusion argumentation frameworks via bisimulation and extensional equivalence. We show that there are essentially three kinds of extensions in these frameworks and that the extensions in the two premise-conclusion argumentation frameworks are identical.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142020507","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On generalized notions of consistency and reinstatement and their preservation in formal argumentation 论一致性和恢复性的一般概念及其在形式论证中的保持
IF 5.1 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-18 DOI: 10.1016/j.artint.2024.104202

We present a conceptualization providing an original domain-independent perspective on two crucial properties in reasoning: consistency and reinstatement. They emerge as a pair of dual characteristics, representing complementary requirements on the outcomes of reasoning processes. Central to our formalization are two underlying parametric relations: incompatibility and reinstatement violation. Different instances of these relations give rise to a spectrum of consistency and reinstatement scenarios. As a demonstration of versatility and expressive power of our approach we provide a characterization of various abstract argumentation semantics which are expressed as combinations of distinct consistency and reinstatement constraints. Moreover, we conduct an investigation into preserving these essential properties across different reasoning stages. Specifically, we delve into scenarios where a labelling is derived from other labellings through a synthesis function, using the synthesis of argument justification as an illustrative instance. We achieve a general characterization of consistency preservation synthesis functions, while we unveil an impossibility result concerning reinstatement preservation, leading us to explore an alternative notion to ensure feasibility. Our exploration reveals a weakness in the traditional definition of argument justification, for which we propose a refined version overcoming this limitation.

我们提出了一种概念化方法,从独立于领域的原创视角来看待推理中的两个关键属性:一致性和恢复性。它们是一对双重特性,代表了对推理过程结果的互补要求。我们形式化的核心是两个基本参数关系:不相容和违反恢复。这些关系的不同实例产生了一系列的一致性和恢复情形。为了展示我们的方法的多样性和表达能力,我们提供了各种抽象论证语义的特征,这些语义是由不同的一致性和恢复性约束组合而成的。此外,我们还研究了在不同推理阶段如何保留这些基本属性。具体来说,我们以论证理由的合成为例,深入研究了标签通过合成函数从其他标签派生出来的情况。我们实现了一致性保持合成函数的一般表征,同时揭示了有关恢复保持的不可能性结果,这促使我们探索另一种确保可行性的概念。我们的探索揭示了论证正当性传统定义中的一个弱点,为此我们提出了一个克服这一局限的改进版本。
{"title":"On generalized notions of consistency and reinstatement and their preservation in formal argumentation","authors":"","doi":"10.1016/j.artint.2024.104202","DOIUrl":"10.1016/j.artint.2024.104202","url":null,"abstract":"<div><p>We present a conceptualization providing an original domain-independent perspective on two crucial properties in reasoning: consistency and reinstatement. They emerge as a pair of dual characteristics, representing complementary requirements on the outcomes of reasoning processes. Central to our formalization are two underlying parametric relations: incompatibility and reinstatement violation. Different instances of these relations give rise to a spectrum of consistency and reinstatement scenarios. As a demonstration of versatility and expressive power of our approach we provide a characterization of various abstract argumentation semantics which are expressed as combinations of distinct consistency and reinstatement constraints. Moreover, we conduct an investigation into preserving these essential properties across different reasoning stages. Specifically, we delve into scenarios where a labelling is derived from other labellings through a synthesis function, using the synthesis of argument justification as an illustrative instance. We achieve a general characterization of consistency preservation synthesis functions, while we unveil an impossibility result concerning reinstatement preservation, leading us to explore an alternative notion to ensure feasibility. Our exploration reveals a weakness in the traditional definition of argument justification, for which we propose a refined version overcoming this limitation.</p></div>","PeriodicalId":8434,"journal":{"name":"Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":5.1,"publicationDate":"2024-08-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0004370224001383/pdfft?md5=2786e6cc7312f2e6c76d2f95b9cdcee1&pid=1-s2.0-S0004370224001383-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142012117","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Artificial Intelligence
全部 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