{"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/robust-variational-autoencoders-for-outlier","title":"Robust Variational Autoencoders for Outlier Detection and Repair of Mixed-Type Data","arxiv_id":"1907.06671","date":"2019-07-15","proceeding":null,"authors":["Simão Eduardo","Alfredo Nazábal","Christopher K. I. Williams","Charles Sutton"],"abstract":"We focus on the problem of unsupervised cell outlier detection and repair in mixed-type tabular data. Traditional methods are concerned only with detecting which rows in the dataset are outliers. However, identifying which cells are corrupted in a specific row is an important problem in practice, and the very first step towards repairing them. We introduce the Robust Variational Autoencoder (RVAE), a deep generative model that learns the joint distribution of the clean data while identifying the outlier cells, allowing their imputation (repair). RVAE explicitly learns the probability of each cell being an outlier, balancing different likelihood models in the row outlier score, making the method suitable for outlier detection in mixed-type datasets. We show experimentally that not only RVAE performs better than several state-of-the-art methods in cell outlier detection and repair for tabular data, but also that is robust against the initial hyper-parameter selection.","url_abs":"https://arxiv.org/abs/1907.06671v2","url_pdf":"https://arxiv.org/pdf/1907.06671v2.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":"robust-variational-autoencoders-for-outlier","repo_url":"https://github.com/sfme/RVAE_MixedTypes","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"imputation","task_name":"Imputation"},{"task_slug":"outlier-detection","task_name":"Outlier Detection"}],"methods":[{"method_slug":"repair","method_name":"Repair"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1907.06671","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1907.06671"}},"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/sfme/RVAE_MixedTypes","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":8},"by_repo_kind":{"official":{"samples":8,"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":0,"samples":[{"code_sha256_prefix":"35b614de96909522","entry":"create_data_folders","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/dataset_prep_simple/dataset_prep_utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/dataset_prep_simple/dataset_prep_utils.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":"35b614de96909522"}},{"code_sha256_prefix":"0f9a3d016ca90a7d","entry":"create_data_splits","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/dataset_prep_simple/dataset_prep_utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/dataset_prep_simple/dataset_prep_utils.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":"0f9a3d016ca90a7d"}},{"code_sha256_prefix":"7a6605b73571a685","entry":"getArgs","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/core_models/parser_arguments.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/core_models/parser_arguments.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":"7a6605b73571a685"}},{"code_sha256_prefix":"b5672f1c083f6618","entry":"get_auc_metrics","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/core_models/utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/core_models/utils.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":"b5672f1c083f6618"}},{"code_sha256_prefix":"a9664705f476d18d","entry":"get_avpr_metrics","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/core_models/utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/core_models/utils.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":"a9664705f476d18d"}},{"code_sha256_prefix":"faa345f3ec52e705","entry":"logit_fn","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/core_models/model_utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/core_models/model_utils.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":"faa345f3ec52e705"}},{"code_sha256_prefix":"ecf06b84d66c4983","entry":"nll_categ_global","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/core_models/model_utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/core_models/model_utils.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":"ecf06b84d66c4983"}},{"code_sha256_prefix":"4555a0d1dd7fd087","entry":"nll_gauss_global","repo":"sfme/RVAE_MixedTypes","repo_kind":"official","path":"src/core_models/model_utils.py","file_url":"https://github.com/sfme/RVAE_MixedTypes/blob/HEAD/src/core_models/model_utils.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":"4555a0d1dd7fd087"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}