← Search

Bastian Leibe

55 accepted papers

2026

Block-Sparse Global Attention for Efficient Multi-View Geometry Transformers

CVPR 2026

Efficient and accurate feed-forward multi-view reconstruction has long been an important task in computer vision. Recent transformer-based models like VGGT, \pi^3 and MapAnything have demonstrated remarkable performance with relatively simple architectures. However, their scalability is fundamentall

Cited by 0SourcecodeScholar
2026

Query2Uncertainty: Robust Uncertainty Quantification and Calibration for 3D Object Detection under Distribution Shift

CVPR 2026

Reliable uncertainty estimation for 3D object detection is critical for deploying safe autonomous systems, yet modern detectors remain poorly calibrated, especially under distribution shifts. Although post-hoc calibration methods address this issue and provide improved calibration for in-distributio

Cited by 0SourcecodeScholar
2026

VidEoMT: Your ViT is Secretly Also a Video Segmentation Model

CVPR 2026

Existing online video segmentation models typically combine a per-frame segmenter with complex specialized tracking modules. While effective, these modules introduce significant architectural complexity and computational overhead. Recent studies suggest that plain Vision Transformer (ViT) encoders,

Cited by 0SourcecodeScholar
2025

Interactive4D: Interactive 4D LiDAR Segmentation

ICRA 2025

Interactive segmentation has an important role in facilitating the annotation process of future LiDAR datasets. Existing approaches sequentially segment individual objects at each LiDAR scan, repeating the process throughout the entire sequence, which is redundant and ineffective. In this work, we p

Cited by 5SourcecodeScholar
2025

OCCUQ: Exploring Efficient Uncertainty Quantification for 3D Occupancy Prediction

ICRA 2025

Autonomous driving has the potential to significantly enhance productivity and provide numerous societal benefits. Ensuring robustness in these safety-critical systems is essential, particularly when vehicles must navigate adverse weather conditions and sensor corruptions that may not have been enco

Cited by 4SourcecodeScholar
2025

OoDIS: Anomaly Instance Segmentation and Detection Benchmark

ICRA 2025

Safe navigation of self-driving cars and robots requires a precise understanding of their environment. Training data for perception systems cannot cover the wide variety of objects that may appear during deployment. Thus, reliable identification of unknown objects, such as wild animals and untypical

Cited by 7SourceScholar
2025

Pointing3D: A Benchmark for 3D Object Referral via Pointing Gestures

CoRL 2025poster

Pointing gestures provide a natural and efficient way to communicate spatial information in human-machine interaction, yet their potential for 3D object referral remains largely under-explored. To fill this gap, we introduce the task of pointing-based 3D segmentation. In this task, given an image of…

Cited by 0SourceScholar
2025

Spotting the Unexpected (STU): A 3D LiDAR Dataset for Anomaly Segmentation in Autonomous Driving

CVPR 2025poster

To operate safely, autonomous vehicles (AVs) need to detect and handle unexpected objects or anomalies on the road. While significant research exists for anomaly detection and segmentation in 2D, research progress in 3D is underexplored. Existing datasets lack high-quality multimodal data that are t…

Cited by 0SourcePDFScholar
2025

Systematic Comparison of Projection Methods for Monocular 3D Human Pose Estimation on Fisheye Images

ICRA 2025

Fisheye cameras offer robots the ability to capture human movements across a wider field of view (FOV) than standard pinhole cameras, making them particularly useful for applications in human-robot interaction and automotive contexts. However, accurately detecting human poses in fisheye images is ch

Cited by 2SourceScholar
2025

Your ViT is Secretly an Image Segmentation Model

CVPR 2025highlight

Vision Transformers (ViTs) have shown remarkable performance and scalability across various computer vision tasks. To apply single-scale ViTs to image segmentation, existing methods adopt a convolutional adapter to generate multi-scale features, a pixel decoder to fuse these features, and a Transfor…

2024

AGILE3D: Attention Guided Interactive Multi-object 3D Segmentation

ICLR 2024poster

During interactive segmentation, a model and a user work together to delineate objects of interest in a 3D point cloud. In an iterative process, the model assigns each data point to an object (or the background), while the user corrects errors in the resulting segmentation and feeds them back into t…

