Maximum Weight Bipartite Matching Task

From GM-RKB
Jump to navigation Jump to search

A Maximum Weight Bipartite Matching Task is a bipartite matching task that … accepts a weighted bipartite graph.



References

2009

2002

  • (Belongie et al., 2002) ⇒ Serge Belongie, Jitendra Malik, and Jan Puzicha. (2002). “Shape matching and object recognition using shape contexts.” In: IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(4).
    • QUOTE: … H ∑ i C pi;q i 2 subject to the constraint that the matching be one-to-one, ie, is a permutation. This is an instance of the square assignment (or weighted bipartite matching) problem, which can be solved inO N3 time using the Hungarian method [42]. ...