{"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/arxiv-2603-00087","title":"High-Resolution Range Profile Classifiers Require Aspect-Angle Awareness","arxiv_id":"2603.00087","date":"2026-02-16","proceeding":null,"authors":["Edwyn Brient","Santiago Velasco-Forero","Rami Kassab"],"abstract":"We revisit High-Resolution Range Profile (HRRP) classification with aspect-angle conditioning. While prior work often assumes that aspect-angle information is incomplete during training or unavailable at inference, we study a setting where angles are available for all training samples and explicitly provided to the classifier. Using three datasets and a broad range of conditioning strategies and model architectures, we show that both single-profile and sequential classifiers benefit consistently from aspect-angle awareness, with an average accuracy gain of about 7% and improvements of up to 10%, depending on the model and dataset. In practice, aspect angles are not directly measured and must be estimated. We show that a causal Kalman filter can estimate them online with a median error of 5{\\textdegree}, and that training and inference with estimated angles preserves most of the gains, supporting the proposed approach in realistic conditions.","url_abs":"https://arxiv.org/abs/2603.00087","url_pdf":"https://arxiv.org/pdf/2603.00087","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2603.00087","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.00087"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/EdwynBrient/HRRPclf-req-angles","reach":null}],"summary":{"unverified":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":0,"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":"bbcc072e5d255fb8","entry":"angle_to_bucket","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/dataset.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/dataset.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":"bbcc072e5d255fb8"}},{"code_sha256_prefix":"973ebf243a060736","entry":"approx_viewing_angle_from_xy_causal","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/dataset.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/dataset.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":"973ebf243a060736"}},{"code_sha256_prefix":"d0decc543795e4fb","entry":"approx_viewing_angle_from_xy_causal","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp_ts/dataset.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp_ts/dataset.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":"d0decc543795e4fb"}},{"code_sha256_prefix":"e83c1e9d11a4f0c2","entry":"approx_viewing_angle_from_xy_kalman_track","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/dataset.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/dataset.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":"e83c1e9d11a4f0c2"}},{"code_sha256_prefix":"b76151f56ea97ed0","entry":"create_feature_extractor","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/models.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/models.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":"b76151f56ea97ed0"}},{"code_sha256_prefix":"61cdabc0ebb830ab","entry":"get_save_path_create_folder","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/utils.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/utils.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":"61cdabc0ebb830ab"}},{"code_sha256_prefix":"e693cbf9a9a38138","entry":"load_config","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/utils.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/utils.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":"e693cbf9a9a38138"}},{"code_sha256_prefix":"51b299b0e1f69171","entry":"sinusoidal_positional_encoding","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp_ts/models.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp_ts/models.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":"51b299b0e1f69171"}},{"code_sha256_prefix":"e070d5513af5285e","entry":"timestep_embedding","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/models.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/models.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":"e070d5513af5285e"}},{"code_sha256_prefix":"9085af7ce653d54c","entry":"timestep_embedding","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp_ts/models.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp_ts/models.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":"9085af7ce653d54c"}},{"code_sha256_prefix":"01d465a2ac096f9d","entry":"train_val_split","repo":"EdwynBrient/HRRPclf-req-angles","repo_kind":"found_in_text","path":"src/clf_req_asp/utils.py","file_url":"https://github.com/EdwynBrient/HRRPclf-req-angles/blob/HEAD/src/clf_req_asp/utils.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":"01d465a2ac096f9d"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6795},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}