Papers › Cyclic Test-Time Adaptation on Monocular Video for 3D Human Mesh Reconstruction

Cyclic Test-Time Adaptation on Monocular Video for 3D Human Mesh Reconstruction

12 Aug 2023ICCV 2023 1arXiv:2308.06554archive 2025-07-28

Hyeongjin Nam, Daniel Sungho Jung, Yeonguk Oh, Kyoung Mu Lee

Despite recent advances in 3D human mesh reconstruction, domain gap between training and test data is still a major challenge. Several prior works tackle the domain gap problem via test-time adaptation that fine-tunes a network relying on 2D evidence (e.g., 2D human keypoints) from test images. However, the high reliance on 2D evidence during adaptation causes two major issues. First, 2D evidence induces depth ambiguity, preventing the learning of accurate 3D human geometry. Second, 2D evidence is noisy or partially non-existent during test time, and such imperfect 2D evidence leads to erroneous adaptation. To overcome the above issues, we introduce CycleAdapt, which cyclically adapts two networks: a human mesh reconstruction network (HMRNet) and a human motion denoising network (MDNet), given a test video. In our framework, to alleviate high reliance on 2D evidence, we fully supervise HMRNet with generated 3D supervision targets by MDNet. Our cyclic adaptation scheme progressively elaborates the 3D supervision targets, which compensate for imperfect 2D evidence. As a result, our CycleAdapt achieves state-of-the-art performance compared to previous test-time adaptation methods. The codes are available at https://github.com/hygenie1228/CycleAdapt_RELEASE.

PaperPDFConference PDFCodeCode 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="2308.06554")

Code

Syntology Ran 8 of 9 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong; 7 ran with no contract checked.

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

hygenie1228/cycleadapt_release officialmentioned in papermentioned on GitHubpytorch 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

9 samples harvested; 8 ran; 0 honoured the contract we drafted; 1 has 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 · our draft was wrong
7ran
1unverified

Licence: 9 of the 9 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 hygenie1228/cycleadapt_release. “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.

adapt_setup hygenie1228/cycleadapt_release/lib/core/base.py official repository ran no licence file found · pointer only · 98000843a6829bd8 · report
conv3x3 hygenie1228/cycleadapt_release/lib/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
gen_trans_from_patch_cv hygenie1228/cycleadapt_release/lib/utils/aug_utils.py official repository ran no licence file found · pointer only · 4a74ac041bbe620a · report
generate_patch_image hygenie1228/cycleadapt_release/lib/utils/aug_utils.py official repository ran no licence file found · pointer only · 76fb3436966f051e · report
gn_helper hygenie1228/cycleadapt_release/lib/models/module.py official repository ran no licence file found · pointer only · d758786e28b98c7f · report
make_conv_layers hygenie1228/cycleadapt_release/lib/models/layer.py official repository ran no licence file found · pointer only · 34788ff497263af2 · report
make_deconv_layers hygenie1228/cycleadapt_release/lib/models/layer.py official repository ran no licence file found · pointer only · 89a366ce171bc9d4 · report
make_linear_layers hygenie1228/cycleadapt_release/lib/models/layer.py official repository ran no licence file found · pointer only · dcc84a645e0e06ae · report
create_prior hygenie1228/cycleadapt_release/lib/core/prior.py official repository unverified no licence file found · pointer only · 931feedb763e5701 · report

Tasks

3D Human Pose EstimationDenoisingTest-time Adaptation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Human Pose Estimation 3DPW CycleAdapt (w/ 2D GT) MPJPE 64.7 #5 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW CycleAdapt (w/ 2D GT) MPVPE 76.7 #5 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW CycleAdapt (w/ 2D GT) PA-MPJPE 39.9 #5 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW CycleAdapt (w/o 2D GT) MPJPE 84.4 #48 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW CycleAdapt (w/o 2D GT) MPVPE 99.9 #48 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW CycleAdapt (w/o 2D GT) PA-MPJPE 51.1 #48 of 119 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