Compare censorship experienced in Ireland with another country

The project is to survey censorship measurement tools and data sets (e.g. https://ooni.org/ and similar), to compare and contrast those, and then use some subset of the identified tooling and data to compare the censorship situation for Internet users based in Ireland against the position of users based in some other country, to be agreed … Read more

[Taken] Individual Fairness through Time

Individual fairness concerns the ability of a machine learning model to not being affected in its predictions by one or more sensitive features, such as gender, race, age etc.Recent methods developed techniques for the formal analysis and approximation of fairness in the case of deep Neural Networks (NNs). However such techniques are restricted to simple … Read more

[Taken] Deep learning for physiological signal

Deep learning has recently achieved state-of-the-art performances in many computer vision classification tasks. In this project we’ll look into developing a tailored deep learning solution based on Neural Network for a problem related to classification with physiological signals. The project will go into details of architecture selection, hyper-parameter learning, validations, and best training practice of … Read more

[Taken] Fair training through uncertainty

Deep learning, in particular Neural Networks (NNs), has achieved state-of-the-art results in many applications in the last decade. However, the way these models work and operate is still not fully understood, and in many ways they are approached as black-box when deployed in practice.Unfortunately, this raises several concerns about their suitability to deal with sensitive … Read more

Deep Learning for Radio Signal Processing

With the great capability of learning high-level representational features of unstructured data automatically, deep learning is acknowledged as a powerful machine learning algorithm for radio signal processing. For example, convolutional neural networks (CNNs) are leveraged to develop automatic modulation classification frameworks in [1]-[3]. CNN and its combination with Vision Transformers are also used to design … Read more

Taken – Student-led projects in education

I am happy to supervise student-led projects in the areas of: online learning or the use of technology (e.g., Gen AI or lecture capture) in Higher Education; data analysis or applied statistics in the areas of higher education or student support services; and, statistics/mathematics education in Higher Education. Students interested in the this project should … Read more

Wireless Artificial Intelligence | Federated Learning

Federated learning is a paradigm breakthrough shift in AI for data privacy preservation. Unlike conventional artificial intelligence (AI) techniques, federated learning does not require the users to share the data, but only the AI model parameters. As such, federated learning has found notable successes in numerous applications (e.g., Google keyboard, localization, security, and data sharing) … Read more

FPGAs to solve problems in current IoT devices

I am interested in supervising projects using FPGAs to solve problems in currentIoT devices: Power consumption and concurrencyDistributed and wireless acquisition of multimedia dataFPGAs to reduce the required data rate by preprocessing and data compression.Combinations of inexpensive sensors based on microcontrollers and FPGAs.Fast orthogonal transformations in signal/image processingCryptographic data protectionData compressionError-detecting codingFPGAs and Internet Protocol … Read more

Multi-pivot Quicksort [Not for the faint–hearted]

Quicksort is one of the best-known algorithms in computer science. The algorithm selects one value from the array, which it calls the pivot. The array is then divided into two segments: values that are less than or equal to the pivot, and values that are greater than or equal to the pivot. If we partition … Read more