paper-with-me

Papers

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

2023-08-12 · ICCV 2023 1 · 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.

📄 PDF Abstract BibTeX arXiv:2308.06554

Code (1)

hygenie1228/cycleadapt_release 공식 구현 pytorch

Tasks

3D Human Pose EstimationDenoisingTest-time Adaptation

Similar Papers 제목 키워드 기반

ELITE: Efficient Gaussian Head Avatar from a Monocular Video via Learned Initialization and TEst-time Generative Adaptation

2026-01-15 · Kim Youwang, Lee Hyoseok, Subin Park, Gerard Pons-Moll 외 arxiv

We introduce ELITE, an Efficient Gaussian head avatar synthesis from a monocular video via Learned Initialization and TEst-time generative adaptation. Prior works rely either on a 3D data prior or a 2D generative prior t…

Monocular Depth Estimation with Self-supervised Instance Adaptation

2020-04-13 · Robert McCraith, Lukas Neumann, Andrew Zisserman, Andrea Vedaldi

Recent advances in self-supervised learning havedemonstrated that it is possible to learn accurate monoculardepth reconstruction from raw video data, without using any 3Dground truth for supervision. However, in robotics…

Depth EstimationMonocular Depth EstimationMonocular ReconstructionSelf-Supervised Learning

Reconstruct, Inpaint, Test-Time Finetune: Dynamic Novel-view Synthesis from Monocular Videos

2025-07-16 · Kaihua Chen, Tarasha Khurana, Deva Ramanan arxiv

We explore novel-view synthesis for dynamic scenes from monocular videos. Prior approaches rely on costly test-time optimization of 4D representations or do not preserve scene geometry when trained in a feed-forward mann…

Video Inpainting

Fully Test-Time Adaptation for Monocular 3D Object Detection

2024-05-30 · Hongbin Lin, Yifan Zhang, Shuaicheng Niu, Shuguang Cui 외

Monocular 3D object detection (Mono 3Det) aims to identify 3D objects from a single RGB image. However, existing methods often assume training and test data follow the same distribution, which may not hold in real-world …

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection+1

CycDA: Unsupervised Cycle Domain Adaptation from Image to Video

2022-03-30 · Wei Lin, Anna Kukleva, Kunyang Sun, Horst Possegger 외

Although action recognition has achieved impressive results over recent years, both collection and annotation of video training data are still time-consuming and cost intensive. Therefore, image-to-video adaptation has b…

Action RecognitionDomain AdaptationTransfer Learning