{"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/pulseimpute-a-novel-benchmark-task-for","title":"PulseImpute: A Novel Benchmark Task for Pulsative Physiological Signal Imputation","arxiv_id":"2212.07514","date":"2022-12-14","proceeding":null,"authors":["Maxwell A. Xu","Alexander Moreno","Supriya Nagesh","V. Burak Aydemir","David W. Wetter","Santosh Kumar","James M. Rehg"],"abstract":"The promise of Mobile Health (mHealth) is the ability to use wearable sensors to monitor participant physiology at high frequencies during daily life to enable temporally-precise health interventions. However, a major challenge is frequent missing data. Despite a rich imputation literature, existing techniques are ineffective for the pulsative signals which comprise many mHealth applications, and a lack of available datasets has stymied progress. We address this gap with PulseImpute, the first large-scale pulsative signal imputation challenge which includes realistic mHealth missingness models, an extensive set of baselines, and clinically-relevant downstream tasks. Our baseline models include a novel transformer-based architecture designed to exploit the structure of pulsative signals. We hope that PulseImpute will enable the ML community to tackle this significant and challenging task.","url_abs":"https://arxiv.org/abs/2212.07514v2","url_pdf":"https://arxiv.org/pdf/2212.07514v2.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":"pulseimpute-a-novel-benchmark-task-for","repo_url":"https://github.com/rehg-lab/pulseimpute","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"}],"methods":[],"datasets_introduced":[{"slug":"pulseimpute","name":"PulseImpute","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2212.07514","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2212.07514"}},"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":"deterministic:regex_extraction","url":"https://github.com/rehg-lab/pulseimpute","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/caow13/BRITS","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/felixykliu/NAOMI","reach":null}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":6,"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":"d5a507d042a2ebcf","entry":"count_parameters","repo":"rehg-lab/pulseimpute","repo_kind":"official","path":"models/transformer_model.py","file_url":"https://github.com/rehg-lab/pulseimpute/blob/HEAD/models/transformer_model.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":"d5a507d042a2ebcf"}},{"code_sha256_prefix":"2e40ce2a5f503cca","entry":"create_missingness","repo":"rehg-lab/pulseimpute","repo_kind":"official","path":"models/naomi_model.py","file_url":"https://github.com/rehg-lab/pulseimpute/blob/HEAD/models/naomi_model.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":"2e40ce2a5f503cca"}},{"code_sha256_prefix":"a264022d38a6fed2","entry":"l2_loss","repo":"rehg-lab/pulseimpute","repo_kind":"official","path":"models/tutorial_model.py","file_url":"https://github.com/rehg-lab/pulseimpute/blob/HEAD/models/tutorial_model.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":"a264022d38a6fed2"}},{"code_sha256_prefix":"cd650985d61a22e9","entry":"miss_tuple_to_vector","repo":"rehg-lab/pulseimpute","repo_kind":"official","path":"models/naomi_model.py","file_url":"https://github.com/rehg-lab/pulseimpute/blob/HEAD/models/naomi_model.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":"cd650985d61a22e9"}},{"code_sha256_prefix":"31339cfd999b7c92","entry":"mse_mask_loss","repo":"rehg-lab/pulseimpute","repo_kind":"official","path":"utils/loss_mask.py","file_url":"https://github.com/rehg-lab/pulseimpute/blob/HEAD/utils/loss_mask.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":"31339cfd999b7c92"}},{"code_sha256_prefix":"961a73661fac6241","entry":"nan_helper","repo":"rehg-lab/pulseimpute","repo_kind":"official","path":"models/lininterp_model.py","file_url":"https://github.com/rehg-lab/pulseimpute/blob/HEAD/models/lininterp_model.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":"961a73661fac6241"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}