1 / 6

WEEK 6: DEEP TRACKING

WEEK 6: DEEP TRACKING. Students: Si Chen & Meera Hahn Mentor: Afshin Deghan. Initial Experiments on CNN. Subsampling. Fully Connected. Convolutions. Subsampling. Convolutions. Using the toolbox by Rasmus Berg Palm Tracking Framework in complete. C2: feature maps 12@10x10.

zorion
Download Presentation

WEEK 6: DEEP TRACKING

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WEEK 6:DEEP TRACKING Students: Si Chen & Meera Hahn Mentor: AfshinDeghan

  2. Initial Experiments on CNN Subsampling Fully Connected Convolutions Subsampling Convolutions • Using the toolbox by Rasmus Berg Palm • Tracking Framework in complete C2: feature maps 12@10x10 S2: f. maps 12@10x10 S1: feature maps 6@14x14 C1: feature maps 6@28x28

  3. Installation • Overview Caffe • Majority of the week • Code with pre-initialized weights from supervised pre-training • David and Oliver helped us with the installation • Network classifier: 1000 classes --> replaced with an SVM • Last layer: 4096 nodes’ feature activation values --> SVM

  4. F Score Comparisons

  5. CAFFE • Trained weights of the CNN on benchmark data set using: • 256X256 images & 5 convolutional layer network • 32X32 images & 3 convolution layer network • 95%+ accuracy with trained classifier • Expectation: larger images trained with more convolutional layers should produce better results • Next step: Put trained models into tracker

  6. Next steps • Trained model into our tracker code: • How well does the tracker preform in comparison to using pre-trained weights? • Fully connected network • Learning additional attributes of videos: • Motion: provide temporal data to the network so it can learn the motion • Scale change

More Related