Goal recognition is defined as the problem of determining an agent’s intent from observations of its behaviour. Current research in goal recognition has focused on observing agents that are trying to achieve their goals in a rational manner. Other research has focused on observing agents that are deliberately trying to trick an observer into believing they are pursuing alternative goals to the ones they are actually pursuing. However there is also a need to recognise when a behaviour is suspicious, regardless of the goal that is being tried to be achieved.
Honours and Masters project
Displaying 171 - 180 of 264 honours projects.
Improving Gazealytics, a web-based visual eye tracking analysis toolkit.
This is a Winter Student Research Internship ONLY not an honours or minor thesis project at this time.
Please apply here if you are interested in the role before the deadline:
https://www.monash.edu/study/fees-scholarships/scholarships/summer-winter
__________
Explainability and Compact representation of K-MDPs
Markov Decision Processes (MDPs) are frameworks used to model decision-making in situations where outcomes are partly random and partly under the control of a decision maker. While small MDPs are inherently interpretable for people, MDPs with thousands of states are difficult to understand by humans. The K-MDP problem is the problem of finding the best MDP with, at most, K states by leveraging state abstraction approaches to aggregate states into sub-groups. The aim of this project is to measure and improve the interpretability of K-MDP approaches using state-of-the-art XAI approaches.
RFR: An Actor-Critic Decision-Making Model with the Frontal-Cortex-Basal-Ganglia Loop
As intelligent agents make decisions, any project aiming to realize human-like AGI should model decision-making. As we have been pursuing the WBA approach to create AGI by learning from the architecture of the entire brain, we request you to model the decision-making of the mammalian brain.
Detecting mis/disinformation
Mis/disinformation (also known as fake news), in the era of digital communication, poses a significant challenge to society, affecting public opinion, decision-making processes, and even democratic systems. We still know little about the features of this communication, the manipulation techniques employed, and the types of people who are more susceptible to believing this information.
This project extends upon Prof Whitty's work in this field to address one of the issues above.
Detecting Deepfakes Without Compromising User Privacy
This project aims to develop privacy-preserving deepfake detection techniques that enable accurate and secure identification of synthetic audio and video content without exposing sensitive user data. Traditional detection methods often require access to raw audio or visual inputs, raising significant privacy concerns, especially in scenarios involving personal or biometric data.
From Requirements to Prompts: A Structured Approach to Prompt Engineering for LLM-Based Chatbots
This project focuses specifically on LLM applications: chatbots used in customer support (e.g., healthcare). The goal is to investigate how user requirements (e.g., “the bot should de-escalate frustrated users”) can be systematically translated into prompt templates or prompt strategies.
Generative Active Learning with Large Language Model
Traditional active learning helps reduce labeling costs by selecting the most useful examples from a large pool of unlabeled data. However, in many real-world cases, such a large pool doesn't exist or is expensive to collect. This project explores a new approach using large language models to create synthetic unlabeled text data instead. Rather than just picking data to label, the model will also generate new examples that are diverse and potentially helpful for learning.
Multi-modal Fusion for Future Energy Systems
The research project aims to investigate:
- Multi-Model Fusion with Deep Neural Networks for Future Energy Systems (Smart Grid).
Future energy systems are envisioned to be running decentrally with full automatic control, high proportion of renewable energy (e.g., wind & solar), and abundant storage facilities. With many types of renewable energy sources are weather and climate dependent, accurate and timely prediction on reliability risks (e.g., loss of generation, voltage issues, and thermal limit violations) due to weather/climate are often necessary.
LLM-Based Translation Agent with Integrated Translation Memory
Large language models (LLMs) have recently made significant progress in machine translation quality [1], but they still struggle with maintaining consistency and accuracy across entire documents. Professional translators commonly use translation memory (TM) tools to reuse past translations, ensuring consistent terminology and phrasing throughout a document.