Papers › Domain-Adaptive 2D Human Pose Estimation via Dual Teachers in Extremely Low-Light Conditions

Domain-Adaptive 2D Human Pose Estimation via Dual Teachers in Extremely Low-Light Conditions

22 Jul 2024arXiv:2407.15451archive 2025-07-28

Yihao Ai, Yifei Qi, Bo wang, Yu Cheng, Xinchao Wang, Robby T. Tan

Existing 2D human pose estimation research predominantly concentrates on well-lit scenarios, with limited exploration of poor lighting conditions, which are a prevalent aspect of daily life. Recent studies on low-light pose estimation require the use of paired well-lit and low-light images with ground truths for training, which are impractical due to the inherent challenges associated with annotation on low-light images. To this end, we introduce a novel approach that eliminates the need for low-light ground truths. Our primary novelty lies in leveraging two complementary-teacher networks to generate more reliable pseudo labels, enabling our model achieves competitive performance on extremely low-light images without the need for training with low-light ground truths. Our framework consists of two stages. In the first stage, our model is trained on well-lit data with low-light augmentations. In the second stage, we propose a dual-teacher framework to utilize the unlabeled low-light data, where a center-based main teacher produces the pseudo labels for relatively visible cases, while a keypoints-based complementary teacher focuses on producing the pseudo labels for the missed persons of the main teacher. With the pseudo labels from both teachers, we propose a person-specific low-light augmentation to challenge a student model in training to outperform the teachers. Experimental results on real low-light dataset (ExLPose-OCN) show, our method achieves 6.8% (2.4 AP) improvement over the state-of-the-art (SOTA) method, despite no low-light ground-truth data is used in our approach, in contrast to the SOTA method. Our code will be available at:https://github.com/ayh015-dev/DA-LLPose.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.15451")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 6 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ayh015-dev/da-llpose officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
6ran · fixture could not drive it
2ran
2unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ayh015-dev/da-llpose. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

absorb_heat ayh015-dev/da-llpose/lib/core/match.py official repository ran · our draft was wrong no licence file found · pointer only · 2d04867e070c9f3b · report
cal_area_2_torch ayh015-dev/da-llpose/lib/core/nms.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 68194dcec6efb51a · report
fit_gaussian_heatmap ayh015-dev/da-llpose/lib/core/match.py official repository ran · our draft was wrong no licence file found · pointer only · 45aee6b94ac4a933 · report
get_heat_value ayh015-dev/da-llpose/lib/core/nms.py official repository ran · fixture could not drive it no licence file found · pointer only · fb92a64737e6147a · report
get_locations ayh015-dev/da-llpose/lib/core/inference.py official repository ran · honoured contract no licence file found · pointer only · dc9000f59685be5e · report
get_reg_poses ayh015-dev/da-llpose/lib/core/inference.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 432f8f0b9ec09d8f · report
make_input ayh015-dev/da-llpose/lib/core/loss_comp.py official repository ran no licence file found · pointer only · cdea90667046c71c · report
make_test_dataloader ayh015-dev/da-llpose/lib/dataset/build.py official repository ran no licence file found · pointer only · 2745bc38a4aa584a · report
nms_core ayh015-dev/da-llpose/lib/core/nms.py official repository ran · fixture could not drive it no licence file found · pointer only · bb9ed3e4607e2be5 · report
offset_to_pose ayh015-dev/da-llpose/lib/core/inference.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · c39aba611d5b56d8 · report
unnormalized_gaussian2d ayh015-dev/da-llpose/lib/core/match.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · c7cbca3e6472edd4 · report
build_dataset ayh015-dev/da-llpose/lib/dataset/build.py official repository unverified no licence file found · pointer only · 983e45bff55979f5 · report
make_dataloader ayh015-dev/da-llpose/lib/dataset/build.py official repository unverified no licence file found · pointer only · bbb37470905b1d7c · report

Tasks

2D Human Pose EstimationPose Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
2D Human Pose Estimation ExLPose-LL-E DA-LLPose AP 5.0 #1 of 1 Archive leaderboard report
2D Human Pose Estimation ExLPose-LL-H DA-LLPose AP 18.6 #1 of 1 Archive leaderboard report
2D Human Pose Estimation ExLPose-LL-N DA-LLPose AP 35.6 #1 of 1 Archive leaderboard report
2D Human Pose Estimation ExLPose-OCN-A7M3 DA-LLPose AP 39.1 #1 of 1 Archive leaderboard report
2D Human Pose Estimation ExLPose-OCN-RICOH3 DA-LLPose AP 36.2 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections