{"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/d2-tpred-discontinuous-dependency-for","title":"D2-TPred: Discontinuous Dependency for Trajectory Prediction under Traffic Lights","arxiv_id":"2207.10398","date":"2022-07-21","proceeding":null,"authors":["Yuzhen Zhang","Wentong Wang","Weizhi Guo","Pei Lv","Mingliang Xu","Wei Chen","Dinesh Manocha"],"abstract":"A profound understanding of inter-agent relationships and motion behaviors is important to achieve high-quality planning when navigating in complex scenarios, especially at urban traffic intersections. We present a trajectory prediction approach with respect to traffic lights, D2-TPred, which uses a spatial dynamic interaction graph (SDG) and a behavior dependency graph (BDG) to handle the problem of discontinuous dependency in the spatial-temporal space. Specifically, the SDG is used to capture spatial interactions by reconstructing sub-graphs for different agents with dynamic and changeable characteristics during each frame. The BDG is used to infer motion tendency by modeling the implicit dependency of the current state on priors behaviors, especially the discontinuous motions corresponding to acceleration, deceleration, or turning direction. Moreover, we present a new dataset for vehicle trajectory prediction under traffic lights called VTP-TL. Our experimental results show that our model achieves more than {20.45% and 20.78% }improvement in terms of ADE and FDE, respectively, on VTP-TL as compared to other trajectory prediction algorithms. The dataset and code are available at: https://github.com/VTP-TL/D2-TPred.","url_abs":"https://arxiv.org/abs/2207.10398v1","url_pdf":"https://arxiv.org/pdf/2207.10398v1.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":"d2-tpred-discontinuous-dependency-for","repo_url":"https://github.com/vtp-tl/d2-tpred","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"prediction","task_name":"Prediction"},{"task_slug":"trajectory-prediction","task_name":"Trajectory Prediction"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2207.10398","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2207.10398"}},"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/VTP-TL/D2-TPred","reach":null}],"summary":{"ran":5,"ran_fixture":1,"ran_draft_wrong":1,"unverified":2},"by_repo_kind":{"official":{"samples":8,"ran":6,"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":1,"samples":[{"code_sha256_prefix":"359d72cc9257aa4c","entry":"BatchMultiHeadGraphAttention","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"359d72cc9257aa4c"}},{"code_sha256_prefix":"a9f6389d6a6ee574","entry":"GAT","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a9f6389d6a6ee574"}},{"code_sha256_prefix":"cc7ee43eadf25dac","entry":"get_noise","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"cc7ee43eadf25dac"}},{"code_sha256_prefix":"f4b77083f585858c","entry":"relative_to_abs","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f4b77083f585858c"}},{"code_sha256_prefix":"6f59f9da6a3901dd","entry":"seqBatchMultiHeadGraphAttention","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6f59f9da6a3901dd"}},{"code_sha256_prefix":"190150602c3c9eea","entry":"seqGAT","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"190150602c3c9eea"}},{"code_sha256_prefix":"2f78c5a086c367e3","entry":"seqGATEncoder","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2f78c5a086c367e3"}},{"code_sha256_prefix":"4426951d260156db","entry":"GATEncoder","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4426951d260156db"}},{"code_sha256_prefix":"f7d3ae1a06273418","entry":"TrajectoryGenerator","repo":"VTP-TL/D2-TPred","repo_kind":"official","path":"D2TP/models.py","file_url":"https://github.com/VTP-TL/D2-TPred/blob/HEAD/D2TP/models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f7d3ae1a06273418"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}