Papers › Conditional Affordance Learning for Driving in Urban Environments

Conditional Affordance Learning for Driving in Urban Environments

18 Jun 2018arXiv:1806.06498archive 2025-07-28

Axel Sauer, Nikolay Savinov, Andreas Geiger

Most existing approaches to autonomous driving fall into one of two categories: modular pipelines, that build an extensive model of the environment, and imitation learning approaches, that map images directly to control outputs. A recently proposed third paradigm, direct perception, aims to combine the advantages of both by using a neural network to learn appropriate low-dimensional intermediate representations. However, existing direct perception approaches are restricted to simple highway situations, lacking the ability to navigate intersections, stop at traffic lights or respect speed limits. In this work, we propose a direct perception approach which maps video input to intermediate representations suitable for autonomous navigation in complex urban environments given high-level directional inputs. Compared to state-of-the-art reinforcement and conditional imitation learning approaches, we achieve an improvement of up to 68 % in goal-directed navigation on the challenging CARLA simulation benchmark. In addition, our approach is the first to handle traffic lights and speed signs by using image-level labels only, as well as smooth car-following, resulting in a significant reduction of traffic accidents in simulation.

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="1806.06498")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · violated contract.

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

xl-sr/CAL officialmentioned in papermentioned on GitHubMIT 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

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 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.

1ran · violated contract
15unverified

Licence: 0 of the 16 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 xl-sr/CAL. “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.

softmax xl-sr/CAL/python_client/agents/CAL_agent/perception/cal_network.py official repository ran · violated contract fingerprinted MIT (permissive) · 9c4be464cbe63fba · report
calculate_scores xl-sr/CAL/training/metrics.py official repository unverified MIT (permissive) · e077d404c9974a5b · report
get_bool_vec xl-sr/CAL/python_client/agents/CAL_agent/perception/net.py official repository unverified MIT (permissive) · 55ad330f3d217cb7 · report
get_intersection_union_per_class xl-sr/CAL/training/metrics.py official repository unverified MIT (permissive) · b9527609161b21dc · report
get_model xl-sr/CAL/python_client/agents/CAL_agent/perception/net.py official repository unverified MIT (permissive) · 60fc72096a074104 · report
get_model xl-sr/CAL/training/net.py official repository unverified MIT (permissive) · 0a1f3e5ee653e40d · report
get_params_from_txt xl-sr/CAL/python_client/agents/CAL_agent/CAL_agent.py official repository unverified MIT (permissive) · f7adbf77ff7462a2 · report
get_val_idcs xl-sr/CAL/training/make_validationset.py official repository unverified MIT (permissive) · 90be3766ee3dd2ac · report
labels2classes xl-sr/CAL/training/metrics.py official repository unverified MIT (permissive) · 0cf4b85580fb54e2 · report
load_json xl-sr/CAL/python_client/agents/CAL_agent/perception/cal_network.py official repository unverified MIT (permissive) · 45fe6ae45321b7ad · report
onehot xl-sr/CAL/training/dataloader.py official repository unverified MIT (permissive) · d78dd6853a27485d · report
roll xl-sr/CAL/training/dataloader.py official repository unverified MIT (permissive) · f5b8b09a8822c2de · report
statistics_match xl-sr/CAL/training/make_validationset.py official repository unverified MIT (permissive) · c29bb767c0144b24 · report
string_to_floats xl-sr/CAL/python_client/agents/CAL_agent/plans/centerlines.py official repository unverified MIT (permissive) · 3b7f3991efc831ea · report
tile_array xl-sr/CAL/python_client/agents/CAL_agent/perception/net.py official repository unverified MIT (permissive) · a1051d33b7d689f7 · report
to_np xl-sr/CAL/python_client/agents/CAL_agent/perception/cal_network.py official repository unverified MIT (permissive) · 969c81fc5c65c88d · report

Tasks

Autonomous DrivingAutonomous NavigationImitation LearningNavigate

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CARLAEntropy RegularizationPPOSPEED

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