Spaces:
Runtime error
Runtime error
Commit
·
c556685
1
Parent(s):
3b16e75
paper7
Browse files- public/paper_image/paper7.png +0 -0
- src/app/about-event.tsx +12 -0
public/paper_image/paper7.png
ADDED
![]() |
src/app/about-event.tsx
CHANGED
@@ -5,8 +5,20 @@ import AboutCard from "@/components/about-card";
|
|
5 |
|
6 |
import React from 'react';
|
7 |
const EVENT_INFO = [
|
|
|
|
|
8 |
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
{
|
11 |
title: " Learning Dynamic Tetrahedra for High-Quality Talking Head Synthesis",
|
12 |
description: "The paper introduces DynTet, a novel hybrid representation combining neural networks and dynamic meshes for accurate facial avatar generation. It addresses artifacts and jitters in implicit methods like NeRF, achieving fidelity, lip synchronization, and real-time performance. Code is available. https://github.com/zhangzc21/DynTet",
|
|
|
5 |
|
6 |
import React from 'react';
|
7 |
const EVENT_INFO = [
|
8 |
+
|
9 |
+
|
10 |
|
11 |
|
12 |
+
{
|
13 |
+
title: "Resolution-Agnostic Neural Compression for \
|
14 |
+
High-Fidelity Portrait Video Conferencing via \
|
15 |
+
Implicit Radiance Fields",
|
16 |
+
description: "A novel low bandwidth neural compression approach for high-fidelity portrait video conferencing is proposed. Dynamic neural radiance fields reconstruct talking heads with expression features, enabling ultra-low bandwidth transmission and high fidelity portrait rendering via volume rendering.",
|
17 |
+
subTitle: "Talking Head/Face Generation/Lipsync/Nerf",
|
18 |
+
imageName : "paper7.png",
|
19 |
+
paper_links :"https://arxiv.org/pdf/2402.16599.pdf"
|
20 |
+
|
21 |
+
},
|
22 |
{
|
23 |
title: " Learning Dynamic Tetrahedra for High-Quality Talking Head Synthesis",
|
24 |
description: "The paper introduces DynTet, a novel hybrid representation combining neural networks and dynamic meshes for accurate facial avatar generation. It addresses artifacts and jitters in implicit methods like NeRF, achieving fidelity, lip synchronization, and real-time performance. Code is available. https://github.com/zhangzc21/DynTet",
|