← Search

Mitchell Black

13 accepted papers

2026

ReFORM: Reflected Flows for On-support Offline RL via Noise Manipulation

ICLR 2026poster

Offline reinforcement learning (RL) aims to learn the optimal policy from a fixed dataset generated by behavior policies without additional environment interactions. One common challenge that arises in this setting is the out-of-distribution (OOD) error, which occurs when the policy leaves the train…

Cited by 0SourcecodeScholar
2026

Safety on the Fly: Constructing Robust Safety Filters Via Policy Control Barrier Functions at Runtime

ICRA 2026poster

Control Barrier Functions (CBFs) have proven to be an effective tool for performing safe control synthesis for nonlinear systems. However, guaranteeing safety in the presence of disturbances and input constraints for high relative degree systems is a difficult problem. In this work, we propose the R…

2026

Solving Parameter-Robust Avoid Problems with Unknown Feasibility using Reinforcement Learning

ICLR 2026poster

Recent advances in deep reinforcement learning (RL) have achieved strong results on high-dimensional control tasks, but applying RL to reachability problems raises a fundamental mismatch: reachability seeks to maximize the set of states from which a system remains safe indefinitely, while RL optimiz…

Cited by 0SourceScholar
2026

Understanding Truncated Positional Encodings for Graph Neural Networks

ICML 2026poster

Positional encodings (PEs) enhance the power of graph neural networks (GNNs), both theoretically and empirically. Two of the most popular families of PEs---spectral (e.g., Laplacian eigenspaces, effective resistance) and random walk (polynomials of the adjacency matrix)---are theoretically equivalen…

Cited by 0SourceScholar
2025

Discrete GCBF Proximal Policy Optimization for Multi-agent Safe Optimal Control

ICLR 2025poster

Control policies that can achieve high task performance and satisfy safety constraints are desirable for any system, including multi-agent systems (MAS). One promising technique for ensuring the safety of MAS is distributed control barrier functions (CBF). However, it is difficult to design distribu…

2025

Safety on the Fly: Constructing Robust Safety Filters via Policy Control Barrier Functions at Runtime

RA-L 2025

Control Barrier Functions (CBFs) have proven to be an effective tool for performing safe control synthesis for nonlinear systems. However, guaranteeing safety in the presence of disturbances and input constraints for high relative degree systems is a difficult problem. In this work, we propose the R

Cited by 9SourceScholar
2025

Solving Multi-Agent Safe Optimal Control with Distributed Epigraph Form MARL

RSS 2025poster

Tasks for multi-robot systems often require the robots to collaborate and complete a team goal while maintaining safety. This problem is usually formalized as a Constrained Markov decision process (CMDP), which targets minimizing a global cost and bringing the mean of constraint violation below a us…

Cited by 0PDFScholar
2024

Biharmonic Distance of Graphs and its Higher-Order Variants: Theoretical Properties with Applications to Centrality and Clustering

ICML 2024poster

Effective resistance is a distance between vertices of a graph that is both theoretically interesting and useful in applications. We study a variant of effective resistance called the biharmonic distance. While the effective resistance measures how well-connected two vertices are, we prove several t…

Cited by 3SourcePDFScholar
2024

CBFkit: A Control Barrier Function Toolbox for Robotics Applications

IROS 2024poster

This paper introduces CBFkit, a Python/ROS toolbox for safe robotics planning and control under uncertainty. The toolbox provides a general framework for designing control barrier functions for mobility systems within both deterministic and stochastic environments. It can be connected to the ROS ope…

Cited by 2SourcecodeScholar
2024

Comparing Graph Transformers via Positional Encodings

ICML 2024poster

The distinguishing power of graph transformers is tied to the choice of *positional encoding*: features used to augment the base transformer with information about the graph. There are two primary types of positional encoding: *absolute positional encodings (APEs)* and *relative positional encodings…

2023

Safety Under Uncertainty: Tight Bounds with Risk-Aware Control Barrier Functions

ICRA 2023poster

We propose a novel class of risk-aware control barrier functions (RA-CBFs) for the control of stochastic safety-critical systems. Leveraging a result from the stochastic level-crossing literature, we deviate from the martingale theory that is currently used in stochastic CBF techniques and prove tha…

Cited by 23SourceScholar
2023

Understanding Oversquashing in GNNs through the Lens of Effective Resistance

ICML 2023poster

Message passing graph neural networks (GNNs) are a popular learning architectures for graph-structured data. However, one problem GNNs experience is oversquashing, where a GNN has difficulty sending information between distant nodes. Understanding and mitigating oversquashing has recently received s…