paper-with-me

홈 › Papers

Continuous Piecewise-Affine Based Motion Model for Image Animation

2024-01-17 · Hexiang Wang, Fengqi Liu, Qianyu Zhou, Ran Yi, Xin Tan, Lizhuang Ma

Image animation aims to bring static images to life according to driving videos and create engaging visual content that can be used for various purposes such as animation, entertainment, and education. Recent unsupervised methods utilize affine and thin-plate spline transformations based on keypoints to transfer the motion in driving frames to the source image. However, limited by the expressive power of the transformations used, these methods always produce poor results when the gap between the motion in the driving frame and the source image is large. To address this issue, we propose to model motion from the source image to the driving frame in highly-expressive diffeomorphism spaces. Firstly, we introduce Continuous Piecewise-Affine based (CPAB) transformation to model the motion and present a well-designed inference algorithm to generate CPAB transformation from control keypoints. Secondly, we propose a SAM-guided keypoint semantic loss to further constrain the keypoint extraction process and improve the semantic consistency between the corresponding keypoints on the source and driving images. Finally, we design a structure alignment loss to align the structure-related features extracted from driving and generated images, thus helping the generator generate results that are more consistent with the driving action. Extensive experiments on four datasets demonstrate the effectiveness of our method against state-of-the-art competitors quantitatively and qualitatively. Code will be publicly available at: https://github.com/DevilPG/AAAI2024-CPABMM.

📄 PDF Abstract BibTeX arXiv:2401.09146

Code (1)

devilpg/aaai2024-cpabmm 공식 구현 pytorch

Tasks

Image Animation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A piecewise ellipsoidal reachable set estimation method for continuous bimodal piecewise affine systems

2021-06-12 · Thuan Le Quang, Nam Phan Thanh, Simone Baldi

In this work, the issue of estimation of reachable sets in continuous bimodal piecewise affine systems is studied. A new method is proposed, in the framework of ellipsoidal bounding, using piecewise quadratic Lyapunov fu…

Fast Piecewise-Affine Motion Estimation Without Segmentation

2018-02-06 · Denis Fortun, Martin Storath, Dennis Rickert, Andreas Weinmann 외

Current algorithmic approaches for piecewise affine motion estimation are based on alternating motion segmentation and estimation. We propose a new method to estimate piecewise affine motion fields directly without inter…

Motion EstimationMotion SegmentationSegmentation

Learning Motion Refinement for Unsupervised Face Animation

2023-09-21 · NeurIPS 2023 11

Unsupervised face animation aims to generate a human face video based on the appearance of a source image, mimicking the motion from a driving video. Existing methods typically adopted a prior-based motion model (e.g., t…

An integral sliding-mode parallel control approach for general nonlinear systems via piecewise affine linear models

2021-01-13 · ChunYang Zhang, Qing Gao, Yue Deng, Jianbin Qiu

The fundamental problem of stabilizing a general nonaffine continuous-time nonlinear system is investigated via piecewise affine linear models (PALMs) in this article. A novel integral sliding-mode parallel control (ISMP…

Linear-Size Neural Network Representation of Piecewise Affine Functions in $\mathbb{R}^2$

2025-03-17 · Leo Zanotti

It is shown that any continuous piecewise affine (CPA) function $\mathbb{R}^2\to\mathbb{R}$ with $p$ pieces can be represented by a ReLU neural network with two hidden layers and $O(p)$ neurons. Unlike prior work, which …