{"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/a-multimodal-anomaly-detector-for-robot","title":"A Multimodal Anomaly Detector for Robot-Assisted Feeding Using an LSTM-based Variational Autoencoder","arxiv_id":"1711.00614","date":"2017-11-02","proceeding":null,"authors":["Daehyung Park","Yuuna Hoshi","Charles C. Kemp"],"abstract":"The detection of anomalous executions is valuable for reducing potential\nhazards in assistive manipulation. Multimodal sensory signals can be helpful\nfor detecting a wide range of anomalies. However, the fusion of\nhigh-dimensional and heterogeneous modalities is a challenging problem. We\nintroduce a long short-term memory based variational autoencoder (LSTM-VAE)\nthat fuses signals and reconstructs their expected distribution. We also\nintroduce an LSTM-VAE-based detector using a reconstruction-based anomaly score\nand a state-based threshold. For evaluations with 1,555 robot-assisted feeding\nexecutions including 12 representative types of anomalies, our detector had a\nhigher area under the receiver operating characteristic curve (AUC) of 0.8710\nthan 5 other baseline detectors from the literature. We also show the\nmultimodal fusion through the LSTM-VAE is effective by comparing our detector\nwith 17 raw sensory signals versus 4 hand-engineered features.","url_abs":"http://arxiv.org/abs/1711.00614v1","url_pdf":"http://arxiv.org/pdf/1711.00614v1.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":"a-multimodal-anomaly-detector-for-robot","repo_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"a-multimodal-anomaly-detector-for-robot","repo_url":"https://github.com/danyleb/variational-lstm-autoencoder","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"a-multimodal-anomaly-detector-for-robot","repo_url":"https://github.com/freedombenLiu/RNN-Time-series-Anomaly-Detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"a-multimodal-anomaly-detector-for-robot","repo_url":"https://github.com/freedombenLiu/https-github.com-chickenbestlover-RNN-Time-series-Anomaly-Detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"a-multimodal-anomaly-detector-for-robot","repo_url":"https://github.com/timyadnyda/variational-lstm-autoencoder","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"anomaly-detection","task_name":"Anomaly Detection"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/anomaly-detection-on-voraus-ad","task":"Anomaly Detection","dataset":"voraus-AD","model":"LSTM-VAE","rank_in_archive_order":2,"of":3,"metrics":{"Avg. Detection AUROC":"86.7"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1711.00614","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1711.00614"}},"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/freedombenLiu/RNN-Time-series-Anomaly-Detection","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/timyadnyda/variational-lstm-autoencoder","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/freedombenLiu/https-github.com-chickenbestlover-RNN-Time-series-Anomaly-Detection","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/danyleb/variational-lstm-autoencoder","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":1,"unverified":9},"by_repo_kind":{"listed":{"samples":10,"ran":1,"repositories":2}},"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":"566787f11a729568","entry":"get_batch","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"1_train_predictor.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/1_train_predictor.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"566787f11a729568"}},{"code_sha256_prefix":"052b2ec0f82abb8e","entry":"alphanum_key","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"png2gif.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/png2gif.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"052b2ec0f82abb8e"}},{"code_sha256_prefix":"1ef6ff831cff2270","entry":"anomalyScore","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"anomalyDetector.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/anomalyDetector.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1ef6ff831cff2270"}},{"code_sha256_prefix":"cc97ebc512306ea0","entry":"fit_norm_distribution_param","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"anomalyDetector.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/anomalyDetector.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cc97ebc512306ea0"}},{"code_sha256_prefix":"5ae112cc846cc62e","entry":"get_precision_recall","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"anomalyDetector.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/anomalyDetector.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5ae112cc846cc62e"}},{"code_sha256_prefix":"ebbdec7d25441eb9","entry":"normalization","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"preprocess_data.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/preprocess_data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ebbdec7d25441eb9"}},{"code_sha256_prefix":"78a18734bb0a2f00","entry":"preprocess","repo":"danyleb/variational-lstm-autoencoder","repo_kind":"listed","path":"LstmVAE/prepare_data.py","file_url":"https://github.com/danyleb/variational-lstm-autoencoder/blob/HEAD/LstmVAE/prepare_data.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":"78a18734bb0a2f00"}},{"code_sha256_prefix":"4b937bb49e947c19","entry":"reconstruct","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"preprocess_data.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/preprocess_data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4b937bb49e947c19"}},{"code_sha256_prefix":"61729d480bdea1de","entry":"standardization","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"preprocess_data.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/preprocess_data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"61729d480bdea1de"}},{"code_sha256_prefix":"77ebbd9cfb0ed6a4","entry":"tryint","repo":"chickenbestlover/RNN-Time-series-Anomaly-Detection","repo_kind":"listed","path":"png2gif.py","file_url":"https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detection/blob/HEAD/png2gif.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"77ebbd9cfb0ed6a4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}