{"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/lightweight-multi-branch-network-for-person","title":"Lightweight Multi-Branch Network for Person Re-Identification","arxiv_id":"2101.10774","date":"2021-01-26","proceeding":null,"authors":["Fabian Herzog","Xunbo Ji","Torben Teepe","Stefan Hörmann","Johannes Gilg","Gerhard Rigoll"],"abstract":"Person Re-Identification aims to retrieve person identities from images captured by multiple cameras or the same cameras in different time instances and locations. Because of its importance in many vision applications from surveillance to human-machine interaction, person re-identification methods need to be reliable and fast. While more and more deep architectures are proposed for increasing performance, those methods also increase overall model complexity. This paper proposes a lightweight network that combines global, part-based, and channel features in a unified multi-branch architecture that builds on the resource-efficient OSNet backbone. Using a well-founded combination of training techniques and design choices, our final model achieves state-of-the-art results on CUHK03 labeled, CUHK03 detected, and Market-1501 with 85.1% mAP / 87.2% rank1, 82.4% mAP / 84.9% rank1, and 91.5% mAP / 96.3% rank1, respectively.","url_abs":"https://arxiv.org/abs/2101.10774v1","url_pdf":"https://arxiv.org/pdf/2101.10774v1.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":"lightweight-multi-branch-network-for-person","repo_url":"https://github.com/jixunbo/LightMBN","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"lightweight-multi-branch-network-for-person","repo_url":"https://github.com/mikel-brostrom/boxmot","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"AGPL-3.0"}}],"tasks":[{"task_slug":"person-re-identification","task_name":"Person Re-Identification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/person-re-identification-on-cuhk03-detected","task":"Person Re-Identification","dataset":"CUHK03 detected","model":"LightMBN (w/o ReRank)","rank_in_archive_order":3,"of":19,"metrics":{"MAP":"82.4","Rank-1":"84.9"},"uses_additional_data":false},{"leaderboard":"/sota/person-re-identification-on-cuhk03-labeled","task":"Person Re-Identification","dataset":"CUHK03 labeled","model":"LightMBN (w/o ReRank)","rank_in_archive_order":4,"of":21,"metrics":{"MAP":"85.1","Rank-1":"87.2"},"uses_additional_data":false},{"leaderboard":"/sota/person-re-identification-on-market-1501","task":"Person Re-Identification","dataset":"Market-1501","model":"LightMBN (RR)","rank_in_archive_order":8,"of":135,"metrics":{"Rank-1":"96.8","mAP":"95.3"},"uses_additional_data":false},{"leaderboard":"/sota/person-re-identification-on-market-1501","task":"Person Re-Identification","dataset":"Market-1501","model":"LightMBN (w/o ReRank)","rank_in_archive_order":18,"of":135,"metrics":{"Rank-1":"96.3","mAP":"91.5"},"uses_additional_data":false},{"leaderboard":"/sota/person-re-identification-on-market-1501","task":"Person Re-Identification","dataset":"Market-1501","model":"LightMBN","rank_in_archive_order":135,"of":135,"metrics":{"mINP":"0.50"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2101.10774","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2101.10774"}},"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/mikel-brostrom/boxmot","reach":{"status":"ok","spdx":"AGPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jixunbo/LightMBN","reach":null}],"summary":{"ran_draft_wrong":1,"ran_fixture":2},"by_repo_kind":{"official":{"samples":3,"ran":3,"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":"25d4a263fb17282e","entry":"cmc","repo":"jixunbo/LightMBN","repo_kind":"official","path":"utils/functions.py","file_url":"https://github.com/jixunbo/LightMBN/blob/HEAD/utils/functions.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":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"25d4a263fb17282e"}},{"code_sha256_prefix":"fa18aef74cbf877a","entry":"evaluate_py","repo":"jixunbo/LightMBN","repo_kind":"official","path":"utils/functions.py","file_url":"https://github.com/jixunbo/LightMBN/blob/HEAD/utils/functions.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fa18aef74cbf877a"}},{"code_sha256_prefix":"08c4c287ecfd8475","entry":"evaluation","repo":"jixunbo/LightMBN","repo_kind":"official","path":"utils/functions.py","file_url":"https://github.com/jixunbo/LightMBN/blob/HEAD/utils/functions.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"08c4c287ecfd8475"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}