ADC2024

Gold Coast, AU & Tokyo, JP

Tutorials in Gold Coast 🇦🇺

Tutorial 1

Graph-Based Indexes for Approximate Nearest Neighbour Search

Gold Coast Time: Tue 16 Dec 2024 15:30 AEST (UTC+10)

Tokyo Time: Tue 16 Dec 2024 14:30 JST (UTC+9)

▶  Abstract

Nearest Neighbour Search is a critical technique for queries involving vectors, however due to the Curse of Dimensionality modern solutions scale incredibly poorly for high dimensional vectors. As a result, the problem of Approximate Nearest Neighbourhood Search has become the most practical solution for high dimensional datasets, sacrificing the need for perfect accuracy in exchange for reasonable runtime. A common method to improve the efficiency of Approximate Nearest Neighbour Search is the adoption of an index, with one of the most popular options being a Graph-Based Index. These solutions are attractive as they can effectively provide a comparable level of usability regardless. In this tutorial we will explore various graph-based indexes proposed over time which declare to be a usable option. To do so we will examine the foundational ideas behind their models as well as discuss the shortcomings behind their designs. We will also raise questions regarding the future direction of graph-based indexes and their practicality for vector databases.

▶  Speaker

Mengxuan Zhang

Zhou Alexander

Hong Kong University of Science and Technology

Zhou Alexander is a Research Assistant Professor at the Hong Kong Polytechnic University. He received his PhD in Computer Science at the Hong Kong University of Science and Technology and prior to that received a Bachelor of Engineering and Bachelor of Science at the University of Queensland. He specialises in algorithms for graph databases with a particular interest in social science driven design and has published in multiple top venues such as ICDE, VLDB, SIGKDD, VLDBJ, TKDE and more. He also serves as committee member and reviewer for conferences and journals such as ICDE, WWW, DASFAA, TODS, ADMA and ADC.


Tutorial 2

Robustness Verification of Neural Networks using WraLU

Gold Coast Time: Tue 16 Dec 2024 16:30 AEST (UTC+10)

Tokyo Time: Tue 16 Dec 2024 15:30 JST (UTC+9)

▶  Abstract

The increasing deployment of deep neural networks (DNNs) in safety-critical domains has made the formal verification of their robustness an argent task. A common approach to DNN verification involves discomposing the network into multiple layers of neurons, where linear and non-linear operations (activation functions) stack to form the network’s overall function. The key challenge lies in constructing linear constraints that effectively bound those non-linear activation functions – a technique known as function hull over-approximation. In this tutorial, we introduce WraLU (Wrapping ReLU), our novel approach for computing the convex hull of the ReLU function. WraLU enables the construction of multi-neuron constraints for verifying ReLU-based DNNs. It significantly reduces computation time and constraint number to improving efficiency in high-dimensional settings.

▶  Speaker

Guangdong Bai is an Associate Professor in the School of Electrical Engineering and Computer Science at the University of Queensland, Australia. His research spans responsible machine learning, security, and privacy. He is an Associate Editor of IEEE Transactions on Dependable and Secure Computing.

Zhongkui Ma is currently a PhD student in the School of Electrical Engineering and Computer Science at the University of Queensland, Australia. His research interest includes formal verification and machine learning.


Tutorial 4

Dynamic Routing in Road Networks

Gold Coast Time: Tue 17 Dec 2024 16:30 AEST (UTC+10)

Tokyo Time: Tue 17 Dec 2024 15:30 JST (UTC+9)

▶  Abstract

Route planning is the fundamental operation for the navigation services and the building block of various location-based applications. In this tutorial, a batch of dynamic routing algorithms will be systematically introduced in terms of the index construction, query processing, index update and their applicable scope. In addition, multiple related future research directions will be briefly discussed.

▶  Speaker

Mengxuan Zhang

Mengxuan Zhang

Australian National University

Mengxuan Zhang is a Lecturer from the Australian National University (ANU). Before joining ANU, she worked as a postdoc at Iowa State University and a Research Associate at the Hong Kong University of Science and Technology. Mengxuan obtained her PhD from the University of Queensland in 2021, under the supervision of Prof. Xiaofang Zhou and Dr. Lei Li. Her research interests include Database, High-performance Query Processing and Route Planning.