{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/binary-ttc-a-temporal-geofence-for-autonomous","title":"Binary TTC: A Temporal Geofence for Autonomous Navigation","arxiv_id":"2101.04777","date":"2021-01-12","proceeding":"CVPR 2021 1","authors":["Abhishek Badki","Orazio Gallo","Jan Kautz","Pradeep Sen"],"abstract":"Time-to-contact (TTC), the time for an object to collide with the observer's plane, is a powerful tool for path planning: it is potentially more informative than the depth, velocity, and acceleration of objects in the scene -- even for humans. TTC presents several advantages, including requiring only a monocular, uncalibrated camera. However, regressing TTC for each pixel is not straightforward, and most existing methods make over-simplifying assumptions about the scene. We address this challenge by estimating TTC via a series of simpler, binary classifications. We predict with low latency whether the observer will collide with an obstacle within a certain time, which is often more critical than knowing exact, per-pixel TTC. For such scenarios, our method offers a temporal geofence in 6.4 ms -- over 25x faster than existing methods. Our approach can also estimate per-pixel TTC with arbitrarily fine quantization (including continuous values), when the computational budget allows for it. To the best of our knowledge, our method is the first to offer TTC information (binary or coarsely quantized) at sufficiently high frame-rates for practical use.","url_abs":"https://arxiv.org/abs/2101.04777v2","url_pdf":"https://arxiv.org/pdf/2101.04777v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"binary-ttc-a-temporal-geofence-for-autonomous","repo_url":"https://github.com/NVlabs/BiTTC","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"autonomous-navigation","task_name":"Autonomous Navigation"},{"task_slug":"quantization","task_name":"Quantization"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2101.04777","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2101.04777"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/NVlabs/BiTTC","reach":null}],"summary":{"ran":1,"ran_draft_wrong":3,"unverified":3},"by_repo_kind":{"official":{"samples":7,"ran":4,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":7,"samples":[{"code_sha256_prefix":"c3ac5754291d8499","entry":"SegNet2D","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c3ac5754291d8499"}},{"code_sha256_prefix":"539a95735f2cfa2a","entry":"conv","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"539a95735f2cfa2a"}},{"code_sha256_prefix":"0332dcda39bb8220","entry":"deconv","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0332dcda39bb8220"}},{"code_sha256_prefix":"c3c684a3c26edf97","entry":"prepare_warping_transforms","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c3c684a3c26edf97"}},{"code_sha256_prefix":"82a813840140552a","entry":"BiTTCNetBinaryOFTTC2D","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"82a813840140552a"}},{"code_sha256_prefix":"9322119893974479","entry":"compute_transformed_volume","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9322119893974479"}},{"code_sha256_prefix":"790e0a2cecc4a573","entry":"remove_transformed_volume_padding","repo":"NVlabs/BiTTC","repo_kind":"official","path":"src/models/BiTTCNet.py","file_url":"https://github.com/NVlabs/BiTTC/blob/HEAD/src/models/BiTTCNet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"790e0a2cecc4a573"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}