{"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/gaussian-mixture-convolution-networks-1","title":"Gaussian Mixture Convolution Networks","arxiv_id":"2202.09153","date":"2022-02-18","proceeding":"ICLR 2022 4","authors":["Adam Celarek","Pedro Hermosilla","Bernhard Kerbl","Timo Ropinski","Michael Wimmer"],"abstract":"This paper proposes a novel method for deep learning based on the analytical convolution of multidimensional Gaussian mixtures. In contrast to tensors, these do not suffer from the curse of dimensionality and allow for a compact representation, as data is only stored where details exist. Convolution kernels and data are Gaussian mixtures with unconstrained weights, positions, and covariance matrices. Similar to discrete convolutional networks, each convolution step produces several feature channels, represented by independent Gaussian mixtures. Since traditional transfer functions like ReLUs do not produce Gaussian mixtures, we propose using a fitting of these functions instead. This fitting step also acts as a pooling layer if the number of Gaussian components is reduced appropriately. We demonstrate that networks based on this architecture reach competitive accuracy on Gaussian mixtures fitted to the MNIST and ModelNet data sets.","url_abs":"https://arxiv.org/abs/2202.09153v1","url_pdf":"https://arxiv.org/pdf/2202.09153v1.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":"gaussian-mixture-convolution-networks-1","repo_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[],"methods":[{"method_slug":"convolution","method_name":"Convolution"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2202.09153","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2202.09153"}},"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/cg-tuwien/gaussian-mixture-convolution-networks","reach":null}],"summary":{"ran_fixture":6,"ran_draft_wrong":1,"ran_honours":2},"by_repo_kind":{"official":{"samples":9,"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":9,"samples":[{"code_sha256_prefix":"4973e974f07b3438","entry":"_polynomial_mul_repeat","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4973e974f07b3438"}},{"code_sha256_prefix":"c190920c27fc0fb1","entry":"convolve","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c190920c27fc0fb1"}},{"code_sha256_prefix":"c983d2c145a1def8","entry":"covariances","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c983d2c145a1def8"}},{"code_sha256_prefix":"1df36e1e232263d4","entry":"is_valid_mixture","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1df36e1e232263d4"}},{"code_sha256_prefix":"20df19346dd34e0e","entry":"n_batch","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"20df19346dd34e0e"}},{"code_sha256_prefix":"2fb325ebf9ba33de","entry":"n_components","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2fb325ebf9ba33de"}},{"code_sha256_prefix":"a3ea40c6103c52c4","entry":"n_dimensions","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a3ea40c6103c52c4"}},{"code_sha256_prefix":"0df4d363ecc3cf50","entry":"n_layers","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0df4d363ecc3cf50"}},{"code_sha256_prefix":"eab65a30ad9020f7","entry":"weights","repo":"cg-tuwien/gaussian-mixture-convolution-networks","repo_kind":"official","path":"src/gmc/mixture.py","file_url":"https://github.com/cg-tuwien/gaussian-mixture-convolution-networks/blob/HEAD/src/gmc/mixture.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"eab65a30ad9020f7"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}