Fangfang Li 0002

dblp:55/1539-2 · DBLP profile ↗
← Back
11ranked-venue papers in the field
0as first author
7since 2021 · last 2026
0000-0002-8492-0589ORCID · conflict

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

Database Systems & Data Management · 6Information Retrieval & Web Search · 2Knowledge Engineering, Semantic Web & Information Systems · 2Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 HIPPO: Enhancing the Table Understanding Capability of LLMs Through Hybrid-Modal Preference Optimization
Haolan Wang, Zhenghao Liu 0001, Xiaocui Yang, Yu Gu 0002, Yukun Yan, Qi Shi 0002, Fangfang Li 0002, Ge Yu 0001
DASFAA (4)8
2025 LCHGNN: Towards Distributed Hypergraph Neural Network Training Based on Communication Graphs with Lightweight Communication Optimization
abstract
Hypergraph Neural Networks (HGNNs) build on Graph Neural Networks (GNNs) by using hyperedges to capture complex, high-order relationships in data. However, training HGNNs on large hypergraphs is limited by computational and memory bottlenecks on a single machine. To overcome this, we propose LCHGNN, a distributed training method based on a new data structure called the communication graph, which simplifies hypergraph communication by representing cut hyperedges as vertices for structured message passing. LCHGNN employs a vertex-centric, hyperedge-replication-based storage scheme and introduces specialized forward and backward propagation mechanisms tailored for distributed execution. To mitigate communication overhead, We propose a lightweight optimization strategy that employs full synchronization in the initial round, followed by lightweight synchronization in subsequent rounds. Additionally, we present a learnable semi-supervised synchronization (LSS) aggregation mechanism for adaptive hyperedge selection. Extensive experiments on benchmark datasets demonstrate that LCHGNN preserves training accuracy while substantially reducing communication costs and enhancing scalability. This work addresses a critical gap in distributed HGNN research by delivering a communication-efficient and scalable training method, thereby facilitating the application of hypergraph learning to large-scale problems.
Taibo Wang, Yu Gu 0002, Xinning Cui, Zhen Song 0004, Xiaohua Li 0004, Fangfang Li 0002
CIKM6
2024 Diffusion Model-Enhanced Contrastive Learning for Graph Representation
Yumeng Song, Yu Gu 0002, Fangfang Li 0002, Xiaohua Li 0004
DASFAA (6)4
2023 CLNIE: A Contrastive Learning Based Node Importance Evaluation Method for Knowledge Graphs with Few Labels
Yumeng Song, Yu Gu 0002, Xiaohua Li 0004, Fangfang Li 0002
DASFAA (2)5
2022 Efficient Subhypergraph Containment Queries on Hypergraph Databases
Yang Song 0022, Xiaohua Li 0004, Fangfang Li 0002, Yu Gu 0002
WISA4
2022 IncreGNN: Incremental Graph Neural Network Learning by Considering Node and Parameter Importance
Di Wei, Yu Gu 0002, Yumeng Song, Zhen Song 0004, Fangfang Li 0002, Ge Yu 0001
DASFAA (1)5
2021 GPU-Based Dynamic Hyperspace Hash with Full Concurrency
abstract
Abstract Hyperspace hashing which is often applied to NoSQL data-bases builds indexes by mapping objects with multiple attributes to a multidimensional space. It can accelerate processing queries of some secondary attributes in addition to just primary keys. In recent years, the rich computing resources of GPU provide opportunities for implementing high-performance HyperSpace Hash. In this study, we construct a fully concurrent dynamic hyperspace hash table for GPU. By using atomic operations instead of locking, we make our approach highly parallel and lock-free. We propose a special concurrency control strategy that ensures wait-free read operations. Our data structure is designed considering GPU specific hardware characteristics. We also propose a warp-level pre-combinations data sharing strategy to obtain high parallel acceleration. Experiments on an Nvidia RTX2080Ti GPU suggest that GHSH performs about 20-100X faster than its counterpart on CPU. Specifically, GHSH performs updates with up to 396 M updates/s and processes search queries with up to 995 M queries/s. Compared to other GPU hashes that cannot conduct queries on non-key attributes, GHSH demonstrates comparable building and retrieval performance.
Zhuo Ren, Yu Gu 0002, Chuanwen Li, Fangfang Li 0002, Ge Yu 0001
Data Sci. Eng.4
2020 Efficient Closeness Centrality Computation for Dynamic Graphs
Zhenzhen Shao, Yu Gu 0002, Zhigang Wang 0001, Fangfang Li 0002, Ge Yu 0001
DASFAA (2)5
2011 Efficient Keyword Search for SLCA in Parallel XML Databases
abstract
Keyword search is a wildly popular way for querying XML document. However, the increasing volume of XML data poses new challenges to keyword search processing. Parallel database is an efficient solution for this problem. In this paper, we study the problem of effective keyword search for SLCA (Smallest lower common ancestor) in parallel XML databases. We propose two efficient algorithm SONB (Scan once with no buffer) and MSOP (Merge strategy based on ordered partition) to compute the SLCA efficiently in the parallel environment. We have performed an extensive experimental study and the results show that our proposed approach achieves high efficiency for the keyword search.
Dejun Yue, Ge Yu 0001, Jinshen Liu, Tiancheng Zhang 0001, Tiezheng Nie, Fangfang Li 0002
WISA6
2011 wNeighbors: A Method for Finding k Nearest Neighbors in Weighted Regions
Chuanwen Li, Yu Gu 0002, Ge Yu 0001, Fangfang Li 0002
DASFAA (2)4
2010 Moving K-Nearest Neighbor Query over Obstructed Regions
abstract
In recent years, there has been a growing need for location-based services (LBS), ranging from resource tracking to personal life assistance. The Moving k Nearest Neighbor (MkNN) query is a main problem in the LBS area, which retrieves the top k nearest neighbors while the query consumer moves. Considerable attention is attracted to this query type and a large number of studies are proposed recently. Most of these studies focus on ideal Euclidean plane where any two points are visible. In this paper, we propose a method to process MkNN queries in areas with obstacles, which is more realistic. We propose the obstacle-free safe region (OSR) concept within which a query point has the same kNN. No additional processing is required when the query consumer moves inside one OSR. Several novel properties are also introduced and employed in our efficient MkNN processing algorithm. Our experimental results show that our approach handles the MkNN queries with high accuracy and works efficiently.
Chuanwen Li, Yu Gu 0002, Fangfang Li 0002, Mo Chen 0009
APWeb3