{"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/h-packer-holographic-rotationally-equivariant","title":"H-Packer: Holographic Rotationally Equivariant Convolutional Neural Network for Protein Side-Chain Packing","arxiv_id":"2311.09312","date":"2023-11-15","proceeding":null,"authors":["Gian Marco Visani","William Galvin","Michael Neal Pun","Armita Nourmohammad"],"abstract":"Accurately modeling protein 3D structure is essential for the design of functional proteins. An important sub-task of structure modeling is protein side-chain packing: predicting the conformation of side-chains (rotamers) given the protein's backbone structure and amino-acid sequence. Conventional approaches for this task rely on expensive sampling procedures over hand-crafted energy functions and rotamer libraries. Recently, several deep learning methods have been developed to tackle the problem in a data-driven way, albeit with vastly different formulations (from image-to-image translation to directly predicting atomic coordinates). Here, we frame the problem as a joint regression over the side-chains' true degrees of freedom: the dihedral $\\chi$ angles. We carefully study possible objective functions for this task, while accounting for the underlying symmetries of the task. We propose Holographic Packer (H-Packer), a novel two-stage algorithm for side-chain packing built on top of two light-weight rotationally equivariant neural networks. We evaluate our method on CASP13 and CASP14 targets. H-Packer is computationally efficient and shows favorable performance against conventional physics-based algorithms and is competitive against alternative deep learning solutions.","url_abs":"https://arxiv.org/abs/2311.09312v2","url_pdf":"https://arxiv.org/pdf/2311.09312v2.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":"h-packer-holographic-rotationally-equivariant","repo_url":"https://github.com/gvisani/hpacker","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"image-to-image-translation","task_name":"Image-to-Image Translation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2311.09312","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.09312"}},"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/gvisani/hpacker","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":3,"unverified":3},"by_repo_kind":{"official":{"samples":6,"ran":3,"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":"6f83fa1a9fd166e8","entry":"stack_dicts","repo":"gvisani/hpacker","repo_kind":"official","path":"hpacker/hpacker.py","file_url":"https://github.com/gvisani/hpacker/blob/HEAD/hpacker/hpacker.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":"6f83fa1a9fd166e8"}},{"code_sha256_prefix":"e5900b9a9569def3","entry":"stringify","repo":"gvisani/hpacker","repo_kind":"official","path":"hpacker/src/preprocessing/__tests.py","file_url":"https://github.com/gvisani/hpacker/blob/HEAD/hpacker/src/preprocessing/__tests.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":"e5900b9a9569def3"}},{"code_sha256_prefix":"9b64d3e9e7e9606d","entry":"stringify_array","repo":"gvisani/hpacker","repo_kind":"official","path":"hpacker/src/preprocessing/__tests.py","file_url":"https://github.com/gvisani/hpacker/blob/HEAD/hpacker/src/preprocessing/__tests.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":"9b64d3e9e7e9606d"}},{"code_sha256_prefix":"a6cc3e3f0b510084","entry":"get_data_irreps","repo":"gvisani/hpacker","repo_kind":"official","path":"hpacker/src/training/data.py","file_url":"https://github.com/gvisani/hpacker/blob/HEAD/hpacker/src/training/data.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":"a6cc3e3f0b510084"}},{"code_sha256_prefix":"e34b71b831609e12","entry":"get_norm_factor","repo":"gvisani/hpacker","repo_kind":"official","path":"hpacker/src/training/data.py","file_url":"https://github.com/gvisani/hpacker/blob/HEAD/hpacker/src/training/data.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":"e34b71b831609e12"}},{"code_sha256_prefix":"12306d2bdc46507c","entry":"get_proteinnet__pdb_chain_pairs","repo":"gvisani/hpacker","repo_kind":"official","path":"hpacker/src/preprocessing/get_neighborhoods.py","file_url":"https://github.com/gvisani/hpacker/blob/HEAD/hpacker/src/preprocessing/get_neighborhoods.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":"12306d2bdc46507c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}