{"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/learning-symmetrization-for-equivariance-with","title":"Learning Symmetrization for Equivariance with Orbit Distance Minimization","arxiv_id":"2311.07143","date":"2023-11-13","proceeding":null,"authors":["Tien Dat Nguyen","Jinwoo Kim","Hongseok Yang","Seunghoon Hong"],"abstract":"We present a general framework for symmetrizing an arbitrary neural-network architecture and making it equivariant with respect to a given group. We build upon the proposals of Kim et al. (2023); Kaba et al. (2023) for symmetrization, and improve them by replacing their conversion of neural features into group representations, with an optimization whose loss intuitively measures the distance between group orbits. This change makes our approach applicable to a broader range of matrix groups, such as the Lorentz group O(1, 3), than these two proposals. We experimentally show our method's competitiveness on the SO(2) image classification task, and also its increased generality on the task with O(1, 3). Our implementation will be made accessible at https://github.com/tiendatnguyen-vision/Orbit-symmetrize.","url_abs":"https://arxiv.org/abs/2311.07143v1","url_pdf":"https://arxiv.org/pdf/2311.07143v1.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":"learning-symmetrization-for-equivariance-with","repo_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2311.07143","atlas_url":"https://app.syntology.ai/?focus=2311.07143","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.07143"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/tiendatnguyen-vision/orbit-symmetrize","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":6,"unverified":8},"by_repo_kind":{"official":{"samples":14,"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":0,"samples":[{"code_sha256_prefix":"9293b19c0e12cbb2","entry":"batched_projection","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/interface.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/interface.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9293b19c0e12cbb2"}},{"code_sha256_prefix":"feb859834cf1de28","entry":"find_ckpt_polylr","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/saving.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/saving.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"feb859834cf1de28"}},{"code_sha256_prefix":"f2cb7e3f9f8e40ff","entry":"index_to_perm","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/models/utils.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/models/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f2cb7e3f9f8e40ff"}},{"code_sha256_prefix":"51dbd44362e6fffd","entry":"lambertW","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/nn.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/nn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"51dbd44362e6fffd"}},{"code_sha256_prefix":"9071e08c34a5feb3","entry":"matrix_power_simple","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/groups.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/groups.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9071e08c34a5feb3"}},{"code_sha256_prefix":"71640ef09311bdf6","entry":"rel_err","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/groups.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/groups.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"71640ef09311bdf6"}},{"code_sha256_prefix":"e84057d06d04c719","entry":"LBface_swap","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/datasets.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/datasets.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":"e84057d06d04c719"}},{"code_sha256_prefix":"4e7712cc3c4a2c90","entry":"UBedge_flip","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/datasets.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/datasets.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":"4e7712cc3c4a2c90"}},{"code_sha256_prefix":"3b86e1ff7ae6d8db","entry":"ULBcorner_rot","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/datasets.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/datasets.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":"3b86e1ff7ae6d8db"}},{"code_sha256_prefix":"98b3fcdbaa43214e","entry":"batched_gram_schmidt","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/interface.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/interface.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":"98b3fcdbaa43214e"}},{"code_sha256_prefix":"6d50b5a6b5eceb06","entry":"create_save_dir_onecylelr","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/saving.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/saving.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":"6d50b5a6b5eceb06"}},{"code_sha256_prefix":"d4a1c59b2943f7e7","entry":"create_save_dir_polylr","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/saving.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/saving.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":"d4a1c59b2943f7e7"}},{"code_sha256_prefix":"770eda0d8a367d7e","entry":"noise2sample","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/groups.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/groups.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":"770eda0d8a367d7e"}},{"code_sha256_prefix":"83e6b256b03b5a52","entry":"uniform_rep","repo":"tiendatnguyen-vision/orbit-symmetrize","repo_kind":"official","path":"RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/nn.py","file_url":"https://github.com/tiendatnguyen-vision/orbit-symmetrize/blob/HEAD/RotatedMNIST/LPS_orbit/emlp-pytorch/emlp_pytorch/nn.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":"83e6b256b03b5a52"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}