← Search

Aleksandr Panov

25 accepted papers

2026

Dynamic Neural Potential Field: Online Trajectory Optimization in Presence of Moving Obstacles

ICRA 2026poster

Generalist robot policies must operate safely and reliably in everyday human environments such as homes, offices, and warehouses, where people and objects move unpredictably. We present Dynamic Neural Potential Field (NPField-GPT), a learning-enhanced model predictive control (MPC) framework that co…

Cited by 0codeScholar
2026

KAGE-Bench: Fast Known-Axis Visual Generalization Evaluation for Reinforcement Learning

ICML 2026poster

Pixel-based reinforcement learning agents often fail under purely visual distribution shift even when latent dynamics and rewards are unchanged, but existing benchmarks entangle multiple sources of shift and hinder systematic analysis. We introduce KAGE-Env, a JAX-native 2D platformer that factorize…

Cited by 0SourceScholar
2026

Knowledge-Guided Manipulation Using Multi-Task Reinforcement Learning

ICRA 2026poster

This paper introduces Knowledge-Guided Massively Multi-task Model-based Policy Optimization (KG-M3PO), a framework for multi-task robotic manipulation in partially observable settings that unifies Perception, Knowledge, and Policy. KG-M3PO leverages a model-based policy optimization method to contro…

2026

Memory, Benchmark & Robots: A Benchmark for Solving Complex Tasks with Reinforcement Learning

ICLR 2026poster

Memory is crucial for enabling agents to tackle complex tasks with temporal and spatial dependencies. While many reinforcement learning (RL) algorithms incorporate memory, the field lacks a universal benchmark to assess an agent's memory capabilities across diverse scenarios. This gap is particularl…

Cited by 0SourcecodeScholar
2026

TOCALib: Optimal Control Library with Interpolation for Bimanual Manipulation and Obstacles Avoidance

ICRA 2026poster

The paper presents a new approach for constructing a library of optimal trajectories for two robotic manipulators, Two-Arm Optimal Control and Avoidance Library (TOCALib). The optimization takes into account kinodynamic and other constraints within the FROST framework. The novelty of the method lies…

2026

Unraveling the Complexity of Memory in RL Agents: an Approach for Classification and Evaluation

ICLR 2026poster

The incorporation of memory into agents is essential for numerous tasks within the domain of Reinforcement Learning (RL). In particular, memory is paramount for tasks that require the use of past information, adaptation to novel environments, and improved sample efficiency. However, the term ``memor…

Cited by 0SourceScholar
2025

Advancing Learnable Multi-Agent Pathfinding Solvers with Active Fine-Tuning

IROS 2025

Multi-agent pathfinding (MAPF) is a common abstraction of multi-robot trajectory planning problems, where multiple homogeneous robots simultaneously move in the shared environment. While solving MAPF optimally has been proven to be NP-hard, scalable, and efficient, solvers are vital for real-world a

Cited by 3SourceScholar
2025

AmbiK: Dataset of Ambiguous Tasks in Kitchen Environment

ACL 2025long

As a part of an embodied agent, Large Language Models (LLMs) are typically used for behavior planning given natural language instructions from the user. However, dealing with ambiguous instructions in real-world environments remains a challenge for LLMs. Various methods for task ambiguity detection…

2025

CrafText Benchmark: Advancing Instruction Following in Complex Multimodal Open-Ended World

ACL 2025long

Following instructions in real-world conditions requires a capability to adapt to the world’s volatility and entanglement: the environment is dynamic and unpredictable, instructions can be linguistically complex with diverse vocabulary, and the number of possible goals an agent may encounter is vast…

Cited by 0SourcePDFScholar
2025

Learning Successor Features with Distributed Hebbian Temporal Memory

ICLR 2025poster

This paper presents a novel approach to address the challenge of online sequence learning for decision making under uncertainty in non-stationary, partially observable environments. The proposed algorithm, Distributed Hebbian Temporal Memory (DHTM), is based on the factor graph formalism and a multi…

Cited by 0SourcePDFScholar
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

Gradual Optimization Learning for Conformational Energy Minimization

ICLR 2024poster

Molecular conformation optimization is crucial to computer-aided drug discovery and materials design. Traditional energy minimization techniques rely on iterative optimization methods that use molecular forces calculated by a physical simulator (oracle) as anti-gradients. However, this is a computat…

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

Neural Potential Field for Obstacle-Aware Local Motion Planning

ICRA 2024poster

Model predictive control (MPC) may provide local motion planning for mobile robotic platforms. The challenging aspect is the analytic representation of collision cost for the case when both the obstacle map and robot footprint are arbitrary. We propose a Neural Potential Field: a neural network mode…

Cited by 5SourceScholar
2024

Object-Centric Learning with Slot Mixture Module

ICLR 2024poster

Object-centric architectures usually apply a differentiable module to the entire feature map to decompose it into sets of entity representations called slots. Some of these methods structurally resemble clustering algorithms, where the cluster's center in latent space serves as a slot representation…

2023

Policy Optimization to Learn Adaptive Motion Primitives in Path Planning With Dynamic Obstacles

RA-L 2023

This letter addresses the kinodynamic motion planning for non-holonomic robots in dynamic environments with both static and dynamic obstacles – a challenging problem that lacks a universal solution yet. One of the promising approaches to solve it is decomposing the problem into the smaller sub-probl

Cited by 21SourceScholar
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…