diff --git a/content/publication/senc-2024/index.md b/content/publication/senc-2024/index.md new file mode 100644 index 0000000..c676ee6 --- /dev/null +++ b/content/publication/senc-2024/index.md @@ -0,0 +1,49 @@ +--- +# Documentation: https://wowchemy.com/docs/managing-content/ + +title: 'SENC: Handling Self-collision in Neural Cloth Simulation' +subtitle: '' +summary: '' +authors: +- Zhouyingcheng Liao +- Sinan Wang +- Taku Komura + +tags: +- 'Neural cloth simulation' +- 'Self collision' + +categories: [] +date: '2024-07-01' +lastmod: 2024-08-07T21:34:50Z +featured: false +draft: false + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. +image: + caption: '' + focal_point: '' + preview_only: false + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects: [] +publishDate: '2021-01-15T21:34:50.388741Z' +publication_types: +# 1 Conference paper +# 2 Journal article +# 3 Preprint +# 4 Report +# 5 Book +# 6 Book section +# 7 Thesis +# 8 Patent +- '1' +abstract: We present SENC, a novel self-supervised neural cloth simulator that addresses the challenge of cloth self-collision. This problem has remained unresolved due to the gap in simulation setup between recent collision detection and response approaches and self-supervised neural simulators. The former requires collision-free initial setups, while the latter necessitates random cloth instantiation during training. To tackle this issue, we propose a novel loss based on Global Intersection Analysis (GIA). This loss extracts the volume surrounded by the cloth region that forms the penetration. By constructing an energy based on this volume, our self-supervised neural simulator can effectively address cloth self-collisions. Moreover, we develop a self-collision-aware graph neural network capable of learning to handle self-collisions, even for parts that are topologically distant from one another. Additionally, we introduce an effective external force scheme that enables the simulation to learn the cloth's behavior in response to random external forces. We validate the efficacy of SENC through extensive quantitative and qualitative experiments, demonstrating that it effectively reduces cloth self-collision while maintaining high-quality animation results. +publication: 'ECCV 2024' +--- diff --git a/content/publication/senc-2024/senc.png b/content/publication/senc-2024/senc.png new file mode 100644 index 0000000..34568e1 Binary files /dev/null and b/content/publication/senc-2024/senc.png differ diff --git a/content/talk/202406_sgp/index.md b/content/talk/202406_sgp/index.md index e59feab..99d39df 100644 --- a/content/talk/202406_sgp/index.md +++ b/content/talk/202406_sgp/index.md @@ -3,11 +3,11 @@ title: 'One papers accepted at SGP 2024' subtitle: '' -summary: 'Zolly, PhaseMP, TORE, DualMeshUDF were accepted at ICCV 2023. Congratulations!' +summary: 'One papers accepted at SGP 2024' categories: [] -date: '2023-07-01' +date: '2024-06-01' lastmod: 2021-01-15T21:34:50Z featured: false draft: false @@ -23,14 +23,4 @@ image: --- -Four papers were accepted at ICCV 2023. Congratulations! - -[Zolly: Zoom Focal Length Correctly for Perspective-Distorted Human Mesh Reconstruction](https://wenjiawang0312.github.io/projects/zolly/) - -[PhaseMP: Robust 3D Pose Estimation via Phase-conditioned Human Motion Prior -](https://rubbly.cn/publications/phaseMP/) - -[TORE: Token Reduction for Efficient Human Mesh Recovery with Transformer -](https://frank-zy-dou.github.io/projects/Tore/index.html) - -[Surface Extraction from Neural Unsigned Distance Fields](https://cong-yi.github.io/projects/dualmeshudf/) +One papers accepted at SGP 2024. \ No newline at end of file diff --git a/content/talk/202407_eccv/index.md b/content/talk/202407_eccv/index.md new file mode 100644 index 0000000..0d7f099 --- /dev/null +++ b/content/talk/202407_eccv/index.md @@ -0,0 +1,26 @@ +--- +# Documentation: https://wowchemy.com/docs/managing-content/ + +title: 'Four papers accepted at ECCV 2024' +subtitle: '' +summary: 'SENC, EMDM, Surf-D and TLControl got accepted at ECCV 2024. Congratulations!' + + +categories: [] +date: '2024-07-10' +lastmod: 2021-01-15T21:34:50Z +featured: false +draft: false +authors: + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. +image: + caption: '' + focal_point: '' + preview_only: false + +--- + +SENC, EMDM, Surf-D and TLControl got accepted at ECCV 2024. Congratulations! \ No newline at end of file