{"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/deepsphere-towards-an-equivariant-graph-based","title":"DeepSphere: towards an equivariant graph-based spherical CNN","arxiv_id":"1904.05146","date":"2019-04-08","proceeding":null,"authors":["Michaël Defferrard","Nathanaël Perraudin","Tomasz Kacprzak","Raphael Sgier"],"abstract":"Spherical data is found in many applications. By modeling the discretized\nsphere as a graph, we can accommodate non-uniformly distributed, partial, and\nchanging samplings. Moreover, graph convolutions are computationally more\nefficient than spherical convolutions. As equivariance is desired to exploit\nrotational symmetries, we discuss how to approach rotation equivariance using\nthe graph neural network introduced in Defferrard et al. (2016). Experiments\nshow good performance on rotation-invariant learning problems. Code and\nexamples are available at https://github.com/SwissDataScienceCenter/DeepSphere","url_abs":"http://arxiv.org/abs/1904.05146v1","url_pdf":"http://arxiv.org/pdf/1904.05146v1.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":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/deepsphere-tf1","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"unanswered"}},{"paper_slug":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/code-iclr20","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/deepsphere-cosmo-tf1","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/deepsphere-cosmo-tf2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"unanswered"}},{"paper_slug":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/deepsphere-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/paper-deepsphere-rlgm2019","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"CC-BY-4.0"}},{"paper_slug":"deepsphere-towards-an-equivariant-graph-based","repo_url":"https://github.com/deepsphere/deepsphere-weather","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"graph-neural-network","task_name":"Graph Neural Network"}],"methods":[{"method_slug":"graph-neural-network","method_name":"Graph Neural Network"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1904.05146","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1904.05146"}},"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/deepsphere/deepsphere-tf1","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepsphere/paper-deepsphere-rlgm2019","reach":{"status":"ok","spdx":"CC-BY-4.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepsphere/deepsphere-pytorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepsphere/code-iclr20","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepsphere/deepsphere-cosmo-tf2","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepsphere/deepsphere-cosmo-tf1","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deepsphere/deepsphere-weather","reach":null}],"summary":{"ran_draft_wrong":1,"unverified":11},"by_repo_kind":{"listed":{"samples":12,"ran":1,"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":"df66d82f41a55ac4","entry":"accuracy","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"experiments/climate/run_experiment_equiangular.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/experiments/climate/run_experiment_equiangular.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"df66d82f41a55ac4"}},{"code_sha256_prefix":"ff433f49d339c8a9","entry":"average_precision","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"experiments/climate/run_experiment_equiangular.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/experiments/climate/run_experiment_equiangular.py","link_basis":"plan_row","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":"ff433f49d339c8a9"}},{"code_sha256_prefix":"846d2fb7e65ca5e0","entry":"build_laplacian","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"deepsphere/utils.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/deepsphere/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":"846d2fb7e65ca5e0"}},{"code_sha256_prefix":"aef88d6434bcfcc5","entry":"equiangular_weightmatrix","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"deepsphere/utils.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/deepsphere/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":"aef88d6434bcfcc5"}},{"code_sha256_prefix":"d9cc5a13513bee4b","entry":"get_params_mn40","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"experiments/modelnet40/hyperparameters.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/experiments/modelnet40/hyperparameters.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":"d9cc5a13513bee4b"}},{"code_sha256_prefix":"b5bf280bd362a092","entry":"get_params_mn40_optim","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"experiments/modelnet40/hyperparameters.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/experiments/modelnet40/hyperparameters.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":"b5bf280bd362a092"}},{"code_sha256_prefix":"7622c18415c6bd78","entry":"grouper","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"deepsphere/data.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/deepsphere/data.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":"7622c18415c6bd78"}},{"code_sha256_prefix":"dfd3c93343938993","entry":"histogram","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"deepsphere/experiment_helper.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/deepsphere/experiment_helper.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":"dfd3c93343938993"}},{"code_sha256_prefix":"89059e84357a8bb6","entry":"histogram_helper","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"deepsphere/experiment_helper.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/deepsphere/experiment_helper.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":"89059e84357a8bb6"}},{"code_sha256_prefix":"623ae56b9e19231c","entry":"plot_with_std","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"deepsphere/plot.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/deepsphere/plot.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":"623ae56b9e19231c"}},{"code_sha256_prefix":"8948bd474efb407c","entry":"render_model","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"experiments/modelnet40/load_MN40.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/experiments/modelnet40/load_MN40.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":"8948bd474efb407c"}},{"code_sha256_prefix":"1ddb759dba5f5107","entry":"rotmat","repo":"deepsphere/code-iclr20","repo_kind":"listed","path":"experiments/modelnet40/load_MN40.py","file_url":"https://github.com/deepsphere/code-iclr20/blob/HEAD/experiments/modelnet40/load_MN40.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":"1ddb759dba5f5107"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}