Papers
Topics
Authors
Recent
Search
2000 character limit reached

PoseGen: Generative Pose Synthesis Overview

Updated 3 July 2026
  • PoseGen is a suite of generative methods that enable controllable synthesis of human and object poses for applications such as video generation and pose estimation.
  • It leverages innovative techniques including in-context LoRA finetuning, NeRF-based data generation, score-based diffusion, and p-norm regression to enhance realism and robustness.
  • Key outcomes include improved identity preservation, reduced pose estimation errors, and effective data augmentation for training state-of-the-art models.

PoseGen is a recurrent designation for generative models and algorithms in human and object pose synthesis, pose-guided image generation, pose-driven data augmentation, and video generation. Across its major instantiations, PoseGen refers to high-impact frameworks for: (1) controllable video generation via in-context LoRA finetuning, (2) NeRF-driven out-of-distribution human pose dataset generation, (3) category-level object pose estimation as a generative diffusion process, and (4) pose-guided image synthesis via differentiable p-norm regression. The following survey organizes key advances and connections under the PoseGen banner, making explicit the technical scope and domain-specific meanings of "PoseGen" in recent arXiv literature.

1. Generative Video Synthesis via PoseControl with In-Context LoRA

The PoseGen model in (He et al., 7 Aug 2025) introduces a scalable solution for human video generation constrained by arbitrary pose sequences and subject identities. The core mechanism is parameter-efficient in-context LoRA finetuning on a pretrained DiT (Diffusion Transformer) backbone. The framework conditions generation both at the token level (reference image for identity preservation) and channel level (pose skeleton, hand normals for motion control), yielding frame- and video-level synthesis that is resilient to identity drift and supports unlimited duration.

Key methods include:

  • Dual-path LoRA adapters: Token-level insertion ensures identity consistency by fusing reference image patch tokens at every Transformer block, while channel-level conditioning merges skeleton/normal maps with video latents.
  • Interleaved segment generation: Long videos are decomposed into base "key segments" and "stitching segments" using a key/value (KV) cache management system for seamless background and temporal transition.
  • Background KV-sharing: A background/foreground mask, derived via cross-attention and thresholding, directs selective KV-sharing, preventing background flicker even across segment boundaries.

Performance metrics demonstrate state-of-the-art results in identity fidelity, pose accuracy, and perceptual coherence:

  • PoseGen achieves FID-VID = 10.25 and FVD = 210.8 on same-ID validation, outperforming prior baselines.
  • In human evaluations, Visual Quality and Identity Preservation scores surpass those of competing methods, supporting sustained long-range synthesis (He et al., 7 Aug 2025).

2. Data Generation and Robustification via NeRF-Based PoseGen

PoseGen for human pose dataset generation (Gholami et al., 2023) is an end-to-end framework for synthesizing 3D human pose and image pairs via Neural Radiance Fields (NeRFs). Unlike earlier work, which focused either on synthetic 3D joints or large-scale random rendering, this approach optimizes pose and camera distributions adversarially, specifically to maximize the error of a given (pretrained) pose estimator.

Technical highlights:

  • Generator–Discriminator Loop: The generator 𝒢ψ maps latent codes to SMPL pose and camera parameters; a least-squares GAN discriminator enforces plausibility with respect to a real-pose prior (e.g., AMASS).
  • Frozen NeRF Rendering: Synthesized (θ, K) pairs are rendered by a subject-specific, pre-trained NeRF, producing photorealistic images consistent with SMPL semantics.
  • Feedback Loop: Rendered images are passed through a fixed pose estimator; the feedback loss drives the generator to sample data that maximally exposes estimator failures (thus yielding out-of-distribution/ood augmentation).
  • Fine-tuning: Only ∼6000 synthesized samples are sufficient to saturate generalization boosts to SOTA pose estimators.

Empirical impact:

  • On out-of-distribution datasets (AGORA, 3DPW, SKI-Pose) and in-distribution (3DHP), fine-tuning yields a consistent reduction (∼6% on average) in MPJPE for SPIN and HybrIK, confirming the method's utility for robustifying practical pose pipelines (Gholami et al., 2023).

3. Generative Object Pose Estimation via Score-Based Diffusion

"PoseGen" (alias "GenPose") in the sense of (Zhang et al., 2023) refers to a category-level 6D object pose estimator framed as conditional generative modeling via score-based diffusion models. This approach models the full posterior p(R,tP)p(R, t|P) over object pose given partial point clouds, directly addressing the multi-hypothesis challenge arising in occluded or symmetric settings.

