Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ retaining the original sign language content.
Using a conditional variational autoencoder framework, they first extracted pose information from the source video to remove the original signer appearance,
then generated a photo-realistic sign language video of a novel appearance from the pose sequence.
The authors proposed a novel style loss that ensures style consistency in the anonymized sign language videos.
Extending this line of work, @xia-etal-2024-diffusion proposed DiffSLVA, which leverages pre-trained large-scale text-guided latent diffusion models with ControlNet conditioned on Holistically-Nested Edge (HED) maps to circumvent the need for accurate pose estimation, and adds a dedicated facial expression enhancement module to preserve linguistically essential non-manual features.

##### Sign Language Avatars

Expand Down
13 changes: 13 additions & 0 deletions src/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -4354,6 +4354,15 @@ @inproceedings{uchida-etal-2024-hamnosys
author = "Uchida, Tsubasa and
Miyazaki, Taro and
Kaneko, Hiroyuki",
}

@inproceedings{xia-etal-2024-diffusion,
title = "Diffusion Models for Sign Language Video Anonymization",
author = "Xia, Zhaoyang and
Zhou, Yang and
Han, Ligong and
Neidle, Carol and
Metaxas, Dimitris N.",
editor = "Efthimiou, Eleni and
Fotinea, Stavroula-Evita and
Hanke, Thomas and
Expand All @@ -4368,3 +4377,7 @@ @inproceedings{uchida-etal-2024-hamnosys
url = "https://aclanthology.org/2024.signlang-1.42/",
pages = "376--385"
}

url = "https://aclanthology.org/2024.signlang-1.44/",
pages = "395--407"
}
Loading