paper-with-me

Papers

Motion Diffusion Autoencoders: Enabling Attribute Manipulation in Human Motion Demonstrated on Karate Techniques

2025-01-30 · Anthony Mendil, Felix Putze

Attribute manipulation deals with the problem of changing individual attributes of a data point or a time series, while leaving all other aspects unaffected. This work focuses on the domain of human motion, more precisely karate movement patterns. To the best of our knowledge, it presents the first success at manipulating attributes of human motion data. One of the key requirements for achieving attribute manipulation on human motion is a suitable pose representation. Therefore, we design a novel rotation-based pose representation that enables the disentanglement of the human skeleton and the motion trajectory, while still allowing an accurate reconstruction of the original anatomy. The core idea of the manipulation approach is to use a transformer encoder for discovering high-level semantics, and a diffusion probabilistic model for modeling the remaining stochastic variations. We show that the embedding space obtained from the transformer encoder is semantically meaningful and linear. This enables the manipulation of high-level attributes, by discovering their linear direction of change in the semantic embedding space and moving the embedding along said direction. The code and data are available at https://github.com/anthony-mendil/MoDiffAE.

📄 PDF Abstract BibTeX arXiv:2501.18729

Code (1)

anthony-mendil/modiffae 공식 구현 pytorch

Tasks

AnatomyAttributeDisentanglement

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffuseGAE: Controllable and High-fidelity Image Manipulation from Disentangled Representation

2023-07-12 · Yipeng Leng, Qiangjuan Huang, Zhiyuan Wang, Yangyang Liu 외

Diffusion probabilistic models (DPMs) have shown remarkable results on various image synthesis tasks such as text-to-image generation and image inpainting. However, compared to other generative methods like VAEs and GANs…

AttributeDisentanglementImage GenerationImage Inpainting+4

Hierarchical Diffusion Autoencoders and Disentangled Image Manipulation

2023-04-24 · Zeyu Lu, Chengyue Wu, Xinyuan Chen, Yaohui Wang 외

Diffusion models have attained impressive visual quality for image synthesis. However, how to interpret and manipulate the latent space of diffusion models has not been extensively explored. Prior work diffusion autoenco…

Image GenerationImage ManipulationImage Reconstruction

NumeriKontrol: Adding Numeric Control to Diffusion Transformers for Instruction-based Image Editing

2025-11-28 · Zhenyu Xu, Xiaoqi Shen, Haotian Nan, Xinyu Zhang arxiv

Instruction-based image editing enables intuitive manipulation through natural language commands. However, text instructions alone often lack the precision required for fine-grained control over edit intensity. We introd…

Image ManipulationImage Editing

All-in-One Slider for Attribute Manipulation in Diffusion Models

2025-08-26 · Weixin Ye, Hongguang Zhu, Wei Wang, Yahui Liu 외 arxiv

Text-to-image (T2I) diffusion models have made significant strides in generating high-quality images. However, progressively manipulating certain attributes of generated images to meet the desired user expectations remai…

Continuous Control

LatRef-Diff: Latent and Reference-Guided Diffusion for Facial Attribute Editing and Style Manipulation

2026-04-23 · Wenmin Huang, Weiqi Luo, Xiaochun Cao, Jiwu Huang arxiv

Facial attribute editing and style manipulation are crucial for applications like virtual avatars and photo editing. However, achieving precise control over facial attributes without altering unrelated features is challe…