Key elements:

  • Variance-Exploding SDE: The pose p=(R,t)SE(3)p = (R, t) \in SE(3) is perturbed by a stochastic process, and a denoising score-matching loss is used to learn the score function plogpt(pP)\nabla_p \log p_t(p|P).
  • Probabilistic Sampling: The reverse-time ODE generates KK diverse samples; auxiliary energy-based models accelerate likelihood-based outlier filtering.
  • Candidate Aggregation: Outlier pose samples are filtered using the learned energy model and then mean-pooled (translations averaged; rotations averaged as quaternions/eigenvectors).
  • State-of-the-art Results: On REAL275, the approach achieves 52.1%/60.9% under “5° 2 cm”/“5° 5 cm” settings, matching or surpassing prior deterministic and multi-hypothesis baselines.

This framework generalizes efficiently to new symmetric categories and can be adapted for pose tracking without requiring additional fine-tuning (Zhang et al., 2023).

4. Pose-Guided Image Generation via Hidden p-Norm Regression

In (Hu et al., 2021), "PoseGen" designates a pose-guided person image generation method that fundamentally reformulates pose-to-appearance mapping as p-norm regression in latent space.

Core architecture:

  • Feature Linearization: Each spatial feature HRhw×DH \in \mathbb{R}^{h \cdot w \times D} representing patch appearance is approximated by the product of a pose feature PRhw×dP \in \mathbb{R}^{h \cdot w \times d} and a per-identity pose-invariant feature matrix FRd×DF \in \mathbb{R}^{d \times D}.
  • p-Norm Regression Layer: For each instance, FF is estimated by minimizing HsPsFpp\|H_s - P_s F\|_p^p, with efficient closed-form for p=2p=2 (least-squares) and robust IRLS for p=(R,t)SE(3)p = (R, t) \in SE(3)0.
  • Unified Supervised, Unsupervised, Multi-Shot Pipeline: The method supports fully supervised, unsupervised (self-reconstruction), and multi-source (appearance fusion) training scenarios.
  • End-to-End Differentiation: Differentiation through the solution of the p-norm minimization enables the learning of both feature encoders and the generator in an end-to-end fashion.

On Market-1501, the p=(R,t)SE(3)p = (R, t) \in SE(3)1 (LAD) variant achieves best-in-class unsupervised inception scores (IS=3.681) and robust supervised/multi-shot SSIM performance relative to attention fusion models (Hu et al., 2021).

5. Comparative Overview of PoseGen Paradigms

A cross-cutting analysis of the approaches titled "PoseGen" reveals the following patterns:

Paper (arXiv ID) Domain Conditional Inputs Output Type Key Innovation
(He et al., 7 Aug 2025) Video Image, pose seq, hand normals Arbitrarily long video In-context LoRA, interleaved seg.
(Gholami et al., 2023) 3D pose+img Latent code, pose/camera 3D pose & rendered image Adversarial, feedback-driven NeRF
(Zhang et al., 2023) 6D object Point cloud Pose samples / estimator Diffusion + EBM for filtering
(Hu et al., 2021) Image Source img, pose maps Person image in target pose p-norm regression in feature

These approaches are conceptually unified as generative or generative-adversarial formulations, utilizing explicit pose representations (e.g., joint maps, skeletons, SMPL, SE(3)), and exploiting modern generative modeling recipes—LoRA, NeRF, diffusion—to yield controllable, robust outputs across image, video, and pose estimation tasks.

6. Limitations and Future Directions

Limitations vary between instantiations:

  • The video system (He et al., 7 Aug 2025) manages but does not fully eliminate rare identity drift or local artifacts at ultra-long sequence boundaries; further gains may require improved token fusion and longer training regimes.
  • NeRF-based augmentation (Gholami et al., 2023) is as plausible as the baseline pose prior and original NeRF model; any bias or lack of coverage in AMASS or frozen subject embedding may propagate.
  • The diffusion-based estimator (Zhang et al., 2023) is computationally intensive (multiple candidate sampling and filtering), though EBM acceleration partly mitigates this bottleneck.
  • The p-norm regression scheme (Hu et al., 2021) is sensitive to the per-image matrix solution (especially for very high resolution or many sources) and relies on approximate gradients (p=(R,t)SE(3)p = (R, t) \in SE(3)2) in the IRLS loop.

Reported future work includes integration of perceptual loss, multi-scale discriminators, explicit occlusion modeling, 3D pose priors, variational sampling, and extensions to attention and flow-based modules. An open direction is the fusion of these orthogonal mechanisms—e.g., integrating diffusion/hybrid GANs with NeRF data engines, or extending differentiable regression modules into long-form controllable video frameworks.


The designation "PoseGen" thus spans a spectrum of modern generative approaches for pose synthesis, estimation, and data augmentation, linked by a commitment to explicit pose control, robust identity retention, and performance in out-of-distribution regimes across both human and object domains (He et al., 7 Aug 2025, Gholami et al., 2023, Zhang et al., 2023, Hu et al., 2021).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to PoseGen.