2024

Benchmarks and Challenges in Pose Estimation for Egocentric Hand Interactions with Objects

ECCV 2024poster

"We interact with the world with our hands and see it through our own (egocentric) perspective. A holistic understanding of such interactions from egocentric views is important for tasks in robotics, AR/VR, action recognition and motion generation. Accurately reconstructing such interactions in is c…

2024

ControlRoom3D: Room Generation using Semantic Proxy Rooms

CVPR 2024poster

Manually creating 3D environments for AR/VR applications is a complex process requiring expert knowledge in 3D modeling software. Pioneering works facilitate this process by generating room meshes conditioned on textual style descriptions. Yet many of these automatically generated 3D meshes do not a…

Cited by 31SourcePDFScholar
2024

Look Gauss, No Pose: Novel View Synthesis using Gaussian Splatting without Accurate Pose Initialization

IROS 2024poster

3D Gaussian Splatting has recently emerged as a powerful tool for fast and accurate novel-view synthesis from a set of posed input images. However, like most novel-view synthesis approaches, it relies on accurate camera pose information, limiting its applicability in real-world scenarios where acqui…

Cited by 3SourcecodeScholar
2024

Mask4Former: Mask Transformer for 4D Panoptic Segmentation

ICRA 2024poster

Accurately perceiving and tracking instances over time is essential for the decision-making processes of autonomous agents interacting safely in dynamic environments. With this intention, we propose Mask4Former for the challenging task of 4D panoptic segmentation of LiDAR point clouds. Mask4Former i…

Cited by 11SourcecodeScholar
2024

Point-VOS: Pointing Up Video Object Segmentation

CVPR 2024poster

Current state-of-the-art Video Object Segmentation (VOS) methods rely on dense per-object mask annotations both during training and testing. This requires time-consuming and costly video annotation mechanisms. We propose a novel Point-VOS task with a spatio-temporally sparse point-wise annotation sc…

2023

3D Segmentation of Humans in Point Clouds with Synthetic Data

ICCV 2023poster

Segmenting humans in 3D indoor scenes has become increasingly important with the rise of human-centered robotics and AR/VR applications. To this end, we propose the task of joint 3D human semantic segmentation, instance segmentation and multi-human body-part segmentation. Few works have attempted to…

Cited by 29PDFScholar
2023

DynaMITe: Dynamic Query Bootstrapping for Multi-object Interactive Segmentation Transformer

ICCV 2023poster

Most state-of-the-art instance segmentation methods rely on large amounts of pixel-precise ground-truth annotations for training, which are expensive to create. Interactive segmentation networks help generate such annotations based on an image and the corresponding user interactions such as clicks.…

Cited by 12PDFScholar
2023

Mask3D: Mask Transformer for 3D Semantic Instance Segmentation

ICRA 2023poster

Modern 3D semantic instance segmentation approaches predominantly rely on specialized voting mechanisms followed by carefully designed geometric clustering techniques. Building on the successes of recent Transformer-based methods for object detection and image segmentation, we propose the first Tran…

Cited by 272SourcecodeScholar
2023

TarViS: A Unified Approach for Target-Based Video Segmentation

CVPR 2023highlight

The general domain of video segmentation is currently fragmented into different tasks spanning multiple benchmarks. Despite rapid progress in the state-of-the-art, current methods are overwhelmingly task-specific and cannot conceptually generalize to other tasks. Inspired by recent approaches with m…

2022

HODOR: High-Level Object Descriptors for Object Re-Segmentation in Video Learned From Static Images

CVPR 2022oral

Existing state-of-the-art methods for Video Object Segmentation (VOS) learn low-level pixel-to-pixel correspondences between frames to propagate object masks across video. This requires a large amount of densely annotated video data, which is costly to annotate, and largely redundant since frames wi…

Cited by 30PDFcodeScholar
2022

Pedestrian-Robot Interactions on Autonomous Crowd Navigation: Reactive Control Methods and Evaluation Metrics

IROS 2022poster

Autonomous navigation in highly populated areas remains a challenging task for robots because of the difficulty in guaranteeing safe interactions with pedestrians in unstructured situations. In this work, we present a crowd navigation control framework that delivers continuous obstacle avoidance and…

