{"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-2510-18825","title":"Unifying and Enhancing Graph Transformers via a Hierarchical Mask Framework","arxiv_id":"2510.18825","date":"2025-10-21","proceeding":"NeurIPS","authors":["Yujie Xing","Xiao Wang","Bin Wu","Hai Huang","Chuan Shi"],"abstract":"Graph Transformers (GTs) have emerged as a powerful paradigm for graph representation learning due to their ability to model diverse node interactions. However, existing GTs often rely on intricate architectural designs tailored to specific interactions, limiting their flexibility. To address this, we propose a unified hierarchical mask framework that reveals an underlying equivalence between model architecture and attention mask construction. This framework enables a consistent modeling paradigm by capturing diverse interactions through carefully designed attention masks. Theoretical analysis under this framework demonstrates that the probability of correct classification positively correlates with the receptive field size and label consistency, leading to a fundamental design principle: an effective attention mask should ensure both a sufficiently large receptive field and a high level of label consistency. While no single existing mask satisfies this principle across all scenarios, our analysis reveals that hierarchical masks offer complementary strengths, motivating their effective integration. Then, we introduce M3Dphormer, a Mixture-of-Experts-based Graph Transformer with Multi-Level Masking and Dual Attention Computation. M3Dphormer incorporates three theoretically grounded hierarchical masks and employs a bi-level expert routing mechanism to adaptively integrate multi-level interaction information. To ensure scalability, we further introduce a dual attention computation scheme that dynamically switches between dense and sparse modes based on local mask sparsity. Extensive experiments across multiple benchmarks demonstrate that M3Dphormer achieves state-of-the-art performance, validating the effectiveness of our unified framework and model design.","url_abs":"https://arxiv.org/abs/2510.18825","url_pdf":"https://arxiv.org/pdf/2510.18825","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":"https://syntology.ai/paper/2510.18825","atlas_url":"https://app.syntology.ai/?focus=2510.18825","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2510.18825"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/null-xyj/M3Dphormer","reach":{"status":"ok"}}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"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":8,"samples":[{"code_sha256_prefix":"aaf07a0daa4211e2","entry":"calculate_global_edge_index","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"aaf07a0daa4211e2"}},{"code_sha256_prefix":"ce8d4a65c6646823","entry":"evaluate","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"evaluate.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ce8d4a65c6646823"}},{"code_sha256_prefix":"eb0b16a651290cf1","entry":"evaluate_cl","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"evaluate.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"eb0b16a651290cf1"}},{"code_sha256_prefix":"b7341b9bf6bf570e","entry":"evaluate_with_out","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"evaluate.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b7341b9bf6bf570e"}},{"code_sha256_prefix":"36604764af0f2cb1","entry":"load_model","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"logger.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/logger.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"36604764af0f2cb1"}},{"code_sha256_prefix":"3a554f3311a58222","entry":"load_planetoid_dataset","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"data.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3a554f3311a58222"}},{"code_sha256_prefix":"92e2b599820fa153","entry":"load_splits","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"92e2b599820fa153"}},{"code_sha256_prefix":"33dbfdad3df2dfb1","entry":"load_wiki_new","repo":"null-xyj/M3Dphormer","repo_kind":"found_in_text","path":"data.py","file_url":"https://github.com/null-xyj/M3Dphormer/blob/HEAD/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"33dbfdad3df2dfb1"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_api"},"syntology_extracted_results":null}