Skip to content

Commit

Permalink
update papers yearly & fix some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nmvrs committed Oct 22, 2024
1 parent e7a41cd commit 379a6ff
Show file tree
Hide file tree
Showing 18 changed files with 358 additions and 178 deletions.
333 changes: 161 additions & 172 deletions page/config/_default/menus.en.toml
Original file line number Diff line number Diff line change
@@ -1,55 +1,180 @@
# config/_default/menus.toml

[[main]]
name = "Articles"
pageRef = "articles"
weight = 10
pre = "github"
name = "GitHub"
url = "https://github.com/moverseai/snap"
weight = 1


# [[main]]
# name = "Articles"
# pageRef = "articles"
# weight = 10

# [[main]]
# name = "Papers"
# pageRef = "papers"
# weight = 20

[[main]]
name = "Papers"
pageRef = "papers"
name = "2021"
pageRef = "papers2021"
weight = 20

# [[main]]
# name = "About"
# pageRef = "about"
# weight = 25
[[main]]
name = "ICCV 2021"
parent = "2021"
pageRef = "tags/iccv21"
weight = 21

[[main]]
pre = "github"
name = "GitHub"
url = "https://github.com/moverseai/snap"
name = "SIGGRAPH 2021"
parent = "2021"
pageRef = "tags/siggraph21"
weight = 22

[[main]]
name = "CVPR 2021"
parent = "2021"
pageRef = "tags/cvpr21"
weight = 23

[[main]]
name = "NeurIPS 2021"
parent = "2021"
pageRef = "tags/neurips21"
weight = 24

[[main]]
name = "SIGGRAPH Asia 2021"
parent = "2021"
pageRef = "tags/siggraph_asia21"
weight = 25

[[main]]
name = "arXiv 2021"
parent = "2021"
pageRef = "tags/arxiv21"
weight = 26


[[main]]
name = "2022"
pageRef = "papers2022"
weight = 30

# [[main]]
# name = "Parent"
# weight = 35
[[main]]
name = "CVPR 2022"
parent = "2022"
pageRef = "tags/cvpr22"
weight = 31

# [[main]]
# name = "sub-menu 1"
# parent = "Parent"
# pageRef = "samples"
# weight = 36
[[main]]
name = "SIGGRAPH 2022"
parent = "2022"
pageRef = "tags/siggraph22"
weight = 32

# [[main]]
# name = "sub-menu 2"
# parent = "Parent"
# pageRef = "samples"
# weight = 37
[[main]]
name = "3DV 2022"
parent = "2022"
pageRef = "tags/3dv22"
weight = 33

# [[main]]
# name = "sub-menu 3"
# parent = "Parent"
# pre = "github"
# pageRef = "samples"
# weight = 38
[[main]]
name = "ECCV 2022"
parent = "2022"
pageRef = "tags/eccv22"
weight = 34

[[main]]
name = "SIGGRAPH Asia 2022"
parent = "2022"
pageRef = "tags/siggraph_asia22"
weight = 35

[[main]]
name = "TPAMI 2022"
parent = "2022"
pageRef = "tags/tpami22"
weight = 36

[[main]]
name = "arXiv 2022"
parent = "2022"
pageRef = "tags/arxiv22"
weight = 37


[[main]]
name = "2023"
pageRef = "papers2023"
weight = 40

[[main]]
name = "ACM Multimedia 2023"
parent = "2023"
pageRef = "tags/acmmm23"
weight = 41

[[main]]
name = "SCA 2023"
parent = "2023"
pageRef = "tags/sca23"
weight = 42

[[main]]
name = "CVPR 2023"
parent = "2023"
pageRef = "tags/cvpr23"
weight = 43

[[main]]
name = "SIGGRAPH 2023"
parent = "2023"
pageRef = "tags/siggraph23"
weight = 44

[[main]]
name = "ICCV 2023"
parent = "2023"
pageRef = "tags/iccv23"
weight = 45

[[main]]
name = "TPAMI 2023"
parent = "2023"
pageRef = "tags/tpami23"
weight = 46

[[main]]
name = "TVCG 2023"
parent = "2023"
pageRef = "tags/tvcg23"
weight = 47

[[main]]
name = "2024"
pageRef = "papers2024"
weight = 50

[[main]]
name = "ToG 2024"
parent = "2024"
pageRef = "tags/tog24"
weight = 51

[[main]]
name = "TPAMI 2024"
parent = "2024"
pageRef = "tags/tpami24"
weight = 52

# [[main]]
# identifier = "github2"
# pre = "github"
# url = "https://github.com/"
# weight = 40
# name = "About"
# pageRef = "about"
# weight = 25

# [[footer]]
# name = "Privacy"
Expand Down Expand Up @@ -115,140 +240,4 @@
[[subnavigation]]
name = "Relight"
pageRef = "tags/relight"
weight = 21

# [[subnavigation]]
# name = "My Awesome Category"
# pageRef = "categories/awesome"
# weight = 20

