paper-with-me

홈 › Papers

Exemplar-Based Face Parsing

2013-06-01 · CVPR 2013 6 · Brandon M. Smith, Li Zhang, Jonathan Brandt, Zhe Lin, Jianchao Yang

In this work, we propose an exemplar-based face image segmentation algorithm. We take inspiration from previous works on image parsing for general scenes. Our approach assumes a database of exemplar face images, each of which is associated with a hand-labeled segmentation map. Given a test image, our algorithm first selects a subset of exemplar images from the database, Our algorithm then computes a nonrigid warp for each exemplar image to align it with the test image. Finally, we propagate labels from the exemplar images to the test image in a pixel-wise manner, using trained weights to modulate and combine label maps from different exemplars. We evaluate our method on two challenging datasets and compare with two face parsing algorithms and a general scene parsing algorithm. We also compare our segmentation results with contour-based face alignment results; that is, we first run the alignment algorithms to extract contour points and then derive segments from the contours. Our algorithm compares favorably with all previous works on all datasets evaluated.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face AlignmentFace ParsingImage SegmentationScene ParsingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Generate-and-Retrieve: use your predictions to improve retrieval for semantic parsing

2022-09-29 · COLING 2022 10 · Yury Zemlyanskiy, Michiel de Jong, Joshua Ainslie, Panupong Pasupat 외

A common recent approach to semantic parsing augments sequence-to-sequence models by retrieving and appending a set of training samples, called exemplars. The effectiveness of this recipe is limited by the ability to ret…

PredictionRetrievalSemantic Parsing

Finding Things: Image Parsing with Regions and Per-Exemplar Detectors

2013-06-01 · CVPR 2013 6 · Joseph Tighe, Svetlana Lazebnik

This paper presents a system for image parsing, or labeling each pixel in an image with its semantic category, aimed at achieving broad coverage across hundreds of object categories, many of them sparsely sampled. The sy…

Object

STARE at the Structure: Steering ICL Exemplar Selection with Structural Alignment

2025-08-28 · Jiaqian Li, Qisheng Hu, Jing Li, Wenya Wang arxiv

In-Context Learning (ICL) has become a powerful paradigm that enables LLMs to perform a wide range of tasks without task-specific fine-tuning. However, the effectiveness of ICL heavily depends on the quality of exemplar …

Structured PredictionSemantic Parsing

Controllable Semantic Parsing via Retrieval Augmentation

2021-10-16 · EMNLP 2021 11 · Panupong Pasupat, Yuan Zhang, Kelvin Guu

In practical applications of semantic parsing, we often want to rapidly change the behavior of the parser, such as enabling it to handle queries in a new domain, or changing its predictions on certain targeted queries. W…

RetrievalSemantic Parsing

Understanding Image Structure via Hierarchical Shape Parsing

2015-06-01 · CVPR 2015 6 · Xian-Ming Liu, Rongrong Ji, Changhu Wang, Wei Liu 외

Exploring image structure is a long-standing yet important research subject in the computer vision community. In this paper, we focus on understanding image structure inspired by the "simple-to-complex" biological eviden…