中文
相关论文

相关论文: RockIt: Exploiting Parallelism and Symmetry for MA…

200 篇论文

PIBT is a rule-based Multi-Agent Path Finding (MAPF) solver, widely used as a low-level planner or action sampler in many state-of-the-art approaches. Its primary advantage lies in its exceptional speed, enabling action selection for…

多智能体系统 · 计算机科学 2025-11-14 Egor Yukhnevich , Anton Andreychuk

Machine learning (ML)-based planners have recently gained significant attention. They offer advantages over traditional optimization-based planning algorithms. These advantages include fewer manually selected parameters and faster…

计算机视觉与模式识别 · 计算机科学 2025-04-22 Hui Zhou , Shaoshuai Shi , Hongsheng Li

Foundation models have impressive performance and generalization capabilities across a wide range of applications. The increasing size of the models introduces great challenges for the training. Tensor parallelism is a critical technique…

分布式、并行与集群计算 · 计算机科学 2023-01-23 Shenggan Cheng , Ziming Liu , Jiangsu Du , Yang You

The problem of Multi-agent Path Finding (MAPF) consists in providing agents with efficient paths while preventing collisions. Numerous solvers have been developed so far since MAPF is critical for practical applications such as automated…

多智能体系统 · 计算机科学 2020-12-15 Keisuke Okumura , Yasumasa Tamura , Xavier Défago

Sum-product networks (SPNs) are a class of probabilistic graphical models that allow tractable marginal inference. However, the maximum a posteriori (MAP) inference in SPNs is NP-hard. We investigate MAP inference in SPNs from both…

人工智能 · 计算机科学 2017-11-21 Jun Mei , Yong Jiang , Kewei Tu

The core of molecular dynamics simulation fundamentally lies in the interatomic potential. Traditional empirical potentials lack accuracy, while first-principles methods are computationally prohibitive. Machine learning interatomic…

机器学习 · 计算机科学 2026-03-25 Shuyu Bi , Zhede Zhao , Qiangchao Sun , Tao Hu , Xionggang Lu , Hongwei Cheng

Graph pattern mining applications try to find all embeddings that match specific patterns. Compared to the traditional graph computation, graph mining applications are computation-intensive. The state-of-the-art method, pattern enumeration,…

硬件体系结构 · 计算机科学 2021-04-20 Gengyu Rao , Jingji Chen , Jason Yik , Xuehai Qian

Compound AI applications, which compose calls to ML models using a general-purpose programming language like Python, are widely used for a variety of user-facing tasks, from software engineering to enterprise automation, making their…

分布式、并行与集群计算 · 计算机科学 2026-05-19 Stephen Mell , David Mell , Konstantinos Kallas , Steve Zdancewic , Osbert Bastani

More and more large data collections are gathered worldwide in various IT systems. Many of them possess the networked nature and need to be processed and analysed as graph structures. Due to their size they require very often usage of…

分布式、并行与集群计算 · 计算机科学 2013-06-04 Tomasz Kajdanowicz , Przemyslaw Kazienko , Wojciech Indyk

Distributed processing frameworks, such as MapReduce, Hadoop, and Spark are popular systems for processing large amounts of data. The design of efficient algorithms in these frameworks is a challenging problem, as the systems both require…

数据结构与算法 · 计算机科学 2019-05-07 MohammadTaghi Hajiaghayi , Silvio Lattanzi , Saeed Seddighin , Cliff Stein

Recent large reasoning models (LRMs) have made substantial progress in complex reasoning tasks, yet they often generate lengthy reasoning paths for every query, incurring unnecessary computation and latency. Existing speed-up approaches…

计算与语言 · 计算机科学 2026-01-08 Zhaofeng Zhong , Wei Yuan , Tong Chen , Xiangyu Zhao , Quoc Viet Hung Nguyen , Hongzhi Yin

In this paper, we focus on learning effective entity matching models over multi-source large-scale data. For real applications, we relax typical assumptions that data distributions/spaces, or entity identities are shared between sources,…

机器学习 · 统计学 2021-12-07 Jian Liang , Fangrui Lv , Di Liu , Zehui Dai , Xu Tian , Shuang Li , Fei Wang , Han Li

The Massively Parallel Computation (MPC) model serves as a common abstraction of many modern large-scale parallel computation frameworks and has recently gained a lot of importance, especially in the context of classic graph problems.…

数据结构与算法 · 计算机科学 2018-07-20 Sebastian Brandt , Manuela Fischer , Jara Uitto

We present Integer Linear Programming (ILP) Modulo Theories (IMT). An IMT instance is an Integer Linear Programming instance, where some symbols have interpretations in background theories. In previous work, the IMT approach has been…

计算机科学中的逻辑 · 计算机科学 2013-04-09 Panagiotis Manolios , Vasilis Papavasileiou

Maximum a posteriori (MAP) inference is a fundamental computational paradigm for statistical inference. In the setting of graphical models, MAP inference entails solving a combinatorial optimization problem to find the most likely…

机器学习 · 计算机科学 2020-03-03 Jonathan N. Lee , Aldo Pacchiano , Michael I. Jordan

The performance of Maximum a posteriori (MAP) estimation is studied analytically for binary symmetric multi-channel Hidden Markov processes. We reduce the estimation problem to a 1D Ising spin model and define order parameters that…

统计力学 · 物理学 2015-06-11 Avik Halder , Ansuman Adhikary

Goal-level Independent and-parallelism (IAP) is exploited by scheduling for simultaneous execution two or more goals which will not interfere with each other at run time. This can be done safely even if such goals can produce multiple…

编程语言 · 计算机科学 2011-07-26 Pablo Chico de Guzmán , Amadeo Casas , Manuel Carro , Manuel V. Hermenegildo

This paper proposes a parallel-in-time method for computing continuous-time maximum-a-posteriori (MAP) trajectory estimates of the states of partially observed stochastic differential equations (SDEs), with the goal of improving…

分布式、并行与集群计算 · 计算机科学 2025-12-16 Hassan Razavi , Ángel F. García-Fernández , Simo Särkkä

Local search is a successful approach for solving combinatorial optimization and constraint satisfaction problems. With the progressing move toward multi and many-core systems, GPUs and the quest for Exascale systems, parallelism has become…

编程语言 · 计算机科学 2013-05-13 Rui Machado , Salvador Abreu , Daniel Diaz

To achieve high performance on modern computers, it is vital to map algorithmic parallelism to that inherent in the hardware. From an application developer's perspective, it is also important that code can be maintained in a portable manner…

分布式、并行与集群计算 · 计算机科学 2016-06-20 Alan Gray , Kevin Stratford