ΑΙhub 10月28日 16:38
ECAI-2025 颁发人工智能杰出论文奖
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

在2025年欧洲人工智能会议(ECAI-2025)上,颁发了ECAI-2025和Prestigious Applications of Intelligent Systems (PAIS-2025)杰出论文奖。ECAI-2025的获奖论文包括“FAIRGAME: A Framework for AI Agents Bias Recognition Using Game Theory”,该框架利用博弈论识别AI代理的偏见;“Conditional Dominance Analysis for Classical Planning”,提出了一种条件支配分析方法;以及“Analysing Temporal Reasoning in Description Logics Using Formal Grammars”,将时间推理与形式语法联系起来。PAIS-2025的获奖论文是“Optimizing Parcels Sorting Through Reinforcement Learning for Intralogistics”,展示了如何利用强化学习优化包裹分拣过程。

✨ **FAIRGAME框架提升AI代理偏见识别能力**:该框架结合博弈论,为AI代理在多智能体应用中的交互提供了一个标准化、用户友好的IT工具,便于识别和预测AI结果中的偏见,从而促进AI的可信赖应用。它通过模拟游戏场景,能够系统性地发现偏见,并预测策略互动产生的行为。

🧠 **条件支配分析优化经典规划问题**:针对规划任务中状态比较的挑战,该研究提出了“条件支配”新概念,允许在特定条件下识别一个事实支配另一个事实,而非仅限于所有情境下的事实支配。通过自动寻找相关上下文,该方法能在特定领域实现显著的搜索空间剪枝,提高规划效率。

⏳ **描述逻辑时间推理与形式语法新关联**:该研究成功建立了TEL◯(一种带LTL算子◯k的时间逻辑)与特定类型形式语法(特别是结合了相交运算的联络文法)之间的对应关系。这一发现不仅解决了TEL◯模型最终周期性的悬而未决问题,并证明了其查询回答的不可判定性,还为部分新颖的TEL◯片段查询回答的判定性研究提供了工具。

📦 **强化学习优化物流包裹分拣效率**:该论文展示了如何利用强化学习(RL)结合机器视觉技术,实现 intralogistics 中包裹分拣过程的全面自动化。通过使用Proximal Policy Optimization (PPO)算法进行策略训练,并在实际分拣模块中部署,实验结果显示了高达96.5%的在分布内和94%的在分布外分拣准确率,有效解决了传统方法自动化程度低和适应性差的问题。


The 28th European Conference on Artificial Intelligence (ECAI-2025) is currently taking place in Bologna, Italy, running from 25-30 October 2025. During the opening ceremony, the winners of the ECAI-2025 and Prestigious Applications of Intelligent Systems (PAIS-2025) outstanding paper awards were announced. And the winners are…

ECAI-2025 outstanding papers


FAIRGAME: A Framework for AI Agents Bias Recognition Using Game Theory
Alessio Buscemi, Daniele Proverbio, Alessandro Di Stefano, The Anh Han, German Castignani, Pietro Liò

Abstract: Letting AI agents interact in multi-agent applications adds a layer of complexity to the interpretability and prediction of AI outcomes, with profound implications for their trustworthy adoption in research and society. Game theory offers powerful models to capture and interpret strategic interaction among agents, but requires the support of reproducible, standardized and user-friendly IT frameworks to enable comparison and interpretation of results. To this end, we present FAIRGAME, a Framework for AI Agents Bias Recognition using Game Theory. We describe its implementation and usage, and we employ it to uncover biased outcomes in popular games among AI agents, depending on the employed Large Language Model (LLM) and used language, as well as on the personality trait or strategic knowledge of the agents. Overall, FAIRGAME allows users to reliably and easily simulate their desired games and scenarios and compare the results across simulation campaigns and with game-theoretic predictions, enabling the systematic discovery of biases, the anticipation of emerging behavior out of strategic interplays, and empowering further research into strategic decision-making using LLM agents.

Read the paper in full here.


Conditional Dominance Analysis for Classical Planning
Anna Wilhelm, Álvaro Torralba

Abstract: Dominance analysis methods compare pairs of states in a planning task to prove that one is at least as close to the goal as other. Existing methods compute fact-dominance relations, which identify facts that are at least as good as others in any situation. However, this is only possible when a fact is at least as good as another in every single possible context. We introduce a new notion of conditional dominance, which can identify that a fact dominates another under certain conditions. We extend previous methods to compute dominance by taking into account a set of “contexts” in order to find maximal dominance relations. We propose several strategies to find relevant contexts automatically and show that even with one single condition, one can achieve significant pruning in certain domains.

Read the paper in full here.


Analysing Temporal Reasoning in Description Logics Using Formal Grammars
Camille Bourgaux, Anton Gnatenko, Michaël Thomazo

Abstract: We establish a correspondence between (fragments of) TEL, a temporal extension of the EL description logic with the LTL operator ◯k, and some specific kinds of formal grammars, in particular, conjunctive grammars (context-free grammars equipped with the operation of intersection). This connection implies that TEL does not possess the property of ultimate periodicity of models, and further leads to undecidability of query answering in TEL, closing a question left open since the introduction of TEL. Moreover, it also allows to establish decidability of query answering for some new interesting fragments of TEL, and to reuse for this purpose existing tools and algorithms for conjunctive grammars.

Read the paper in full here.


PAIS-2025 outstanding paper

Optimizing Parcels Sorting Through Reinforcement Learning for Intralogistics
Loris Roveda, Marco Maccarini, Filippo Pura, Fabio Reiso and Blerina Spahiu

Abstract: Sorting of parcels is a critical process in intralogistics for the proper processing and dispatching of packages. Commonly, such a process is manually executed by operators along the plant, without any added value, and might result in musculoskeletal injuries due to the non-ergonomic working conditions. Automation solutions are also present in the market and scientific literature. However, available solutions are usually implemented with pre-defined, simplified sorting rules/finite state machines capable of managing only a limited number of parcel types/sorting scenarios. To generalize and fully automate the sorting process in intralogistics, we propose to employ Reinforcement Learning (RL) for the derivation of sorting policies in combination with machine vision for the online tracking of the parcels, used as the state of the RL. More in detail, the on-policy Proximal Policy Optimization (PPO) algorithm is used for RL, and Yolo is chosen as the machine vision algorithm for parcel recognition and tracking. Based on the AMS sorting module of the SAIET Engineering company, a modular kinematic model (with parcels collision modeling) of the sorting system (an n by m AMS – i.e., 2-action actuators – matrix) is derived, and used as the environment for the PPO. Offline sorting policy training is performed by randomizing the parcel number, size, and entry positions. The trained policy is then deployed to the sorting module, which is equipped with cameras for machine vision implementation and performance evaluation. In-distribution and out-of-distribution (i.e., with parcel types not considered in the off-line training) tests achieved the target performance of 96.5% and 94% sorting accuracy, respectively.

Read the paper in full here.


The conference proceedings can be found here.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

ECAI-2025 人工智能 杰出论文奖 博弈论 AI偏见 规划 描述逻辑 强化学习 包裹分拣 ECAI-2025 Artificial Intelligence Outstanding Paper Awards Game Theory AI Bias Planning Description Logics Reinforcement Learning Parcel Sorting
相关文章