CS486/686 Spring 2023 - Introduction to Artificial Intelligence
Overview
Graduate students enrolled in CS686 only
To be done individually (i.e., no teams)
To search for papers on a topic, use Google scholar. Most papers available on the web can be found via Google scholar. Furthermore, most links in Google scholar are free. As a student you should never have to pay to download a paper. If Google scholar does not provide a free link, you should be able to access the paper freely via the University's internet or the University's library website.
Options
Option A (Literature survey):
Pick a problem that interests you
Search the literature for AI approaches to tackle this problem
Survey and discuss the relative strengths of each approach
If you'd like to see examples of survey papers in AI, have a look at the IJCAI-2021 survey track
Option B (Empirical evaluation):
Pick a problem that interests you.
Implement and experiment with several machine learning techniques to tackle this problem.
Option C (Algorithm design):
Identify a problem for which there are no satisfying approaches.
Develop an AI technique to tackle this problem.
Analyze theoretically and/or empirically the performance of your technique.
Option D (Dataset/Simulator/Benchmark design):
Identify a problem for which there is a lack of datasets or benchmarks to evaluate AI algorithms.
Collect a dataset or design a new benchmark to evaluate AI algorithms.
Demonstrate how some baseline AI algorithms perform with your dataset or benchmark.