<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>1 | Yifei Li</title><link>https://liyifei.org/publication-type/1/</link><atom:link href="https://liyifei.org/publication-type/1/index.xml" rel="self" type="application/rss+xml"/><description>1</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© 2026 Yifei Li | 君子不器</copyright><lastBuildDate>Wed, 25 Sep 2024 00:00:00 +0000</lastBuildDate><image><url>https://liyifei.org/media/icon_huce83f9d2cff91faab74beee6f515005c_132226_512x512_fill_lanczos_center_3.png</url><title>1</title><link>https://liyifei.org/publication-type/1/</link></image><item><title>NeuralFluid: Nueral Fluidic System Design and Control with Differentiable Simulation</title><link>https://liyifei.org/publication/neuralfluid/</link><pubDate>Wed, 25 Sep 2024 00:00:00 +0000</pubDate><guid>https://liyifei.org/publication/neuralfluid/</guid><description>&lt;h3 id="citation">Citation&lt;/h3>
&lt;pre>&lt;code>@misc{li2024neuralfluidicdesigncontrol,
title={Neural Fluidic System Design and Control with Differentiable Simulation},
author={Yifei Li and Yuchen Sun and Pingchuan Ma and Eftychios Sifakis and Tao Du and Bo Zhu and Wojciech Matusik},
year={2024},
eprint={2405.14903},
archivePrefix={arXiv},
primaryClass={physics.flu-dyn},
url={https://arxiv.org/abs/2405.14903},
&lt;/code>&lt;/pre>
&lt;p>}&lt;/p>
&lt;!-- ### Acknowledgement
We would like to thank FAIR Interfaces, FAIR X, and other members of Meta who helped in the building and release of the demo -->
&lt;h3 id="keywords">Keywords&lt;/h3>
&lt;p>fluid simulation, fluid control, navier-stokes, differentiable simulation, physical simulation, neural fluid, neural control, graphics&lt;/p></description></item><item><title>DiffAvatar: Simulation-Ready Garment Optimization with Differentiable Simulation</title><link>https://liyifei.org/publication/diffavatar/</link><pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate><guid>https://liyifei.org/publication/diffavatar/</guid><description>&lt;h3 id="pipeline">Pipeline&lt;/h3>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="pipeline.jpg#paper_image" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;p>DiffAvatar generates simulation-ready avatar assets from inputs obtained through a multi-view capture. Our pipeline initially
preprocesses the 3D scan to segment the target garment and establish the initial pose and shape of the parametric body model. We employ a
differentiable simulation framework to align our simulated garment with the segmented garment by jointly optimizing the garment’s design
and material parameters&lt;/p>
&lt;h3 id="garment-2d-representation">Garment 2D Representation&lt;/h3>
&lt;!-- ![](2d3d.png#paper_image) -->
&lt;img src=2d3d.png width="80%"/>
&lt;p>Garments can take on a wide range of 3D shapes when draped onto a body, due to factors such as changing pose and dynamics or wearer manipulations. Despite this large variation in configurations, garments are compactly represented by their 2D patterns (Fig. 3), which consist of the individual pieces of fabric that are sewn together to create the 3D clothing. Therefore, we represent clothing in 2D pattern space, which ensures developable meshes and manufacturable clothing. Virtual garments are modeled as triangle meshes, with their rest shape encoded in these 2D patterns. The rest shape is crucial for modeling the in-plane stretching and shearing behavior of different fabrics.&lt;/p>
&lt;h3 id="control-cage-garment-shape-optimization">Control Cage Garment Shape Optimization&lt;/h3>
&lt;p>We propose a regularized differentiable cage formulation to effectively and robustly optimize for the 2D patterns of garments such that the simulated and draped 3D representation of the garment closely aligns with the scan.&lt;/p>
&lt;p>&lt;strong>Control Cage Pattern Representation&lt;/strong>:
&lt;img src=control-cage.png width="20%"/>&lt;/p>
&lt;p>While it is possible to directly optimize for the 2D pattern vertices p directly, this approach is highly non-regularized and can produce ill-shaped or even non-physical inverted rest shape geometries that cause simulators to fail.&lt;/p>
&lt;p>A high number of optimization variables can also cause the optimization to get stuck in a local minimum (See our ablation study in Sec. 5.4). Additionally, directly optimizing for the 2D coordinates does not respect design constraints that are better represented in a limited subspace of reasonable designs. Therefore, we further regulate the optimization problem by selecting and optimizing a set of 2D control vertices ζ on the boundaries of the individual panels of the 2D pattern that directly deform and manipulate the underlying 2D patterns through control cages instead.&lt;/p>
&lt;p>&lt;strong>Control Cage Handle Selection&lt;/strong>: We use the geometric information of the 2D garment patterns to automatically identify control cage points, see the inset figure above. Our algorithm first extracts the boundary loop of the underlying mesh for each connected component representing a garment panel in the 2D garment pattern, then processes the boundary loop and marks a vertex as a control point if it lies on the convex hull of the pattern or when its local curvature exceeds a threshold (10° in our implementation).&lt;/p>
&lt;h3 id="demo">Demo&lt;/h3>
&lt;div class="video-container">
&lt;iframe src="https://www.youtube.com/embed/vH2MCXneAUE" class="video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="">&lt;/iframe>
&lt;/div>
&lt;!--
### Code 💻
Follow our Github repository [Animated Drawings](https://github.com/facebookresearch/AnimatedDrawings) &lt;iframe src="https://ghbtns.com/github-btn.html?user=facebookresearch&amp;amp;repo=AnimatedDrawings&amp;amp;type=star&amp;amp;count=true&amp;amp;size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub">&lt;/iframe>
&lt;a href="https://github.com/facebookresearch/AnimatedDrawings" target="_blank" rel="noopener">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100">&lt;img src="https://gh-card.dev/repos/facebookresearch/AnimatedDrawings.svg?fullname=" alt="facebookresearch/AnimatedDrawings - GitHub" loading="lazy" data-zoomable="" class="medium-zoom-image">&lt;/div>
&lt;/div>&lt;/a>
### Technical Posts
* Dataset of 180,000 annotated drawings: [A new, unique AI dataset for animating amateur drawings](https://ai.facebook.com/blog/ai-dataset-animating-kids-drawings/)
* Meta AI Technical post: [Using AI to bring children’s drawings to life](https://ai.facebook.com/blog/using-ai-to-bring-childrens-drawings-to-life/)
* Meta AI interview: [Meet the researcher using AI to build children’s animations](https://tech.facebook.com/artificial-intelligence/2021/12/ai-childrens-drawings/)
### Dataset
We have open sourced our [dataset](https://github.com/facebookresearch/AnimatedDrawings#amateur-drawings-dataset) of ~180,000 annotated drawings, which you can explore for your own research.
### Website
Go to [here](https://fairanimateddrawings.com/site/home)
### Video
&lt;div class="video-container">
&lt;iframe src="https://www.youtube.com/embed/WsMUKQLVsOI" class="video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="">&lt;/iframe>
&lt;/div>
&lt;div class="video-container">
-->
&lt;h3 id="citation">Citation&lt;/h3>
&lt;pre>&lt;code>@inproceedings{li2023diffavatar,
title={{DiffAvatar}: Simulation-Ready Garment Optimization with Differentiable Simulation},
author={Li, Yifei and Chen, Hsiao-yu and Larionov, Egor and Sarafianos, Nikolaos and Matusik, Wojciech and Stuyck, Tuur},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
eprint={2311.12194},
year = {2024}
}
&lt;/code>&lt;/pre>
&lt;!-- ### Acknowledgement
We would like to thank FAIR Interfaces, FAIR X, and other members of Meta who helped in the building and release of the demo -->
&lt;h3 id="keywords">Keywords&lt;/h3>
&lt;p>graphics, physical simulation, digital avatar, differentiable simulation, cloth simulation&lt;/p></description></item><item><title>Fluidic Topology Optimization with an Anisotropic Mixture Model</title><link>https://liyifei.org/publication/anisotropicstokes/</link><pubDate>Sun, 18 Sep 2022 00:00:00 +0000</pubDate><guid>https://liyifei.org/publication/anisotropicstokes/</guid><description>&lt;h3 id="demos">Demos&lt;/h3>
&lt;p>For details refer to the paper Sec 7. Applications. Below we show three design problems: Twister, Tree Diffuser and Circuit. We visualize the final design and the design domain for each of the problem.&lt;/p>
&lt;h3 id="twister">Twister&lt;/h3>
&lt;p>Domain Size: 100x100x100&lt;/p>
&lt;div style="display:flex">
&lt;div style="flex:1;padding-left:0px;">
&lt;img class="topostokes_domain" src=twister.gif width="150%"/>
&lt;/div>
&lt;div style="flex:1;padding-right:0px;">
&lt;img src=twister-setup.png width="55%"/>
&lt;/div>
&lt;/div>
&lt;!-- ![](twister.gif#paper_image) -->
&lt;h3 id="tree-diffuser">Tree Diffuser&lt;/h3>
&lt;p>Domain Size: 80x80x80&lt;/p>
&lt;!-- ![](tree.gif#paper_image) -->
&lt;div style="display:flex">
&lt;div style="flex:1;padding-left:0px;">
&lt;img class="topostokes_domain" src=tree.gif width="150%"/>
&lt;/div>
&lt;div style="flex:1;padding-right:0px;">
&lt;img src=brancher-setup.png width="55%"/>
&lt;/div>
&lt;/div>
&lt;h3 id="circuit">Circuit&lt;/h3>
&lt;p>Domain Size: 80x80x80&lt;/p>
&lt;!-- ![](circuit.gif#paper_image) -->
&lt;div style="display:flex">
&lt;div style="flex:1;padding-left:0px;">
&lt;img class="topostokes_domain" src=circuit.gif width="150%"/>
&lt;/div>
&lt;div style="flex:1;padding-right:0px;">
&lt;img src=circuit-setup.png width="70%"/>
&lt;/div>
&lt;/div>
&lt;!-- The domain specification for the three prbolems are:
&lt;div style="display:flex">
&lt;div style="flex:1;padding-right:0px;">
&lt;img src=twister-setup.png width="70%"/>
&lt;/div>
&lt;div style="flex:1;padding-left:0px;">
&lt;img class="topostokes_domain" src=brancher-setup.png width="70%"/>
&lt;/div>
&lt;div style="flex:1;padding-left:0px;">
&lt;img class="topostokes_domain" src=circuit-setup.png width="90%"/>
&lt;/div>
&lt;/div> -->
&lt;h2 id="demo-video">Demo Video&lt;/h2>
&lt;div class="video-container">
&lt;iframe src="https://www.youtube.com/embed/0AJbtATZ1B0" width=50% class="video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="">&lt;/iframe>
&lt;/div>
&lt;h2 id="presentation">Presentation&lt;/h2>
&lt;div class="video-container">
&lt;iframe src="https://www.youtube.com/embed/s1WcUdsB5i0" width=50% class="video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="">&lt;/iframe>
&lt;/div>
&lt;h3 id="acknowledgement">Acknowledgement&lt;/h3>
&lt;p>Yifei Li acknowledges the emotional support from &lt;a href="yihui.png">🐱🐈‍ Yihui Li&lt;/a> . Wojciech Matusik acknowledges the funding support from NSF IIS-2106962 and the Defense Advanced Research Projects Agency (DARPA) under grant No. FA8750-20-C-0075. Bo Zhu acknowledges the funding supports from NSF IIS-2106733. Eftychios Sifakis acknowledges the funding supports from NSF IIS-2106768, IIS-2008584, IIS-1763638.&lt;/p>
&lt;h3 id="citation">Citation&lt;/h3>
&lt;pre>&lt;code>@article{li2022anisotropicStokes,
author = {Li, Yifei and Du, Tao and Grama Srinivasan, Sangeetha and Wu, Kui and Zhu, Bo and Sifakis, Eftychios and Matusik, Wojciech},
title = {Fluidic Topology Optimization with an Anisotropic Mixture Model},
year = {2022},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
issn = {0730-0301},
url = {https://doi.org/10.1145/3550454.3555429},
doi = {10.1145/3550454.3555429},
abstract = {Fluidic devices are crucial components in many industrial applications involving fluid mechanics. Computational design of a high-performance fluidic system faces multifaceted challenges regarding its geometric representation and physical accuracy. We present a novel topology optimization method to design fluidic devices in a Stokes flow context. Our approach is featured by its capability in accommodating a broad spectrum of boundary conditions at the solid-fluid interface. Our key contribution is an anisotropic and differentiable constitutive model that unifies the representation of different phases and boundary conditions in a Stokes model, enabling a topology optimization method that can synthesize novel structures with accurate boundary conditions from a background grid discretization. We demonstrate the efficacy of our approach by conducting several fluidic system design tasks with over two million design parameters.},
journal = {ACM Trans. Graph.},
month = {nov},
articleno = {239},
numpages = {14},
keywords = {Topology optimization, Stokes flow, computational design, fluidic system design}
}
&lt;/code>&lt;/pre>
&lt;h3 id="keywords">Keywords&lt;/h3>
&lt;p>fluidic devices, topology optimization, flow device optimization, differentiable simulation, physics simulation, computational fabrication, fluid topology optimization, Stokes flow optimization&lt;/p></description></item><item><title>JoinABLe: Learning Bottom-up Assembly of Parametric CAD Joints</title><link>https://liyifei.org/publication/joinable-learning-bottom-up-assembly-of-parametric-cad-joints/</link><pubDate>Tue, 01 Mar 2022 00:00:00 +0000</pubDate><guid>https://liyifei.org/publication/joinable-learning-bottom-up-assembly-of-parametric-cad-joints/</guid><description>&lt;h3 id="code-">Code 💻&lt;/h3>
&lt;p>Follow our Github repository &lt;a href="https://github.com/AutodeskAILab/JoinABLe" target="_blank" rel="noopener">JoinABLe&lt;/a> &lt;iframe src="https://ghbtns.com/github-btn.html?user=AutodeskAILab&amp;amp;repo=JoinABLe&amp;amp;type=star&amp;amp;count=true&amp;amp;size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub">&lt;/iframe>&lt;/p>
&lt;a href="https://github.com/AutodeskAILab/JoinABLe" target="_blank" rel="noopener">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100">&lt;img src="https://gh-card.dev/repos/AutodeskAILab/JoinABLe.svg?fullname=" alt="AutodeskAILab/JoinABLe - GitHub" loading="lazy" data-zoomable="" class="medium-zoom-image">&lt;/div>
&lt;/div>&lt;/a>
&lt;h3 id="motivation">Motivation&lt;/h3>
&lt;p>Physical products are often complex assemblies combining a multitude of 3D parts modeled in computer-aided design (CAD) software. CAD designers build up these assemblies by aligning individual parts to one another using constraints called joints. JoinABLe is a learning-based method that assembles parts together to form joints. JoinABLe uses the weak supervision available in standard parametric CAD files without the help of object class labels or human guidance. Our results show that by making network predictions over a graph representation of solid models we can outperform multiple baseline methods with an accuracy (79.53%) that approaches human performance (80%).&lt;/p>
&lt;h3 id="task">Task&lt;/h3>
&lt;p>Given a pair of parts, we aim to create a parametric joint between them, such that the two parts are constrained relative to one another with the same joint axis and pose as defined by the ground truth.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="joinable_task.gif#paper_image" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h3 id="representation">Representation&lt;/h3>
&lt;p>JoinABLe takes as input a pair of parts in the B-Rep format. We represent each part as a graph derived from the B-Rep topology. Graph vertices are either B-Rep faces or edges and graph edges are defined by adjacency.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="joinable_representation.gif#paper_image" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h3 id="architecture">Architecture&lt;/h3>
&lt;p>Our overall architecture is shown in the figure below and consists of an encoder module that outputs per-vertex embeddings for each B-Rep face and edge in our graph representation of the input parts. Using these embeddings we can predict a joint axis and then search for joint pose parameters.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="joinable_architecture.gif#paper_image" alt="" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h3 id="citation">Citation&lt;/h3>
&lt;pre>&lt;code> @inproceedings{willis2022joinable,
title = {JoinABLe: Learning Bottom-up Assembly of Parametric CAD Joints},
author = {Willis, Karl DD and Jayaraman, Pradeep Kumar and Chu, Hang and Tian, Yunsheng and Li, Yifei and Grandi, Daniele and Sanghi, Aditya and Tran, Linh and Lambourne, Joseph G and Solar-Lezama, Armando and Matusik, Wojciech},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2022}
}
&lt;/code>&lt;/pre></description></item><item><title>Algorithmic Quilting Pattern Generation for Pieced-Quilts</title><link>https://liyifei.org/publication/algorithmic-quilting-pattern-generation/</link><pubDate>Wed, 01 May 2019 00:00:00 +0000</pubDate><guid>https://liyifei.org/publication/algorithmic-quilting-pattern-generation/</guid><description>&lt;!-- &lt;div class="alert alert-note">
&lt;div>
Click the &lt;em>Cite&lt;/em> button above to demo the feature to enable visitors to import publication metadata into their reference management software.
&lt;/div>
&lt;/div>
&lt;div class="alert alert-note">
&lt;div>
Create your slides in Markdown - click the &lt;em>Slides&lt;/em> button to check out the example.
&lt;/div>
&lt;/div>
-->
&lt;!-- Supplementary notes can be added here, including [code, math, and images](https://wowchemy.com/docs/writing-markdown-latex/). -->
&lt;h3 id="citation">Citation&lt;/h3>
&lt;pre>&lt;code>@inproceedings{Li:2019:10.20380/GI2019.13,
author = {Li, Yifei and Breen, David E. and McCann, James and Hodgins, Jessica},
title = {Algorithmic Quilting Pattern Generation for Pieced Quilts},
booktitle = {Proceedings of Graphics Interface 2019},
series = {GI 2019},
year = {2019},
issn = {0713-5424},
isbn = {978-0-9947868-4-5},
location = {Kingston, Ontario},
numpages = {9},
doi = {10.20380/GI2019.13},
publisher = {Canadian Information Processing Society},
keywords = {quilting, pattern generation, spanning tree, texture generation, ornamentation, line drawing, continuous line drawing},
}
&lt;/code>&lt;/pre></description></item></channel></rss>