{"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/2505-10607","title":"MONAQ: Multi-Objective Neural Architecture Querying for Time-Series Analysis on Resource-Constrained Devices","arxiv_id":"2505.10607","date":"2025-05-15","proceeding":null,"authors":["Patara Trirat","Jae-Gil Lee"],"abstract":"The growing use of smartphones and IoT devices necessitates efficient time-series analysis on resource-constrained hardware, which is critical for sensing applications such as human activity recognition and air quality prediction. Recent efforts in hardware-aware neural architecture search (NAS) automate architecture discovery for specific platforms; however, none focus on general time-series analysis with edge deployment. Leveraging the problem-solving and reasoning capabilities of large language models (LLM), we propose MONAQ, a novel framework that reformulates NAS into Multi-Objective Neural Architecture Querying tasks. MONAQ is equipped with multimodal query generation for processing multimodal time-series inputs and hardware constraints, alongside an LLM agent-based multi-objective search to achieve deployment-ready models via code generation. By integrating numerical data, time-series images, and textual descriptions, MONAQ improves an LLM's understanding of time-series data. Experiments on fifteen datasets demonstrate that MONAQ-discovered models outperform both handcrafted models and NAS baselines while being more efficient.","url_abs":"https://arxiv.org/abs/2505.10607v1","url_pdf":"https://arxiv.org/pdf/2505.10607v1.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":"2505-10607","repo_url":"https://github.com/kaist-dmlab/monaq","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"activity-recognition","task_name":"Activity Recognition"},{"task_slug":"code-generation","task_name":"Code Generation"},{"task_slug":"hardware-aware-neural-architecture-search","task_name":"Hardware Aware Neural Architecture Search"},{"task_slug":"human-activity-recognition","task_name":"Human Activity Recognition"},{"task_slug":"architecture-search","task_name":"Neural Architecture Search"},{"task_slug":"time-series-1","task_name":"Time Series"},{"task_slug":"time-series","task_name":"Time Series Analysis"}],"methods":[{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2505.10607","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2505.10607"}},"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/kaist-dmlab/monaq","reach":{"status":"ok","spdx":"MIT"}}],"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":"04d0d2ddb8e33161","entry":"convert_model","repo":"kaist-dmlab/monaq","repo_kind":"official","path":"converters.py","file_url":"https://github.com/kaist-dmlab/monaq/blob/HEAD/converters.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":"04d0d2ddb8e33161"}},{"code_sha256_prefix":"4b561213dbb1017f","entry":"evaluate_anomaly_detection","repo":"kaist-dmlab/monaq","repo_kind":"official","path":"utils/evaluator.py","file_url":"https://github.com/kaist-dmlab/monaq/blob/HEAD/utils/evaluator.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":"4b561213dbb1017f"}},{"code_sha256_prefix":"b2346b776733fe41","entry":"evaluate_classification","repo":"kaist-dmlab/monaq","repo_kind":"official","path":"utils/evaluator.py","file_url":"https://github.com/kaist-dmlab/monaq/blob/HEAD/utils/evaluator.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":"b2346b776733fe41"}},{"code_sha256_prefix":"83ce5316dc4c6255","entry":"evaluate_regression","repo":"kaist-dmlab/monaq","repo_kind":"official","path":"utils/evaluator.py","file_url":"https://github.com/kaist-dmlab/monaq/blob/HEAD/utils/evaluator.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":"83ce5316dc4c6255"}},{"code_sha256_prefix":"f3410d023ff28dd7","entry":"load_from_regression_tsfile_to_dataframe","repo":"kaist-dmlab/monaq","repo_kind":"official","path":"utils/data_loader.py","file_url":"https://github.com/kaist-dmlab/monaq/blob/HEAD/utils/data_loader.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":"f3410d023ff28dd7"}},{"code_sha256_prefix":"83b12c5cfd4bb1ea","entry":"quantize_model","repo":"kaist-dmlab/monaq","repo_kind":"official","path":"converters.py","file_url":"https://github.com/kaist-dmlab/monaq/blob/HEAD/converters.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":"83b12c5cfd4bb1ea"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}