Search Results for author: Yuze Zhao

Found 2 papers, 1 papers with code

FaceChain: A Playground for Human-centric Artificial Intelligence Generated Content

1 code implementation28 Aug 2023 Yang Liu, Cheng Yu, Lei Shang, Yongyi He, Ziheng Wu, Xingjun Wang, Chao Xu, Haoyu Xie, Weida Wang, Yuze Zhao, Lin Zhu, Chen Cheng, Weitao Chen, Yuan YAO, Wenmeng Zhou, Jiaqi Xu, Qiang Wang, Yingda Chen, Xuansong Xie, Baigui Sun

In this paper, we present FaceChain, a personalized portrait generation framework that combines a series of customized image-generation model and a rich set of face-related perceptual understanding models (\eg, face detection, deep face embedding extraction, and facial attribute recognition), to tackle aforementioned challenges and to generate truthful personalized portraits, with only a handful of portrait images as input.

Attribute Potrait Generation +1

A New Clustering neural network for Chinese word segmentation

no code implementations18 Feb 2020 Yuze Zhao

In this article I proposed a new model to achieve Chinese word segmentation(CWS), which may have the potentiality to apply in other domains in the future. It is a new thinking in CWS compared to previous works, to consider it as a clustering problem instead of a labeling problem. In this model, LSTM and self attention structures are used to collect context also sentence level features in every layer, and after several layers, a clustering model is applied to split characters into groups, which are the final segmentation results. I call this model CLNN. This algorithm can reach 98 percent of F score (without OOV words) and 85 percent to 95 percent F score (with OOV words) in training data sets. Error analyses shows that OOV words will greatly reduce performances, which needs a deeper research in the future.

Chinese Word Segmentation Clustering +2

Cannot find the paper you are looking for? You can Submit a new open access paper.