[[main]]
name = "Venues"
weight = 35

[[main]]
name = "ICCV 21"
parent = "Venues"
pageRef = "tags/iccv21"
weight = 45

[[main]]
name = "SIGGRAPH 21"
parent = "Venues"
pageRef = "tags/siggraph21"
weight = 46

[[main]]
name = "CVPR 21"
parent = "Venues"
pageRef = "tags/cvpr21"
weight = 47

[[main]]
name = "NeurIPS 21"
parent = "Venues"
pageRef = "tags/neurips21"
weight = 48

[[main]]
name = "arXiv 21"
parent = "Venues"
pageRef = "tags/arxiv21"
weight = 49

[[main]]
name = "SIGGRAPH Asia 21"
parent = "Venues"
pageRef = "tags/siggraph_asia21"
weight = 48

[[main]]
name = "CVPR 22"
parent = "Venues"
pageRef = "tags/cvpr22"
weight = 48

[[main]]
name = "SIGGRAPH 22"
parent = "Venues"
pageRef = "tags/siggraph22"
weight = 49

[[main]]
name = "3DV 22"
parent = "Venues"
pageRef = "tags/3dv22"
weight = 50

[[main]]
name = "ECCV 22"
parent = "Venues"
pageRef = "tags/eccv22"
weight = 51

[[main]]
name = "SIGGRAPH Asia 22"
parent = "Venues"
pageRef = "tags/siggraph_asia22"
weight = 52


[[main]]
name = "TPAMI 22"
parent = "Venues"
pageRef = "tags/tpami22"
weight = 53

[[main]]
name = "arXiv 22"
parent = "Venues"
pageRef = "tags/arxiv22"
weight = 54

[[main]]
name = "ACM Multimedia 23"
parent = "Venues"
pageRef = "tags/acmmm23"
weight = 56

[[main]]
name = "SCA 23"
parent = "Venues"
pageRef = "tags/sca23"
weight = 57

[[main]]
name = "CVPR 23"
parent = "Venues"
pageRef = "tags/cvpr23"
weight = 58

[[main]]
name = "ICCV 23"
parent = "Venues"
pageRef = "tags/iccv23"
weight = 59

[[main]]
name = "TPAMI 23"
parent = "Venues"
pageRef = "tags/tpami23"
weight = 60

[[main]]
name = "TVCG 23"
parent = "Venues"
pageRef = "tags/tvcg23"
weight = 61

[[main]]
name = "ToG 24"
parent = "Venues"
pageRef = "tags/tog24"
weight = 62

[[main]]
name = "TPAMI 24"
parent = "Venues"
pageRef = "tags/tpami24"
weight = 63
weight = 21
6 changes: 3 additions & 3 deletions page/content/papers/a-nerf/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: 2021-10-11T04:14:54-08:00
date: 2021-12-06T04:14:54-08:00
draft: false
params:
author: Nikolaos Zioulis
Expand All @@ -12,15 +12,15 @@ robots: all
# sharingLinks: #
weight: 10
showHero: true
description: "Animatable Neural Radiance Fields for Modeling Dynamic Human Bodies"
description: "A-NeRF: Articulated Neural Radiance Fields for Learning Human Shape, Appearance, and Pose"
summary: TODO
keywords: #
type: '2021' # we use year as a type to list papers in the list view
series: ["Papers Published @ 2021"]
series_order: 1
---

## `A-NeRF`: Animatable Neural Radiance Fields for Modeling Dynamic Human Bodies
## `A-NeRF`: Articulated Neural Radiance Fields for Learning Human Shape, Appearance, and Pose

> Shih-Yang Su, Frank Yu, Michael Zollhöfer, Helge Rhodin
Expand Down
1 change: 0 additions & 1 deletion page/content/papers/avatarrex/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ series_order: 19
{{< keyword icon="email" >}} *SIGGRAPH* 2023 {{< /keyword >}}
{{< /keywordList >}}


### Abstract
{{< lead >}}
We present AvatarReX, a new method for learning NeRF-based full-body avatars from video data. The learnt avatar not only provides expressive control of the body, hands and the face together, but also supports real-time animation and rendering. To this end, we propose a compositional avatar representation, where the body, hands and the face are separately modeled in a way that the structural prior from parametric mesh templates is properly utilized without compromising representation flexibility. Furthermore, we disentangle the geometry and appearance for each part. With these technical designs, we propose a dedicated deferred rendering pipeline, which can be executed in real-time framerate to synthesize high-quality free-view images. The disentanglement of geometry and appearance also allows us to design a two-pass training strategy that combines volume rendering and surface rendering for network training. In this way, patch-level supervision can be applied to force the network to learn sharp appearance details on the basis of geometry estimation. Overall, our method enables automatic construction of expressive full-body avatars with real-time rendering capability, and can generate photo-realistic images with dynamic details for novel body motions and facial expressions.
Expand Down
Binary file added page/content/papers/humanrf/feature.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 379a6ff

Please sign in to comment.