Vincent Cheng-Siong Lee

dblp:50/10222 · also Vincent C. S. Lee · DBLP profile ↗
← Back
17ranked-venue papers in the field
0as first author
7since 2021 · last 2023
0000-0001-5976-4601ORCID · verified

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

Database Systems & Data Management · 9Data Mining & Knowledge Discovery · 6Information Retrieval & Web Search · 1Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2023 Learning Strong Graph Neural Networks with Weak Information
abstract
Graph Neural Networks (GNNs) have exhibited impressive performance in many graph learning tasks. Nevertheless, the performance of GNNs can deteriorate when the input graph data suffer from weak information, i.e., incomplete structure, incomplete features, and insufficient labels. Most prior studies, which attempt to learn from the graph data with a specific type of weak information, are far from effective in dealing with the scenario where diverse data deficiencies exist and mutually affect each other. To fill the gap, in this paper, we aim to develop an effective and principled approach to the problem of graph learning with weak information (GLWI). Based on the findings from our empirical analysis, we derive two design focal points for solving the problem of GLWI, i.e., enabling long-range propagation in GNNs and allowing information propagation to those stray nodes isolated from the largest connected component. Accordingly, we propose D2PT, a dual-channel GNN framework that performs long-range information propagation not only on the input graph with incomplete structure, but also on a global graph that encodes global semantic similarities. We further develop a prototype contrastive alignment algorithm that aligns the class-level prototypes learned from two channels, such that the two different information propagation processes can mutually benefit from each other and the finally learned model can well handle the GLWI problem. Extensive experiments on eight real-world benchmark datasets demonstrate the effectiveness and efficiency of our proposed methods in various GLWI scenarios.
Yixin Liu 0001, Kaize Ding, Jianling Wang, Vincent Cheng-Siong Lee, Huan Liu 0001, Shirui Pan
KDD4
2023 Compliance Analyses of Australia's Online Household Appliances
abstract
Commercially sold electrical or gas products must comply with the safety standards imposed within a country and get registered and certified by a regulated body. However, with the increasing transition of businesses to e-commerce platforms, it becomes challenging to govern the compliance status of online products. This can increase the risk of purchasing non-compliant products which may be unsafe to use. Additionally, examining the compliance status before purchasing can be strenuous because the relevant compliance information can be ambiguous and not always directly available. Therefore, we collaborated with a regulated body from Australia, Energy Safe Victoria, and conducted compliance analyses for household appliances sold on multiple online platforms. A fully autonomous method shown in this public repository is also introduced to check the compliance status of any online product. In this talk, we discuss the compliance check process, which incorporates fuzzy logic for textual matching and a Convolutional Neural Network (CNN) model to classify the product listing based on the images listed. Subsequently, we studied the results with the business users and found that many online listings are non-compliant, signifying that online-shopping consumers are highly susceptible to buying unsafe products. We hope this talk can inspire more follow-up works that collaborate with regulated bodies to introduce a user-friendly compliance check platform that assists in educating consumers to purchase compliant products.
Chang How Tan, Vincent Cheng-Siong Lee, Jessie Nghiem, Priya Laxman
WSDM2
2023 Anomaly Detection in Dynamic Graphs via Transformer
abstract
Detecting anomalies for dynamic graphs has drawn increasing attention due to their wide applications in social networks, e-commerce, and cybersecurity. Recent deep learning-based approaches have shown promising results over shallow methods. However, they fail to address two core challenges of anomaly detection in dynamic graphs: the lack of informative encoding for unattributed nodes and the difficulty of learning discriminate knowledge from coupled spatial-temporal dynamic graphs. To overcome these challenges, in this paper, we present a novelTransformer-basedAnomalyDetection framework forDYnamic graphs (TADDY). Our framework constructs a comprehensive node encoding strategy to better represent each node’s structural and temporal roles in an evolving graphs stream. Meanwhile, TADDY captures informative representation from dynamic graphs with coupled spatial-temporal patterns via a dynamic graph transformer model. The extensive experimental results demonstrate that our proposed TADDY framework outperforms the state-of-the-art methods by a large margin on six real-world datasets.
Yixin Liu 0001, Shirui Pan, Yu Guang Wang 0001, Liang Wang 0017, Qingfeng Chen, Vincent Cheng-Siong Lee
IEEE Trans. Knowl. Data Eng.7
2022 SFPAD: Sentiment-driven Firm Pricing Anomaly Detection Algorithm and Application
abstract
In January of 2021, the stock price of GameStop Corp ascended 20 times under the influence of social media in a mere two weeks’ time, becoming the first-ever case of sentiment-driven short squeeze. This caused certain stock prices to deviate significantly from their fundamental value, and hence, had an impact on the market efficiency. To help finance policymakers, regulators, and investment analysts to prepare for cases alike in the future, our study investigates a Machine Learning method of detecting sentiment-driven firm pricing anomaly using data collected from the GameStop frenzy. The proposed method combines anomaly pattern detection with sentiment analysis, which the latter is used to identify conditions that are considered crucial to the presence of sentiment-driven pricing. In our experiments, the adapted Machine Learning (SFPAD) method was able to outperform traditional detection technique when applied to historical time series.
Senyuan Zheng, Vincent Cheng-Siong Lee, Zhaolin Guan
IEEE Big Data2
2022 Unifying Graph Contrastive Learning with Flexible Contextual Scopes
abstract
Graph contrastive learning (GCL) has recently emerged as an effective learning paradigm to alleviate the reliance on labelling information for graph representation learning. The core of GCL is to maximise the mutual information between the representation of a node and its contextual representation (i.e., the corresponding instance with similar semantic information) summarised from the contextual scope (e.g., the whole graph or 1-hop neighbourhood). This scheme distils valuable self-supervision signals for GCL training. However, existing GCL methods still suffer from limitations, such as the incapacity or inconvenience in choosing a suitable contextual scope for different datasets and building biased contrastiveness. To address aforementioned problems, we present a simple self-supervised learning method termed Unifying Graph Contrastive Learning with Flexible Contextual Scopes (UGCL for short). Our algorithm builds flexible contextual representations with tunable contextual scopes by controlling the power of an adjacency matrix. Additionally, our method ensures contrastiveness is built within connected components to reduce the bias of contextual representations. Based on representations from both local and contextual scopes, UGCL optimises a very simple contrastive loss function for graph representation learning. Essentially, the architecture of UGCL can be considered as a general framework to unify existing GCL methods. We have conducted intensive experiments and achieved new state-of-the-art performance in six out of eight benchmark datasets compared with self-supervised graph representation learning baselines. Our code has been open sourced1.1https://github.com/zyzisastudyreallyhardguy/UGCL
Yizhen Zheng, Yu Zheng 0013, Xiaofei Zhou 0002, Chen Gong 0002, Vincent Cheng-Siong Lee, Shirui Pan
ICDM5
2022 Information resources estimation for accurate distribution-based concept drift detection
Chang How Tan, Vincent Cheng-Siong Lee, Mahsa Salehi
Inf. Process. Manag.2
2021 Heterogeneous Graph Attention Network for Small and Medium-Sized Enterprises Bankruptcy Prediction
Yizhen Zheng, Vincent Cheng-Siong Lee, Zonghan Wu, Shirui Pan
PAKDD (1)2
2020 DAG: A General Model for Privacy-Preserving Data Mining : (Extended Abstract)
abstract
Secure multi-party computation (SMC) allows parties to jointly compute a function over their inputs, while keeping every input confidential. SMC has been extensively applied in tasks with privacy requirements, such as privacy-preserving data mining (PPDM), to learn task output and at the same time protect input data privacy. However, existing SMC-based solutions are ad-hoc - they are proposed for specific applications, and thus cannot be applied to other applications directly. To address this issue, we propose a privacy model DAG (Directed Acyclic Graph) that consists of a set of fundamental secure operators (e.g., +, -, ×, /, and power). Our model is general - its operators, if pipelined together, can implement various functions, even complicated ones. The experimental results also show that our DAG model can run in acceptable time.
Sin G. Teo, Jianneng Cao, Vincent Cheng-Siong Lee
ICDE3
2020 DAG: A General Model for Privacy-Preserving Data Mining
abstract
Secure multi-party computation (SMC) allows parties to jointly compute a function over their inputs, while keeping every input confidential. It has been extensively applied in tasks with privacy requirements, such as privacy-preserving data mining (PPDM), to learn task output and at the same time protect input data privacy. However, existing SMC-based solutions are ad-hoc - they are proposed for specific applications, and thus cannot be applied to other applications directly. To address this issue, we propose a privacy model DAG (Directed Acyclic Graph) that consists of a set of fundamental secure operators (e.g., +, -, ×, /, and power). Our model is general - its operators, if pipelined together, can implement various functions, even complicated ones like Naı̈ve Bayes classifier. It is also extendable - new secure operators can be defined to expand the functions that the model supports. For case study, we have applied our DAG model to two data mining tasks: kernel regression and Naı̈ve Bayes. Experimental results show that DAG generates outputs that are almost the same as those by non-private setting, where multiple parties simply disclose their data. The experimental results also show that our DAG model runs in acceptable time, e.g., in kernel regression, when training data size is 683,093, one prediction in non-private setting takes 5.93 sec, and that by our DAG model takes 12.38 sec.
Sin G. Teo, Jianneng Cao, Vincent Cheng-Siong Lee
IEEE Trans. Knowl. Data Eng.3
2012 Resilient Identity Crime Detection
abstract
Identity crime is well known, prevalent, and costly; and credit application fraud is a specific case of identity crime. The existing nondata mining detection system of business rules and scorecards, and known fraud matching have limitations. To address these limitations and combat identity crime in real time, this paper proposes a new multilayered detection system complemented with two additional layers: communal detection (CD) and spike detection (SD). CD finds real social relationships to reduce the suspicion score, and is tamper resistant to synthetic social relationships. It is the whitelist-oriented approach on a fixed set of attributes. SD finds spikes in duplicates to increase the suspicion score, and is probe-resistant for attributes. It is the attribute-oriented approach on a variable-size set of attributes. Together, CD and SD can detect more types of attacks, better account for changing legal behavior, and remove the redundant attributes. Experiments were carried out on CD and SD with several million real credit applications. Results on the data support the hypothesis that successful credit application fraud patterns are sudden and exhibit sharp spikes in duplicates. Although this research is specific to credit application fraud detection, the concept of resilience, together with adaptivity and quality data discussed in the paper, are general to the design, implementation, and evaluation of all detection systems.
Clifton Phua, Kate Smith-Miles, Vincent Cheng-Siong Lee, Ross W. Gayler
IEEE Trans. Knowl. Data Eng.3
2011 An Integrated BPM-SOA Framework for Agile Enterprises
Vincent Cheng-Siong Lee
ACIIDS (1)2
2010 Twittering for Earth: A Study on the Impact of Microblogging Activism on Earth Hour 2009 in Australia
Marc Cheong, Vincent Cheng-Siong Lee
ACIIDS (2)2
2010 Privacy-Preserving Gradient-Descent Methods
abstract
Gradient descent is a widely used paradigm for solving many optimization problems. Gradient descent aims to minimize a target function in order to reach a local minimum. In machine learning or data mining, this function corresponds to a decision model that is to be discovered. In this paper, we propose a preliminary formulation of gradient descent with data privacy preservation. We present two approaches-stochastic approach and least square approach-under different assumptions. Four protocols are proposed for the two approaches incorporating various secure building blocks for both horizontally and vertically partitioned data. We conduct experiments to evaluate the scalability of the proposed secure building blocks and the accuracy and efficiency of the protocols for four different scenarios. The excremental results show that the proposed secure building blocks are reasonably scalable and the proposed protocols allow us to determine a better secure protocol for the applications for each scenario.
Shuguo Han, Wee Keong Ng, Vincent Cheng-Siong Lee
IEEE Trans. Knowl. Data Eng.4
2009 An EM-Based Algorithm for Clustering Data Streams in Sliding Windows
Xuan-Hong Dang, Vincent Cheng-Siong Lee, Wee Keong Ng, Arridhana Ciptadi, Kok-Leong Ong
DASFAA2
2009 Incremental and Adaptive Clustering Stream Data over Sliding Window
Xuan-Hong Dang, Vincent Cheng-Siong Lee, Wee Keong Ng, Kok-Leong Ong
DEXA2
2007 Privacy-preservation for gradient descent methods
abstract
Gradient descent is a widely used paradigm for solving many optimization problems. Stochastic gradient descent performs a series of iterations to minimize a target function in order to reach a local minimum. In machine learning or data mining, this function corresponds to a decision model that is to be discovered. The gradient descent paradigm underlies many commonly used techniques in data mining and machine learning, such as neural networks, Bayesian networks, genetic algorithms, and simulated annealing. To the best of our knowledge, there has not been any work that extends the notion of privacy preservation or secure multi-party computation to gradient-descent-based techniques. In this paper, we propose a preliminary approach to enable privacy preservation in gradient descent methods in general and demonstrate its feasibility in specific gradient descent methods.
Wee Keong Ng, Shuguo Han, Vincent Cheng-Siong Lee
KDD4
2004 An Alternative Methodology for Mining Seasonal Pattern Using Self-Organizing Map
Denny, Vincent Cheng-Siong Lee
PAKDD2