{"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/arxiv-2602-12391","title":"High-dimensional Level Set Estimation with Trust Regions and Double Acquisition Functions","arxiv_id":"2602.12391","date":"2026-02-12","proceeding":null,"authors":["Giang Ngo","Dat Phan Trong","Dang Nguyen","Sunil Gupta"],"abstract":"Level set estimation (LSE) classifies whether an unknown function's value exceeds a specified threshold for given inputs, a fundamental problem in many real-world applications. In active learning settings with limited initial data, we aim to iteratively acquire informative points to construct an accurate classifier for this task. In high-dimensional spaces, this becomes challenging where the search volume grows exponentially with increasing dimensionality. We propose TRLSE, an algorithm for high-dimensional LSE, which identifies and refines regions near the threshold boundary with dual acquisition functions operating at both global and local levels. We provide a theoretical analysis of TRLSE's accuracy and show its superior sample efficiency against existing methods through extensive evaluations on multiple synthetic and real-world LSE problems.","url_abs":"https://arxiv.org/abs/2602.12391","url_pdf":"https://arxiv.org/pdf/2602.12391","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.12391","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.12391"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/giang-n-ngo/TRLSE","reach":null}],"summary":{"ran":3,"ran_draft_wrong":3,"unverified":3},"by_repo_kind":{"found_in_text":{"samples":9,"ran":6,"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":9,"samples":[{"code_sha256_prefix":"33f4063d4c1c0e47","entry":"C2LSEAcqfunc","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"33f4063d4c1c0e47"}},{"code_sha256_prefix":"c2751e88b3ebdb7b","entry":"StraddleAcqfunc","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c2751e88b3ebdb7b"}},{"code_sha256_prefix":"0360e10b9f9b22de","entry":"TSAcqfunc","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0360e10b9f9b22de"}},{"code_sha256_prefix":"2e89ee6874383504","entry":"batch_mean_std","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2e89ee6874383504"}},{"code_sha256_prefix":"6eabb470893e633a","entry":"init_kernel","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6eabb470893e633a"}},{"code_sha256_prefix":"6a9d03c60caf6c5e","entry":"init_kernel_local","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6a9d03c60caf6c5e"}},{"code_sha256_prefix":"ad8b9d142713c3a6","entry":"AdaptiveTR_LSE","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ad8b9d142713c3a6"}},{"code_sha256_prefix":"c3920da7f77ada91","entry":"TrustRegion","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c3920da7f77ada91"}},{"code_sha256_prefix":"0f40ecb9671f42a3","entry":"fit_gp_model","repo":"giang-n-ngo/TRLSE","repo_kind":"found_in_text","path":"TR_models.py","file_url":"https://github.com/giang-n-ngo/TRLSE/blob/HEAD/TR_models.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0f40ecb9671f42a3"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}