Week 6 Cecilia La Place.

Slides:



Advertisements
Similar presentations
Semantic Contours from Inverse Detectors Bharath Hariharan et.al. (ICCV-11)
Advertisements

Evaluating Color Descriptors for Object and Scene Recognition Koen E.A. van de Sande, Student Member, IEEE, Theo Gevers, Member, IEEE, and Cees G.M. Snoek,
Activity Recognition Aneeq Zia. Agenda What is activity recognition Typical methods used for action recognition “Evaluation of local spatio-temporal features.
Free Space Detection for autonomous navigation in daytime foggy weather Nicolas Hautière, Jean-Philippe Tarel, Didier Aubert.
Realtime Object Recognition Using Decision Tree Learning Implemented with a Sony AIBO Robot CS 510 Presentation Chris Jorgensen.
Lecture 29: Recent work in recognition CS4670: Computer Vision Noah Snavely.
Generic object detection with deformable part-based models
Convolutional Neural Networks for Image Processing with Applications in Mobile Robotics By, Sruthi Moola.
Extracting Places and Activities from GPS Traces Using Hierarchical Conditional Random Fields Yong-Joong Kim Dept. of Computer Science Yonsei.
A Bayesian Approach For 3D Reconstruction From a Single Image
Thien Anh Dinh1, Tomi Silander1, Bolan Su1, Tianxia Gong
Human Gesture Recognition Using Kinect Camera Presented by Carolina Vettorazzo and Diego Santo Orasa Patsadu, Chakarida Nukoolkit and Bunthit Watanapa.
Object Detection with Discriminatively Trained Part Based Models
Frontiers in the Convergence of Bioscience and Information Technologies 2007 Seyed Koosha Golmohammadi, Lukasz Kurgan, Brendan Crowley, and Marek Reformat.
An Investigation of Commercial Data Mining Presented by Emily Davis Supervisor: John Ebden.
Object detection, deep learning, and R-CNNs
Fully Convolutional Networks for Semantic Segmentation
Feedforward semantic segmentation with zoom-out features
Learning Photographic Global Tonal Adjustment with a Database of Input / Output Image Pairs.
Cell Segmentation in Microscopy Imagery Using a Bag of Local Bayesian Classifiers Zhaozheng Yin RI/CMU, Fall 2009.
Rich feature hierarchies for accurate object detection and semantic segmentation 2014 IEEE Conference on Computer Vision and Pattern Recognition Ross Girshick,
Finding Clusters within a Class to Improve Classification Accuracy Literature Survey Yong Jae Lee 3/6/08.
Spatial Localization and Detection
Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition arXiv: v4 [cs.CV(CVPR)] 23 Apr 2015 Kaiming He, Xiangyu Zhang, Shaoqing.
A Neural Network Approach for classifying TACS By Mike Smith.
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Recent developments in object detection
Object Detection based on Segment Masks
Compact Bilinear Pooling
Object detection with deformable part-based models
ISBI Camelyon16 Challenge Prague, April 13, 2016
Krishna Kumar Singh, Yong Jae Lee University of California, Davis
Textual Video Prediction Week 2
Saliency-guided Video Classification via Adaptively weighted learning
Evaluating Techniques for Image Classification
Performance of Computer Vision
Robust Lung Nodule Classification using 2
Part-Based Room Categorization for Household Service Robots
Summary Presentation.
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
Adversarially Tuned Scene Generation
Cheng-Ming Huang, Wen-Hung Liao Department of Computer Science
SemanticFusion: Dense 3D Semantic Mapping with Convolutional Neural Networks Paper by John McCormac, Ankur Handa, Andrew Davison, and Stefan Leutenegger.
Bird-species Recognition Using Convolutional Neural Network
Mitchell Kossoris, Catelyn Scholl, Zhi Zheng
Image Classification.
Paper Presentation Aryeh Zapinsky
A Comparative Study of Convolutional Neural Network Models with Rosenblatt’s Brain Model Abu Kamruzzaman, Atik Khatri , Milind Ikke, Damiano Mastrandrea,
Figure 4. Testing minimal configurations with existing models for spatiotemporal recognition. (A-B) A binary classifier is trained to separate a positive.
Walter J. Scheirer, Samuel E. Anthony, Ken Nakayama & David D. Cox
“The Truth About Cats And Dogs”
Object Detection Creation from Scratch Samsung R&D Institute Ukraine
Papers 15/08.
Recurrent Encoder-Decoder Networks for Time-Varying Dense Predictions
Dr. Borji Aisha Urooj Cecilia La Place
Project 1: Smart Home REU student: Jason Ling Graduate mentors: Safa Bacanli Faculty mentor(s): Damla Turgut Week 8 (July 2 – July ) Accomplishments:
Predicting Body Movement and Recognizing Actions: an Integrated Framework for Mutual Benefits Boyu Wang and Minh Hoai Stony Brook University Experiments:
Learning Object Context for Dense Captioning
Housam Babiker, Randy Goebel and Irene Cheng
Neural Network Pipeline CONTACT & ACKNOWLEDGEMENTS
Airport Parking Space Navigation
Department of Computer Science Ben-Gurion University of the Negev
Detecting Digital Forgeries using Blind Noise Estimation
End-to-End Facial Alignment and Recognition
Jiahe Li
Report 2 Brandon Silva.
Week 1 Overview - Cecilia La Place
Week 5 Cecilia La Place.
Faithful Multimodal Explanation for VQA
An introduction to Machine Learning (ML)
Presentation transcript:

Week 6 Cecilia La Place

Progress so far... Created 5 different train-val-test splits Trained on split 1 and 2 Tested split 1 Training on split 3 Testing split 2

Papers Read Papers read Sky Region Detection in a Single Image for Autonomous Ground Robot Navigation - Shen et al Horizon Detection Using Machine Learning Techniques - Fefiltyev et al Convolution LSTM Network: A Machine Learning Approach for Precipitation Nowcasting - Shi et al

Shen et al Discusses different sky segmentation methods Need faster image processing for computers not as powerful such as small robots Highlights problems in sky segmentation Proposes method for faster image processing Preliminary information from a gradient Preliminary sky segmentation Combines the two to achieve a better sky segmentation

Fefiltyev et al Sky segmentation using machine learning classifiers SVM, J48, Naive Bayes Detects horizon lines Small dataset (20 images) Goal is to classify sky and ground pixels presuming common knowledge of where the sky is

Shi et al Nowcasting is the precise and timely prediction of weather and a problem in weather forecasting Approaches the problem from a machine learning perspective Applies fully connected LSTM which has temporal but not spatial information Proposes new model the convolution LSTM to account for the spatial information as well

Data 28 cameras for training 4 cameras for validation 13 cameras for testing On average based on mIOU split 1 had an accuracy of 43.3% The model is recognizing and trying to segment on nighttime and low light photos (better than Cityscapes!) Outperforms some cameras evaluated by Cityscapes

Split 1 - IOU and more Camera Cityscapes Refinenet 3395 49.25% 59.96% 8733 54.01% 58.80% 17218 31.70% 49.42% 1093 62.56% 39.81% 4679 58.75% 28.80%

Split 1 - Visual

Split 1 - Visual cont.

To do Gather more resources for literature review Start laying out poster for the poster presentations Train splits 4 and 5 Retrain split 2 due to overfitting Test split 2-5