I Had a Great Time at the WEBIST 2022 Conference

I had a wonderful time at the WEBIST 2022 conference in Malta, where I presented my research article titled “A Data-Centric Anomaly-Based Detection System for Interactive Machine Learning Setups“.

My presentation was on Thursday, October 27th, and it went really well. My audience was engaged throughout, and they asked some great questions at the end. I think they appreciated hearing about my approach to anomaly detection in interactive machine learning setups that include regular people interacting with IoT sensors for online learning purposes—which is an area that has not received much attention so far. With the help of supervised machine learning techniques, data poisoning attacks and potentially zero-day attacks can be detected with high-accuracy without requiring any hard-coded rules.

I was also honored to be selected as session chair for the Internet Technology track. The conference ran smoothly thanks to everyone’s efforts, and I am very thankful to have been chosen as chair.

I would like to thank all the organizers for a very well-organized event and the other participants for making it such a productive one.

I am looking forward to attending future WEBIST conferences and continuing to build my network.

How to Make the Most of Your Career Journey: My Panel Participation

On October 10, I was a panelist at a Career Planning Day event at Malmö University. The event was geared towards doctoral students at the Faculty of Technology and Society (TS) who were interested in careers in industry or academia. We discussed questions about what doctoral students should be thinking about during different stages of their journey, as well as any obstacles we faced and how we overcame them. In the hopes that it will help in a student’s own career planning, I wanted to share some of the advice I shared during the day.

One of the most important things to keep in mind is that a career journey is just that—a journey. There will be ups and downs, detours and roadblocks, but if you keep your eye on the destination and you persevere, you will eventually get there.

Gift received for participating in the panel.

One piece of advice is to define goals. The first step to any successful career journey is to have a destination in mind. What do you want to achieve? What are your long-term goals? Once you have a clear idea of where you are going, you can map out a plan to get there.

The second piece of advice I gave is to start networking early on. Get to know people in your field, both in academia and in industry. Attend conferences and events, and do not be afraid to reach out to people you admire. You never know when one of these connections will come in handy.

Finally, one should not forget to take care of yourself along the way. A career is a marathon, not a sprint, so it is important to pace yourself and take care of your mental and physical health. If you burn out, it will be that much harder to keep going.

I would also advise against comparing yourself to others. It is easy to get caught up in what others are doing and to think that you should be doing the same thing. But everyone’s career journey is different, so focus on what works for you.

The Benefits of Industry Experience for Academics

Some people may say that having industry experience is essential to being a successful academic, while others may argue that it is not necessary. It is important to consider both sides of the argument before making a decision.

Those who argue that industry experience is necessary may say that it is essential in order to understand the real-world applications of your research. They may also argue that industry experience can help you build important networks and connections. Those who argue that industry experience is not necessary may say that academic research is theoretical and that real-world experience is not relevant. They may also argue that you can gain all the skills and experience you need by working in academia.

Photo by Canva Studio on Pexels.com

It is important to weigh both sides of the argument before deciding whether or not industry experience is necessary for you. If you are still undecided, you may want to speak to academics who have both industry experience and academic experience to get their opinion. Nonetheless, I believe that industry experience can be beneficial for academics. Here are five ways that industry experience can help you:

1. Industry experience can help you get a job. If you are looking for a job in academia, industry experience can make you a more attractive candidate. Employers will see that you have real-world experience and that you are familiar with the industry. 

2. Industry experience can help you with your research. If you are doing research for your Ph.D., industry experience can be beneficial. You will probably be able to apply your research to real-world scenarios, and you will have a better understanding of the industry. 

3. Industry experience can help you network. Networking is important for both your academic career and your Ph.D. studies. Industry experience can help you meet people in your field and make connections. 

4. Industry experience can help you get funding. If you are applying for grants or funding for your research, industry experience can be helpful. Funding organizations will see that you have experience in the industry and that your research is relevant to the industry. 

5. Industry experience can help you teach. If you are teaching at the university level, industry experience can be beneficial. Students will see that you have real-world experience and that you are familiar with the industry.

You are welcome to contact me if you are interested in learning more about my experience with this, or simply if you want to collaborate with me.

A Great Resource to Help you Learn about Cybersecurity

I find the collection of resources from GoVanguard to be quite helpful for anyone interested in a career in cyber security, whether it be in academia or industry.

Specifically, the GoVanguard InfoSec Encyclopedia is an excellent resource for beginners and experienced professionals alike. It contains a wealth of information on various aspects of information security and is constantly being updated with new and improved content. If you are looking to get into the field of information security, or simply want to learn more about it, the GoVanguard InfoSec Encyclopedia may be a great place to start.

Here is a look at their resource list:

This repository also covers “OSINT Tools Used” and “Exploitation Enumeration and Data Recovery Tools” in addition to the aforementioned resources.

The Different Types of Privacy-Preserving Schemes

Machine learning (ML) is a subset of artificial intelligence (AI) that provides systems the ability to automatically improve and learn from experience without explicit programming. ML has led to important advancements in a number of academic fields, including robotics, healthcare, natural language processing, and many more. With the ever-growing concerns over data privacy, there has been an increasing interest in privacy-preserving ML. In order to protect the privacy of data while still allowing it to be used for ML, various privacy-preserving schemes have been proposed. Here are some of the main schemes:

Secure multiparty computation (SMC) is a type of privacy-preserving scheme that allows multiple parties to jointly compute a function over their data while keeping their data private. This is achieved by splitting the data up among the parties and having each party perform a computation on their own data. The results of the computations are then combined to obtain the final result.

Homomorphic encryption (HE) is a type of encryption that allows computations to be performed on encrypted data. This type of encryption preserves the structure of the data, which means that the results of the computations are the same as if they had been performed on unencrypted data. HE can be used to protect the privacy of data while still allowing computations to be performed on that data.

Differential privacy (DP) is a type of privacy preservation that adds noise to the data in order to mask any individual information. This noise is added in a way that it does not affect the overall results of the data. This noise can be added in a variety of ways, but the most common is through the Laplace mechanism. DP is useful for preserving privacy because it makes it difficult to determine any individual’s information from the dataset. 

Gradient masking is a technique that is used to prevent sensitive information from being leaked through the gradients of an ML model – the gradients are the partial derivatives of the loss function with respect to the model parameters. This is done by adding noise to the gradients in order to make them more difficult to interpret. This is useful for privacy preservation because it makes it more difficult to determine the underlying data from the gradients.

Security enclaves (SE) are hardware or software environments that are designed to be secure from tampering or interference. They are often used to store or process sensitive data, such as cryptographic keys, in a way that is isolated from the rest of the system. 

There are many ways to preserve privacy when working with ML models, each with their own trade-offs. In this article, we summarised five of these methods. All of these methods have strengths and weaknesses, so it is important to choose the right one for the specific application.