Huibiao Wen

1class ContactInformationCard:
2 def __init__(self):
3 self.dept = "cg @ sdu"
4 self.lab = "irc"
5 self.email = "ericvein@163.com"
6 self.phone = ""
7
8 def flipCard(self):
9 print("tap on the card to flip.")
10
11 def closeCard(self):
12 print("tap outside to close it.")

Huibiao Wen

Huibiao Wen

My name is Huibiao Wen (温汇彪), I am currently working toward the PhD degree at the Interdisciplinary Research Center (IRC) affiliated with the Shandong University, supervised by Prof. Shiqing Xin. I got the M.Eng. degree from HangzhouDianzi University, under the supervision of Prof. Chongyang Deng and Prof. Yajuan Li.

My research interests are Computer Graphics and Geometry Processing

Email:ericvein@163.com, huibiaowen@mail.sdu.edu.cn, huibiaowen@gmail.com

📜News


📚 publications

Equal contribution. *Corresponding author.
NeurCross:A Neural Approach to Computing Cross Fields for Quad Mesh Generation
Siggraph 2025
Qiujie Dong , Huibiao Wen , Rui Xu , Shuangmin Chen , Jiaran Zhou , Shiqing Xin* , Changhe Tu , Taku Komura , Wenping Wang
[PDF] | [CODE]
Abstract:
... See More