{"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-2603-01040","title":"Fed-ADE: Adaptive Learning Rate for Federated Post-adaptation under Distribution Shift","arxiv_id":"2603.01040","date":"2026-03-01","proceeding":null,"authors":["Heewon Park","Mugon Joe","Miru Kim","Kyungjin Im","Minhae Kwon"],"abstract":"Federated learning (FL) in post-deployment settings must adapt to non-stationary data streams across heterogeneous clients without access to ground-truth labels. A major challenge is learning rate selection under client-specific, time-varying distribution shifts, where fixed learning rates often lead to underfitting or divergence. We propose Fed-ADE (Federated Adaptation with Distribution Shift Estimation), an unsupervised federated adaptation framework that leverages lightweight estimators of distribution dynamics. Specifically, Fed-ADE employs uncertainty dynamics estimation to capture changes in predictive uncertainty and representation dynamics estimation to detect covariate-level feature drift, combining them into a per-client, per-timestep adaptive learning rate. We provide theoretical analyses showing that our dynamics estimation approximates the underlying distribution shift and yields dynamic regret and convergence guarantees. Experiments on image and text benchmarks under diverse distribution shifts (label and covariate) demonstrate consistent improvements over strong baselines. These results highlight that distribution shift-aware adaptation enables effective and robust federated post-adaptation under real-world non-stationarity.","url_abs":"https://arxiv.org/abs/2603.01040","url_pdf":"https://arxiv.org/pdf/2603.01040","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=2603.01040","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.01040"}},"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/h2w1/Fed-ADE","reach":null}],"summary":{"unverified":11},"by_repo_kind":{"found_in_text":{"samples":11,"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":11,"samples":[{"code_sha256_prefix":"fab7c285ea5090f4","entry":"MiniResNet6","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/covariate_shift/CIFAR100/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/covariate_shift/CIFAR100/ADE.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":"fab7c285ea5090f4"}},{"code_sha256_prefix":"6a4558cef4b18686","entry":"create_longtail_dataset","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/label_shift/CIFAR/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/label_shift/CIFAR/ADE.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":"6a4558cef4b18686"}},{"code_sha256_prefix":"0c32f184891f3856","entry":"get_severity_slice","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/covariate_shift/CIFAR/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/covariate_shift/CIFAR/ADE.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":"0c32f184891f3856"}},{"code_sha256_prefix":"26d6c62fff800b3d","entry":"lin","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/covariate_shift/CIFAR/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/covariate_shift/CIFAR/ADE.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":"26d6c62fff800b3d"}},{"code_sha256_prefix":"925f4a3ad630b4d3","entry":"load_pretrained","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/covariate_shift/CIFAR100/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/covariate_shift/CIFAR100/ADE.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":"925f4a3ad630b4d3"}},{"code_sha256_prefix":"34518cc9e7eda33b","entry":"load_tiny_imagenet_train","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/label_shift/TinyImageNet/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/label_shift/TinyImageNet/ADE.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":"34518cc9e7eda33b"}},{"code_sha256_prefix":"20fe19592a3d6002","entry":"normalize_inplace_cifar100","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/covariate_shift/CIFAR100/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/covariate_shift/CIFAR100/ADE.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":"20fe19592a3d6002"}},{"code_sha256_prefix":"baa9d249d8e38d69","entry":"resnet18","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/label_shift/TinyImageNet/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/label_shift/TinyImageNet/ADE.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":"baa9d249d8e38d69"}},{"code_sha256_prefix":"61a3c6bbaa2f5d5a","entry":"save_or_load_tensor","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/label_shift/TinyImageNet/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/label_shift/TinyImageNet/ADE.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":"61a3c6bbaa2f5d5a"}},{"code_sha256_prefix":"87286f560aef387a","entry":"torch_tensor","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/covariate_shift/CIFAR/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/covariate_shift/CIFAR/ADE.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":"87286f560aef387a"}},{"code_sha256_prefix":"3b78ed07a978a0d3","entry":"torch_tensor","repo":"h2w1/Fed-ADE","repo_kind":"found_in_text","path":"experiments/label_shift/CIFAR/ADE.py","file_url":"https://github.com/h2w1/Fed-ADE/blob/HEAD/experiments/label_shift/CIFAR/ADE.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":"3b78ed07a978a0d3"}}]},"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}