Skip to main content

Showing 1–12 of 12 results for author: Tas, O S

.
  1. arXiv:2505.20414  [pdf, ps, other

    cs.CV cs.AI cs.RO

    RetroMotion: Retrocausal Motion Forecasting Models are Instructable

    Authors: Royden Wagner, Omer Sahin Tas, Felix Hauser, Marlon Steiner, Dominik Strutz, Abhishek Vivekanandan, Carlos Fernandez, Christoph Stiller

    Abstract: Motion forecasts of road users (i.e., agents) vary in complexity as a function of scene constraints and interactive behavior. We address this with a multi-task learning method for motion forecasting that includes a retrocausal flow of information. The corresponding tasks are to forecast (1) marginal trajectory distributions for all modeled agents and (2) joint trajectory distributions for interact… ▽ More

    Submitted 26 May, 2025; originally announced May 2025.

  2. arXiv:2505.15863  [pdf, ps, other

    cs.CV cs.AI cs.RO

    Generative AI for Autonomous Driving: A Review

    Authors: Katharina Winter, Abhishek Vivekanandan, Rupert Polley, Yinzhe Shen, Christian Schlauch, Mohamed-Khalil Bouzidi, Bojan Derajic, Natalie Grabowsky, Annajoyce Mariani, Dennis Rochau, Giovanni Lucente, Harsh Yadav, Firas Mualla, Adam Molin, Sebastian Bernhard, Christian Wirth, Ömer Şahin Taş, Nadja Klein, Fabian B. Flohr, Hanno Gottschalk

    Abstract: Generative AI (GenAI) is rapidly advancing the field of Autonomous Driving (AD), extending beyond traditional applications in text, image, and video generation. We explore how generative models can enhance automotive tasks, such as static map creation, dynamic scenario generation, trajectory forecasting, and vehicle motion planning. By examining multiple generative approaches ranging from Variatio… ▽ More

    Submitted 21 May, 2025; originally announced May 2025.

    Comments: This work has been submitted to the IEEE for possible publication

  3. arXiv:2502.07631  [pdf, other

    cs.CV

    Divide and Merge: Motion and Semantic Learning in End-to-End Autonomous Driving

    Authors: Yinzhe Shen, Omer Sahin Tas, Kaiwen Wang, Royden Wagner, Christoph Stiller

    Abstract: Perceiving the environment and its changes over time corresponds to two fundamental yet heterogeneous types of information: semantics and motion. Previous end-to-end autonomous driving works represent both types of information in a single feature vector. However, including motion related tasks, such as prediction and planning, impairs detection and tracking performance, a phenomenon known as negat… ▽ More

    Submitted 2 April, 2025; v1 submitted 11 February, 2025; originally announced February 2025.

  4. arXiv:2408.01537  [pdf, other

    cs.CV cs.RO

    SceneMotion: From Agent-Centric Embeddings to Scene-Wide Forecasts

    Authors: Royden Wagner, Ömer Sahin Tas, Marlon Steiner, Fabian Konstantinidis, Hendrik Königshof, Marvin Klemp, Carlos Fernandez, Christoph Stiller

    Abstract: Self-driving vehicles rely on multimodal motion forecasts to effectively interact with their environment and plan safe maneuvers. We introduce SceneMotion, an attention-based model for forecasting scene-wide motion modes of multiple traffic agents. Our model transforms local agent-centric embeddings into scene-wide forecasts using a novel latent context module. This module learns a scene-wide late… ▽ More

    Submitted 29 November, 2024; v1 submitted 2 August, 2024; originally announced August 2024.

    Comments: ITSC'24; updated table VI

  5. arXiv:2406.11624  [pdf, other

    cs.LG cs.CL cs.CV

    Words in Motion: Extracting Interpretable Control Vectors for Motion Transformers

    Authors: Omer Sahin Tas, Royden Wagner

    Abstract: Transformer-based models generate hidden states that are difficult to interpret. In this work, we analyze hidden states and modify them at inference, with a focus on motion forecasting. We use linear probing to analyze whether interpretable features are embedded in hidden states. Our experiments reveal high probing accuracy, indicating latent space regularities with functionally important directio… ▽ More

    Submitted 16 May, 2025; v1 submitted 17 June, 2024; originally announced June 2024.

    Comments: ICLR 2025 final version. Our implementation is available at https://github.com/kit-mrt/future-motion

  6. arXiv:2403.05489  [pdf, other

    cs.CV cs.RO

    JointMotion: Joint Self-Supervision for Joint Motion Prediction

    Authors: Royden Wagner, Omer Sahin Tas, Marvin Klemp, Carlos Fernandez

    Abstract: We present JointMotion, a self-supervised pre-training method for joint motion prediction in self-driving vehicles. Our method jointly optimizes a scene-level objective connecting motion and environments, and an instance-level objective to refine learned representations. Scene-level representations are learned via non-contrastive similarity learning of past motion sequences and environment context… ▽ More

    Submitted 23 October, 2024; v1 submitted 8 March, 2024; originally announced March 2024.

    Comments: CoRL'24 camera-ready

  7. arXiv:2310.17963  [pdf, other

    cs.RO math.OC

    Decision-theoretic MPC: Motion Planning with Weighted Maneuver Preferences Under Uncertainty

    Authors: Ömer Şahin Taş, Philipp Heinrich Brusius, Christoph Stiller

    Abstract: Continuous optimization based motion planners require specifying a maneuver class before calculating the optimal trajectory for that class. In traffic, the intentions of other participants are often unclear, presenting multiple maneuver options for the autonomous vehicle. This uncertainty can make it difficult for the vehicle to decide on the best option. This work introduces a continuous optimiza… ▽ More

    Submitted 7 October, 2024; v1 submitted 27 October, 2023; originally announced October 2023.

  8. arXiv:2306.10840  [pdf, other

    cs.CV cs.RO

    RedMotion: Motion Prediction via Redundancy Reduction

    Authors: Royden Wagner, Omer Sahin Tas, Marvin Klemp, Carlos Fernandez, Christoph Stiller

    Abstract: We introduce RedMotion, a transformer model for motion prediction in self-driving vehicles that learns environment representations via redundancy reduction. Our first type of redundancy reduction is induced by an internal transformer decoder and reduces a variable-sized set of local road environment tokens, representing road graphs and agent data, to a fixed-sized global embedding. The second type… ▽ More

    Submitted 1 April, 2025; v1 submitted 19 June, 2023; originally announced June 2023.

    Comments: TMLR published version

    Journal ref: Transactions on Machine Learning Research (05/2024)

  9. arXiv:2106.04206  [pdf, other

    cs.RO cs.LG

    Efficient Sampling in POMDPs with Lipschitz Bandits for Motion Planning in Continuous Spaces

    Authors: Ömer Şahin Taş, Felix Hauser, Martin Lauer

    Abstract: Decision making under uncertainty can be framed as a partially observable Markov decision process (POMDP). Finding exact solutions of POMDPs is generally computationally intractable, but the solution can be approximated by sampling-based approaches. These sampling-based POMDP solvers rely on multi-armed bandit (MAB) heuristics, which assume the outcomes of different actions to be uncorrelated. In… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

    Comments: In Proceedings of the IEEE Intelligent Vehicle Symposium 2021

  10. Decision-Time Postponing Motion Planning for Combinatorial Uncertain Maneuvering

    Authors: Ömer Şahin Taş, Felix Hauser, Christoph Stiller

    Abstract: Motion planning involves decision making among combinatorial maneuver variants in urban driving. A planner must consider uncertainties and associated risks of the maneuver variants, and subsequently select a maneuver alternative. In this paper we present a planning approach that considers the uncertainties in the prediction and, in case of high uncertainty, postpones the combinatorial decision mak… ▽ More

    Submitted 13 December, 2020; originally announced December 2020.

    Comments: 7 pages, 5 figures

    Journal ref: 2018 21st International Conference on Intelligent Transportation Systems (ITSC)

  11. arXiv:2002.01254  [pdf, other

    cs.RO

    Tackling Existence Probabilities of Objects with Motion Planning for Automated Urban Driving

    Authors: Omer Sahin Tas, Christoph Stiller

    Abstract: Motion planners take uncertain information about the environment as an input. The environment information is often quite noisy and has a tendency to contain false positive object detection. State-of-the-art motion planners consider all objects alike, thus producing overcautious behavior. In this paper we present a planning approach that considers alternative maneuvers in a combined fashion and pla… ▽ More

    Submitted 21 October, 2020; v1 submitted 4 February, 2020; originally announced February 2020.

    Comments: 5 pages, 5 figures

  12. Limited Visibility and Uncertainty Aware Motion Planning for Automated Driving

    Authors: Omer Sahin Tas, Christoph Stiller

    Abstract: Adverse weather conditions and occlusions in urban environments result in impaired perception. The uncertainties are handled in different modules of an automated vehicle, ranging from sensor level over situation prediction until motion planning. This paper focuses on motion planning given an uncertain environment model with occlusions. We present a method to remain collision free for the worst-cas… ▽ More

    Submitted 30 October, 2018; originally announced October 2018.

    Journal ref: In Proceedings of the IEEE Intelligent Vehicles Symposium (IV), Changshu-Suzhou China, 26-30 June 2018, pp. 1171--1178