← Search

Yixiang Fang

9 accepted papers

2026

ArchRAG: Attributed Community-based Hierarchical Retrieval-Augmented Generation

AAAI 2026technical

Retrieval-Augmented Generation (RAG) has proven effective in integrating external knowledge into large language models (LLMs) for solving question-answer (QA) tasks. The state-of-the-art RAG approaches often use the graph data as the external data since they capture the rich semantic information and

Cited by 0SourcePDFScholar
2025

Bridging Knowledge Gap Between Image Inpainting and Large-Area Visible Watermark Removal

AAAI 2025technical

Visible watermark removal which involves watermark cleaning and background content restoration is pivotal to evaluate the resilience of watermarks. Existing deep neural network (DNN)-based models still struggle with large-area watermarks and are overly dependent on the quality of watermark mask pred…

Cited by 0SourcePDFScholar
2024

Deep Structural Knowledge Exploitation and Synergy for Estimating Node Importance Value on Heterogeneous Information Networks

AAAI 2024technical

The classic problem of node importance estimation has been conventionally studied with homogeneous network topology analysis. To deal with practical network heterogeneity, a few recent methods employ graph neural models to automatically learn diverse sources of information. However, the major concer…

Cited by 11SourcePDFScholar
2024

Influential Exemplar Replay for Incremental Learning in Recommender Systems

AAAI 2024technical

Personalized recommender systems have found widespread applications for effective information filtering. Conventional models engage in knowledge mining within the static setting to reconstruct singular historical data. Nonetheless, the dynamics of real-world environments are in a constant state of f…

Cited by 12SourcePDFScholar
2024

Removing Interference and Recovering Content Imaginatively for Visible Watermark Removal

AAAI 2024technical

Visible watermarks, while instrumental in protecting image copyrights, frequently distort the underlying content, complicating tasks like scene interpretation and image editing. Visible watermark removal aims to eliminate the interference of watermarks and restore the background content. However, ex…

Cited by 4SourcePDFScholar
2021

KS-GNN: Keywords Search over Incomplete Graphs via Graphs Neural Network

NeurIPS 2021poster

Keyword search is a fundamental task to retrieve information that is the most relevant to the query keywords. Keyword search over graphs aims to find subtrees or subgraphs containing all query keywords ranked according to some criteria. Existing studies all assume that the graphs have complete infor…

Cited by 21SourcePDFScholar
2020

Efficient Community Search over Large Directed Graph: An Augmented Index-based Approach

IJCAI 2020poster

Given a graph G and a query vertex q, the topic of community search (CS), aiming to retrieve a dense subgraph of G containing q, has gained much attention. Most existing works focus on undirected graphs which overlooks the rich information carried by the edge directions. Recently, the problem of com…

Cited by 0SourcePDFScholar
2020

Inductive Link Prediction for Nodes Having Only Attribute Information

IJCAI 2020poster

Predicting the link between two nodes is a fundamental problem for graph data analytics. In attributed graphs, both the structure and attribute information can be utilized for link prediction. Most existing studies focus on transductive link prediction where both nodes are already in the graph. Howe…