ameerazam08 commited on
Commit
b69555a
1 Parent(s): 38bf51f

Update src/app/about-event.tsx

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +19 -0
src/app/about-event.tsx CHANGED
@@ -13,6 +13,25 @@ import React from 'react';
13
  // paper_links :""
14
  // },
15
  const EVENT_INFO = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
 
18
  {
 
13
  // paper_links :""
14
  // },
15
  const EVENT_INFO = [
16
+ {
17
+ title: "Tuning-Free Noise Rectification:for High Fidelity Image-to-Video Generation",
18
+ description: "Noise Rectification is a simple but effective method for image-to-video generation in open domains, and is tuning-free and plug-and-play. Below are several comparisons between method and other methods.",
19
+ subTitle: "Noise Control/Image-to-Video Generation",
20
+ imageName : "paper16.mp4",
21
+ paper_links :"https://arxiv.org/pdf/2403.02827.pdf"
22
+ },
23
+ {
24
+ title: "ConsistI2V: Enhancing Visual Consistency for Image-to-Video Generation",
25
+ description: "Image-to-video (I2V) generation aims to use the \
26
+ initial frame (alongside a text prompt) to create a \
27
+ video sequence. A grand challenge in I2V generation is to maintain visual consistency throughout \
28
+ the video: existing methods often struggle to preserve the integrity of the subject, background, and \
29
+ style from the first frame, as well as ensure a fluid \
30
+ and logical progression within the video narrative ",
31
+ subTitle: "Image2Video Generation/Consistency",
32
+ imageName : "paper15.png",
33
+ paper_links :"https://arxiv.org/pdf/2402.04324.pdf"
34
+ },
35
 
36
 
37
  {