Matin Najafi

dblp:276/5051 · also Mohammad Matin Najafi · DBLP profile ↗
← Back
7ranked-venue papers in the field
1as first author
6since 2021 · last 2026
0009-0005-0564-0458ORCID · corroborated

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 6 (1 first)Information Retrieval & Web Search · 1
YearPublicationVenuePosition
2026 On Graph Rewiring with Motifs: A Find-and-Replace Approach
Qihao Wang, Hongtai Cao, Xiaodong Li 0009, Matin Najafi, Kevin Chen-Chuan Chang, Reynold Cheng
ICDE4
2026 [Experiment, Analysis, and Benchmark] BEACON: A Benchmark for Efficient and Accurate Counting of Subgraphs
Xiangju Zhu, Matin Najafi, Chrysanthi Kosyfaki, Xiaodong Li 0009, Reynold Cheng, Laks V. S. Lakshmanan
ICDE2
2025 MuSha: Subgraph Matching by Multilevel Sharing
abstract
Subgraph matching (SM) is a fundamental problem in graph data analysis. Real-world patterns used in graph analysis are often symmetric and contain isomorphic substructures, but existing SM algorithms fail to explore such properties. To fill this gap, we propose MuSha, a multi-objective optimization framework for SM, leveraging multilevel sharing of isomorphic substructure results to speed up SM and symmetry breaking to avoid directly computing symmetric results. To efficiently compute and cache intermediate results for sharing, MuSha applies worst-case optimal joins (WCOJs) and utilizes trie data structures to compress and index results. To enable multilevel sharing, MuSha solves a multi-objective optimization problem involving pattern decomposition, symmetry breaking, WCOJ orders, and trie structural orders. Experimental results demonstrate that MuSha outperforms the state of the art by up to two orders of magnitude on graphs of millions of vertices.
Hongtai Cao, Qihao Wang, Xiaodong Li 0009, Matin Najafi, Kevin Chen-Chuan Chang, Reynold Cheng
ICDE4
2024 Large Subgraph Matching: A Comprehensive and Efficient Approach for Heterogeneous Graphs
abstract
The subgraph matching problem is crucial in graph analysis, involving identifying all instances of a given pattern$P$within a graph$G$. Advances in this field aim to uncover larger patterns across diverse graph types and subgraph matching tasks. However, existing methods often prove inefficient for such tasks. To address this gap, we propose CSCE, which generates efficient plans for various problem settings. CSCE utilizes clustered compressed sparse rows for heterogeneous graphs and sequential candidate equivalence to reduce redundant computations. Moreover, our approach seamlessly supports different subgraph matching variants, such as edge-induced, vertex-induced, and homomorphic scenarios. Experiments show that our work is up to two orders of magnitude faster than the state of the art on graphs of millions scale.
Hongtai Cao, Qihao Wang, Xiaodong Li 0009, Matin Najafi, Kevin Chen-Chuan Chang, Reynold Cheng
ICDE4
2024 ZeroEA: A Zero-Training Entity Alignment Framework via Pre-Trained Language Model
abstract
Entity alignment (EA), a crucial task in knowledge graph (KG) research, aims to identify equivalent entities across different KGs to support downstream tasks like KG integration, text-to-SQL, and question-answering systems. Given rich semantic information within KGs, pre-trained language models (PLMs) have shown promise in EA tasks due to their exceptional context-aware encoding capabilities. However, the current solutions based on PLMs encounter obstacles such as the need for extensive training, expensive data annotation, and inadequate incorporation of structural information. In this study, we introduce a novel zero-training EA framework, ZeroEA, which effectively captures both semantic and structural information for PLMs. To be specific, Graph2Prompt module serves as the bridge between graph structure and plain text by converting KG topology into textual context suitable for PLM input. Additionally, in order to provide PLMs with concise and clear input text of reasonable length, we design a motif-based neighborhood filter to eliminate noisy neighbors. The comprehensive experiments and analyses on 5 benchmark datasets demonstrate the effectiveness of ZeroEA, outperforming all leading competitors and achieving state-of-the-art performance in entity alignment. Notably, our study highlights the considerable potential of EA technique in improving the performance of downstream tasks, thereby benefitting the broader research field.
Nan Huo, Reynold Cheng, Ben Kao, Wentao Ning, Nur Al Hasan Haldar, Xiaodong Li 0009, Jinyang Li 0003, Matin Najafi, Ge Qu
Proc. VLDB Endow.8
2023 MOSER: Scalable Network Motif Discovery using Serial Test
abstract
Given a graph G , a motif (e.g., 3-node clique) is a fundamental building block for G. Recently, motif-based graph analysis has attracted much attention due to its efficacy in tasks such as clustering, ranking, and link prediction. These tasks require Network Motif Discovery (NMD) at the early stage to identify the motifs of G. However, existing NMD solutions have two drawbacks: (1) Lack of theoretical guarantees on the quality of the samples generated using the existing methods, and (2) inefficient algorithms, which are not scalable for large graphs. These limitations hinder the exploration of motifs for analyzing large graphs. To address the above issues, we propose a novel solution named MOSER ( MO tif Discovery using SER ial Test). This novel NMD framework leverages a significance testing method known as the serial test, which differs from the existing solutions. We further propose two fast incremental subgraph counting algorithms, allowing MOSER to scale to larger graphs than ever possible before. Extensive experimental results show that using MOSER can improve the state-of-the-art up to 5 orders of magnitude in efficiency and that the motifs found by MOSER facilitate downstream tasks such as link prediction.
Matin Najafi, Chenhao Ma 0001, Xiaodong Li 0009, Reynold Cheng, Laks V. S. Lakshmanan
Proc. VLDB Endow.1
2020 M-Cypher: A GQL Framework Supporting Motifs
abstract
Graph databases witness the rise of Graph Query Language (GQL) in recent years, which enables non-programmers to express a graph query. However, the current solution does not support motif-related queries on knowledge graphs, which are proven important in many real-world scenarios. In this paper, we propose a GQL framework for mining knowledge graphs, named M-Cypher. It supports motif-related graph queries in an effective, efficient and user-friendly manner. We demonstrate the usage of the system by the emerging Covid-19 knowledge graph analytic tasks.
Xiaodong Li 0009, Reynold Cheng, Matin Najafi, Kevin Chen-Chuan Chang, Xiaolin Han 0002, Hongtai Cao
CIKM3