Skip to main content

GenAI Productivity: Ideas to project proposal ideas from Google Scholar

Generated as well by Google Gemini





In previous blog posts, I have looked at generating project ideas for project ideas. These can be used with many different GenAI platforms. As an idea/challenge, I want to come up with a way for students to generate ideas for projects based on knowing who they would like to work with and that person's Google Scholar profile.


Here is the catch: often, it can be difficult to access Google Scholar to do this. One solution  is to use Google Gemini, a Google product, to access another Google product. Going to apply this to my own profile - ego rides again. It went and did much when I click on it and deep research, it did a full research report.

Prompt used:  "Using this as a starting point https://scholar.google.com/citations?user=ghQedZAAAAAJ&hl=en from the research here provide 10 project ideas suitable for a final year Computer Science student project with this supervisor. For each provide title, 100 word summary, possible outcomes"


Results and unforeseen consequences
It ended up producing a quite extensive report.

Yes it produced ten project ideas and an extract is shown below (it even promoted me to Professor, which I don't mind)

"

2. Proposed Final Year Computer Science Projects

Each of the following project ideas is designed to leverage Professor Turner's research strengths and align with current advancements in Computer Science.

2.1 Project 1: Adaptive Multi-Robot Path Planning in Dynamic Environments using Deep Reinforcement Learning

This project proposes developing a deep reinforcement learning (DRL) framework for multi-robot path planning in highly dynamic and unpredictable environments. Building upon Professor Turner's foundational work in probabilistic multi-robot path planning , this endeavor will explore how DRL agents can learn optimal navigation strategies, collision avoidance, and task allocation in real-time. The system would adapt to unforeseen obstacles and changes in robot capabilities, aiming for robust and efficient coordination in complex scenarios.  

Possible Outcomes:

  • A simulated multi-robot environment with dynamic obstacles.

  • A DRL model trained for decentralized path planning and collision avoidance.

  • Performance evaluation comparing DRL-based planning with traditional algorithms (e.g., A*, DFS as in ) on metrics like path length, collision rate, and computational efficiency.  

  • Analysis of the DRL agent's adaptability to novel dynamic scenarios.

Underlying Trends, Thematic Links, and Implications: This project directly extends Professor Turner's existing research on "Probabilistic Multi Robot Path Planning in Dynamic Environments: A Comparison between A* and DFS". His prior work already addresses the complexities of dynamic environments and the necessity for efficient pathfinding.  

A significant progression from traditional search algorithms like A* and DFS, which Professor Turner's earlier work explored , involves embracing adaptive AI techniques. While A* and DFS are effective for planning in known or semi-known environments, they can be less flexible when confronted with entirely unforeseen dynamic changes or highly complex, non-deterministic conditions without extensive pre-programming or continuous re-planning. Current trends in AI and robotics emphasize the development of systems that are "smarter, more adaptive, and autonomous". Reinforcement Learning, a field experiencing exponential growth , offers a paradigm where agents learn optimal policies through direct interaction and trial-and-error within their environment. This inherent learning capability makes DRL particularly well-suited for dynamic and uncertain conditions. Therefore, integrating DRL into multi-robot path planning moves the research beyond merely comparing fixed search algorithms to developing truly intelligent, self-learning robotic systems capable of emergent behavior in complex, real-world-like scenarios, marking a substantial advancement in robotic autonomy. The concept of "Physical AI," where robots are trained in virtual environments before deployment, is also highly relevant here.  

Furthermore, multi-robot systems, as explored in Professor Turner's publications , inherently face scalability challenges as the number of robots and the complexity of the environment increase. Traditional centralized planning methods can become computationally prohibitive. DRL, especially when coupled with decentralized learning approaches, offers a promising avenue to overcome this. The capacity for DRL agents to "make independent decisions" aligns with the need for decentralized control in large robot swarms. This project could explore how individual DRL agents learn to cooperate implicitly without a central planner, thereby addressing a key scalability bottleneck in multi-robot systems and paving the way for more robust and fault-tolerant robotic deployments.  

2.2 Project 2: AI-Driven Predictive Maintenance for Software-Defined Networks (SDN) in 5G Environments

This project aims to develop an AI-driven system for predictive maintenance and performance optimization in Software-Defined Wide Area Networks (SDN-WANs), particularly relevant for emerging 5G infrastructure. Leveraging Professor Turner's expertise in SDN routing and AI , the system will analyze network telemetry data (e.g., traffic patterns, QoS metrics, device health) to predict potential failures, congestion, or security vulnerabilities before they impact service. This represents a shift from reactive network management to proactive, intelligent control.  

Possible Outcomes:

  • A simulated SDN-WAN environment (e.g., Mininet, as used in ) integrated with a data collection module.  

  • Machine learning models (e.g., LSTM, anomaly detection algorithms) trained on synthetic or real-world network data for predicting network issues.

  • A prototype SDN controller module demonstrating AI-driven alerts or automated reconfigurations for predictive maintenance.

  • Evaluation of prediction accuracy, false positive rates, and the system's impact on network uptime and QoS.

Underlying Trends, Thematic Links, and Implications: This project directly builds on Professor Turner's highly cited work, "Routing algorithm optimization for software defined network WAN" , which focuses on improving SDN-WAN performance. It also connects to his broader interest in "AI".  

Professor Turner's SDN routing work primarily focuses on optimizing routes based on current network conditions to enhance Quality of Service (QoS) and reduce delay. However, modern networks are inherently dynamic, and issues such as congestion and security vulnerabilities can arise unpredictably. Current trends in the SDN industry explicitly highlight the "Integration of AI for predictive maintenance and performance optimization". This signifies a fundamental shift from merely reacting to network problems to proactively preventing them. By integrating AI for  

predictive maintenance, this project elevates the scope of network management from optimizing the current state to anticipating future states. This capability is crucial for the demanding requirements of 5G and IoT applications, where network reliability and efficiency are paramount.

While SDN offers significant flexibility and enhanced network management capabilities, the separation of the control plane from the data plane can introduce "complex security concerns". The increasing integration of AI for network automation and predictive maintenance creates new potential attack vectors if not properly secured. A critical consideration, therefore, is how an AI-driven predictive maintenance system, while enhancing efficiency, must also be robust against adversarial attacks or data poisoning, which could lead to incorrect predictions or malicious reconfigurations. The project could explore how the AI models themselves contribute to, or are vulnerable to, security issues, and how to embed "enhanced security solutions" directly into the AI-driven SDN management plane.  

  •    
  •    
  •    

2.10 Project 10: Robotics Simulation Platform for Experiential Learning of AI and Multi-Agent Systems

This project proposes developing an interactive robotics simulation platform designed for experiential learning of AI algorithms, particularly focusing on multi-agent systems and problem-solving. Inspired by Professor Turner's interest in "Robotics within the teaching of problem-Solving" and the trend of "Physical AI" where robots train in virtual environments , the platform would allow students to design, test, and visualize AI agents controlling virtual robots in various problem-solving scenarios (e.g., maze navigation, resource gathering, cooperative tasks).  

Possible Outcomes:

  • A 3D simulation environment (e.g., using Unity, Gazebo, or a custom engine) capable of rendering multiple robots and dynamic obstacles.

  • API for students to implement and integrate their own AI algorithms (e.g., pathfinding, reinforcement learning, genetic algorithms).

  • Pre-built problem-solving scenarios (e.g., multi-robot search and rescue, collaborative assembly).

  • Visualization tools for debugging AI behavior and analyzing simulation metrics.

  • User interface for scenario creation and parameter tuning.

Underlying Trends, Thematic Links, and Implications: This project directly builds on Professor Turner's "Teaching and Learning" area, specifically "Robotics within the teaching of problem-Solving" and "Problem Solving and Creativity for Undergraduate Engineers".  

Professor Turner's work emphasizes the process of problem-solving and creativity. Traditional Computer Science education often involves theoretical study and coding exercises. The progression here is that a robotics simulation platform offers a powerful "experiential learning" environment, allowing students to directly observe the real-time consequences of their AI algorithms in a dynamic, visual context. This bridges the gap between abstract theory and practical application, reinforcing understanding of concepts like path planning , multi-agent coordination, and the nuances of AI algorithm design. This approach makes the learning process more engaging and effective, aligning with the "Physical AI" trend where robots train in virtual environments.  

Real-world robotics experiments are often expensive, time-consuming, and prone to hardware failures. The "Physical AI" trend highlights the value of virtual environments for training and experimentation. A critical consideration is that a robust simulation platform can provide students with access to complex, large-scale, and even dangerous multi-agent scenarios that would be impossible or impractical to replicate in a physical lab. This scalability allows for a much broader range of educational experiences, from simple maze solving to simulating complex factory automation or disaster response scenarios, all without the physical constraints. This effectively democratizes access to advanced robotics and AI experimentation, fostering innovation among a wider student body.  

"

The unexpected outcome is that it did a good analysis of my research from the most cited papers, which I wasn't expecting, including a table (see below) relating the papers to current computing trends and potential directions.

1.2 Overview of Professor Scott J. Turner's Research Landscape

1.3 Key Observations from Professor Turner's Profile and Current Trends

1.4 Table 1: Alignment of Professor Turner's Expertise with Current CS Trends


Professor Turner's Primary Research Area

Relevant Publications/Keywords

Current CS Trends (2024-2025)

Potential Synergy/Project Direction

Artificial Intelligence (AI) and Robotics

AI, robots, genetic algorithms, Probabilistic Multi Robot Path Planning  

AI in robotics (autonomous systems, physical AI, cobots), Reinforcement Learning (RL) for autonomous systems  

Adaptive robot control, multi-agent systems, AI-driven simulation for robotics

Networking and Communication Systems

SDN, WebRTC, V2V Communication, Routing algorithm optimization, Reinforcement learning-based routing  

SDN with AI/5G/IoT, WebRTC with AI/AR/VR, V2V for road safety/traffic management, RL for networking  

Intelligent network management, real-time multimedia communication enhancements, smart vehicular networks

Biomedical and Health Applications

Optical glucose detector, Modelling chronic pain, Evoked potentials  

AI-powered diagnostics, personalized medicine, predictive analytics for patient care, remote patient monitoring  

AI for medical data analysis, smart health monitoring systems, advanced diagnostic tools

Teaching and Learning / Problem Solving

Teaching and Learning, problem-solving, creativity, Robots in problem-solving  

AI agents, intelligent automation, data foundation for AI in education  

AI-driven educational tools, interactive learning platforms for complex problem-solving


But also an analysis of themes and future directions of research
3.1 Synthesis of Project Themes and Interdisciplinary Connections

3.2 Recommendations for Further Exploration




So I got something out of it as well the ideas generation - this is very cool. It allows you to copy to Google Docs and so you can make it available that way. 











All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with. Twitter @scottturneruon

Comments

Popular posts from this blog

GenAI Productivity: Ideas to project proposal 1

One of the ways I use Generative AI with students is to take basic ideas for projects, usually a title, and get these tools to greater ideas and start of a project proposal. This is with all the usual caveats  Check the references (if any); It is going to be basic, so extend it. In this example I am going to use Co-pilot but the ChatGPT, etc can be used, employing a few basic prompt engineering basics: personas (who is the target audience?) and Templates (how do I want it to look?) to start this process. Example:  Project ideas for MSc Data Intelligence students (persona)  on a particular topic. The reply will include subheadings and relevant (hopefully) content for  TITLE, INTRODUCTION, PROBLEM STATEMENT. The prompt: " Taking the topic "Leveraging open-source tools to measure and present academics publications automatically from public domain data.". Give five innovative projects for a Master's level student dissertation in Data Intelligence. Each project example wi...

GenAI Productivity: Ideas to project proposal 3

Produced using Google Gemini In two previous posts I looked at using Generative AI to start producing  project ideas and refining one to be the start of the proposal, Previous blog posts GenAI Productivity: Ideas to project proposal 1 GenAI Productivity: Ideas to project proposal 2 This post is really a slightly different variation on those. Playing with adding a few things in. The example can be repurposed for non-computing student but the example came from a discussion with a BSc Software Engineering student, thinking about project ideas Example starting prompt in ChatGPT4o " P roduce 5 project ideas suitable for a BSc Software Engineering students for the following topic: " Ambient Assisted Living " The project must suit someone with a strong interest in programming.  For each idea produce a 100 word description; justification in 200 words why this is a worthwhile project; a set of goals; sources of potential data; physical resources neede d " It does produce 5 p...