CVGRLGMay 25

Generating 3D models from sketches of human faces using a combined approach of Convolutional Neural Networks, Procedural Modeling, and Contour Mapping

arXiv:2605.254182.6
Predicted impact top 99% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work aims to simplify 3D face modeling for artists and novices by automating expression detection and model generation from sketches, but the results are not quantified and the approach appears incremental.

The paper presents a method to generate 3D face models from sketches by combining CNN-based expression detection, a parametric face model, and contour mapping. The approach detects facial expressions from sketches and transfers them to a 3D model, then refines the shape using active snake contours.

Generating 3D models from face sketches is an active topic of research in Computer Graphics due to its potential to tremendously facilitate the modeling of faces for both professional 3D arists and novices. Motivated by the observation that facial expressions are responsible for significantly altering and shaping the contours in our faces, we combine both expression detection and 3D model generation in our approach. The result is a novel approach to generating 3D models from sketches which relies on three components: Convolutional Neural Networks, a parametric 3D face model (Valley Girl), and Active Snake Contours. For the first time in the literature, CNNs are trained (using our own generated dataset) to detect the expression in the given sketch through detecting the active FACS Action Units. The expression is then duplicated on Valley Girl to obtain a 3D model with a similar expression. Active Snake Contours are then used to find the transforms needed to close the gaps between that model and the given sketch.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes