paper-with-me

Papers

Shape Constrained Network for Eye Segmentation in the Wild

2019-10-11 · Bingnan Luo, Jie Shen, Shiyang Cheng, Yujiang Wang, Maja Pantic

Semantic segmentation of eyes has long been a vital pre-processing step in many biometric applications. Majority of the works focus only on high resolution eye images, while little has been done to segment the eyes from low quality images in the wild. However, this is a particularly interesting and meaningful topic, as eyes play a crucial role in conveying the emotional state and mental well-being of a person. In this work, we take two steps toward solving this problem: (1) We collect and annotate a challenging eye segmentation dataset containing 8882 eye patches from 4461 facial images of different resolutions, illumination conditions and head poses; (2) We develop a novel eye segmentation method, Shape Constrained Network (SCN), that incorporates shape prior into the segmentation network training procedure. Specifically, we learn the shape prior from our dataset using VAE-GAN, and leverage the pre-trained encoder and discriminator to regularise the training of SegNet. To improve the accuracy and quality of predicted masks, we replace the loss of SegNet with three new losses: Intersection-over-Union (IoU) loss, shape discriminator loss and shape embedding loss. Extensive experiments shows that our method outperforms state-of-the-art segmentation and landmark detection methods in terms of mean IoU (mIoU) accuracy and the quality of segmentation masks. The eye segmentation database is available at https://www.dropbox.com/s/yvveouvxsvti08x/Eye_Segmentation_Database.zip?dl=0.

📄 PDF Abstract BibTeX arXiv:1910.05283

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Kaiming Initialization 설명 없음
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SegNet SegNet is a semantic segmentation model. This core trainable segmentation architecture consists of an encoder network, a corresponding decoder network followed by a pixel-wise…

Similar Papers 제목 키워드 기반

Seg-Wild: Interactive Segmentation based on 3D Gaussian Splatting for Unconstrained Image Collections

2025-07-10 · Yongtang Bao, Chengjie Tang, Yuze Wang, Haojie Li

Reconstructing and segmenting scenes from unconstrained photo collections obtained from the Internet is a novel but challenging task. Unconstrained photo collections are easier to get than well-captured photo collections…

Interactive SegmentationSegmentation

3D Face Morphable Models "In-the-Wild"

2017-01-19 · CVPR 2017 7 · James Booth, Epameinondas Antonakos, Stylianos Ploumpis, George Trigeorgis 외

3D Morphable Models (3DMMs) are powerful statistical models of 3D facial shape and texture, and among the state-of-the-art methods for reconstructing facial shape from single images. With the advent of new 3D sensors, ma…

3D Face Reconstruction

End-to-end Recovery of Human Shape and Pose

2017-12-18 · CVPR 2018 6 · Angjoo Kanazawa, Michael J. Black, David W. Jacobs, Jitendra Malik

We describe Human Mesh Recovery (HMR), an end-to-end framework for reconstructing a full 3D mesh of a human body from a single RGB image. In contrast to most current methods that compute 2D or 3D joint locations, we prod…

3D Hand Pose Estimation3D Human Pose Estimation3D Human Shape Estimation3D Multi-Person Pose Estimation+4

im2nerf: Image to Neural Radiance Field in the Wild

2022-09-08 · Lu Mi, Abhijit Kundu, David Ross, Frank Dellaert 외

We propose im2nerf, a learning framework that predicts a continuous neural object representation given a single input image in the wild, supervised by only segmentation output from off-the-shelf recognition methods. The …

NeRFNovel View SynthesisObject

SAMURAI: Shape And Material from Unconstrained Real-world Arbitrary Image collections

2022-05-31 · Mark Boss, Andreas Engelhardt, Abhishek Kar, Yuanzhen Li 외

Inverse rendering of an object under entirely unknown capture conditions is a fundamental challenge in computer vision and graphics. Neural approaches such as NeRF have achieved photorealistic results on novel view synth…

Inverse RenderingNeRFNovel View SynthesisPose Estimation