paper-with-me

홈 › Papers

Incremental Multi-graph Matching via Diversity and Randomness based Graph Clustering

2018-09-01 · ECCV 2018 9 · Tianshu Yu, Junchi Yan, Wei Liu, Baoxin Li

Multi-graph matching refers to finding correspondences across graphs, which are traditionally solved by matching all the graphs in a single batch. However in real-world applications, graphs are often collected incrementally, rather than once for all. In this paper, we present an incremental multi-graph matching approach, which deals with the arriving graph utilizing the previous matching results under the global consistency constraint. When a new graph arrives, rather than re-optimizing over all graphs, we propose to partition graphs into subsets with certain topological structure and conduct optimization within each subset. The partitioning procedure is guided by the diversity within partitions and randomness over iterations, and we present an interpretation showing why these two factors are essential. The final matching results are calculated over all subsets via an intersection graph. Extensive experimental results on synthetic and real image datasets show that our algorithm notably improves the efficiency without sacrificing the accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AllClusteringDiversityGraph ClusteringGraph Matching

Similar Papers 제목 키워드 기반

Layered Neighborhood Expansion for Incremental Multiple Graph Matching

2020-08-01 · ECCV 2020 8 · Zixuan Chen, Zhihui Xie, Junchi Yan Yinqiang Zheng, Xiaokang Yang

Graph matching has been a fundamental problem in computer vision and pattern recognition, for its practical flexibility as well as NP hardness challenge. Though the matching between two graphs and among multiple graphs h…

Graph Matching

Cluster-and-Conquer: When Randomness Meets Graph Locality

2020-10-22 · George Giakkoupis, Anne-Marie Kermarrec, Olivier Ruas, François Taïani

K-Nearest-Neighbors (KNN) graphs are central to many emblematic data mining and machine-learning applications. Some of the most efficient KNN graph algorithms are incremental and local: they start from a random graph, wh…

Clustering

DBkWik++ -- Multi Source Matching of Knowledge Graphs

2022-10-06 · Sven Hertling, Heiko Paulheim

Large knowledge graphs like DBpedia and YAGO are always based on the same source, i.e., Wikipedia. But there are more wikis that contain information about long-tail entities such as wiki hosting platforms like Fandom. In…

Knowledge Graphs

The ontogeny of discourse structure mimics the development of literature

2016-12-27 · Natalia Bezerra Mota, Sylvia Pinheiro, Mariano Sigman, Diego Fernandez Slezak 외

Discourse varies with age, education, psychiatric state and historical epoch, but the ontogenetic and cultural dynamics of discourse structure remain to be quantitatively characterized. To this end we investigated word g…

Diversity

Stochastic Iterative Graph Matching

2021-06-04 · Linfeng Liu, Michael C. Hughes, Soha Hassoun, Li-Ping Liu

Recent works leveraging Graph Neural Networks to approach graph matching tasks have shown promising results. Recent progress in learning discrete distributions poses new opportunities for learning graph matching models. …

Graph MatchingStochastic Optimization