CVAug 29, 2013

GNCGCP - Graduated NonConvexity and Graduated Concavity Procedure

arXiv:1308.6388v13 citations
Originality Incremental advance
AI Analysis

This provides a simpler optimization method for NP-hard problems like graph matching and QAP, though it appears incremental as it builds on existing relaxation techniques.

The paper tackles combinatorial optimization problems on partial permutation matrices by proposing GNCGCP, a framework that simplifies convex-concave relaxation without explicit relaxations, achieving state-of-the-art performance in graph matching and quadratic assignment problems.

In this paper we propose the Graduated NonConvexity and Graduated Concavity Procedure (GNCGCP) as a general optimization framework to approximately solve the combinatorial optimization problems on the set of partial permutation matrices. GNCGCP comprises two sub-procedures, graduated nonconvexity (GNC) which realizes a convex relaxation and graduated concavity (GC) which realizes a concave relaxation. It is proved that GNCGCP realizes exactly a type of convex-concave relaxation procedure (CCRP), but with a much simpler formulation without needing convex or concave relaxation in an explicit way. Actually, GNCGCP involves only the gradient of the objective function and is therefore very easy to use in practical applications. Two typical NP-hard problems, (sub)graph matching and quadratic assignment problem (QAP), are employed to demonstrate its simplicity and state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes