ameerazampixis commited on
Commit
ec1175e
1 Parent(s): 23f7e34
public/paper_image/paper5.png ADDED
src/app/about-event.tsx CHANGED
@@ -5,6 +5,16 @@ import AboutCard from "@/components/about-card";
5
 
6
  import React from 'react';
7
  const EVENT_INFO = [
 
 
 
 
 
 
 
 
 
 
8
  {
9
  title: "Lips Are Lying: Spotting the Temporal Inconsistency between Audio and Visual in Lip-Syncing DeepFakes",
10
  description:
@@ -37,6 +47,7 @@ const EVENT_INFO = [
37
  paper_links :"https://arxiv.org/pdf/2402.18092.pdf"
38
  },
39
 
 
40
  ];
41
 
42
  export function AboutEvent() {
 
5
 
6
  import React from 'react';
7
  const EVENT_INFO = [
8
+ {
9
+ title: "EMO: Emote Portrait Alive - Generating \
10
+ Expressive Portrait Videos with Audio2Video \
11
+ Diffusion Model under Weak Conditions",
12
+ description: "EMO, a pioneering framework for generating lifelike talking head videos by directly synthesizing video from audio inputs. Unlike traditional methods, EMO bypasses 3D models, ensuring seamless transitions and maintaining identity. Experimental results show superior expressiveness and realism, even in singing videos.",
13
+ subTitle: "Talking Head/Face Generation/Lipsync",
14
+ imageName : "paper5.png",
15
+ paper_links :"https://arxiv.org/pdf/2402.17485.pdf"
16
+
17
+ },
18
  {
19
  title: "Lips Are Lying: Spotting the Temporal Inconsistency between Audio and Visual in Lip-Syncing DeepFakes",
20
  description:
 
47
  paper_links :"https://arxiv.org/pdf/2402.18092.pdf"
48
  },
49
 
50
+
51
  ];
52
 
53
  export function AboutEvent() {