CVMar 5, 2017

L2GSCI: Local to Global Seam Cutting and Integrating for Accurate Face Contour Extraction

arXiv:1703.01605v1
Originality Incremental advance
AI Analysis

This addresses the need for detailed face contour extraction in computer vision applications, but it is incremental as it builds on existing face alignment methods.

The paper tackles the problem of extracting continuous and accurate face contours from sparse landmarks, achieving pixel-level continuous curves with significantly improved performance on benchmark datasets like LFPW and HELEN.

Current face alignment algorithms can robustly find a set of landmarks along face contour. However, the landmarks are sparse and lack curve details, especially in chin and cheek areas where a lot of concave-convex bending information exists. In this paper, we propose a local to global seam cutting and integrating algorithm (L2GSCI) to extract continuous and accurate face contour. Our method works in three steps with the help of a rough initial curve. First, we sample small and overlapped squares along the initial curve. Second, the seam cutting part of L2GSCI extracts a local seam in each square region. Finally, the seam integrating part of L2GSCI connects all the redundant seams together to form a continuous and complete face curve. Overall, the proposed method is much more straightforward than existing face alignment algorithms, but can achieve pixel-level continuous face curves rather than discrete and sparse landmarks. Moreover, experiments on two face benchmark datasets (i.e., LFPW and HELEN) show that our method can precisely reveal concave-convex bending details of face contours, which has significantly improved the performance when compared with the state-ofthe- art face alignment approaches.

Foundations

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

Your Notes