Cited by 12SourcecodeScholar
2021

STEP: Segmenting and Tracking Every Pixel

NeurIPS 2021poster

The task of assigning semantic classes and track identities to every pixel in a video is called video panoptic segmentation. Our work is the first that targets this task in a real-world setting requiring dense interpretation in both spatial and temporal domains. As the ground-truth for this task is…

Cited by 89SourcecodeScholar
2021

Self-Supervised Person Detection in 2D Range Data using a Calibrated Camera

ICRA 2021poster

Deep learning is the essential building block of state-of-the-art person detectors in 2D range data. However, only a few annotated datasets are available for training and testing these deep networks, potentially limiting their performance when deployed in new environments or with different LiDAR mod…

Cited by 18SourcecodeScholar
2020

3D-MPA: Multi-Proposal Aggregation for 3D Semantic Instance Segmentation

CVPR 2020poster

We present 3D-MPA, a method for instance segmentation on 3D point clouds. Given an input point cloud, we propose an object-centric approach where each point votes for its object center. We sample object proposals from the predicted object centers. Then, we learn proposal features from grouped point…

Cited by 251PDFScholar
2020

DR-SPAAM: A Spatial-Attention and Auto-regressive Model for Person Detection in 2D Range Data

IROS 2020poster

Detecting persons using a 2D LiDAR is a challenging task due to the low information content of 2D range data. To alleviate the problem caused by the sparsity of the LiDAR points, current state-of-the-art methods fuse multiple previous scans and perform detection using the combined scans. The downsid…

Cited by 45SourcecodeScholar
2020

Dilated Point Convolutions: On the Receptive Field Size of Point Convolutions on 3D Point Clouds

ICRA 2020poster

In this work, we propose Dilated Point Convolutions (DPC). In a thorough ablation study, we show that the receptive field size is directly related to the performance of 3D point cloud processing tasks, including semantic segmentation and object classification. Point convolutions are widely used to e…

Cited by 114SourceScholar
2020

DualConvMesh-Net: Joint Geodesic and Euclidean Convolutions on 3D Meshes

CVPR 2020oral

We propose DualConvMesh-Nets (DCM-Net) a family of deep hierarchical convolutional networks over 3D geometric data that combines two types of convolutions. The first type, Geodesic convolutions, defines the kernel weights over mesh surfaces or graphs. That is, the convolutional kernel weights are ma…

Cited by 107PDFcodeScholar
2020

STEm-Seg: Spatio-temporal Embeddings for Instance Segmentation in Videos

ECCV 2020poster

Existing methods for instance segmentation in videos typically involve multi-stage pipelines that follow the tracking-by detection paradigm and model a video clip as a sequence of images. Multiple networks are used to detect objects in individual frames, and then associate these detections over time…

2020

Self-supervised Keypoint Correspondences for Multi-Person Pose Estimation and Tracking in Videos

ECCV 2020poster

Video annotation is expensive and time consuming. Consequently, datasets for multi-person pose estimation and tracking are less diverse and have more sparse annotations compared to large scale image datasets for human pose estimation. This makes it challenging to learn deep learning based models for…

Cited by 59SourcePDFScholar
2019

FEELVOS: Fast End-To-End Embedding Learning for Video Object Segmentation

CVPR 2019poster

Many of the recent successful methods for video object segmentation (VOS) are overly complicated, heavily rely on fine-tuning on the first frame, and/or are slow, and are hence of limited practical use. In this work, we propose FEELVOS as a simple and fast method which does not rely on fine-tuning.…

Cited by 528PDFcodeScholar
2019

Large-Scale Object Mining for Object Discovery from Unlabeled Video

ICRA 2019poster

This paper addresses the problem of object discovery from unlabeled driving videos captured in a realistic automotive setting. Identifying recurring object categories in such raw video streams is a very challenging problem. Not only do object candidates first have to be localized in the input images…

Cited by 32SourceScholar
2019

MOTS: Multi-Object Tracking and Segmentation

CVPR 2019poster

