← Search

Konstantin Yakovlev

14 accepted papers

2025

MAPF-GPT: Imitation Learning for Multi-Agent Pathfinding at Scale

AAAI 2025technical

Multi-agent pathfinding (MAPF) is a problem that generally requires finding collision-free paths for multiple agents in a shared environment. Solving MAPF optimally, even under restrictive assumptions, is NP-hard, yet efficient solutions for this problem are critical for numerous applications, such…

2025

POGEMA: A Benchmark Platform for Cooperative Multi-Agent Pathfinding

ICLR 2025poster

Multi-agent reinforcement learning (MARL) has recently excelled in solving challenging cooperative and competitive multi-agent problems in various environments, typically involving a small number of agents and full observability. Moreover, a range of crucial robotics-related tasks, such as multi-rob…

2024

Decentralized Monte Carlo Tree Search for Partially Observable Multi-Agent Pathfinding

AAAI 2024technical

The Multi-Agent Pathfinding (MAPF) problem involves finding a set of conflict-free paths for a group of agents confined to a graph. In typical MAPF scenarios, the graph and the agents' starting and ending vertices are known beforehand, allowing the use of centralized planning algorithms. However, in…

2024

Exploring Jacobian Inexactness in Second-Order Methods for Variational Inequalities: Lower Bounds, Optimal Algorithms and Quasi-Newton Approximations

NeurIPS 2024spotlight

Variational inequalities represent a broad class of problems, including minimization and min-max problems, commonly found in machine learning. Existing second-order and high-order methods for variational inequalities require precise computation of derivatives, often resulting in prohibitively high i…

Cited by 0SourcePDFScholar
2024

Learn to Follow: Decentralized Lifelong Multi-Agent Pathfinding via Planning and Learning

AAAI 2024technical

Multi-agent Pathfinding (MAPF) problem generally asks to find a set of conflict-free paths for a set of agents confined to a graph and is typically solved in a centralized fashion. Conversely, in this work, we investigate the decentralized MAPF setting, when the central controller that possesses all…

2024

Toolken+: Improving LLM Tool Usage with Reranking and a Reject Option

EMNLP 2024finding

The recently proposed ToolkenGPT tool learning paradigm demonstrates promising performance but suffers from two major issues: first, it cannot benefit from tool documentation, and second, it often makes mistakes in whether to use a tool at all. We introduce Toolken+ that mitigates the first problem…

Cited by 0SourcePDFScholar
2023

GEC-DePenD: Non-Autoregressive Grammatical Error Correction with Decoupled Permutation and Decoding

ACL 2023long

Grammatical error correction (GEC) is an important NLP task that is currently usually solved with autoregressive sequence-to-sequence models. However, approaches of this class are inherently slow due to one-by-one token generation, so non-autoregressive alternatives are needed. In this work, we prop…

2023

TransPath: Learning Heuristics for Grid-Based Pathfinding via Transformers

AAAI 2023technical

Heuristic search algorithms, e.g. A*, are the commonly used tools for pathfinding on grids, i.e. graphs of regular structure that are widely employed to represent environments in robotics, video games, etc. Instance-independent heuristics for grid graphs, e.g. Manhattan distance, do not take the obs…

2021

Improving Continuous-time Conflict Based Search

AAAI 2021technical

Conflict-Based Search (CBS) is a powerful algorithmic framework for optimally solving classical multi-agent path finding (MAPF) problems, where time is discretized into the time steps. Continuous-time CBS (CCBS) is a recently proposed version of CBS that guarantees optimal solutions without the need…

2020

Automatic tool for Gazebo world construction: from a grayscale image to a 3D solid model

ICRA 2020poster

Robot simulators provide an easy way for evaluation of new concepts and algorithms in a simulated physical environment reducing development time and cost. Therefore it is convenient to have a tool that quickly creates a 3D landscape from an arbitrary 2D image or 2D laser range finder data. This pape…

Cited by 76SourceScholar