{"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":"/code/cluster-acc","entry":"cluster_acc","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":33,"n_papers_ran":13,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":26,"n_samples_ran":12,"n_samples_fingerprinted":4,"n_places":35,"n_places_pointer_only":17,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":2,"ran":9,"unverified":14},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2603.26746","paper":"/paper/arxiv-2603-26746","title":"TDEC: Deep Embedded Image Clustering with Transformer and Distribution Information","date":"2026-03-23","month_inferred_from_arxiv_id":null,"title_source":"syntology","repo":"BGU-CS-VIL/DeepDPM","path":"src/utils.py","file_url":"https://github.com/BGU-CS-VIL/DeepDPM/blob/HEAD/src/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b87c44077cdbce2d","mcp_get_code":{"code_sha256":"b87c44077cdbce2d"}},{"arxiv_id":"2603.17610","paper":"/paper/arxiv-2603-17610","title":"AdaMuS: Adaptive Multi-view Sparsity Learning for Dimensionally Unbalanced Data","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"Hayd-coder/AdaMuS","path":"model.py","file_url":"https://github.com/Hayd-coder/AdaMuS/blob/HEAD/model.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"40a55dc9468ac731","mcp_get_code":{"code_sha256":"40a55dc9468ac731"}},{"arxiv_id":"2506.15698","paper":null,"title":"arXiv:2506.15698","date":null,"month_inferred_from_arxiv_id":"2025-06","title_source":null,"repo":"yunhak0/Spotscape","path":"utils/metric.py","file_url":"https://github.com/yunhak0/Spotscape/blob/HEAD/utils/metric.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"936b939e947c30da","mcp_get_code":{"code_sha256":"936b939e947c30da"}},{"arxiv_id":"2412.09199","paper":"/paper/mvc-vpr-mutual-learning-of-viewpoint","title":"MVC-VPR: Mutual Learning of Viewpoint Classification and Visual Place Recognition","date":"2024-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Gucci233/MutualVPR","path":"util.py","file_url":"https://github.com/Gucci233/MutualVPR/blob/HEAD/util.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4033a01764a10bf0","mcp_get_code":{"code_sha256":"4033a01764a10bf0"}},{"arxiv_id":"2411.01833","paper":"/paper/owmatch-conditional-self-labeling-with","title":"OwMatch: Conditional Self-Labeling with Consistency for Open-World Semi-Supervised Learning","date":"2024-11-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"niusj03/OwMatch","path":"utils.py","file_url":"https://github.com/niusj03/OwMatch/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a587c910539cd553","mcp_get_code":{"code_sha256":"a587c910539cd553"}},{"arxiv_id":"2410.19213","paper":"/paper/prototypical-hash-encoding-for-on-the-fly","title":"Prototypical Hash Encoding for On-the-Fly Fine-Grained Category Discovery","date":"2024-10-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"HaiyangZheng/PHE","path":"utils/evaluate_utils.py","file_url":"https://github.com/HaiyangZheng/PHE/blob/HEAD/utils/evaluate_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}},{"arxiv_id":"2410.04492","paper":"/paper/interpret-your-decision-logical-reasoning","title":"Interpret Your Decision: Logical Reasoning Regularization for Generalization in Visual Classification","date":"2024-10-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhaorui-tan/L-Reg_NeurIPS24","path":"GCD_PIM_with_L-Reg/metrics/partitioning_metrics.py","file_url":"https://github.com/zhaorui-tan/L-Reg_NeurIPS24/blob/HEAD/GCD_PIM_with_L-Reg/metrics/partitioning_metrics.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8b95279f62a6de12","mcp_get_code":{"code_sha256":"8b95279f62a6de12"}},{"arxiv_id":"2409.17504","paper":"/paper/haloscope-harnessing-unlabeled-llm","title":"HaloScope: Harnessing Unlabeled LLM Generations for Hallucination Detection","date":"2024-09-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"deeplearning-wisc/haloscope","path":"ylib/ytool.py","file_url":"https://github.com/deeplearning-wisc/haloscope/blob/HEAD/ylib/ytool.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0f87c7b11ad6cedb","mcp_get_code":{"code_sha256":"0f87c7b11ad6cedb"}},{"arxiv_id":"2409.12728","paper":"/paper/praga-prototype-aware-graph-adaptive","title":"PRAGA: Prototype-aware Graph Adaptive Aggregation for Spatial Multi-modal Omics Analysis","date":"2024-09-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xubin-s-lab/praga","path":"clustering_utils.py","file_url":"https://github.com/xubin-s-lab/praga/blob/HEAD/clustering_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"code_sha256_prefix":"b6de204a76f878fe","mcp_get_code":{"code_sha256":"b6de204a76f878fe"}},{"arxiv_id":"2408.14371","paper":"/paper/selex-self-expertise-in-fine-grained","title":"SelEx: Self-Expertise in Fine-Grained Generalized Category Discovery","date":"2024-08-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sarahrastegar/selex","path":"project_utils/cluster_utils.py","file_url":"https://github.com/sarahrastegar/selex/blob/HEAD/project_utils/cluster_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}},{"arxiv_id":"2407.16863","paper":"/paper/balanced-multi-relational-graph-clustering","title":"Balanced Multi-Relational Graph Clustering","date":"2024-07-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zxlearningdeep/bmgc","path":"BMGC/utils/metrics.py","file_url":"https://github.com/zxlearningdeep/bmgc/blob/HEAD/BMGC/utils/metrics.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1b3f8d0522a46d1e","mcp_get_code":{"code_sha256":"1b3f8d0522a46d1e"}},{"arxiv_id":"2406.19300","paper":"/paper/sctree-discovering-cellular-hierarchies-in","title":"scTree: Discovering Cellular Hierarchies in the Presence of Batch Effects in scRNA-seq Data","date":"2024-06-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mvandenhi/sctree-public","path":"src/sctree/utils/utils.py","file_url":"https://github.com/mvandenhi/sctree-public/blob/HEAD/src/sctree/utils/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"8b187044b46776ff","mcp_get_code":{"code_sha256":"8b187044b46776ff"}},{"arxiv_id":"2406.11422","paper":"/paper/cross-domain-open-world-discovery","title":"Cross-domain Open-world Discovery","date":"2024-06-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mlbio-epfl/crow","path":"utils.py","file_url":"https://github.com/mlbio-epfl/crow/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2cb0dfda7edafa6c","mcp_get_code":{"code_sha256":"2cb0dfda7edafa6c"}},{"arxiv_id":"2402.01399","paper":"/paper/a-probabilistic-model-to-explain-self","title":"A Probabilistic Model Behind Self-Supervised Learning","date":"2024-02-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alicebizeul/simvae","path":"src/utils/utils.py","file_url":"https://github.com/alicebizeul/simvae/blob/HEAD/src/utils/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"fa7588028e0141e1","mcp_get_code":{"code_sha256":"fa7588028e0141e1"}},{"arxiv_id":"2312.14066","paper":"/paper/upper-bounding-barlow-twins-a-novel-filter","title":"Upper Bounding Barlow Twins: A Novel Filter for Multi-Relational Clustering","date":"2023-12-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"XweiQ/BTGF","path":"metrics.py","file_url":"https://github.com/XweiQ/BTGF/blob/HEAD/metrics.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1b3f8d0522a46d1e","mcp_get_code":{"code_sha256":"1b3f8d0522a46d1e"}},{"arxiv_id":"2311.02940","paper":null,"title":"arXiv:2311.02940","date":null,"month_inferred_from_arxiv_id":"2023-11","title_source":null,"repo":"mlbio-epfl/hume","path":"metrics.py","file_url":"https://github.com/mlbio-epfl/hume/blob/HEAD/metrics.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ae2a9fd4f9aca7da","mcp_get_code":{"code_sha256":"ae2a9fd4f9aca7da"}},{"arxiv_id":"2310.19776","paper":"/paper/learn-to-categorize-or-categorize-to-learn-1","title":"Learn to Categorize or Categorize to Learn? Self-Coding for Generalized Category Discovery","date":"2023-10-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"SarahRastegar/InfoSieve","path":"project_utils/cluster_utils.py","file_url":"https://github.com/SarahRastegar/InfoSieve/blob/HEAD/project_utils/cluster_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}},{"arxiv_id":"2308.11063","paper":"/paper/metagcd-learning-to-continually-learn-in","title":"MetaGCD: Learning to Continually Learn in Generalized Category Discovery","date":"2023-08-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ynanwu/metagcd","path":"project_utils/cluster_utils.py","file_url":"https://github.com/ynanwu/metagcd/blob/HEAD/project_utils/cluster_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}},{"arxiv_id":"2308.09000","paper":"/paper/dealmvc-dual-contrastive-calibration-for","title":"DealMVC: Dual Contrastive Calibration for Multi-view Clustering","date":"2023-08-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xihongyang1999/dealmvc","path":"metric.py","file_url":"https://github.com/xihongyang1999/dealmvc/blob/HEAD/metric.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6a157a961548e0ac","mcp_get_code":{"code_sha256":"6a157a961548e0ac"}},{"arxiv_id":"2308.02989","paper":"/paper/novel-class-discovery-for-long-tailed","title":"Novel Class Discovery for Long-tailed Recognition","date":"2023-08-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kleinzcy/ncdlr","path":"estimate_k.py","file_url":"https://github.com/kleinzcy/ncdlr/blob/HEAD/estimate_k.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"531d93151b97e210","mcp_get_code":{"code_sha256":"531d93151b97e210"}},{"arxiv_id":"2307.00524","paper":"/paper/large-language-models-enable-few-shot","title":"Large Language Models Enable Few-Shot Clustering","date":"2023-07-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"viswavi/few-shot-clustering","path":"few_shot_clustering/eval_utils.py","file_url":"https://github.com/viswavi/few-shot-clustering/blob/HEAD/few_shot_clustering/eval_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4faa67ba46a4ff24","mcp_get_code":{"code_sha256":"4faa67ba46a4ff24"}},{"arxiv_id":"2305.06144","paper":"/paper/learning-semi-supervised-gaussian-mixture","title":"Learning Semi-supervised Gaussian Mixture Models for Generalized Category Discovery","date":"2023-05-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"DTennant/GPC","path":"project_utils/cluster_utils.py","file_url":"https://github.com/DTennant/GPC/blob/HEAD/project_utils/cluster_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}},{"arxiv_id":"2304.06928","paper":"/paper/cipr-an-efficient-framework-with-cross","title":"CiPR: An Efficient Framework with Cross-instance Positive Relations for Generalized Category Discovery","date":"2023-04-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"haoosz/cipr","path":"eval_snc.py","file_url":"https://github.com/haoosz/cipr/blob/HEAD/eval_snc.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5d51de82a8ad88f9","mcp_get_code":{"code_sha256":"5d51de82a8ad88f9"}},{"arxiv_id":"2210.12918","paper":"/paper/unsupervised-object-representation-learning","title":"Unsupervised Object Representation Learning using Translation and Rotation Group Equivariant VAE","date":"2022-10-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"smlc-nysbc/target-vae","path":"clustering_dsprites.py","file_url":"https://github.com/smlc-nysbc/target-vae/blob/HEAD/clustering_dsprites.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5260d45bd76e16cc","mcp_get_code":{"code_sha256":"5260d45bd76e16cc"}},{"arxiv_id":"2210.12918","paper":"/paper/unsupervised-object-representation-learning","title":"Unsupervised Object Representation Learning using Translation and Rotation Group Equivariant VAE","date":"2022-10-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"smlc-nysbc/target-vae","path":"clustering_mnist.py","file_url":"https://github.com/smlc-nysbc/target-vae/blob/HEAD/clustering_mnist.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e9e60431bb497e09","mcp_get_code":{"code_sha256":"e9e60431bb497e09"}},{"arxiv_id":"2207.08605","paper":"/paper/class-incremental-novel-class-discovery","title":"Class-incremental Novel Class Discovery","date":"2022-07-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"OatmealLiu/class-iNCD","path":"incd_2step_tinyimagenet.py","file_url":"https://github.com/OatmealLiu/class-iNCD/blob/HEAD/incd_2step_tinyimagenet.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c8ff9b85064cd9d4","mcp_get_code":{"code_sha256":"c8ff9b85064cd9d4"}},{"arxiv_id":"2201.02609","paper":"/paper/generalized-category-discovery","title":"Generalized Category Discovery","date":"2022-01-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sgvaze/generalized-category-discovery","path":"project_utils/cluster_utils.py","file_url":"https://github.com/sgvaze/generalized-category-discovery/blob/HEAD/project_utils/cluster_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}},{"arxiv_id":"2110.08552","paper":"/paper/virtual-augmentation-supported-contrastive","title":"Virtual Augmentation Supported Contrastive Learning of Sentence Representations","date":"2021-10-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"amazon-science/sentence-representations","path":"DownstreamEval/clustering/metric.py","file_url":"https://github.com/amazon-science/sentence-representations/blob/HEAD/DownstreamEval/clustering/metric.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"4faa67ba46a4ff24","mcp_get_code":{"code_sha256":"4faa67ba46a4ff24"}},{"arxiv_id":"2106.05241","paper":"/paper/multi-facet-clustering-variational","title":"Multi-Facet Clustering Variational Autoencoders","date":"2021-06-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"4c9bb7ea70e75b6f","mcp_get_code":{"code_sha256":"4c9bb7ea70e75b6f"}},{"arxiv_id":"2009.09590","paper":"/paper/deep-clustering-and-representation-learning","title":"Generalized Clustering and Multi-Manifold Learning with Geometric Structure Preservation","date":"2020-09-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lirongwu/gcml","path":"utils.py","file_url":"https://github.com/lirongwu/gcml/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"031cb627220faed5","mcp_get_code":{"code_sha256":"031cb627220faed5"}},{"arxiv_id":"1908.05968","paper":"/paper/n2dnot-too-deep-clustering-via-clustering-the","title":"N2D: (Not Too) Deep Clustering via Clustering the Local Manifold of an Autoencoded Embedding","date":"2019-08-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"josephsdavid/N2D","path":"n2d/N2D.py","file_url":"https://github.com/josephsdavid/N2D/blob/HEAD/n2d/N2D.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4efdad7e624a3c0d","mcp_get_code":{"code_sha256":"4efdad7e624a3c0d"}},{"arxiv_id":"1811.00075","paper":"/paper/the-uea-multivariate-time-series","title":"The UEA multivariate time series classification archive, 2018","date":"2018-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"FlorentF9/DeepTemporalClustering","path":"metrics.py","file_url":"https://github.com/FlorentF9/DeepTemporalClustering/blob/HEAD/metrics.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"124a21dc643bc4f4","mcp_get_code":{"code_sha256":"124a21dc643bc4f4"}},{"arxiv_id":"1611.05148","paper":"/paper/variational-deep-embedding-an-unsupervised","title":"Variational Deep Embedding: An Unsupervised and Generative Approach to Clustering","date":"2016-11-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"slim1017/VaDE","path":"VaDE.py","file_url":"https://github.com/slim1017/VaDE/blob/HEAD/VaDE.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4c9bb7ea70e75b6f","mcp_get_code":{"code_sha256":"4c9bb7ea70e75b6f"}},{"arxiv_id":"1611.05148","paper":"/paper/variational-deep-embedding-an-unsupervised","title":"Variational Deep Embedding: An Unsupervised and Generative Approach to Clustering","date":"2016-11-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"slim1017/VaDE","path":"VaDE_test_mnist.py","file_url":"https://github.com/slim1017/VaDE/blob/HEAD/VaDE_test_mnist.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c8416864bc4d2fe0","mcp_get_code":{"code_sha256":"c8416864bc4d2fe0"}},{"arxiv_id":"Du_On-the-Fly_Category_Discovery_CVPR_2023_paper","paper":null,"title":"arXiv:Du_On-the-Fly_Category_Discovery_CVPR_2023_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"PRIS-CV/On-the-fly-Category-Discovery","path":"project_utils/cluster_utils.py","file_url":"https://github.com/PRIS-CV/On-the-fly-Category-Discovery/blob/HEAD/project_utils/cluster_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"569a0b5d2369b072","mcp_get_code":{"code_sha256":"569a0b5d2369b072"}}]}