본문 바로가기
AI · 인공지능/이미지 생성 AI

AI로 생성한 영상에서 흔한 「화면 깜박임」을 개선하는 「CoDeF」

by 두우우부 2023. 8. 23.
반응형

 

AI로 생성된 동영상을 보면 연속적인 움직임 속에서 컨텍스트를 무시하도록 객체가 갑자기 다른 물건으로 바뀌거나, 대충 그린 그림처럼 영상이 흔들리거나 뭉개지는 경우가 종종 있습니다. 이러한 문제를 개선하는 Content Deformation Field(CoDeF: 콘텐츠 변형 필드)가 공개되었습니다.

CoDeF 소개 : Content Deformation Fields for Temporally Consistent Video Processing
https://qiuyu96.github.io/CoDeF/

CoDeF

We present the content deformation field (CoDeF) as a new type of video representation, which consists of a canonical content field aggregating the static contents in the entire video and a temporal deformation field recording the transformations from the

qiuyu96.github.io


[2308.07926] CoDeF 논문 : Content Deformation Fields for Temporally Consistent Video Processing
https://arxiv.org/abs/2308.07926

CoDeF의 데모 영상입니다. CoDeF에서 동영상을 처리하면 입력 영상에 자연스러운 형태로 각색을 더할 수 있습니다.


아래 동영상의 왼쪽이 입력 동영상, 오른쪽이 출력 동영상입니다. 여성의 모습이 '파이널 판타지'에 등장하는 '티파 록하트'로 바뀌고 있습니다.


다음은 초원을 달리는 전철이 애니메이션으로 바뀌는 영상입니다.


CoDeF는, 영상 전체의 정적 컨텐츠를 집약하는 「canonical(정본) 컨텐츠 필드」와, canonical 컨텐츠 필드로부터 렌더링 되는 화상 「canonical 이미지」를 시간축을 따른 프레임으로 변형할 때 기록되는 「시간 변형 필드」로 구성되어 있으며, 입력 영상을 기초로 「프레임의 일관성이 있는 영상」을 작성할 수 있다는 것.


CoDeF의 리파지토리는 아래에 게시되어 있습니다.

qiuyu96/CoDeF: Official PyTorch implementation of CoDeF: Content Deformation Fields for Temporally Consistent Video Processing
https://github.com/qiuyu96/CoDeF

GitHub - qiuyu96/CoDeF: Official PyTorch implementation of CoDeF: Content Deformation Fields for Temporally Consistent Video Pro

Official PyTorch implementation of CoDeF: Content Deformation Fields for Temporally Consistent Video Processing - GitHub - qiuyu96/CoDeF: Official PyTorch implementation of CoDeF: Content Deformati...

github.com

반응형