{"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/diffusion-models-for-missing-value-imputation","title":"Diffusion models for missing value imputation in tabular data","arxiv_id":"2210.17128","date":"2022-10-31","proceeding":null,"authors":["Shuhan Zheng","Nontawat Charoenphakdee"],"abstract":"Missing value imputation in machine learning is the task of estimating the missing values in the dataset accurately using available information. In this task, several deep generative modeling methods have been proposed and demonstrated their usefulness, e.g., generative adversarial imputation networks. Recently, diffusion models have gained popularity because of their effectiveness in the generative modeling task in images, texts, audio, etc. To our knowledge, less attention has been paid to the investigation of the effectiveness of diffusion models for missing value imputation in tabular data. Based on recent development of diffusion models for time-series data imputation, we propose a diffusion model approach called \"Conditional Score-based Diffusion Models for Tabular data\" (TabCSDI). To effectively handle categorical variables and numerical variables simultaneously, we investigate three techniques: one-hot encoding, analog bits encoding, and feature tokenization. Experimental results on benchmark datasets demonstrated the effectiveness of TabCSDI compared with well-known existing methods, and also emphasized the importance of the categorical embedding techniques.","url_abs":"https://arxiv.org/abs/2210.17128v2","url_pdf":"https://arxiv.org/pdf/2210.17128v2.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":"diffusion-models-for-missing-value-imputation","repo_url":"https://github.com/pfnet-research/CSDI_T","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"imputation","task_name":"Imputation"},{"task_slug":"missing-values","task_name":"Missing Values"},{"task_slug":"time-series-1","task_name":"Time Series"},{"task_slug":"time-series","task_name":"Time Series Analysis"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2210.17128","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.17128"}},"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/pfnet-research/CSDI_T","reach":null}],"summary":{"ran_draft_wrong":2,"ran":2,"unverified":5},"by_repo_kind":{"official":{"samples":6,"ran":3,"repositories":1},"community":{"samples":2,"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":1,"samples":[{"code_sha256_prefix":"7340b482ffe44836","entry":"Conv1d_with_init","repo":"pfnet-research/CSDI_T","repo_kind":"official","path":"src/main_model_table.py","file_url":"https://github.com/pfnet-research/CSDI_T/blob/HEAD/src/main_model_table.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7340b482ffe44836"}},{"code_sha256_prefix":"02d307cedb8057f0","entry":"DiffusionEmbedding","repo":"pfnet-research/CSDI_T","repo_kind":"official","path":"src/main_model_table.py","file_url":"https://github.com/pfnet-research/CSDI_T/blob/HEAD/src/main_model_table.py","link_basis":"first_harvest_node","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":"02d307cedb8057f0"}},{"code_sha256_prefix":"59db9ff504dd7b56","entry":"ResidualBlock","repo":"pfnet-research/CSDI_T","repo_kind":"official","path":"src/main_model_table.py","file_url":"https://github.com/pfnet-research/CSDI_T/blob/HEAD/src/main_model_table.py","link_basis":"first_harvest_node","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":"59db9ff504dd7b56"}},{"code_sha256_prefix":"e706793d7d22ae44","entry":"get_torch_trans","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"e706793d7d22ae44"}},{"code_sha256_prefix":"6120dfc8adf8086d","entry":"CSDI_base","repo":"pfnet-research/CSDI_T","repo_kind":"official","path":"src/main_model_table.py","file_url":"https://github.com/pfnet-research/CSDI_T/blob/HEAD/src/main_model_table.py","link_basis":"first_harvest_node","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":"6120dfc8adf8086d"}},{"code_sha256_prefix":"e025f56ec3385c61","entry":"Conv1d_with_init","repo":"pfnet-research/TabCSDI","repo_kind":"community","path":"src/diff_models_table.py","file_url":"https://github.com/pfnet-research/TabCSDI/blob/HEAD/src/diff_models_table.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e025f56ec3385c61"}},{"code_sha256_prefix":"83886c073887ba70","entry":"TabCSDI","repo":"pfnet-research/CSDI_T","repo_kind":"official","path":"src/main_model_table.py","file_url":"https://github.com/pfnet-research/CSDI_T/blob/HEAD/src/main_model_table.py","link_basis":"first_harvest_node","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":"83886c073887ba70"}},{"code_sha256_prefix":"ed48da4b800a616a","entry":"diff_CSDI","repo":"pfnet-research/CSDI_T","repo_kind":"official","path":"src/main_model_table.py","file_url":"https://github.com/pfnet-research/CSDI_T/blob/HEAD/src/main_model_table.py","link_basis":"first_harvest_node","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":"ed48da4b800a616a"}},{"code_sha256_prefix":"f6889ffd18cae955","entry":"get_torch_trans","repo":"pfnet-research/TabCSDI","repo_kind":"community","path":"src/diff_models_table.py","file_url":"https://github.com/pfnet-research/TabCSDI/blob/HEAD/src/diff_models_table.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6889ffd18cae955"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}