Yixin Chen 0004

dblp:59/983-4 · DBLP profile ↗
← Back
9ranked-venue papers in the field
0as first author
8since 2021 · last 2026
0000-0002-2939-2541ORCID · conflict

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

Database Systems & Data Management · 5Data Mining & Knowledge Discovery · 3Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2026 Graph2Region: Efficient Graph Similarity Learning With Structure and Scale Restoration (Extended Abstract)
Zhouyang Liu, Yixin Chen 0004, Ning Liu 0015, Jiezhong He, Dongsheng Li 0001
ICDE2
2026 Hierarchy-Aware Neural Subgraph Matching with Enhanced Similarity Measure (Extended Abstract)
Zhouyang Liu, Ning Liu 0015, Yixin Chen 0004, Jiezhong He, Menghan Jia, Dongsheng Li 0001
ICDE3
2026 Rethinking Flexible Graph Similarity Computation: One-Step Alignment with Global Guidance
abstract
Graph Edit Distance (GED) is a widely used measure of graph similarity, valued for its flexibility in encoding domain knowledge through operation costs. However, existing learning-based approximation methods follow a modeling paradigm that decouples local candidate match selection from both operation costs and global dependencies between matches. This decoupling undermines their ability to capture the intrinsic flexibility of GED and often forces them to rely on costly iterative refinement to obtain accurate alignments. In this work, we revisit the formulation of GED and revise the prevailing paradigm, and propose Graph Edit Network (GEN), an implementation of the revised formulation that tightly integrates cost-aware expense estimation with globally guided one-step alignment. Specifically, GEN incorporates operation costs into node matching expenses estimation, ensuring match decisions respect the specified cost setting. Furthermore, GEN models match dependencies within and across graphs, capturing each match's impact on the overall alignment. These designs enable accurate GED approximation without iterative refinement. Extensive experiments on real-world and synthetic benchmarks demonstrate that GEN achieves up to a 37.8% reduction in GED predictive errors, while increasing inference throughput by up to 414x. These results highlight GEN's practical efficiency and the effectiveness of the revision. Beyond this implementation, our revision provides a principled framework for advancing learning-based GED approximation.
Zhouyang Liu, Ning Liu 0015, Yixin Chen 0004, Jiezhong He, Shuai Ma 0001, Dongsheng Li 0001
ICDE3
2025 TriFMatch: a flash subgraph matching algorithm with effective filtering techniques
Jiezhong He, Yixin Chen 0004, Menghan Jia, Zhouyang Liu, Dongsheng Li 0001, Kian-Lee Tan
Knowl. Inf. Syst.2
2025 Graph2Region: Efficient Graph Similarity Learning With Structure and Scale Restoration
Zhouyang Liu, Yixin Chen 0004, Ning Liu 0015, Jiezhong He, Dongsheng Li 0001
IEEE Trans. Knowl. Data Eng.2
2025 Hierarchy-Aware Neural Subgraph Matching With Enhanced Similarity Measure
abstract
Subgraph matching is challenging as it necessitates time-consuming combinatorial searches. Recent Graph Neural Network (GNN)-based approaches address this issue by employing GNN encoders to extract graph information and hinge distance measures to ensure containment constraints in the embedding space. These methods significantly shorten the response time, making them promising solutions for subgraph retrieval. However, they suffer from scale differences between graph pairs during encoding, as they focus on feature counts but overlook the relative positions of features within node-rooted subtrees, leading to disturbed containment constraints and false predictions. Additionally, their hinge distance measures lack discriminative power for matched graph pairs, hindering ranking applications. We propose NC-Iso, a novel GNN architecture for neural subgraph matching. NC-Iso preserves the relative positions of features by building the hierarchical dependencies between adjacent echelons within node-rooted subtrees, ensuring matched graph pairs maintain consistent hierarchies while complying with containment constraints in feature counts. To enhance the ranking ability for matched pairs, we introduce a novel similarity dominance ratio-enhanced measure, which quantifies the dominance of similarity over dissimilarity between graph pairs. Empirical results on nine datasets validate the effectiveness, generalization ability, scalability, and transferability of NC-Iso while maintaining time efficiency, offering a more discriminative neural subgraph matching solution for subgraph retrieval.
Zhouyang Liu, Ning Liu 0015, Yixin Chen 0004, Jiezhong He, Menghan Jia, Dongsheng Li 0001
IEEE Trans. Knowl. Data Eng.3
2024 Optimizing subgraph retrieval and matching with an efficient indexing scheme
Jiezhong He, Yixin Chen 0004, Zhouyang Liu, Dongsheng Li 0001
Knowl. Inf. Syst.2
2022 Online Learning Bipartite Matching with Non-stationary Distributions
abstract
Online bipartite matching has attracted wide interest since it can successfully model the popular online car-hailing problem and sharing economy. Existing works consider this problem under either adversary setting or i.i.d. setting. The former is too pessimistic to improve the performance in the general case; the latter is too optimistic to deal with the varying distribution of vertices. In this article, we initiate the study of the non-stationary online bipartite matching problem, which allows the distribution of vertices to vary with time and is more practical. We divide the non-stationary online bipartite matching problem into two subproblems, the matching problem and the selecting problem, and solve them individually. Combining Batch algorithms and deep Q-learning networks, we first construct a candidate algorithm set to solve the matching problem. For the selecting problem, we use a classical online learning algorithm, Exp3, as a selector algorithm and derive a theoretical bound. We further propose CDUCB as a selector algorithm by integrating distribution change detection into UCB. Rigorous theoretical analysis demonstrates that the performance of our proposed algorithms is no worse than that of any candidate algorithms in terms of competitive ratio. Finally, extensive experiments show that our proposed algorithms have much higher performance for the non-stationary online bipartite matching problem comparing to the state-of-the-art.
Jiaqi Zheng 0001, Guihai Chen, Yixin Chen 0004, Dongsheng Li 0001
ACM Trans. Knowl. Discov. Data5
2015 Marlin: Taming the big streaming data in large scale video similarity search
abstract
The extreme volume and staggeringly increasing rate inevitably produce unprecedented pressure on any large scale video sharing and hosting systems. Among the efforts to mitigate this pressure, content-based video similarity search is becoming more and more important with the exponential growth of the data size. Though various approaches have been proposed to address this problem, they are mainly focusing on the retrieval accuracy thus bringing video features with high complexity. Due to the complexity of the feature, these systems are based on the assumption that features representing videos have been obtained offline and stored in the database statically. However, the on-call efforts to move the feature extraction and similarity search from offline to online have been ignored in previous work. In this paper, we propose Marlin, a streaming data processing pipeline that efficiently extracts video features and retrieves video similarity information in a large scale video data system. We design a streaming feature extractor to handle the videos streaming into the system and establish the fined-grained resource allocation with a resource-aware data abstraction layer over streaming data to allocate computing resources among the videos with various resource demands. Besides that, we are pipelining the feature extraction and similarity search process with a distributed feature index, which supports real-time query and incremental index update. The experimental and the extensive real-world workload driven simulation results show that the proposed stream processing architecture achieves 25X speedup against the sequential feature extraction algorithm and 23X speedup against the sequential similarity search with a subsecond similarity query latency for a single request.
Wenbo He 0003, Yu Hua 0001, Yixin Chen 0004
IEEE BigData4