EDBT 2026 Demo / reviewers in the wild / expert
Jia-Ching Ying
dblp:60/7789 · also Josh Jia-Ching Ying
· DBLP profile ↗
19ranked-venue papers in the field
9as first author
8since 2021 · last 2025
0000-0002-7873-4018ORCID · corroborated
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 11 (4 first)Database Systems & Data Management · 4 (3 first)Big Data, Cloud & Distributed Data Systems · 2 (1 first)Information Retrieval & Web Search · 1Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Application of Radial Basis Function and Deep Neural Networks to Identify Factors Underlying Missed Appointments at Hospital Outpatient Clinics
Chee-Hoe Loh, Yi-Chung Chen, Yang-Chou Juan, Chun-Yuan Wang, Wen-Huang Wang, Shao-Yuan Lin, Jia-Ching Ying |
IEEE Big Data | 7 |
| 2025 | DiPPSI: Diffusion-Based Pulsative Physiological Signal Imputation
Su-Jung Wu, Jia-Ching Ying, Vincent S. Tseng |
PAKDD (1) | 2 |
| 2025 | HaGAR: Hardness-aware Generative Adversarial RecommenderabstractImplicit Collaborative filtering is a fundamental technique in recommendation systems, leveraging implicit user interactions to suggest items of interest. A significant challenge in this domain is the absence of explicit negative feedback, limiting the recommendation performance. Previous researchers have tried to tackle the challenge through the Generative Adversarial Network (GAN). The generator produces increasingly challenging samples for the discriminator, driving the optimization of the discrimination objective. Although GAN-style recommender systems can achieve decent performance by generating harder negative samples, the negatives selected by the generator may not always be ideal for training the discriminator. In this study, we focus on two types of undesirable negatives that persist in modern GAN-style recommenders: false negatives and uninformative negatives. In response to these issues, we propose a novel Hardness-aware Generative Adversarial Recommender (HaGAR). To the best of our knowledge, it is the first adversarial recommender that explicitly aims to alleviate the adverse impact of false and uninformative negatives. Our approach incorporates a relevance monitoring module and a hardness-aware weighting module to identify and address false and uninformative negatives during training with minimal additional computational cost. Our experimental results demonstrate that HaGAR significantly improves recommendation performance, achieving over a 21% increase in terms of NDCG@10 compared to the state-of-the-art GAN-style recommender. These findings highlight the efficacy of our improvement in providing more robust negative samples, leading to better-performing recommendation systems. Yuan-Heng Lee, Jia-Ching Ying, Vincent S. Tseng |
WSDM | 2 |
| 2025 | Few-shot learning-based human pose estimation model
Jia-Ching Ying, Ji Zhang 0001 |
Inf. Sci. | 1 |
| 2023 | An Unsupervised Deep Learning Framework for Anomaly Detection
Che-Wei Kuo, Jia-Ching Ying |
ACIIDS (1) | 2 |
| 2022 | Event Detection from Web Data in Chinese Based on Bi-LSTM with Attention
Zenghui Xu, Hongzhou Li, Yuquan Gan, Jia-Ching Ying, Ting Yu 0004, Ji Zhang 0001 |
ADMA (1) | 5 |
| 2022 | A Deep Learning Framework for Removing Bias from Single-Photon Emission Computerized Tomography
Jia-Ching Ying, Wan-Ju Yang, Ji Zhang 0001, Yu-Ching Ni, Chia-Yu Lin, Fan-Pin Tseng, Xiaohui Tao 0001 |
ADMA (1) | 1 |
| 2021 | Dynamic Graph Mining for Multi-weight Multi-destination Route Planning with Deadlines ConstraintsabstractRoute planning satisfied multiple requests is an emerging branch in the route planning field and has attracted significant attention from the research community in recent years. The prevailing studies focus only on seeking a route by minimizing a single kind of Travel Cost, such as trip time or distance, among others. In reality, most users would like to choose an appropriate route, neither fastest nor shortest route. Usually, a user may have multiple requirements, and an appropriate route would satisfy all requirements requested by the user. In fact, planning an appropriate route could be formulated as a problem of Multi-weight Multi-destination Route Planning with Deadlines Constraints (MWMDRP-DC). In this article, we propose a framework, namely, MWMD-Router, which addresses the MWMDRP-DC problem comprehensively. To consider the travel costs with time-variation, we propose not only four novel dynamic graph miner to extract travel costs that reveal users’ requirements but also two new algorithms, namely, Basic MWMD Route Planning and Advanced MWMD Route Planning , to plan a route that satisfies deadline requirements and optimizes another criterion like travel cost with time-variation efficiently. To the best of our knowledge, this is the first work on route planning that considers handling multiple deadlines for multi-destination planning as well as optimizing multiple travel costs with time-variation simultaneously. Experimental results demonstrate that our proposed algorithms deliver excellent performance with respect to efficiency and effectiveness. Yu Huang 0018, Jia-Ching Ying, Philip S. Yu, Vincent S. Tseng |
ACM Trans. Knowl. Discov. Data | 2 |
| 2019 | DeepIdentifier: A Deep Learning-Based Lightweight Approach for User Identity Recognition
Meng-Chieh Lee, Yu Huang 0018, Jia-Ching Ying, Chien Chen, Vincent S. Tseng |
ADMA | 3 |
| 2019 | Learning Relational Fractals for Deep Knowledge Graph Embedding in Online Social Networks
Ji Zhang 0001, Leonard Tan, Xiaohui Tao 0001, Dianwei Wang, Jia-Ching Ying, Xin Wang 0030 |
WISE | 5 |
| 2018 | FrauDetector+: An Incremental Graph-Mining Approach for Efficient Fraudulent Phone Call DetectionabstractIn recent years, telecommunication fraud has become more rampant internationally with the development of modern technology and global communication. Because of rapid growth in the volume of call logs, the task of fraudulent phone call detection is confronted with big data issues in real-world implementations. Although our previous work, FrauDetector , addressed this problem and achieved some promising results, it can be further enhanced because it focuses only on fraud detection accuracy, whereas the efficiency and scalability are not top priorities. Other known approaches for fraudulent call number detection suffer from long training times or cannot accurately detect fraudulent phone calls in real time. However, the learning process of FrauDetector is too time-consuming to support real-world application. Although we have attempted to accelerate the the learning process of FrauDetector by parallelization, the parallelized learning process, namely PFrauDetector , still cannot afford the computing cost. In this article, we propose a highly efficient incremental graph-mining-based fraudulent phone call detection approach, namely FrauDetector + , which can automatically label fraudulent phone numbers with a “fraud” tag a crucial prerequisite for distinguishing fraudulent phone call numbers from nonfraudulent ones. FrauDetector + initially generates smaller, more manageable subnetworks from original graph and performs a parallelized weighted HITS algorithm for a significant speed increase in the graph learning module. It adopts a novel aggregation approach to generate a trust (or experience) value for each phone number (or user) based on their respective local values. After the initial procedure, we can incrementally update the trust (or experience) value for each phone number (or user) while a new fraud phone number is identified. An efficient fraud-centric hash structure is constructed to support fast real-time detection of fraudulent phone numbers in the detection module. We conduct a comprehensive experimental study based on real datasets collected through an antifraud mobile application called Whoscall . The results demonstrate a significantly improved efficiency of our approach compared with FrauDetector as well as superior performance against other major classifier-based methods. Jia-Ching Ying, Ji Zhang 0001, Che-Wei Huang, Kuan-Ta Chen, Vincent S. Tseng |
ACM Trans. Knowl. Discov. Data | 1 |
| 2017 | A preliminary study on deep learning for predicting social insurance payment behaviorabstractSocial insurance plays crucial role for protecting the social functionality. Since different occupation would lead to different level salary and different risk, the social insurance for the people is usually designed by the characteristic of their occupation. In Taiwan, Ministry of Health and Welfare provides health care to citizens and guarantees the basic income of their elderly life. Accordingly, Ministry of Health and Welfare operates and sponsor many types of social insurances such as National Pension Insurance, Labor Pension Insurance, etc. However, due to the Population ageing, many social insurances are going to encounter the crisis of pension bankruptcy. Unfortunately, the traditional actuarial methods are based on many hypotheses to calculate cash flow, which cannot predict individuals' personal payment behavior. Besides, most traditional actuarial methods only can estimate short-term cash flow. As the result, the error of traditional actuarial methods would significantly be increased while the period of prediction target is increased. In order to predicting individuals' personal payment behavior with long-term period, we propose a Deep-Learning framework to build a prediction model. Meanwhile, the Recurrent Neural Network (RNN) architecture is adopted to effectively abstract individuals' payment behavior and precisely predict their future payment behavior with a long-term period. We conduct a comprehensive experimental study based on a real dataset collected through Taiwan's Ministry of Health and Welfare. The results demonstrate a significantly improved accuracy of our Deep Learning approach compared with the existing works. Jia-Ching Ying, Po-Yu Huang, Chih-Kai Chang, Don-Lin Yang |
IEEE BigData | 1 |
| 2016 | On Velocity-Preserving Trajectory Simplification
Jia-Ching Ying, Ja-Hwung Su |
ACIIDS (2) | 1 |
| 2015 | FrauDetector: A Graph-Mining-based Framework for Fraudulent Phone Call DetectionabstractIn recent years, fraud is increasing rapidly with the development of modern technology and global communication. Although many literatures have addressed the fraud detection problem, these existing works focus only on formulating the fraud detection problem as a binary classification problem. Due to limitation of information provided by telecommunication records, such classifier-based approaches for fraudulent phone call detection normally do not work well. In this paper, we develop a graph-mining-based fraudulent phone call detection framework for a mobile application to automatically annotate fraudulent phone numbers with a "fraud" tag, which is a crucial prerequisite for distinguishing fraudulent phone calls from normal phone calls. Our detection approach performs a weighted HITS algorithm to learn the trust value of a remote phone number. Based on telecommunication records, we build two kinds of directed bipartite graph: i) CPG and ii) UPG to represent telecommunication behavior of users. To weight the edges of CPG and UPG, we extract features for each pair of user and remote phone number in two different yet complementary aspects: 1) duration relatedness (DR) between user and phone number; and 2) frequency relatedness (FR) between user and phone number. Upon weighted CPG and UPG, we determine a trust value for each remote phone number. Finally, we conduct a comprehensive experimental study based on a dataset collected through an anti-fraud mobile application, Whoscall. The results demonstrate the effectiveness of our weighted HITS-based approach and show the strength of taking both DR and FR into account in feature extraction. Vincent S. Tseng, Jia-Ching Ying, Che-Wei Huang, Yimin Kao, Kuan-Ta Chen |
KDD | 2 |
| 2014 | Location semantics prediction for living analytics by mining smartphone dataabstractAutomatic location semantics prediction for living analytics based on smartphone data has attracted extensive attention in just recent years. Basically, this task can be formulated as a multi-class classification problem, where different location/places are regarded as different labels. Previous studies were mostly based on common classification techniques directly, neglecting the critical challenging issue of class imbalance in such a problem (e.g., people go to offices much more often than they go to cinemas). It is also noteworthy that in contrast to common multi-class problems where the classes can be treated independently and interchangeably, the places for labeling usually have important correlations, which should be taken account in the classification/labeling process. Moreover, several activities may occur in the same place and thus the same place label might convey different semantics. In this paper, we address the above issues for location semantics prediction by proposing the FS-Mining (Frame-based Semantics Mining) approach. We treat the raw sensor data in the smartphone as a sequence of short and non-overlapping frames, based on which the user behavior at each place can be characterized and the place semantics can be modeled. To deal with the issues of label relation and class imbalance, a multi-level classification model with class-split and class-merge mechanisms was also developed. An ensemble strategy was also employed to further improve the performance. Experiments on the dataset of Nokia Mobile Data Challenge [1] demonstrate promising performances for the FS-Mining approach. Chi-Min Huang, Jia-Ching Ying, Vincent S. Tseng, Zhi-Hua Zhou |
DSAA | 2 |
| 2014 | Mining User Check-In Behavior with a Random Walk for Urban Point-of-Interest RecommendationsabstractIn recent years, research into the mining of user check-in behavior for point-of-interest (POI) recommendations has attracted a lot of attention. Existing studies on this topic mainly treat such recommendations in a traditional manner—that is, they treat POIs as items and check-ins as ratings. However, users usually visit a place for reasons other than to simply say that they have visited. In this article, we propose an approach referred to as Urban POI-Walk (UPOI-Walk), which takes into account a user's social-triggered intentions (SI), preference-triggered intentions (PreI), and popularity-triggered intentions (PopI), to estimate the probability of a user checking-in to a POI. The core idea of UPOI-Walk involves building a HITS-based random walk on the normalized check-in network, thus supporting the prediction of POI properties related to each user's preferences. To achieve this goal, we define several user--POI graphs to capture the key properties of the check-in behavior motivated by user intentions. In our UPOI-Walk approach, we propose a new kind of random walk model—Dynamic HITS-based Random Walk—which comprehensively considers the relevance between POIs and users from different aspects. On the basis of similitude, we make an online recommendation as to the POI the user intends to visit. To the best of our knowledge, this is the first work on urban POI recommendations that considers user check-in behavior motivated by SI, PreI, and PopI in location-based social network data. Through comprehensive experimental evaluations on two real datasets, the proposed UPOI-Walk is shown to deliver excellent performance. Jia-Ching Ying, Wen-Ning Kuo, Vincent S. Tseng, Eric Hsueh-Chan Lu |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2013 | TripCloud: An Intelligent Cloud-Based Trip Recommendation System
Jia-Ching Ying, Eric Hsueh-Chan Lu, Bo-Nian Shi, Vincent S. Tseng |
SSTD | 1 |
| 2013 | Mining geographic-temporal-semantic patterns in trajectories for location predictionabstractIn recent years, research on location predictions by mining trajectories of users has attracted a lot of attention. Existing studies on this topic mostly treat such predictions as just a type of location recommendation, that is, they predict the next location of a user using location recommenders. However, an user usually visits somewhere for reasons other than interestingness. In this article, we propose a novel mining-based location prediction approach called Geographic-Temporal-Semantic-based Location Prediction (GTS-LP), which takes into account a user's geographic-triggered intentions, temporal-triggered intentions, and semantic-triggered intentions, to estimate the probability of the user in visiting a location. The core idea underlying our proposal is the discovery of trajectory patterns of users, namely GTS patterns , to capture frequent movements triggered by the three kinds of intentions. To achieve this goal, we define a new trajectory pattern to capture the key properties of the behaviors that are motivated by the three kinds of intentions from trajectories of users. In our GTS-LP approach, we propose a series of novel matching strategies to calculate the similarity between the current movement of a user and discovered GTS patterns based on various moving intentions. On the basis of similitude, we make an online prediction as to the location the user intends to visit. To the best of our knowledge, this is the first work on location prediction based on trajectory pattern mining that explores the geographic, temporal, and semantic properties simultaneously. By means of a comprehensive evaluation using various real trajectory datasets, we show that our proposed GTS-LP approach delivers excellent performance and significantly outperforms existing state-of-the-art location prediction methods. Jia-Ching Ying, Wang-Chien Lee, Vincent S. Tseng |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2011 | Semantic trajectory mining for location predictionabstractResearch on predicting movements of mobile users has attracted a lot of attentions in recent years. Many of those prediction techniques are developed based only on geographic features of mobile users' trajectories. In this paper, we propose a novel approach for predicting the next location of a user's movement based on both the geographic and semantic features of users' trajectories. The core idea of our prediction model is based on a novel cluster-based prediction strategy which evaluates the next location of a mobile user based on the frequent behaviors of similar users in the same cluster determined by analyzing users' common behavior in semantic trajectories. Through a comprehensive evaluation by experiments, our proposal is shown to deliver excellent performance. Jia-Ching Ying, Wang-Chien Lee, Tz-Chiao Weng, Vincent S. Tseng |
GIS | 1 |