{"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-2608-08321","title":"Spatial Heterogeneity-Aware Multi-Hazard Susceptibility and Risk Mapping at Regional Scale","arxiv_id":"2608.08321","date":"2026-08-08","proceeding":null,"authors":["Aswathi Mundayatt","Siddharth Anil","Hitanshu Seth","Jaya Sreevalsan-Nair"],"abstract":"Floods and landslides often co-occur, but their relationships with environmental controls vary spatially. This study develops a spatial heterogeneity-aware framework for flood-landslide susceptibility and relative-risk mapping in Kerala, India, and Nepal. It combines 15 km x 15 km grid cells with region-specific contextual zones and compares proximity-gated cross-zone training (S1) and ecology-gated zone-constrained training (S2). S1 permits geographically nearby models to be assigned across contextual boundaries, whereas S2 restricts model development and assignment to the same zone. Random Forest models for each hazard use strategy-specific predictor sets and are evaluated on spatially held-out test samples. Susceptibility surfaces are integrated with CRITIC-weighted exposure and vulnerability indices to produce hazard-specific and nine-class bivariate relative-risk maps. S1 achieved higher mean accuracy, precision, recall, F1-score, AUC-ROC, and PR-AUC for both hazards and regions. The largest difference occurred for Nepal flood susceptibility, where AUC-ROC increased from 0.728 under S2 to 0.886 under S1 and PR-AUC from 0.512 to 0.823. S2 produced lower Brier scores for both Nepal hazards and retained zone-specific differences in predictor selection, SHAP rankings, and response patterns, particularly in Kerala. Both strategies reproduced flood-prone lowland and landslide-prone upland patterns but differed in susceptibility and risk classes. Bivariate risk-map agreement was 0.521 in Kerala and 0.711 in Nepal, with allocation disagreement exceeding quantity disagreement in all S1-S2 comparisons. Susceptibility-to-risk correspondence remained below 0.350, showing that exposure and vulnerability changed priority locations. Overall, cross-zone learning strengthens regional discrimination, while zone-constrained learning preserves environmental differences, supporting their integration.","url_abs":"https://arxiv.org/abs/2608.08321","url_pdf":"https://arxiv.org/pdf/2608.08321","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=2608.08321","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.08321"}},"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/GVCL/Susceptibility-Mapping-FL-Hetero","reach":null}],"summary":{"ran":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":11,"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":"a36b6856ab8695c9","entry":"coerce_numeric_features","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/importance_selection.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/importance_selection.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a36b6856ab8695c9"}},{"code_sha256_prefix":"3d012693a889ff38","entry":"compute_vif","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/vif_filter.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/vif_filter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3d012693a889ff38"}},{"code_sha256_prefix":"1e1769dc4cc6d54e","entry":"drop_high_vif_features","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/vif_filter.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/vif_filter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1e1769dc4cc6d54e"}},{"code_sha256_prefix":"11a0cf0b412fe1e7","entry":"drop_highly_correlated_features","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/correlation_filter.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/correlation_filter.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"11a0cf0b412fe1e7"}},{"code_sha256_prefix":"dab56270eb927ac6","entry":"evaluate_classifier","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/modeling/evaluation_metrics.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/modeling/evaluation_metrics.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dab56270eb927ac6"}},{"code_sha256_prefix":"f06e4788cfa4d1a3","entry":"exclude_non_predictive_columns","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/feature_columns.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/feature_columns.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f06e4788cfa4d1a3"}},{"code_sha256_prefix":"ec60cdd8563739f5","entry":"format_seconds","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/evaluation/local_morans_i.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/evaluation/local_morans_i.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ec60cdd8563739f5"}},{"code_sha256_prefix":"50f27ea8bdda0251","entry":"infer_feature_group","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/importance_selection.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/importance_selection.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"50f27ea8bdda0251"}},{"code_sha256_prefix":"01949e9db177bf7c","entry":"resolve_selected_columns","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/modeling/train_zone_model.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/modeling/train_zone_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"01949e9db177bf7c"}},{"code_sha256_prefix":"d945652875d1aed4","entry":"score_candidate","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/partitioning/select_grid_clusters.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/partitioning/select_grid_clusters.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d945652875d1aed4"}},{"code_sha256_prefix":"df572762231b28f4","entry":"select_prefixed_columns","repo":"GVCL/Susceptibility-Mapping-FL-Hetero","repo_kind":"found_in_text","path":"src/feature_selection/feature_columns.py","file_url":"https://github.com/GVCL/Susceptibility-Mapping-FL-Hetero/blob/HEAD/src/feature_selection/feature_columns.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"df572762231b28f4"}}]},"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}