Giter Club home page Giter Club logo

deep-semantic-feature-matching's Introduction

Deep-Semantic-Feature-Matching

This is a project for solving Image Semantic Feature Matching. The main reference paper is "Deep Semantic Feature Matching"[1] in CVPR17 and "Neural Best-Buddies: Sparse Cross-Domain Correspondence"[2] in SIGGRAPH18.

The feature extraction module is the VGG19-net without full-connected layers. With the output of VGG19-net, a deep feature pyramid with five layers is generated, which can be found in test_vgg19.py.

In order to find pixel-level correspondence in source and target images, a coarse-to-fine matching strategy from the higher feature pyramid layers to lower layers is implemented in BPConv.py.

In order to increase the time efficiency, I have tried to make some coding tricks in the BPConvCopy.py.

[1] N. Ufer, B. Ommer. Deep semantic feature matching. In CVPR ,2017.

[2] K. Aberman, J. Liao, M. Shi, D. Lischinski, B. Chen, and D. Cohen. Neural Best-Buddies: Sparse Cross-Domain Correspondence. ACM Transactions on Graphics, 37(4):69, 2018.

deep-semantic-feature-matching's People

Contributors

cl199443 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.