paper-with-me

Papers

MIDAS: Multi-agent Interaction-aware Decision-making with Adaptive Strategies for Urban Autonomous Navigation

2020-08-17 · Xiaoyi Chen, Pratik Chaudhari

Autonomous navigation in crowded, complex urban environments requires interacting with other agents on the road. A common solution to this problem is to use a prediction model to guess the likely future actions of other agents. While this is reasonable, it leads to overly conservative plans because it does not explicitly model the mutual influence of the actions of interacting agents. This paper builds a reinforcement learning-based method named MIDAS where an ego-agent learns to affect the control actions of other cars in urban driving scenarios. MIDAS uses an attention-mechanism to handle an arbitrary number of other agents and includes a "driver-type" parameter to learn a single policy that works across different planning objectives. We build a simulation environment that enables diverse interaction experiments with a large number of agents and methods for quantitatively studying the safety, efficiency, and interaction among vehicles. MIDAS is validated using extensive experiments and we show that it (i) can work across different road geometries, (ii) results in an adaptive ego policy that can be tuned easily to satisfy performance criteria such as aggressive or cautious driving, (iii) is robust to changes in the driving policies of external agents, and (iv) is more efficient and safer than existing approaches to interaction-aware decision-making.

📄 PDF Abstract BibTeX arXiv:2008.07081

Code (1)

sherrychen1120/MIDAS 공식 구현 pytorch

Tasks

Autonomous NavigationDecision Making

Similar Papers 제목 키워드 기반

Trajectory Imputation in Multi-Agent Sports with Derivative-Accumulating Self-Ensemble

2024-08-20 · Han-Jun Choi, Hyunsung Kim, Minho Lee, Minchul Jeong 외

Multi-agent trajectory data collected from domains such as team sports often suffer from missing values due to various factors. While many imputation methods have been proposed for spatiotemporal data, they are not well-…

ImputationMissing Values

MiDAS: Multi-integrated Domain Adaptive Supervision for Fake News Detection

2022-05-19 · Abhijit Suprem, Calton Pu

COVID-19 related misinformation and fake news, coined an 'infodemic', has dramatically increased over the past few years. This misinformation exhibits concept drift, where the distribution of fake news changes over time,…

Domain AdaptationFake News DetectionMisinformationNews Classification

MIDAS: A Dialog Act Annotation Scheme for Open Domain HumanMachine Spoken Conversations

2021-04-01 · EACL 2021 2 · Dian Yu, Zhou Yu

Dialog act prediction in open-domain conversations is an essential language comprehension task for both dialog system building and discourse analysis. Previous dialog act schemes, such as SWBD-DAMSL, are designed mainly …

Transfer Learning

MIDAS: A Dialog Act Annotation Scheme for Open Domain Human Machine Spoken Conversations

2019-08-27 · Dian Yu, Zhou Yu

Dialog act prediction is an essential language comprehension task for both dialog system building and discourse analysis. Previous dialog act schemes, such as SWBD-DAMSL, are designed for human-human conversations, in wh…

Transfer Learning

Multi-Granularity Detector for Vulnerability Fixes

2023-05-23 · Truong Giang Nguyen, Thanh Le-Cong, Hong Jin Kang, Ratnadira Widyasari 외

With the increasing reliance on Open Source Software, users are exposed to third-party library vulnerabilities. Software Composition Analysis (SCA) tools have been created to alert users of such vulnerabilities. SCA requ…