{"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/pelican-permutation-equivariant-and-lorentz","title":"PELICAN: Permutation Equivariant and Lorentz Invariant or Covariant Aggregator Network for Particle Physics","arxiv_id":"2211.00454","date":"2022-11-01","proceeding":null,"authors":["Alexander Bogatskiy","Timothy Hoffman","David W. Miller","Jan T. Offermann"],"abstract":"Many current approaches to machine learning in particle physics use generic architectures that require large numbers of parameters and disregard underlying physics principles, limiting their applicability as scientific modeling tools. In this work, we present a machine learning architecture that uses a set of inputs maximally reduced with respect to the full 6-dimensional Lorentz symmetry, and is fully permutation-equivariant throughout. We study the application of this network architecture to the standard task of top quark tagging and show that the resulting network outperforms all existing competitors despite much lower model complexity. In addition, we present a Lorentz-covariant variant of the same network applied to a 4-momentum regression task.","url_abs":"https://arxiv.org/abs/2211.00454v2","url_pdf":"https://arxiv.org/pdf/2211.00454v2.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":"pelican-permutation-equivariant-and-lorentz","repo_url":"https://github.com/abogatskiy/pelican","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"pelican-permutation-equivariant-and-lorentz","repo_url":"https://github.com/abogatskiy/pelican-nano","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"regression-1","task_name":"regression"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2211.00454","atlas_url":"https://app.syntology.ai/?focus=2211.00454","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2211.00454"}},"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/abogatskiy/pelican","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/abogatskiy/pelican-nano","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":8,"ran_fixture":1,"unverified":4},"by_repo_kind":{"official":{"samples":13,"ran":9,"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":"24e331d34e433ea7","entry":"batch_stack","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/dataloaders/collate.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/dataloaders/collate.py","link_basis":"harvester_set","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":"24e331d34e433ea7"}},{"code_sha256_prefix":"10a3df87d5f15661","entry":"batch_stack_general","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/dataloaders/collate.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/dataloaders/collate.py","link_basis":"harvester_set","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":"10a3df87d5f15661"}},{"code_sha256_prefix":"694761f75d833a17","entry":"dot4","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/layers/generic_layers.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/layers/generic_layers.py","link_basis":"harvester_set","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":"694761f75d833a17"}},{"code_sha256_prefix":"722a984c73411427","entry":"drop_zeros","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/dataloaders/collate.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/dataloaders/collate.py","link_basis":"harvester_set","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":"722a984c73411427"}},{"code_sha256_prefix":"d9fc2929e852c9fa","entry":"expand_var_list","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/models/pelican_classifier.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/models/pelican_classifier.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d9fc2929e852c9fa"}},{"code_sha256_prefix":"c3b4e5ac5f9963cc","entry":"get_activation_fn","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/layers/generic_layers.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/layers/generic_layers.py","link_basis":"harvester_set","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":"c3b4e5ac5f9963cc"}},{"code_sha256_prefix":"f1b30721af3f5563","entry":"silu","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/layers/generic_layers.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/layers/generic_layers.py","link_basis":"harvester_set","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":"f1b30721af3f5563"}},{"code_sha256_prefix":"87aa69a0754cb533","entry":"suggest_params","repo":"abogatskiy/pelican","repo_kind":"official","path":"optuna_pelican_classifier.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/optuna_pelican_classifier.py","link_basis":"harvester_set","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":"87aa69a0754cb533"}},{"code_sha256_prefix":"acd7554fd7e413e6","entry":"suggest_params","repo":"abogatskiy/pelican","repo_kind":"official","path":"optuna_pelican_cov.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/optuna_pelican_cov.py","link_basis":"harvester_set","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":"acd7554fd7e413e6"}},{"code_sha256_prefix":"04cd63c8bd04eecf","entry":"add_pid_jc","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/models/pelican_classifier.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/models/pelican_classifier.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":"04cd63c8bd04eecf"}},{"code_sha256_prefix":"fda94d00076b72e0","entry":"initialize_datasets","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/dataloaders/utils.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/dataloaders/utils.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":"fda94d00076b72e0"}},{"code_sha256_prefix":"aac3499a7873a4b0","entry":"onehot","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/models/pelican_cov.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/models/pelican_cov.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":"aac3499a7873a4b0"}},{"code_sha256_prefix":"4e1231b1e3c1a574","entry":"qg_onehot","repo":"abogatskiy/pelican","repo_kind":"official","path":"src/models/pelican_classifier.py","file_url":"https://github.com/abogatskiy/pelican/blob/HEAD/src/models/pelican_classifier.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":"4e1231b1e3c1a574"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}