EDBT 2026 Demo / reviewers in the wild / expert
Hui-Ju Hung
dblp:121/4344
· DBLP profile ↗
10ranked-venue papers in the field
5as first author
4since 2021 · last 2026
0000-0003-2277-6021ORCID · corroborated
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 6 (4 first)Information Retrieval & Web Search · 4 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Risk-Aware Skill-Coverage Hybrid Workforce Configuration on Social Networks
Hui-Ju Hung, Guang-Siang Lee, Chia-Hsun Lu, De-Nian Yang |
PAKDD (2) | 1 |
| 2026 | Federated Watermarking of Deep Neural Networks with Distributed VerificationabstractWith the advancement of deep learning, DNNs have been widely deployed across diverse domains. Model-as-a-Service (MaaS) platforms allow enterprises to commercialize well-trained models, which are built through extensive data collection and substantial computational investment. Consequently, protecting these models from unauthorized use and intellectual property (IP) theft has become critical. While watermarking has emerged as a prominent IP protection technique, most existing approaches target centralized settings, leaving federated learning (FL) scenarios largely underexplored. To bridge this gap, we propose Federated Watermarking with Distributed Verification (FWDV), a novel framework tailored for FL. FWDV enables each client to independently verify watermark ownership and jointly defend the model against erasure attempts. To our knowledge, this is the first work to achieve both distributed verification and robustness against a broad spectrum of attacks. Extensive experiments demonstrate that FWDV embeds watermarks with minimal impact on model utility and resists removal through fine-tuning, pruning, and distillation. Sheng-Po Tseng, Lo-Yao Yeh, Hui-Ju Hung |
WSDM | 3 |
| 2025 | Enhancing Contrastive Link Prediction With Edge Balancing AugmentationabstractLink prediction is one of the most fundamental tasks in graph mining, which motivates the recent studies of leveraging contrastive learning to enhance the performance. However, we observe two major weaknesses of these studies: i) the lack of theoretical analysis for contrastive learning on link prediction, and ii) inadequate consideration of node degrees in contrastive learning. To address the above weaknesses, we provide the first formal theoretical analysis for contrastive learning on link prediction, where our analysis results can generalize to the autoencoder-based link prediction models with contrastive learning. Motivated by our analysis results, we propose a new graph augmentation approach, Edge Balancing Augmentation (EBA), which adjusts the node degrees in the graph as the augmentation. We then propose a new approach, named Contrastive Link Prediction with Edge Balancing Augmentation (CoEBA), that integrates the proposed EBA and the proposed new contrastive losses to improve the model performance. We conduct experiments on 8 benchmark datasets. The results demonstrate that our proposed CoEBA significantly outperforms the other state-of-the-art link prediction models. Chen-Hao Chang, Hui-Ju Hung, Chia-Hsun Lu |
CIKM | 2 |
| 2024 | Leveraging Transfer Learning for Enhancing Graph Optimization Problem Solving
Hui-Ju Hung, Wang-Chien Lee, Fang He 0002, Zhen Lei 0005 |
PAKDD (2) | 1 |
| 2020 | Efficient Algorithms towards Network InterventionabstractResearch suggests that social relationships have substantial impacts on individuals’ health outcomes. Network intervention, through careful planning, can assist a network of users to build healthy relationships. However, most previous work is not designed to assist such planning by carefully examining and improving multiple network characteristics. In this paper, we propose and evaluate algorithms that facilitate network intervention planning through simultaneous optimization of network degree, closeness, betweenness, and local clustering coefficient, under scenarios involving Network Intervention with Limited Degradation - for Single target (NILD-S) and Network Intervention with Limited Degradation - for Multiple targets (NILD-M). We prove that NILD-S and NILD-M are NP-hard and cannot be approximated within any ratio in polynomial time unless P=NP. We propose the Candidate Re-selection with Preserved Dependency (CRPD) algorithm for NILD-S, and the Objective-aware Intervention edge Selection and Adjustment (OISA) algorithm for NILD-M. Various pruning strategies are designed to boost the efficiency of the proposed algorithms. Extensive experiments on various real social networks collected from public schools and Web and an empirical study are conducted to show that CRPD and OISA outperform the baselines in both efficiency and effectiveness. Hui-Ju Hung, Wang-Chien Lee, De-Nian Yang, Zhen Lei 0005, Sy-Miin Chow |
WWW | 1 |
| 2016 | When Social Influence Meets Item InferenceabstractResearch issues and data mining techniques for product recommendation and viral marketing have been widely studied. Existing works on seed selection in social networks do not take into account the effect of product recommendations in e-commerce stores. In this paper, we investigate the seed selection problem for viral marketing that considers both effects of social influence and item inference (for product recommendation). We develop a new model, Social Item Graph (SIG), that captures both effects in the form of hyperedges. Accordingly, we formulate a seed selection problem, called Social Item Maximization Problem (SIMP), and prove the hardness of SIMP. We design an efficient algorithm with performance guarantee, called Hyperedge-Aware Greedy (HAG), for SIMP and develop a new index structure, called SIG-index, to accelerate the computation of diffusion process in HAG. Moreover, to construct realistic SIG models for SIMP, we develop a statistical inference based framework to learn the weights of hyperedges from data. Finally, we perform a comprehensive evaluation on our proposals with various baselines. Experimental result validates our ideas and demonstrates the effectiveness and efficiency of the proposed model and algorithms over baselines. Hui-Ju Hung, Hong-Han Shuai, De-Nian Yang, Liang-Hao Huang, Wang-Chien Lee, Jian Pei 0001, Ming-Syan Chen |
KDD | 1 |
| 2014 | Social influence-aware reverse nearest neighbor searchabstractBusiness location planning, critical to success of many businesses, can be addressed by reverse nearest neighbors (RNN) query using geographical proximity to the customers as the main metric to find a store location which is the closest to many customers. Nevertheless, we argue that other marketing factors such as social influence could be considered in the process of business location planning. In this paper, we propose a framework for business location planning that takes into account both factors of geographical proximity and social influence. An essential task in this framework is to compute the “influence spread” of RNNs for candidate locations. However, excessive computational overhead and long latency hinder its feasibility for our framework. Thus, we trade storage overhead for the processing speed by precomputing and storing the social influences between pairs of customers and design a suite of algorithms based on Targeted Region-oriented strategy. Various ordering and pruning techniques have been incorporated in these algorithms to enhance the processing efficiency of our framework. Experiments also show that the proposed algorithms efficiently support the task of location planning under various parameter settings. Hui-Ju Hung, De-Nian Yang, Wang-Chien Lee |
DSAA | 1 |
| 2013 | Spatial search for K diverse-near neighborsabstractTo many location-based service applications that prefer diverse results, finding locations that are spatially diverse and close in proximity to a query point (e.g., the current location of a user) can be more useful than finding the k nearest neighbors/locations. In this paper, we investigate the problem of searching for the k Diverse-Near Neighbors (kDNNs)} in spatial space that is based upon the spatial diversity and proximity of candidate locations to the query point. While employing a conventional distance measure for proximity, we develop a new and intuitive diversity metric based upon the variance of the angles among the candidate locations with respect to the query point. Accordingly, we create a dynamic programming algorithm that finds the optimal kDNNs. Unfortunately, the dynamic programming algorithm, with a time complexity of O(kn3), incurs excessive computational cost. Therefore, we further propose two heuristic algorithms, namely, Distance-based Browsing (DistBrow) and Diversity-based Browsing (DivBrow) that provide high effectiveness while being efficient by exploring the search space prioritized upon the proximity to the query point and spatial diversity, respectively. Using real and synthetic datasets, we conduct a comprehensive performance evaluation. The results show that DistBrow and DivBrow have superior effectiveness compared to state-of-the-art algorithms while maintaining high efficiency. Gregory Ference, Wang-Chien Lee, Hui-Ju Hung, De-Nian Yang |
CIKM | 3 |
| 2013 | Maximizing acceptance probability for active friending in online social networksabstractFriending recommendation has successfully contributed to the explosive growth of online social networks. Most friending recommendation services today aim to support passive friending, where a user passively selects friending targets from the recommended candidates. In this paper, we advocate a recommendation support for active friending, where a user actively specifies a friending target. To the best of our knowledge, a recommendation designed to provide guidance for a user to systematically approach his friending target has not been explored for existing online social networking services. To maximize the probability that the friending target would accept an invitation from the user, we formulate a new optimization problem, namely, Acceptance Probability Maximization (APM), and develop a polynomial time algorithm, called Selective Invitation with Tree and In-Node Aggregation (SITINA), to find the optimal solution. We implement an active friending service with SITINA on Facebook to validate our idea. Our user study and experimental results reveal that SITINA outperforms manual selection and the baseline approach in solution quality efficiently. De-Nian Yang, Hui-Ju Hung, Wang-Chien Lee, Wei Chen 0013 |
KDD | 2 |
| 2012 | On bundle configuration for viral marketing in social networksabstractPrior research on viral marketing mostly focuses on promoting one single product item. In this work, we explore the idea of bundling multiple items for viral marketing and formulate a new research problem, called Bundle Configuration for SpreAd Maximization (BCSAM). Efficiently obtaining an optimal product bundle under the setting of BCSAM is very challenging. Aiming to strike a balance between the quality of solution and the computational overhead, we systematically explore various heuristics to develop a suite of algorithms, including κ-Bundle Configuration and Aggregated Bundle Configuration. Moreover, we integrate all the proposed ideas into one efficient algorithm, called Aggregated Bundle Configuration (ABC). Finally, we conduct an extensive performance evaluation on our proposals. Experimental results show that ABC significantly outperforms its counterpart and two baseline approaches in terms of both computational overhead and bundle quality. De-Nian Yang, Wang-Chien Lee, Nai-Hui Chia, Mao Ye 0002, Hui-Ju Hung |
CIKM | 5 |