ameerazam08 commited on
Commit
b60e79d
·
verified ·
1 Parent(s): 67ceab7

paper19-18 updated

Browse files
Files changed (1) hide show
  1. src/app/about-event.tsx +27 -0
src/app/about-event.tsx CHANGED
@@ -12,7 +12,34 @@ import React from 'react';
12
  // imageName : "paper12.png",
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.",
 
12
  // imageName : "paper12.png",
13
  // paper_links :""
14
  // },
15
+
16
+
17
  const EVENT_INFO = [
18
+
19
+ {
20
+ title: "PhysGaussian: Physics-Integrated 3D Gaussians for Generative Dynamics \
21
+ CVPR 2024",
22
+ description: "PhysGaussian is a pioneering unified simulation-rendering pipeline that generates physics-based dynamics and photo-realistic renderings simultaneously and seamlessly. Page:https://xpandora.github.io/PhysGaussian/",
23
+ subTitle: "NeRF/Physics/3D Reconstruction",
24
+ imageName : "paper19.mp4",
25
+ paper_links :"https://arxiv.org/pdf/2311.12198.pdf"
26
+ },
27
+
28
+ {
29
+ title: "GaussianAvatars: Photorealistic Head Avatars with Rigged 3D Gaussians",
30
+ description: "GaussianAvatars combine dynamic 3D Gaussian splats with a parametric morphable face model for photorealistic avatars. Their method excels in animation control, showcasing superior performance in reenactments from driving videos, surpassing existing techniques.",
31
+ subTitle: "Gaussian/Head Avatar",
32
+ imageName : "paper18.mp4",
33
+ paper_links :"https://arxiv.org/pdf/2312.02069.pdf"
34
+ },
35
+ {
36
+ title: "Gaussian Head Avatar:\
37
+ Ultra High-fidelity Head Avatar via Dynamic Gaussians",
38
+ description: "The Gaussian Head Avatar method combines controllable 3D Gaussians and MLP-based deformation fields to achieve high-fidelity head avatar modeling, outperforming existing sparse-view methods. It ensures fine-grained dynamic details and expression accuracy, achieving ultra high-fidelity rendering quality at 2K resolution",
39
+ subTitle: "Gaussian/Head Avatar",
40
+ imageName : "paper17.mp4",
41
+ paper_links :"https://arxiv.org/pdf/2312.03029.pdf"
42
+ },
43
  {
44
  title: "Tuning-Free Noise Rectification:for High Fidelity Image-to-Video Generation",
45
  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.",