Papers › Differentiable Raycasting for Self-supervised Occupancy Forecasting

Differentiable Raycasting for Self-supervised Occupancy Forecasting

4 Oct 2022arXiv:2210.01917archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.01917")

Code

Syntology Ran 7 of 20 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tarashakhurana/emergent-occ-forecasting officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 7 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
13unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tarashakhurana/emergent-occ-forecasting. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv3x3 tarashakhurana/emergent-occ-forecasting/model.py official repository ran MIT (permissive) · caeaa72cca0b0383 · report
convex_hull_intersection tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/rotate_iou_cpu_eval.py official repository ran MIT (permissive) · 31c0e5a46ae6999a · report
deconv3x3 tarashakhurana/emergent-occ-forecasting/model.py official repository ran MIT (permissive) · aa8ad83ca9710526 · report
div_up tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/iou_utils.py official repository ran fingerprinted MIT (permissive) · 20fbfa2279e1ce4b · report
maxpool2x2 tarashakhurana/emergent-occ-forecasting/model.py official repository ran MIT (permissive) · c5be4e15ce21fd81 · report
poly_area tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/rotate_iou_cpu_eval.py official repository ran fingerprinted MIT (permissive) · e5929ca970405ef7 · report
polygon_clip tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/rotate_iou_cpu_eval.py official repository ran MIT (permissive) · 05b20b55c5918c4a · report
CollateFn tarashakhurana/emergent-occ-forecasting/data.py official repository unverified MIT (permissive) · 18273d36f07fdecf · report
accumulate_scores tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/evaluation.py official repository unverified MIT (permissive) · f7291472e2400f04 · report
compute_split_parts tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/eval_utils.py official repository unverified MIT (permissive) · b4e126077df53f1a · report
distance_filter tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/eval_utils.py official repository unverified MIT (permissive) · b8b1c25361b6acd3 · report
draw_object_shadow tarashakhurana/emergent-occ-forecasting/rasterize.py official repository unverified MIT (permissive) · 0f466ea6d440fa49 · report
find_nearest tarashakhurana/emergent-occ-forecasting/data.py official repository unverified MIT (permissive) · 6d8bb2f8e90e3f0e · report
get_thresholds tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/evaluation.py official repository unverified MIT (permissive) · 6bb2f76b61f0c130 · report
locate_message tarashakhurana/emergent-occ-forecasting/data.py official repository unverified MIT (permissive) · aea292196d7c9068 · report
overall_filter tarashakhurana/emergent-occ-forecasting/util/once_devkit/once_eval/eval_utils.py official repository unverified MIT (permissive) · 978da9312c343fda · report
sample tarashakhurana/emergent-occ-forecasting/sampler.py official repository unverified MIT (permissive) · 2f73fde7de6f64a3 · report
split_info_loader_helper tarashakhurana/emergent-occ-forecasting/util/once_devkit/once.py official repository unverified MIT (permissive) · 831d5db43f83b4be · report
traverse tarashakhurana/emergent-occ-forecasting/rasterize.py official repository unverified MIT (permissive) · cff9bbe2b2841671 · report
traverse_once tarashakhurana/emergent-occ-forecasting/rasterize.py official repository unverified MIT (permissive) · f156020a9ce871dd · report

Tasks

Autonomous DrivingMotion PlanningSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections