paper-with-me

홈 › Papers

Bi-directional Shape Correspondences (BSC): A Novel Technique for 2-d Shape Warping in Quadratic Time?

2014-12-21 · Abdulrahman Oladipupo Ibraheem

We propose Bidirectional Shape Correspondence (BSC) as a possible improvement on the famous shape contexts (SC) framework. Our proposals derive from the observation that the SC framework enforces a one-to-one correspondence between sample points, and that this leads to two possible drawbacks. First, this denies the framework the opportunity to effect advantageous many-to-many matching between points on the two shapes being compared. Second, this calls for the Hungarian algorithm which unfortunately usurps cubic time. While the dynamic-space-warping dynamic programming algorithm has provided a standard solution to the first problem above, it demands quintic time for general multi-contour shapes, and w times quadratic time for the special case of single-contour shapes, even after an heuristic search window of width w has been chosen. Therefore, in this work, we propose a simple method for computing "many-to-many" correspondences for the class of all 2-d shapes in quadratic time. Our approach is to explicitly let each point on the first shape choose a best match on the second shape, and vice versa. Along the way, we also propose the use of data-clustering techniques for dealing with the outliers problem, and, from another viewpoint, it turns out that this clustering can be seen as an autonomous, rather than pre-computed, sampling of shape boundary.

📄 PDF Abstract BibTeX arXiv:1412.6759

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringHeuristic Search

Similar Papers 제목 키워드 기반

Procrustes registration of two-dimensional statistical shape models without correspondences

2019-11-26 · Alma Eguizabal, Peter J. Schreier, Jürgen Schmidt

Statistical shape models are a useful tool in image processing and computer vision. A Procrustres registration of the contours of the same shape is typically perform to align the training samples to learn the statistical…

Dynamic Time WarpingVocal Bursts Valence Prediction

Deep Implicit Templates for 3D Shape Representation

2020-11-30 · CVPR 2021 1 · Zerong Zheng, Tao Yu, Qionghai Dai, Yebin Liu

Deep implicit functions (DIFs), as a kind of 3D shape representation, are becoming more and more popular in the 3D vision community due to their compactness and strong representation power. However, unlike polygon mesh-b…

3D Shape Representation

Learning to Caricature via Semantic Shape Transform

2020-08-12 · Wenqing Chu, Wei-Chih Hung, Yi-Hsuan Tsai, Yu-Ting Chang 외

Caricature is an artistic drawing created to abstract or exaggerate facial features of a person. Rendering visually pleasing caricatures is a difficult task that requires professional skills, and thus it is of great inte…

Caricature

A Novel Garment Transfer Method Supervised by Distilled Knowledge of Virtual Try-on Model

2024-01-23 · Naiyu Fang, Lemiao Qiu, Shuyou Zhang, Zili Wang 외

This paper proposes a novel garment transfer method supervised with knowledge distillation from virtual try-on. Our method first reasons the transfer parsing to provide shape prior to downstream tasks. We employ a multi-…

DisentanglementKnowledge DistillationPose TransferSelf-Supervised Learning+1

P2P-NET: Bidirectional Point Displacement Net for Shape Transform

2018-03-25 · Kangxue Yin, Hui Huang, Daniel Cohen-Or, Hao Zhang

We introduce P2P-NET, a general-purpose deep neural network which learns geometric transformations between point-based shape representations from two domains, e.g., meso-skeletons and surfaces, partial and complete scans…