首页 > 最新文献

AI Communications最新文献

英文 中文
Multiple analogical proportions 多重类比比例
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-10-27 DOI: 10.3233/aic-210090
H. Prade, G. Richard
Analogical proportions are statements of the form “a is to b as c is to d”, denoted a : b : : c : d, that may apply to any type of items a, b, c, d. Analogical proportions, as a building block for analogical reasoning, is then a tool of interest in artificial intelligence. Viewed as a relation between pairs ( a , b ) and ( c , d ), these proportions are supposed to obey three postulates: reflexivity, symmetry, and central permutation (i.e., b and c can be exchanged). The logical modeling of analogical proportions expresses that a and b differ in the same way as c and d, when the four items are represented by vectors encoding Boolean properties. When items are real numbers, numerical proportions – arithmetic and geometric proportions – can be considered as prototypical examples of analogical proportions. Taking inspiration of an old practice where numerical proportions were handled in a vectorial way and where sequences of numerical proportions of the form x 1 : x 2 : ⋯ : x n : : y 1 : y 2 : ⋯ : y n were in use, we emphasize a vectorial treatment of Boolean analogical proportions and we propose a Boolean logic counterpart to such sequences. This provides a linear algebra calculus of analogical inference and acknowledges the fact that analogical proportions should not be considered in isolation. Moreover, this also leads us to reconsider the postulates underlying analogical proportions (since central permutation makes no sense when n ⩾ 3) and then to formalize a weak form of analogical proportion which no longer obeys the central permutation postulate inherited from numerical proportions. But these weak proportions may still be combined in multiple weak analogical proportions.
类比比例是一种形式为“a与b之比就像c与d之比”的陈述,表示为a: b:: c: d,可以适用于任何类型的项目a, b, c, d。类比比例作为类比推理的基石,是人工智能的一个有趣工具。作为对(a, b)和(c, d)之间的关系,这些比例应该遵循三个假设:反身性、对称性和中心置换(即b和c可以交换)。类比比例的逻辑建模表示,当这四项用编码布尔属性的向量表示时,a和b的不同方式与c和d相同。当项目是实数时,数字比例——算术比例和几何比例——可以被视为类比比例的典型例子。从以向量方式处理数值比例的旧做法中获得灵感,其中使用形式为x 1: x 2:⋯:x n:: y 1: y 2:⋯:y n的数值比例序列,我们强调布尔类比比例的向量处理,并提出了布尔逻辑对应物。这提供了类比推理的线性代数演算,并承认类比比例不应孤立考虑的事实。此外,这也使我们重新考虑类比比例的基本假设(因为当n大于或等于3时中心排列没有意义)然后将类比比例的弱形式正式化它不再服从从数字比例继承的中心排列假设。但是这些弱比例仍然可以组合成多个弱类比比例。
{"title":"Multiple analogical proportions","authors":"H. Prade, G. Richard","doi":"10.3233/aic-210090","DOIUrl":"https://doi.org/10.3233/aic-210090","url":null,"abstract":"Analogical proportions are statements of the form “a is to b as c is to d”, denoted a : b : : c : d, that may apply to any type of items a, b, c, d. Analogical proportions, as a building block for analogical reasoning, is then a tool of interest in artificial intelligence. Viewed as a relation between pairs ( a , b ) and ( c , d ), these proportions are supposed to obey three postulates: reflexivity, symmetry, and central permutation (i.e., b and c can be exchanged). The logical modeling of analogical proportions expresses that a and b differ in the same way as c and d, when the four items are represented by vectors encoding Boolean properties. When items are real numbers, numerical proportions – arithmetic and geometric proportions – can be considered as prototypical examples of analogical proportions. Taking inspiration of an old practice where numerical proportions were handled in a vectorial way and where sequences of numerical proportions of the form x 1 : x 2 : ⋯ : x n : : y 1 : y 2 : ⋯ : y n were in use, we emphasize a vectorial treatment of Boolean analogical proportions and we propose a Boolean logic counterpart to such sequences. This provides a linear algebra calculus of analogical inference and acknowledges the fact that analogical proportions should not be considered in isolation. Moreover, this also leads us to reconsider the postulates underlying analogical proportions (since central permutation makes no sense when n ⩾ 3) and then to formalize a weak form of analogical proportion which no longer obeys the central permutation postulate inherited from numerical proportions. But these weak proportions may still be combined in multiple weak analogical proportions.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"1992 1","pages":"211-228"},"PeriodicalIF":0.8,"publicationDate":"2021-10-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89013405","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}
引用次数: 3
A new stochastic gradient descent possibilistic clustering algorithm 一种新的随机梯度下降可能性聚类算法
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-10-18 DOI: 10.3233/aic-210125
A. Koutsimpela, K. Koutroumbas
Several well known clustering algorithms have their own online counterparts, in order to deal effectively with the big data issue, as well as with the case where the data become available in a streaming fashion. However, very few of them follow the stochastic gradient descent philosophy, despite the fact that the latter enjoys certain practical advantages (such as the possibility of (a) running faster than their batch processing counterparts and (b) escaping from local minima of the associated cost function), while, in addition, strong theoretical convergence results have been established for it. In this paper a novel stochastic gradient descent possibilistic clustering algorithm, called O- PCM 2 is introduced. The algorithm is presented in detail and it is rigorously proved that the gradient of the associated cost function tends to zero in the L 2 sense, based on general convergence results established for the family of the stochastic gradient descent algorithms. Furthermore, an additional discussion is provided on the nature of the points where the algorithm may converge. Finally, the performance of the proposed algorithm is tested against other related algorithms, on the basis of both synthetic and real data sets.
为了有效地处理大数据问题,以及数据以流方式可用的情况,几个著名的聚类算法都有自己的在线对应项。然而,它们很少遵循随机梯度下降理论,尽管后者具有一定的实际优势(例如:(a)比批处理的同行运行得更快,(b)摆脱相关成本函数的局部极小值的可能性),此外,它已经建立了很强的理论收敛结果。本文介绍了一种新的随机梯度下降概率聚类算法O- pcm2。根据随机梯度下降算法族的一般收敛结果,详细地介绍了该算法,并严格地证明了相关代价函数的梯度在l2意义下趋于零。此外,对算法可能收敛的点的性质进行了额外的讨论。最后,在合成数据集和真实数据集的基础上,与其他相关算法进行了性能测试。
{"title":"A new stochastic gradient descent possibilistic clustering algorithm","authors":"A. Koutsimpela, K. Koutroumbas","doi":"10.3233/aic-210125","DOIUrl":"https://doi.org/10.3233/aic-210125","url":null,"abstract":"Several well known clustering algorithms have their own online counterparts, in order to deal effectively with the big data issue, as well as with the case where the data become available in a streaming fashion. However, very few of them follow the stochastic gradient descent philosophy, despite the fact that the latter enjoys certain practical advantages (such as the possibility of (a) running faster than their batch processing counterparts and (b) escaping from local minima of the associated cost function), while, in addition, strong theoretical convergence results have been established for it. In this paper a novel stochastic gradient descent possibilistic clustering algorithm, called O- PCM 2 is introduced. The algorithm is presented in detail and it is rigorously proved that the gradient of the associated cost function tends to zero in the L 2 sense, based on general convergence results established for the family of the stochastic gradient descent algorithms. Furthermore, an additional discussion is provided on the nature of the points where the algorithm may converge. Finally, the performance of the proposed algorithm is tested against other related algorithms, on the basis of both synthetic and real data sets.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"30 1","pages":"47-64"},"PeriodicalIF":0.8,"publicationDate":"2021-10-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85440793","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}
引用次数: 4
Deterministic policies based on maximum regrets in MDPs with imprecise rewards 在奖励不精确的mdp中,基于最大遗憾的确定性策略
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-09-20 DOI: 10.3233/aic-190632
Pegah Alizadeh, Emiliano Traversi, A. Osmani
Markov Decision Process Models (MDPs) are a powerful tool for planning tasks and sequential decision-making issues. In this work we deal with MDPs with imprecise rewards, often used when dealing with situations where the data is uncertain. In this context, we provide algorithms for finding the policy that minimizes the maximum regret. To the best of our knowledge, all the regret-based methods proposed in the literature focus on providing an optimal stochastic policy. We introduce for the first time a method to calculate an optimal deterministic policy using optimization approaches. Deterministic policies are easily interpretable for users because for a given state they provide a unique choice. To better motivate the use of an exact procedure for finding a deterministic policy, we show some (theoretical and experimental) cases where the intuitive idea of using a deterministic policy obtained after “determinizing” the optimal stochastic policy leads to a policy far from the exact deterministic policy.
马尔可夫决策过程模型(mdp)是规划任务和顺序决策问题的有力工具。在这项工作中,我们处理具有不精确奖励的mdp,通常用于处理数据不确定的情况。在这种情况下,我们提供了寻找最小化最大后悔的策略的算法。据我们所知,文献中提出的所有基于后悔的方法都集中在提供最优随机策略上。本文首次介绍了一种利用最优化方法计算最优确定性策略的方法。确定性策略对于用户来说很容易解释,因为对于给定的状态,它们提供了唯一的选择。为了更好地激励使用精确的过程来寻找确定性策略,我们展示了一些(理论和实验)案例,其中使用“确定”最优随机策略后获得的确定性策略的直观想法导致策略远离精确的确定性策略。
{"title":"Deterministic policies based on maximum regrets in MDPs with imprecise rewards","authors":"Pegah Alizadeh, Emiliano Traversi, A. Osmani","doi":"10.3233/aic-190632","DOIUrl":"https://doi.org/10.3233/aic-190632","url":null,"abstract":"Markov Decision Process Models (MDPs) are a powerful tool for planning tasks and sequential decision-making issues. In this work we deal with MDPs with imprecise rewards, often used when dealing with situations where the data is uncertain. In this context, we provide algorithms for finding the policy that minimizes the maximum regret. To the best of our knowledge, all the regret-based methods proposed in the literature focus on providing an optimal stochastic policy. We introduce for the first time a method to calculate an optimal deterministic policy using optimization approaches. Deterministic policies are easily interpretable for users because for a given state they provide a unique choice. To better motivate the use of an exact procedure for finding a deterministic policy, we show some (theoretical and experimental) cases where the intuitive idea of using a deterministic policy obtained after “determinizing” the optimal stochastic policy leads to a policy far from the exact deterministic policy.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"1 1","pages":"229-244"},"PeriodicalIF":0.8,"publicationDate":"2021-09-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76909841","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
An efficient glomerular object locator for renal whole slide images using proposal-free network and dynamic scale evaluation method 基于无提议网络和动态尺度评价方法的肾小球目标定位器
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-08-26 DOI: 10.3233/aic-210073
Xueyu Liu, Ming Li, Yongfei Wu, Yilin Chen, Fang Hao, Daoxiang Zhou, Chen Wang, Chuan-lian Ma, Guangze Shi, Xiaoshuang Zhou
In the diagnosis of chronic kidney disease, glomerulus as the blood filter provides important information for an accurate disease diagnosis. Thus automatic localization of the glomeruli is the necessary groundwork for future auxiliary kidney disease diagnosis, such as glomerular classification and area measurement. In this paper, we propose an efficient glomerular object locator in kidney whole slide image(WSI) based on proposal-free network and dynamic scale evaluation method. In the training phase, we construct an intensive proposal-free network which can learn efficiently the fine-grained features of the glomerulus. In the evaluation phase, a dynamic scale evaluation method is utilized to help the well-trained model find the most appropriate evaluation scale for each high-resolution WSI. We collect and digitalize 1204 renal biopsy microscope slides containing more than 41000 annotated glomeruli, which is the largest number of dataset to our best knowledge. We validate the each component of the proposed locator via the ablation study. Experimental results confirm that the proposed locator outperforms recently proposed approaches and pathologists by comparing F 1 and run time in localizing glomeruli from WSIs at a resolution of 0.25 μm/pixel and thus achieves state-of-the-art performance. Particularly, the proposed locator can be embedded into the renal intelligent auxiliary diagnosis system for renal clinical diagnosis by localizing glomeruli in high-resolution WSIs effectively.
在慢性肾脏疾病的诊断中,作为血液过滤器的肾小球为疾病的准确诊断提供了重要信息。因此,肾小球的自动定位是未来辅助肾脏疾病诊断的必要基础,如肾小球分类和面积测量。本文提出了一种基于无提议网络和动态尺度评价方法的肾脏全幻灯片图像(WSI)中有效的肾小球目标定位方法。在训练阶段,我们构建了一个密集的无提议网络,可以有效地学习肾小球的细粒度特征。在评价阶段,采用动态尺度评价方法,帮助训练良好的模型为每个高分辨率WSI找到最合适的评价尺度。我们收集并数字化了1204张肾活检显微镜载玻片,其中包含超过41000个带注释的肾小球,这是我们所知的最大的数据集。我们通过消融研究验证了所提出的定位器的每个组成部分。实验结果证实,通过比较f1和运行时间,该定位器在分辨率为0.25 μm/像素的wsi中定位肾小球的性能优于最近提出的方法和病理学家,从而达到了最先进的性能。特别地,该定位器可以嵌入肾脏智能辅助诊断系统中,通过高分辨率wsi有效定位肾小球,进行肾脏临床诊断。
{"title":"An efficient glomerular object locator for renal whole slide images using proposal-free network and dynamic scale evaluation method","authors":"Xueyu Liu, Ming Li, Yongfei Wu, Yilin Chen, Fang Hao, Daoxiang Zhou, Chen Wang, Chuan-lian Ma, Guangze Shi, Xiaoshuang Zhou","doi":"10.3233/aic-210073","DOIUrl":"https://doi.org/10.3233/aic-210073","url":null,"abstract":"In the diagnosis of chronic kidney disease, glomerulus as the blood filter provides important information for an accurate disease diagnosis. Thus automatic localization of the glomeruli is the necessary groundwork for future auxiliary kidney disease diagnosis, such as glomerular classification and area measurement. In this paper, we propose an efficient glomerular object locator in kidney whole slide image(WSI) based on proposal-free network and dynamic scale evaluation method. In the training phase, we construct an intensive proposal-free network which can learn efficiently the fine-grained features of the glomerulus. In the evaluation phase, a dynamic scale evaluation method is utilized to help the well-trained model find the most appropriate evaluation scale for each high-resolution WSI. We collect and digitalize 1204 renal biopsy microscope slides containing more than 41000 annotated glomeruli, which is the largest number of dataset to our best knowledge. We validate the each component of the proposed locator via the ablation study. Experimental results confirm that the proposed locator outperforms recently proposed approaches and pathologists by comparing F 1 and run time in localizing glomeruli from WSIs at a resolution of 0.25 μm/pixel and thus achieves state-of-the-art performance. Particularly, the proposed locator can be embedded into the renal intelligent auxiliary diagnosis system for renal clinical diagnosis by localizing glomeruli in high-resolution WSIs effectively.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"65 1","pages":"245-258"},"PeriodicalIF":0.8,"publicationDate":"2021-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77486203","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}
引用次数: 2
Neuro-Symbolic Artificial Intelligence: Current Trends 神经符号人工智能:当前趋势
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-05-11 DOI: 10.3233/aic-210084
Md Kamruzzaman Sarker, Lu Zhou, Aaron Eberhart, P. Hitzler
Neuro-Symbolic Artificial Intelligence – the combination of symbolic methods with methods that are based on artificial neural networks – has a long-standing history. In this article, we provide a structured overview of current trends, by means of categorizing recent publications from key conferences. The article is meant to serve as a convenient starting point for research on the general topic.
神经符号人工智能——将符号方法与基于人工神经网络的方法相结合——有着悠久的历史。在本文中,我们通过对来自重要会议的最新出版物进行分类,提供了当前趋势的结构化概述。这篇文章旨在为一般主题的研究提供一个方便的起点。
{"title":"Neuro-Symbolic Artificial Intelligence: Current Trends","authors":"Md Kamruzzaman Sarker, Lu Zhou, Aaron Eberhart, P. Hitzler","doi":"10.3233/aic-210084","DOIUrl":"https://doi.org/10.3233/aic-210084","url":null,"abstract":"Neuro-Symbolic Artificial Intelligence – the combination of symbolic methods with methods that are based on artificial neural networks – has a long-standing history. In this article, we provide a structured overview of current trends, by means of categorizing recent publications from key conferences. The article is meant to serve as a convenient starting point for research on the general topic.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"71 1","pages":"197-209"},"PeriodicalIF":0.8,"publicationDate":"2021-05-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84435502","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}
引用次数: 58
Agents in Traffic and Transportation (ATT 2020) 交通运输代理人(ATT 2020)
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-02-15 DOI: 10.3233/aic-201640
Marin Lujak, Ivana Dusparic, Franziska Klügl-Frohnmeyer, G. Vizzari
Marin Lujak a,∗, Ivana Dusparic , Franziska Klügl c and Giuseppe Vizzari d a IMT Lille Douai, University of Lille, Douai, France E-mail: marin.lujak@imt-lille-douai.fr b School of Computer Science and Statistics, Trinity College Dublin, Ireland E-mail: ivana.dusparic@scss.tcd.ie c AASS, School of Science and Technology, Örebro University, Sweden E-mail: franziska.klugl@oru.se d Department of Informatics, Systems and Communication, University of Milano – Bicocca, Italy E-mail: giuseppe.vizzari@unimib.it
Marin Lujak a *, Ivana Dusparic, Franziska klggl c和Giuseppe Vizzari d a IMT,里尔杜埃大学,法国杜埃E-mail: marin.lujak@imt-lille-douai.fr b爱尔兰都柏林圣三一学院计算机科学与统计学院E-mail: ivana.dusparic@scss.tcd.ie c瑞典大学科学与技术学院,Örebro e- franziska.klugl@oru.se d意大利米兰大学信息、系统与通信系E-mail:giuseppe.vizzari@unimib.it
{"title":"Agents in Traffic and Transportation (ATT 2020)","authors":"Marin Lujak, Ivana Dusparic, Franziska Klügl-Frohnmeyer, G. Vizzari","doi":"10.3233/aic-201640","DOIUrl":"https://doi.org/10.3233/aic-201640","url":null,"abstract":"Marin Lujak a,∗, Ivana Dusparic , Franziska Klügl c and Giuseppe Vizzari d a IMT Lille Douai, University of Lille, Douai, France E-mail: marin.lujak@imt-lille-douai.fr b School of Computer Science and Statistics, Trinity College Dublin, Ireland E-mail: ivana.dusparic@scss.tcd.ie c AASS, School of Science and Technology, Örebro University, Sweden E-mail: franziska.klugl@oru.se d Department of Informatics, Systems and Communication, University of Milano – Bicocca, Italy E-mail: giuseppe.vizzari@unimib.it","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"233 1","pages":"1-3"},"PeriodicalIF":0.8,"publicationDate":"2021-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78297888","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}
引用次数: 1
Policy adaptation for vehicle routing 车辆路线的策略适应
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-02-15 DOI: 10.3233/aic-201577
T. Cazenave, J. Lucas, T. Triboulet, Hyoseok Kim
Nested Rollout Policy Adaptation (NRPA) is a Monte Carlo search algorithm that learns a playout policy in order to solve a single player game. In this paper we apply NRPA to the vehicle routing problem. This problem is important for large companies that have to manage a fleet of vehicles on a daily basis. Real problems are often too large to be solved exactly. The algorithm is applied to standard problem of the literature and to the specific problems of EDF (Electricité De France, the main French electric utility company). These specific problems have peculiar constraints. NRPA gives better result than the algorithm previously used by EDF.
嵌套推出策略适应(NRPA)是一种蒙特卡罗搜索算法,它学习播放策略以解决单人游戏。本文将NRPA算法应用于车辆路径问题。对于每天都要管理车队的大公司来说,这个问题很重要。真正的问题往往太大而无法精确解决。该算法应用于文献中的标准问题和法国电力公司(EDF,法国主要电力公司)的具体问题。这些具体问题有特殊的限制。NRPA算法的结果优于EDF先前使用的算法。
{"title":"Policy adaptation for vehicle routing","authors":"T. Cazenave, J. Lucas, T. Triboulet, Hyoseok Kim","doi":"10.3233/aic-201577","DOIUrl":"https://doi.org/10.3233/aic-201577","url":null,"abstract":"Nested Rollout Policy Adaptation (NRPA) is a Monte Carlo search algorithm that learns a playout policy in order to solve a single player game. In this paper we apply NRPA to the vehicle routing problem. This problem is important for large companies that have to manage a fleet of vehicles on a daily basis. Real problems are often too large to be solved exactly. The algorithm is applied to standard problem of the literature and to the specific problems of EDF (Electricité De France, the main French electric utility company). These specific problems have peculiar constraints. NRPA gives better result than the algorithm previously used by EDF.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"1 1","pages":"21-35"},"PeriodicalIF":0.8,"publicationDate":"2021-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89676269","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}
引用次数: 9
Safety perception and pedestrian dynamics: Experimental results towards affective agents modeling 安全感知与行人动力学:情感主体建模的实验结果
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-01-01 DOI: 10.3233/AIC-201576
F. Gasparini, Marta Giltri, S. Bandini
The modeling of a new generation of agent-based simulation systems supporting pedestrian and crowd management taking into account affective states represents a new research frontier. Pedestrian behaviour involves human perception processes, based on subjective and psychological aspects. Following the concept of pedestrian environmental awareness, each walker adapts his/her crossing behaviour according to environmental conditions and his/her perception of safety. Different pedestrian behaviours can be related to subjective mobility and readiness to respond, and these factors are strongly dependent on the subjective interaction with the environment. Having additional inputs about pedestrian behaviour related to their perception processes could be useful in order to develop a more representative pedestrian dynamic model. In particular, the subjective perception of the safeness of crossing should be taken into consideration. In order to focus on the pedestrians’ perception of safe road crossing and walking, an experiment in an uncontrolled urban scenario has been carried out. Besides more conventional self-assessment questionnaires, physiological responses have been considered to evaluate the affective state of pedestrians during the interaction with the urban environment. Results from the analysis of the collected data show that physiological responses are reliable indicators of safety perception while road crossing and interacting with real urban environment, suggesting the design of agent-based models for pedestrian dynamics simulations taking in account the representation of affective states.
考虑情感状态的新一代基于智能体的行人和人群管理仿真系统的建模代表了一个新的研究前沿。行人的行为涉及人类的感知过程,基于主观和心理方面。遵循行人环境意识的概念,每个步行者根据环境条件和自己的安全感知来调整自己的过马路行为。不同的行人行为可能与主观移动性和反应准备程度有关,这些因素强烈依赖于与环境的主观互动。为了开发更具代表性的行人动态模型,对与其感知过程相关的行人行为进行额外的输入可能是有用的。尤其要考虑到人们对穿越安全的主观认知。为了关注行人对安全过马路和步行的感知,在一个不受控制的城市场景下进行了实验。除了传统的自我评估问卷,生理反应也被用来评估行人在与城市环境互动过程中的情感状态。数据分析结果表明,生理反应是行人过马路和与真实城市环境互动时安全感知的可靠指标,建议设计基于智能体的行人动态模拟模型,考虑情感状态的表征。
{"title":"Safety perception and pedestrian dynamics: Experimental results towards affective agents modeling","authors":"F. Gasparini, Marta Giltri, S. Bandini","doi":"10.3233/AIC-201576","DOIUrl":"https://doi.org/10.3233/AIC-201576","url":null,"abstract":"The modeling of a new generation of agent-based simulation systems supporting pedestrian and crowd management taking into account affective states represents a new research frontier. Pedestrian behaviour involves human perception processes, based on subjective and psychological aspects. Following the concept of pedestrian environmental awareness, each walker adapts his/her crossing behaviour according to environmental conditions and his/her perception of safety. Different pedestrian behaviours can be related to subjective mobility and readiness to respond, and these factors are strongly dependent on the subjective interaction with the environment. Having additional inputs about pedestrian behaviour related to their perception processes could be useful in order to develop a more representative pedestrian dynamic model. In particular, the subjective perception of the safeness of crossing should be taken into consideration. In order to focus on the pedestrians’ perception of safe road crossing and walking, an experiment in an uncontrolled urban scenario has been carried out. Besides more conventional self-assessment questionnaires, physiological responses have been considered to evaluate the affective state of pedestrians during the interaction with the urban environment. Results from the analysis of the collected data show that physiological responses are reliable indicators of safety perception while road crossing and interacting with real urban environment, suggesting the design of agent-based models for pedestrian dynamics simulations taking in account the representation of affective states.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"2020 1","pages":"5-19"},"PeriodicalIF":0.8,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86918536","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}
引用次数: 3
Agriculture fleet vehicle routing: A decentralised and dynamic problem 农业车队路线:一个分散的动态问题
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-01-01 DOI: 10.3233/aic-201581
Marin Lujak, E. Sklar, F. Semet
To date, the research on agriculture vehicles in general and Agriculture Mobile Robots (AMRs) in particular has focused on a single vehicle (robot) and its agriculture-specific capabilities. Very little work has explored the coordination of fleets of such vehicles in the daily execution of farming tasks. This is especially the case when considering overall fleet performance, its efficiency and scalability in the context of highly automated agriculture vehicles that perform tasks throughout multiple fields potentially owned by different farmers and/or enterprises. The potential impact of automating AMR fleet coordination on commercial agriculture is immense. Major conglomerates with large and heterogeneous fleets of agriculture vehicles could operate on huge land areas without human operators to effect precision farming. In this paper, we propose the Agriculture Fleet Vehicle Routing Problem (AF-VRP) which, to the best of our knowledge, differs from any other version of the Vehicle Routing Problem studied so far. We focus on the dynamic and decentralised version of this problem applicable in environments involving multiple agriculture machinery and farm owners where concepts of fairness and equity must be considered. Such a problem combines three related problems: the dynamic assignment problem, the dynamic 3-index assignment problem and the capacitated arc routing problem. We review the state-of-the-art and categorise solution approaches as centralised, distributed and decentralised, based on the underlining decision-making context. Finally, we discuss open challenges in applying distributed and decentralised coordination approaches to this problem.
迄今为止,对农业车辆和农业移动机器人(AMRs)的研究主要集中在单个车辆(机器人)及其农业特定能力上。在日常农业任务中,很少有研究探索这种车辆车队的协调。考虑到车队的整体性能、效率和可扩展性,尤其是在高度自动化的农业车辆的背景下,这些车辆可以在不同农民和/或企业拥有的多个领域执行任务。AMR车队协调自动化对商业农业的潜在影响是巨大的。拥有庞大且异构的农业车辆车队的大型企业集团可以在大片土地上运行,而无需人工操作来实现精准农业。在本文中,我们提出了农业车队路线问题(AF-VRP),据我们所知,它不同于迄今为止研究的任何其他版本的车辆路线问题。我们关注的是这个问题的动态和分散版本,适用于涉及多个农业机械和农场所有者的环境,必须考虑公平和公平的概念。该问题结合了三个相关问题:动态分配问题、动态3指标分配问题和电容电弧布线问题。我们回顾了最先进的解决方案,并将其分类为集中式、分布式和分散式,基于强调的决策环境。最后,我们讨论了应用分布式和去中心化协调方法来解决这个问题的公开挑战。
{"title":"Agriculture fleet vehicle routing: A decentralised and dynamic problem","authors":"Marin Lujak, E. Sklar, F. Semet","doi":"10.3233/aic-201581","DOIUrl":"https://doi.org/10.3233/aic-201581","url":null,"abstract":"To date, the research on agriculture vehicles in general and Agriculture Mobile Robots (AMRs) in particular has focused on a single vehicle (robot) and its agriculture-specific capabilities. Very little work has explored the coordination of fleets of such vehicles in the daily execution of farming tasks. This is especially the case when considering overall fleet performance, its efficiency and scalability in the context of highly automated agriculture vehicles that perform tasks throughout multiple fields potentially owned by different farmers and/or enterprises. The potential impact of automating AMR fleet coordination on commercial agriculture is immense. Major conglomerates with large and heterogeneous fleets of agriculture vehicles could operate on huge land areas without human operators to effect precision farming. In this paper, we propose the Agriculture Fleet Vehicle Routing Problem (AF-VRP) which, to the best of our knowledge, differs from any other version of the Vehicle Routing Problem studied so far. We focus on the dynamic and decentralised version of this problem applicable in environments involving multiple agriculture machinery and farm owners where concepts of fairness and equity must be considered. Such a problem combines three related problems: the dynamic assignment problem, the dynamic 3-index assignment problem and the capacitated arc routing problem. We review the state-of-the-art and categorise solution approaches as centralised, distributed and decentralised, based on the underlining decision-making context. Finally, we discuss open challenges in applying distributed and decentralised coordination approaches to this problem.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"18 1","pages":"55-71"},"PeriodicalIF":0.8,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83291653","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}
引用次数: 5
Reinforcement learning vs. rule-based adaptive traffic signal control: A Fourier basis linear function approximation for traffic signal control 强化学习与基于规则的自适应交通信号控制:交通信号控制的傅里叶基线性函数逼近
IF 0.8 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2021-01-01 DOI: 10.3233/aic-201580
Theresa Ziemke, L. N. Alegre, A. Bazzan
Reinforcement learning is an efficient, widely used machine learning technique that performs well when the state and action spaces have a reasonable size. This is rarely the case regarding control-related problems, as for instance controlling traffic signals. Here, the state space can be very large. In order to deal with the curse of dimensionality, a rough discretization of such space can be employed. However, this is effective just up to a certain point. A way to mitigate this is to use techniques that generalize the state space such as function approximation. In this paper, a linear function approximation is used. Specifically, SARSA ( λ ) with Fourier basis features is implemented to control traffic signals in the agent-based transport simulation MATSim. The results are compared not only to trivial controllers such as fixed-time, but also to state-of-the-art rule-based adaptive methods. It is concluded that SARSA ( λ ) with Fourier basis features is able to outperform such methods, especially in scenarios with varying traffic demands or unexpected events.
强化学习是一种高效的、广泛使用的机器学习技术,当状态和动作空间具有合理的大小时,它表现良好。这在控制相关的问题上很少出现,比如控制交通信号。在这里,状态空间可能非常大。为了处理维数问题,可以对该空间进行粗离散化。然而,这在一定程度上是有效的。缓解这种情况的一种方法是使用一般化状态空间的技术,例如函数近似。本文采用线性函数近似。具体来说,在基于agent的交通仿真MATSim中,实现了具有傅里叶基特征的SARSA (λ)来控制交通信号。结果不仅与固定时间控制器进行了比较,而且与最先进的基于规则的自适应方法进行了比较。结论是,具有傅里叶基特征的SARSA (λ)能够优于这些方法,特别是在具有变化的交通需求或意外事件的场景中。
{"title":"Reinforcement learning vs. rule-based adaptive traffic signal control: A Fourier basis linear function approximation for traffic signal control","authors":"Theresa Ziemke, L. N. Alegre, A. Bazzan","doi":"10.3233/aic-201580","DOIUrl":"https://doi.org/10.3233/aic-201580","url":null,"abstract":"Reinforcement learning is an efficient, widely used machine learning technique that performs well when the state and action spaces have a reasonable size. This is rarely the case regarding control-related problems, as for instance controlling traffic signals. Here, the state space can be very large. In order to deal with the curse of dimensionality, a rough discretization of such space can be employed. However, this is effective just up to a certain point. A way to mitigate this is to use techniques that generalize the state space such as function approximation. In this paper, a linear function approximation is used. Specifically, SARSA ( λ ) with Fourier basis features is implemented to control traffic signals in the agent-based transport simulation MATSim. The results are compared not only to trivial controllers such as fixed-time, but also to state-of-the-art rule-based adaptive methods. It is concluded that SARSA ( λ ) with Fourier basis features is able to outperform such methods, especially in scenarios with varying traffic demands or unexpected events.","PeriodicalId":50835,"journal":{"name":"AI Communications","volume":"7 1","pages":"89-103"},"PeriodicalIF":0.8,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74977315","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}
引用次数: 3
期刊
AI Communications
全部 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