{"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/satellite-pose-estimation-with-deep-landmark","title":"Satellite Pose Estimation with Deep Landmark Regression and Nonlinear Pose Refinement","arxiv_id":"1908.11542","date":"2019-08-30","proceeding":null,"authors":["Bo Chen","Jiewei Cao","Alvaro Parra","Tat-Jun Chin"],"abstract":"We propose an approach to estimate the 6DOF pose of a satellite, relative to a canonical pose, from a single image. Such a problem is crucial in many space proximity operations, such as docking, debris removal, and inter-spacecraft communications. Our approach combines machine learning and geometric optimisation, by predicting the coordinates of a set of landmarks in the input image, associating the landmarks to their corresponding 3D points on an a priori reconstructed 3D model, then solving for the object pose using non-linear optimisation. Our approach is not only novel for this specific pose estimation task, which helps to further open up a relatively new domain for machine learning and computer vision, but it also demonstrates superior accuracy and won the first place in the recent Kelvins Pose Estimation Challenge organised by the European Space Agency (ESA).","url_abs":"https://arxiv.org/abs/1908.11542v1","url_pdf":"https://arxiv.org/pdf/1908.11542v1.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":"satellite-pose-estimation-with-deep-landmark","repo_url":"https://github.com/BoChenYS/satellite-pose-estimation","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"machine-learning","task_name":"BIG-bench Machine Learning"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"},{"task_slug":"regression-1","task_name":"regression"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1908.11542","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1908.11542"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/BoChenYS/satellite-pose-estimation","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":3,"ran_draft_wrong":1,"unverified":6},"by_repo_kind":{"official":{"samples":10,"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":0,"samples":[{"code_sha256_prefix":"b91b38261b03587d","entry":"calc_dists","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/core/evaluate.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/core/evaluate.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b91b38261b03587d"}},{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/models/my_hrnet768.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/models/my_hrnet768.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"1c2da88027e6e151","entry":"dist_acc","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/core/evaluate.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/core/evaluate.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c2da88027e6e151"}},{"code_sha256_prefix":"55c58ef5f795e3d1","entry":"get_max_preds","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/core/inference.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/core/inference.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"55c58ef5f795e3d1"}},{"code_sha256_prefix":"48b4b7f4e22caf1d","entry":"bbox_overlaps","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"object_detection/GetIOU.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/object_detection/GetIOU.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"48b4b7f4e22caf1d"}},{"code_sha256_prefix":"0bdca114d99f4177","entry":"cpu_nms_wrapper","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/nms/nms.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/nms/nms.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0bdca114d99f4177"}},{"code_sha256_prefix":"ca14946efd571693","entry":"find_in_path","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/nms/setup_linux.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/nms/setup_linux.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ca14946efd571693"}},{"code_sha256_prefix":"dcd47884bf1d798d","entry":"get_pose_net","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/models/my_hrnet768.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/models/my_hrnet768.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dcd47884bf1d798d"}},{"code_sha256_prefix":"167b862a31de0adf","entry":"gpu_nms_wrapper","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/nms/nms.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/nms/nms.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"167b862a31de0adf"}},{"code_sha256_prefix":"8551f210abffd79e","entry":"py_nms_wrapper","repo":"BoChenYS/satellite-pose-estimation","repo_kind":"official","path":"landmark_regression/lib/nms/nms.py","file_url":"https://github.com/BoChenYS/satellite-pose-estimation/blob/HEAD/landmark_regression/lib/nms/nms.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8551f210abffd79e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}