CRCV REU UCF Summer 2019 Arisa Kitagishi.

Slides:



Advertisements
Similar presentations
Networking Through Social Media. Module #1: Basis of Networking.
Advertisements

College Algebra Course Redesign Southeast Missouri State University.
Mentor: Salman Khokhar Action Recognition in Crowds Week 7.
End of Week 3 + Weekend Work UCF Computer Vision REU 2012 Paul Finkel 6/4/12.
Autonomous Vehicles Derek Smith EKU Dept. of Technology Computer Electronic Networking.
Farmer to Farmer ICT Workshop Evaluation Results Based on the responses of 19 workshop participants out of 24 total Presented to USAID by the FACET project.
Animation in Photoshop CS2 By: Jonathan Nunez. Introduction First off, I chose this project because I was not able to use all the major features that.
Height Estimation from Egocentric Video- Week 1 Dr. Ali Borji Aisha Urooj Khan Jessie Finocchiaro UCF CRCV REU 2016.
Dong Zhang and Dr. Mubarak Shah
Week 4 Report UCF Computer Vision REU 2012 Paul Finkel 6/11/12.
Music video Joe Berry.
Project #5: Generating Privacy and Security Threat Summary for Internet of Things REU Student: Ray Yan Graduate mentors: Logan Lebanoff Faculty Mentor(s):
Starter Questions 20/01/11 It took me 3 hours and 45 minutes to drive
Project 1: Investigating the Value versus Cost of Privacy in the Internet of Things REU Student: Patrick Dorton Graduate mentors: Sina Masnadi, Neda.
Summary of Week 1 (May 23 – May 27, 2016)
Query-Focused Video Summarization – Week 1
Update on Virus Diagnosis and Detection Programs
Ajita Rattani and Reza Derakhshani,
Project 7: Modeling Social Network Structures and their Dynamic Evolutions with User- Generated Data from IoT REU Student: Emma Ambrosini Graduate mentors:
Comparison Between Deep Learning Packages
Dr Anna Stodter FST Department of Sport and Exercise Sciences
Week 8 Nicholas Baker.
Object Recognition & Detection
Project 7: Modeling Social Network Structures and their Dynamic Evolutions with User- Generated Data from IoT REU Student: Emma Ambrosini Graduate mentors:
Unit 27 Task 3 Week 1-4 and Review 1.
Jason furmanek Kris murphy IBM
Introduction to Deep Learning with Keras
REU Week 1 Ivette Carreras UCF.
He said he ________ in a school
All About Me Ali Bhai Senior.
Transferring Rich Feature Hierarchies for Robust Visual Tracking
Evaluation of Research Training in Biochemistry
Lip movement Synthesis from Text
Personal profiles in VLE forums: do students use them?
HIGH PERFORMANCE COACHING
SIMPLE ONLINE AND REALTIME TRACKING WITH A DEEP ASSOCIATION METRIC
Introduction to Object Tracking
Textual Video Prediction
Computational Models of Discourse Analysis
Geographic Information System ─ Practice Class
Automatic Handwriting Generation
Action Recognition.
Weekly Learning Alex Omar Ruiz Irene.
Weeks 1 and 2 Aaron Ott.
Multi-UAV Detection and Tracking
Week 9 Farzain Majeed.
UCF-REU in Computer Vision
V17 (Money as a means of Exchange)
Week 3: Moving Target Detection Using Infrared Sensors
Multi-UAV to UAV Tracking
Moving Target Detection Using Infrared Sensors
Nome Sobrenome. Time time time time time time..
Report 7 Brandon Silva.
CRCV REU 2019 Kara Schatz.
Week 3 Volodymyr Bobyr.
Self-Supervised Cross-View Action Synthesis
Report 2 Brandon Silva.
REU 2019 Week 2 Volodymyr Bobyr.
Self-Supervised Cross-View Action Synthesis
Self-Supervised Cross-View Action Synthesis
CS a-spring-midterm2-survey
Deep screen image crop and enhance
Multi-Target Detection and Tracking of UAVs from a UAV
Week 1 Overview - Cecilia La Place
Week 6: Moving Target Detection Using Infrared Sensors
Week 7: Moving Target Detection Using Infrared Sensors
Computer Vision Project
CRCV REU 2019 Aaron Honculada.
Self-Supervised Cross-View Action Synthesis
Week 4: Moving Target Detection Using Infrared Sensors
Presentation transcript:

CRCV REU UCF Summer 2019 Arisa Kitagishi

The first week: Python Tools and Framework Deep Learning and CNN Anaconda3 Keras Tensorboard GPU/ Google Colab Deep Learning and CNN I had an experience with Python before, but it was still very helpful to go over the Python with the group and learn new things within Python. I actually have not used Anaconda3, Keras, Tensorboard, or GPU before, so it took me a bit to install and ensure my environment was working. I learned a lot to use them comfortably by the end of the week and was able to build a CNN sucessfully. It really helped that we went over a lot about CNN and deep learning such as loss functions, activation functions, and hyperparameters so that we can construct and play around with them using the CNN we constructed. My CNN didnt do particularly well, but I learned a lot on how layers may not necessarily make your model better, having dropouts a lot is not a good thing, and so on.

The second week: Pytorch MobaXterm and Newton More CNN Applications Conv3D Inception Module Applications By the second week, we started learning Pytorch and set up Newton. We also learned about the 3D convolution as well as I3D and inception module. 2D convolution would be using spatial and 3D convolution is both spatial and temporal. I was able to image this better with the explanation of Robert and his diagram he found. I also learned that common CNN to use for videos is I3D which consists of this inception model. We went over and coded for the I3D with Pytorch, andI learned that Pytorch is much harder compared to Keras, but it has much flexibility for us to adjust the CNN which is nice imo. I also thought it was nice to see different research papers in computer vision and appreciated all the presentations because it was really nice to see how the things we learned are applied to different fields such as object detection or tracking.

Research: 1. Moving Target Detection with Infrared Sensors - Dr. Mahalanobis and Babak The research I chose to work for this summer is Dr. Mahalanobis and Babak’s research of Moving target detection with Infrared sensors. The research is about detecting a target such as vehicles or human that are more than 4km away using images obtained via infrared sensors. Some of the problems they are tackling are how to calculate the number frames to skip as it correlates to distance, speed, and time. I chose this research because I saw great potential for this research to expand even if I continue to stay after this summer. I also liked how we could differentiate and point out small details that our eyes may not be able to and became interested in how we can possibly create CNN or analyze this dataset. Such as solving for how many frames we should skip depending on how far the object is and its speed. How we may differentiate the target from the false alarms as the background moves as well. Dr. Mahalanobis also mentioned the possibility of changing Dataset to further this application. I felt that I will gain a lot from this research that I could apply for my future career.

Thank you!