paper-with-me

Papers

Differentiable Raycasting for Self-supervised Occupancy Forecasting

2022-10-04 · Tarasha Khurana, Peiyun Hu, Achal Dave, Jason Ziglar, David Held, Deva Ramanan

Motion planning for safe autonomous driving requires learning how the environment around an ego-vehicle evolves with time. Ego-centric perception of driveable regions in a scene not only changes with the motion of actors in the environment, but also with the movement of the ego-vehicle itself. Self-supervised representations proposed for large-scale planning, such as ego-centric freespace, confound these two motions, making the representation difficult to use for downstream motion planners. In this paper, we use geometric occupancy as a natural alternative to view-dependent representations such as freespace. Occupancy maps naturally disentangle the motion of the environment from the motion of the ego-vehicle. However, one cannot directly observe the full 3D occupancy of a scene (due to occlusion), making it difficult to use as a signal for learning. Our key insight is to use differentiable raycasting to "render" future occupancy predictions into future LiDAR sweep predictions, which can be compared with ground-truth sweeps for self-supervised learning. The use of differentiable raycasting allows occupancy to emerge as an internal representation within the forecasting network. In the absence of groundtruth occupancy, we quantitatively evaluate the forecasting of raycasted LiDAR sweeps and show improvements of upto 15 F1 points. For downstream motion planners, where emergent occupancy can be directly used to guide non-driveable regions, this representation relatively reduces the number of collisions with objects by up to 17% as compared to freespace-centric motion planners.

📄 PDF Abstract BibTeX arXiv:2210.01917

Code (1)

tarashakhurana/emergent-occ-forecasting 공식 구현 pytorch

Tasks

Autonomous DrivingMotion PlanningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

UnO: Unsupervised Occupancy Fields for Perception and Forecasting

2024-06-12 · CVPR 2024 1 · Ben Agro, Quinlan Sykora, Sergio Casas, Thomas Gilles 외

Perceiving the world and forecasting its future state is a critical task for self-driving. Supervised approaches leverage annotated object labels to learn a model of the world -- traditionally with object detections and …

OccFlowNet: Towards Self-supervised Occupancy Estimation via Differentiable Rendering and Occupancy Flow

2024-02-20 · Simon Boeder, Fabian Gigengack, Benjamin Risse

Semantic occupancy has recently gained significant traction as a prominent 3D scene representation. However, most existing methods rely on large and costly datasets with fine-grained 3D voxel labels for training, which l…

NeRFSelf-Supervised Learning

Semi-Supervised Vision-Centric 3D Occupancy World Model for Autonomous Driving

2025-02-11 · Xiang Li, Pengfei Li, Yupeng Zheng, Wei Sun 외

Understanding world dynamics is crucial for planning in autonomous driving. Recent methods attempt to achieve this by learning a 3D occupancy world model that forecasts future surrounding scenes based on current observat…

AttributeAutonomous DrivingMotion Planning

Point Cloud Forecasting as a Proxy for 4D Occupancy Forecasting

2023-02-25 · CVPR 2023 1 · Tarasha Khurana, Peiyun Hu, David Held, Deva Ramanan

Predicting how the world can evolve in the future is crucial for motion planning in autonomous systems. Classical methods are limited because they rely on costly human annotations in the form of semantic class labels, bo…

Motion Planning

Self-Supervised JEPA-based World Models for LiDAR Occupancy Completion and Forecasting

2026-02-13 · Haoran Zhu, Anna Choromanska arxiv

Autonomous driving, as an agent operating in the physical world, requires the fundamental capability to build \textit{world models} that capture how the environment evolves spatiotemporally in order to support long-term …

Autonomous Driving