Object Classification through Deconvolutional Neural Networks

Slides:



Advertisements
Similar presentations
Lecture 5: CNN: Regularization
Advertisements

CS771 Machine Learning : Tools, Techniques & Application Gaurav Krishna Y Harshit Maheshwari Pulkit Jain Sayantan Marik
Training a Neural Network to Recognize Phage Major Capsid Proteins Author: Michael Arnoult, San Diego State University Mentors: Victor Seguritan, Anca.
Semantic Analysis of Movie Reviews for Rating Prediction
Lesson learnt from the UCSD datamining contest Richard Sia 2008/10/10.
Evolving Neural Networks in Classification Sunghwan Sohn.
Three kinds of learning
WEEK 6: DEEP TRACKING STUDENTS: SI CHEN & MEERA HAHN MENTOR: AFSHIN DEGHAN.
Machine Learning CS 165B Spring 2012
Richard Socher Cliff Chiung-Yu Lin Andrew Y. Ng Christopher D. Manning
Today Ensemble Methods. Recap of the course. Classifier Fusion
CLASSIFICATION: Ensemble Methods
BAGGING ALGORITHM, ONLINE BOOSTING AND VISION Se – Hoon Park.
Logan Lebanoff Mentor: Haroon Idrees. Two-layer method  Trying a method that will have two layers of neural networks.
1 Improve Protein Disorder Prediction Using Homology Instructor: Dr. Slobodan Vucetic Student: Kang Peng.
Fully Convolutional Networks for Semantic Segmentation
Ensemble Methods.  “No free lunch theorem” Wolpert and Macready 1995.
Skeleton Based Action Recognition with Convolutional Neural Network
Feedforward semantic segmentation with zoom-out features
Deep Residual Learning for Image Recognition
Lecture 4b Data augmentation for CNN training
Automatic Grading of Diabetic Retinopathy through Deep Learning
Deep Residual Learning for Image Recognition
CS 4501: Introduction to Computer Vision Object Localization, Detection, Semantic Segmentation Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy.
Demo.
Faster R-CNN – Concepts
ECG data classification with deep learning tools
Mini Places Challenge Adrià Recasens, Nov 21.
Object Classification through Deconvolutional Neural Networks
INSTITUT DE RECERCA EN VISIÓ PER COMPUTADOR I ROBÒTICA – vicorob. udg
Using Location Data to Predict the Outcome of Emergency Calls
CS 2750: Machine Learning Neural Networks
Object Detection with Bootstrapping
Object Detection with Bootstrapping Carlos Rubiano Mentor: Oliver Nina
Basic machine learning background with Python scikit-learn
Neural networks (3) Regularization Autoencoder
ECE 6504 Deep Learning for Perception
Arjun Watane Soumyabrata Dey
Efficient Deep Model for Monocular Road Segmentation
OpenWorld 2018 Audio Recognition Using Oracle Data Science Platform
ASAP and Deep ASAP: End-to-End Audio Sentiment Analysis Pipelines
Fully Convolutional Networks for Semantic Segmentation
Object Recognition & Detection
Bird-species Recognition Using Convolutional Neural Network
A Comparative Study of Convolutional Neural Network Models with Rosenblatt’s Brain Model Abu Kamruzzaman, Atik Khatri , Milind Ikke, Damiano Mastrandrea,
Counting in Dense Crowds using Deep Learning
Dog/Cat Classifier Christina Stiff.
Prediction of Wine Grade
Object Classification through Deconvolutional Neural Networks
Long Short Term Memory within Recurrent Neural Networks
Object Classification through Deconvolutional Neural Networks
Visualizing and Understanding Convolutional Networks
Tuning CNN: Tips & Tricks
Recurrent Encoder-Decoder Networks for Time-Varying Dense Predictions
Dr. Borji Aisha Urooj Cecilia La Place
Forward and Backward Max Pooling
ECE/CS/ME 539 Artificial Neural Networks Final Project
John H.L. Hansen & Taufiq Al Babba Hasan
Ensemble learning Reminder - Bagging of Trees Random Forest
ImageNet Classification with Deep Convolutional Neural Networks
Predicting Voter Choice from Census Data
Automatic Handwriting Generation
Deep Object Co-Segmentation
Action Recognition.
End-to-End Facial Alignment and Recognition
CRCV REU 2019 Kara Schatz.
THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU
LHC beam mode classification
Truman Action Recognition Status update
Shengcong Chen, Changxing Ding, Minfeng Liu 2018
Presentation transcript:

Object Classification through Deconvolutional Neural Networks Student: Carlos Rubiano Mentor: Oliver Nina

Helped High School Students Helped them with Caffe Setup Caffe Showed them how to create a network and then train it Gave them assistance when needed

Aerial View Classes Cars Non-Cars Size: 24x24 Trained on Caffe Results: 88%

On UT-Interaction Dataset, doing majority voting, classified sequences with 100% accuracy Chalearn Dataset got 54.55%

Working on python predictions file Refining it Want to combine various networks In ensemble fashion using different trained features Working on custom model by adding dropout to max pooling layers, similar to maxout but faster Adding RNN for temporal segmentation