Git Product home page Git Product logo

Comments (2)

luizgh avatar luizgh commented on June 19, 2024

In this paper we evaluated different formulations of the problem, considering scenarios where only genuine signatures are available, and scenarios where both genuine signatures and forgeries are used, see section 3 of the paper:

3.1 Learning feature from genuine signatures: only genuine signatures were used. In the paper, we refer to this as "SigNet"
3.2.1 Treat forgeries as separate classes: in this formulation, forgeries for different users have each a different label, so you have twice as many classes as the number of users.
3.2.2 Add a separate output for detecting forgeries: in this formulation, we consider two objective functions: learning to discriminate the user, and learning to separate genuine signatures and forgeries. That is, the dataset is now of the format (X, y, f), where X is the signature, y is the class (user) and f is a binary variable that indicates if the signature is a forgery. The forgeries have the same class (y) as the genuine. Note, however, that the loss function that worked best ("L2", equation (4) in the paper) does not consider the label y of the forgeries (that is, genuine signatures contribute to both losses, while forgeries only contribute to the "forgery classification loss"). In the paper, we refer to this model as "SigNet-F"

I believe this answers the first question. For the second question ("Were all forgeries for all users given same label?"): we have not tried this alternative in this paper

from sigver_wiwd.

priyanksonis avatar priyanksonis commented on June 19, 2024

ok.

from sigver_wiwd.

Related Issues (20)

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.