This paper extends the popular task of multi-object tracking to multi-object tracking and segmentation (MOTS). Towards this goal, we create dense pixel-level annotations for two existing tracking datasets using a semi-automatic annotation procedure. Our new annotations comprise 65,213 pixel masks fo…

Cited by 699PDFScholar
2018

Deep Person Detection in Two-Dimensional Range Data

RA-L 2018

Detecting humans is a key skill for mobile robots and intelligent vehicles in a large variety of applications. Although the problem is well studied for certain sensory modalities such as image data, few works exist that address this detection task using two-dimensional (2-D) range data. However, a w

Cited by 22SourceScholar
2018

Track, Then Decide: Category-Agnostic Vision-Based Multi-Object Tracking

ICRA 2018poster

The most common paradigm for vision-based multi-object tracking is tracking-by-detection, due to the availability of reliable detectors for several important object categories such as cars and pedestrians. However, future mobile systems will need a capability to cope with rich human-made environment…

Cited by 83SourceScholar
2017

Combined image- and world-space tracking in traffic scenes

ICRA 2017poster

Tracking in urban street scenes plays a central role in autonomous systems such as self-driving cars. Most of the current vision-based tracking methods perform tracking in the image domain. Other approaches, e.g. based on LIDAR and radar, track purely in 3D. While some vision-based tracking methods…

Cited by 158SourceScholar
2017

Full-Resolution Residual Networks for Semantic Segmentation in Street Scenes

CVPR 2017oral

Semantic image segmentation is an essential component of modern autonomous driving systems, as an accurate understanding of the surrounding scene is crucial to navigation and action planning. Current state-of-the-art approaches in semantic image segmentation rely on pre-trained networks that were in…

Cited by 741PDFcodeScholar
2017

Keyframe-based visual-inertial online SLAM with relocalization

IROS 2017poster

Complementing images with inertial measurements has become one of the most popular approaches to achieve highly accurate and robust real-time camera pose tracking. In this paper, we present a keyframe-based approach to visual-inertial simultaneous localization and mapping (SLAM) for monocular and st…

Cited by 63SourceScholar
2016

Multi-scale object candidates for generic object tracking in street scenes

ICRA 2016

Most vision based systems for object tracking in urban environments focus on a limited number of important object categories such as cars or pedestrians, for which powerful detectors are available. However, practical driving scenarios contain many additional objects of interest, for which suitable d

Cited by 44SourceScholar
2016

On multi-modal people tracking from mobile platforms in very crowded and dynamic environments

ICRA 2016

Tracking people is a key technology for robots and intelligent systems in human environments. Many person detectors, filtering methods and data association algorithms for people tracking have been proposed in the past 15+ years in both the robotics and computer vision communities, achieving decent t

Cited by 121SourceScholar
2016

Scene flow propagation for semantic mapping and object discovery in dynamic street scenes

IROS 2016poster

Scene understanding is an important prerequisite for vehicles and robots that operate autonomously in dynamic urban street scenes. For navigation and high-level behavior planning, the robots not only require a persistent 3D model of the static surroundings—equally important, they need to perceive an…

Cited by 62SourceScholar
2015

A fixed-dimensional 3D shape representation for matching partially observed objects in street scenes

ICRA 2015poster

In this paper, we present an object-centric, fixed-dimensional 3D shape representation for robust matching of partially observed object shapes, which is an important component for object categorization from 3D data. A main problem when working with RGB-D data from stereo, Kinect, or laser sensors is…

Cited by 6SourceScholar
2015

Multi-band Hough Forests for detecting humans with Reflective Safety Clothing from mobile machinery

ICRA 2015poster

We address the problem of human detection from heavy mobile machinery and robotic equipment operating at industrial working sites. Exploiting the fact that workers are typically obliged to wear high-visibility clothing with reflective markers, we propose a new recognition algorithm that specifically…

Cited by 7SourceScholar
2015

Sequence-level object candidates based on saliency for generic object recognition on mobile systems

ICRA 2015poster

In this paper, we propose a novel approach for generating generic object candidates for object discovery and recognition in continuous monocular video. Such candidates have recently become a popular alternative to exhaustive window-based search as basis for classification. Contrary to previous appro…

Cited by 33SourceScholar