paper-with-me

홈 › Papers

PRANK: motion Prediction based on RANKing

2020-10-22 · NeurIPS 2020 12 · Yuriy Biktairov, Maxim Stebelev, Irina Rudenko, Oleh Shliazhko, Boris Yangel

Predicting the motion of agents such as pedestrians or human-driven vehicles is one of the most critical problems in the autonomous driving domain. The overall safety of driving and the comfort of a passenger directly depend on its successful solution. The motion prediction problem also remains one of the most challenging problems in autonomous driving engineering, mainly due to high variance of the possible agent's future behavior given a situation. The two phenomena responsible for the said variance are the multimodality caused by the uncertainty of the agent's intent (e.g., turn right or move forward) and uncertainty in the realization of a given intent (e.g., which lane to turn into). To be useful within a real-time autonomous driving pipeline, a motion prediction system must provide efficient ways to describe and quantify this uncertainty, such as computing posterior modes and their probabilities or estimating density at the point corresponding to a given trajectory. It also should not put substantial density on physically impossible trajectories, as they can confuse the system processing the predictions. In this paper, we introduce the PRANK method, which satisfies these requirements. PRANK takes rasterized bird-eye images of agent's surroundings as an input and extracts features of the scene with a convolutional neural network. It then produces the conditional distribution of agent's trajectories plausible in the given scene. The key contribution of PRANK is a way to represent that distribution using nearest-neighbor methods in latent trajectory space, which allows for efficient inference in real time. We evaluate PRANK on the in-house and Argoverse datasets, where it shows competitive results.

📄 PDF Abstract BibTeX arXiv:2010.12007

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMotion Forecastingmotion predictionPredictionTrajectory Prediction

Similar Papers 제목 키워드 기반

TSPRank: Bridging Pairwise and Listwise Methods with a Bilinear Travelling Salesman Model

2024-11-18 · Weixian Waylon Li, Yftah Ziser, Yifei Xie, Shay B. Cohen 외

Traditional Learning-To-Rank (LETOR) approaches, including pairwise methods like RankNet and LambdaMART, often fall short by solely focusing on pairwise comparisons, leading to sub-optimal global rankings. Conversely, de…

Information RetrievalLearning-To-Rank

DeepRank: A New Deep Architecture for Relevance Ranking in Information Retrieval

2017-10-16 · 26th ACM International Conference on Information and Knowledge Management (CIKM '17) 2017 10 · Liang Pang, Yanyan Lan, Jiafeng Guo, Jun Xu 외

This paper concerns a deep learning approach to relevance ranking in information retrieval (IR). Existing deep IR models such as DSSM and CDSSM directly apply neural networks to generate ranking scores, without explicit …

Deep LearningInformation RetrievalRetrieval

UNT-SimpRank: Systems for Lexical Simplification Ranking

2012-07-01 · SEMEVAL 2012 7 · Ravi Sinha
Lexical Simplification

TopRank: A practical algorithm for online stochastic ranking

2018-06-06 · NeurIPS 2018 12 · Tor Lattimore, Branislav Kveton, Shuai Li, Csaba Szepesvari

Online learning to rank is a sequential decision-making problem where in each round the learning agent chooses a list of items and receives feedback in the form of clicks from the user. Many sample-efficient algorithms h…

Decision MakingLearning-To-RankPositionSequential Decision Making

GroupRank: A Groupwise Paradigm for Effective and Efficient Passage Reranking with LLMs

2025-11-10 · Meixiu Long, Duolin Sun, Dan Yang, Yihan Jiao 외 arxiv

Large Language Models (LLMs) have emerged as powerful tools for passage reranking in information retrieval, leveraging their superior reasoning capabilities to address the limitations of conventional models on complex qu…

Reinforcement LearningInformation Retrieval