Skip to the content.

NOBLE Research: Tigris’s Guide

Your role on this project is Research Lead. Your work feeds directly into the paper and the policy brief we deliver to NOBLE.

Your research files live in research/tigris/ on your branch (tigris-mccauley).

Your Tracks

1. Literature Review

Build an annotated bibliography (15+ sources) for the Related Work section of our paper.

Focus areas:

Starting papers:

Read these first, then follow their citations.

2. Detection Tool Profiles

Research each tool we are evaluating so we can write about them accurately in the paper.

Tool Type
Hive Moderation Commercial API
Illuminarty Web tool
AI or Not Web/API
HuggingFace AI Image Detector Open source model
SynthID (Google) Watermarking
Optic AI or Not API

For each tool: how it works, what it was trained on, known limitations, pricing, and any published accuracy claims.

This feeds the 2 page policy brief we deliver to NOBLE.

Questions to answer:

4. Image Quality Control (later)

When the team starts generating synthetic images, you will review samples for quality. Flag off topic images, obvious artifacts, wrong style, and duplicates. This starts when image generation is underway.

Git Workflow

# First time
git clone https://github.com/ashleyscruse/ai-generated-image-detection.git
cd ai-generated-image-detection
git checkout tigris-mccauley

# Before you start working
git pull origin main

# After making changes
git add research/tigris/
git commit -m "Added 3 literature summaries"
git push origin tigris-mccauley

Your files are markdown (.md). You can edit them in VS Code, any text editor, or directly on GitHub.

Getting Help

If you are stuck for more than 15 minutes, message Dr. Scruse.