{"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/simplicial-embeddings-in-self-supervised","title":"Simplicial Embeddings in Self-Supervised Learning and Downstream Classification","arxiv_id":"2204.00616","date":"2022-04-01","proceeding":null,"authors":["Samuel Lavoie","Christos Tsirigotis","Max Schwarzer","Ankit Vani","Michael Noukhovitch","Kenji Kawaguchi","Aaron Courville"],"abstract":"Simplicial Embeddings (SEM) are representations learned through self-supervised learning (SSL), wherein a representation is projected into $L$ simplices of $V$ dimensions each using a softmax operation. This procedure conditions the representation onto a constrained space during pretraining and imparts an inductive bias for group sparsity. For downstream classification, we formally prove that the SEM representation leads to better generalization than an unnormalized representation. Furthermore, we empirically demonstrate that SSL methods trained with SEMs have improved generalization on natural image datasets such as CIFAR-100 and ImageNet. Finally, when used in a downstream classification task, we show that SEM features exhibit emergent semantic coherence where small groups of learned features are distinctly predictive of semantically-relevant classes.","url_abs":"https://arxiv.org/abs/2204.00616v2","url_pdf":"https://arxiv.org/pdf/2204.00616v2.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":"simplicial-embeddings-in-self-supervised","repo_url":"https://github.com/lavoiems/simplicial-embeddings","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"classification-1","task_name":"Classification"},{"task_slug":"inductive-bias","task_name":"Inductive Bias"},{"task_slug":"self-supervised-learning","task_name":"Self-Supervised Learning"}],"methods":[{"method_slug":"softmax","method_name":"Softmax"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2204.00616","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2204.00616"}},"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/lavoiems/simplicial-embeddings","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":3,"ran_fixture":1,"unverified":2},"by_repo_kind":{"official":{"samples":6,"ran":4,"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":"132a949a804eb81e","entry":"barlow_loss_func","repo":"lavoiems/simplicial-embeddings","repo_kind":"official","path":"solo/losses/barlow.py","file_url":"https://github.com/lavoiems/simplicial-embeddings/blob/HEAD/solo/losses/barlow.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":"132a949a804eb81e"}},{"code_sha256_prefix":"273532e06cb3967e","entry":"byol_loss_func","repo":"lavoiems/simplicial-embeddings","repo_kind":"official","path":"solo/losses/byol.py","file_url":"https://github.com/lavoiems/simplicial-embeddings/blob/HEAD/solo/losses/byol.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":"273532e06cb3967e"}},{"code_sha256_prefix":"8916e0f98b777300","entry":"extract_features","repo":"lavoiems/simplicial-embeddings","repo_kind":"official","path":"main_knn.py","file_url":"https://github.com/lavoiems/simplicial-embeddings/blob/HEAD/main_knn.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":"8916e0f98b777300"}},{"code_sha256_prefix":"2ade5ee5636e4e1e","entry":"moco_loss_func","repo":"lavoiems/simplicial-embeddings","repo_kind":"official","path":"solo/losses/moco.py","file_url":"https://github.com/lavoiems/simplicial-embeddings/blob/HEAD/solo/losses/moco.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2ade5ee5636e4e1e"}},{"code_sha256_prefix":"ce432f2e9653c7a3","entry":"deepclusterv2_loss_func","repo":"lavoiems/simplicial-embeddings","repo_kind":"official","path":"solo/losses/deepclusterv2.py","file_url":"https://github.com/lavoiems/simplicial-embeddings/blob/HEAD/solo/losses/deepclusterv2.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":"ce432f2e9653c7a3"}},{"code_sha256_prefix":"510ce8dfc2a8228d","entry":"nnclr_loss_func","repo":"lavoiems/simplicial-embeddings","repo_kind":"official","path":"solo/losses/nnclr.py","file_url":"https://github.com/lavoiems/simplicial-embeddings/blob/HEAD/solo/losses/nnclr.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":"510ce8dfc2a8228d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}