
CSSE463 Image Recognition Project Updates & Exam Prep
Stay updated on CSSE463 Image Recognition project teams, exam preparations, and upcoming activities. Learn about term project steps, neural nets/SVM, learning machines, and sunset detection process. Get ready for the midterm exam and practical lab assignments.
Uploaded on | 0 Views
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
CSSE463: Image Recognition Day 20 Project Teams: Stabilizer: Champion Annotator: Automobiles : Math Handwriting: Deep Learning: ???: Yuzong G, Jackie Z, Tony Y, Yolande X Thomas D, Ben K, Tim M, Dan S Larry G, Nicole M, Aaron M, Jarvis Z Josh G, Dustin G, Joe M Nathan B, Matthew G, Jared H, Matthew P Josh L, Max M, Runzhi Y, Chi Z
Term project next steps From the Lit Review specification. Goal: Review what others have done. Don t re-invent the wheel. Read papers! Summarize papers Due next Sunday night
CSSE463: Image Recognition Day 20 Today: Lab for sunset detector Next week: Monday: Sunset detector worktime Tuesday: Midterm Exam Thursday: k-means clustering (sunset due 11:00 pm) Friday: lab 6 (k-means)
Exam prep Bright blue roadmap sheet Exam review slides (courtesy reminder)
Common model of learning machines Statistical Learning (svmtrain) Labeled Training Images Extract Features (color, texture) Normalize in same way Summary Classifier (svmfwd) Test Image Extract Features (color, texture) Label
Sunset Process Loop over 4 folders of images Extract features Normalize Split into train and test and label Save Loop over kernel params Train Test Record accuracy, #sup vec For SVM with param giving best accuracy, Generate ROC curve Find good images Do extension I suggest writing as you go