{"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/real-world-image-datasets-for-federated","title":"Real-World Image Datasets for Federated Learning","arxiv_id":"1910.11089","date":"2019-10-14","proceeding":null,"authors":["Jiahuan Luo","Xueyang Wu","Yun Luo","Anbu Huang","Yun-Feng Huang","Yang Liu","Qiang Yang"],"abstract":"Federated learning is a new machine learning paradigm which allows data parties to build machine learning models collaboratively while keeping their data secure and private. While research efforts on federated learning have been growing tremendously in the past two years, most existing works still depend on pre-existing public datasets and artificial partitions to simulate data federations due to the lack of high-quality labeled data generated from real-world edge applications. Consequently, advances on benchmark and model evaluations for federated learning have been lagging behind. In this paper, we introduce a real-world image dataset. The dataset contains more than 900 images generated from 26 street cameras and 7 object categories annotated with detailed bounding box. The data distribution is non-IID and unbalanced, reflecting the characteristic real-world federated learning scenarios. Based on this dataset, we implemented two mainstream object detection algorithms (YOLO and Faster R-CNN) and provided an extensive benchmark on model performance, efficiency, and communication in a federated learning setting. Both the dataset and algorithms are made publicly available.","url_abs":"https://arxiv.org/abs/1910.11089v3","url_pdf":"https://arxiv.org/pdf/1910.11089v3.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":"real-world-image-datasets-for-federated","repo_url":"https://github.com/ShenSuanZiZhen/NIID_Person_Detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"real-world-image-datasets-for-federated","repo_url":"https://github.com/jiahuanluo/Federated-Benchmark","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"machine-learning","task_name":"BIG-bench Machine Learning"},{"task_slug":"federated-learning","task_name":"Federated Learning"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[],"datasets_introduced":[{"slug":"street-dataset","name":"Street Dataset","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1910.11089","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1910.11089"}},"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/jiahuanluo/Federated-Benchmark","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ShenSuanZiZhen/NIID_Person_Detection","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"unverified":5},"by_repo_kind":{"listed":{"samples":5,"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":"7ec4ccbecab27688","entry":"GET_BLOCKS","repo":"jiahuanluo/Federated-Benchmark","repo_kind":"listed","path":"model/roi_module.py","file_url":"https://github.com/jiahuanluo/Federated-Benchmark/blob/HEAD/model/roi_module.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":"7ec4ccbecab27688"}},{"code_sha256_prefix":"d0bb7013dd302153","entry":"load_json","repo":"jiahuanluo/Federated-Benchmark","repo_kind":"listed","path":"fl_client.py","file_url":"https://github.com/jiahuanluo/Federated-Benchmark/blob/HEAD/fl_client.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":"d0bb7013dd302153"}},{"code_sha256_prefix":"2a631501adce8730","entry":"nograd","repo":"jiahuanluo/Federated-Benchmark","repo_kind":"listed","path":"model/faster_rcnn.py","file_url":"https://github.com/jiahuanluo/Federated-Benchmark/blob/HEAD/model/faster_rcnn.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":"2a631501adce8730"}},{"code_sha256_prefix":"99a33392b1325b9c","entry":"obj_to_pickle_string","repo":"jiahuanluo/Federated-Benchmark","repo_kind":"listed","path":"utils/model_dump.py","file_url":"https://github.com/jiahuanluo/Federated-Benchmark/blob/HEAD/utils/model_dump.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":"99a33392b1325b9c"}},{"code_sha256_prefix":"91a704e6c3d35218","entry":"pickle_string_to_obj","repo":"jiahuanluo/Federated-Benchmark","repo_kind":"listed","path":"utils/model_dump.py","file_url":"https://github.com/jiahuanluo/Federated-Benchmark/blob/HEAD/utils/model_dump.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":"91a704e6c3d35218"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}