Git Product home page Git Product logo

sgp19_complex_resolvent_laplacian's Introduction

Structured Regularization of Functional Map Computations

This is an example code for the paper "Structured Regularization of Functional Map Computations" by Jing Ren, Mikhail Panine, Peter Wonka and Maks Ovsjanikov.

In this paper, we propose a new regularizer, the complex resolvent Laplacian commutativity, for functional map pipeline. This term is theoretically justified and can improve the quality of the computed functional maps and the corresponding recovered point-wise maps before and after refinement.

Main Function

[C12, Mask] = compute_fMap_complRes(S1,S2,B1,B2,Ev1,Ev2,fct1,fct2,mask_type)

% Input:
%   S1: the source mesh with the new basis B1, and the corresponding eigenvalues Ev1 (k1 Eigen-functions)
%   S2: the target mesh with the new basis B2, and the corresponding eigenvalues Ev2 (k2 Eigen-functions)
%   fct1: the descriptors of shape S1
%   fct2: the descriptors of shape S2
%   mask_type: 'standard', 'slant', or 'complRes' 
% Output:
%   C12: a functional map from S1 -> S2 (k2-by-k1 matrix)
%   Mask: the penalty mask used to regularize C12
  • Compute a functional map with different penalty mask term:
    • "standard": the standard Laplacian commutativity term (formulated as a mask)
    • "slant": a heuristic slanted diagonal penalty mask proposed in "Partial Functinal Correspondences"
    • "complRes": our proposed complex resolvent Laplacian mask

Comments

  • The script example.m shows how to use the above function (to reproduce the Fig.2 in our paper).
  • You can find our paper here
  • The dataset used in the paper can be found here
  • Please let us know ([email protected]) if you have any question regarding the algorithms/paper ฅ^•ﻌ•^ฅ or you find any bugs in the code _(°ω°」∠)_

sgp19_complex_resolvent_laplacian's People

Contributors

llorz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.