Carven von Bearnensquash

Slides:



Advertisements
Similar presentations
Automatic Photo Pop-up Derek Hoiem Alexei A.Efros Martial Hebert Carnegie Mellon University.
Advertisements

Weakly supervised learning of MRF models for image region labeling Jakob Verbeek LEAR team, INRIA Rhône-Alpes.
On-line learning and Boosting
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Other Classification Techniques 1.Nearest Neighbor Classifiers 2.Support Vector Machines.
Learning Globally-Consistent Local Distance Functions for Shape-Based Image Retrieval and Classification Computer Vision, ICCV IEEE 11th International.
Color Compatibility From Large Datasets Peter O’Donovan University of Toronto Aseem Agarwala Adobe Systems, Inc. Aaron Hertzmann University of Toronto.
LPP-HOG: A New Local Image Descriptor for Fast Human Detection Andy Qing Jun Wang and Ru Bo Zhang IEEE International Symposium.
Computer Vision – Image Representation (Histograms)
CMPUT 466/551 Principal Source: CMU
Object-centric spatial pooling for image classification Olga Russakovsky, Yuanqing Lin, Kai Yu, Li Fei-Fei ECCV 2012.
Second order cone programming approaches for handing missing and uncertain data P. K. Shivaswamy, C. Bhattacharyya and A. J. Smola Discussion led by Qi.
EE462 MLCV Lecture 5-6 Object Detection – Boosting Tae-Kyun Kim.
Ghunhui Gu, Joseph J. Lim, Pablo Arbeláez, Jitendra Malik University of California at Berkeley Berkeley, CA
Viola/Jones: features “Rectangle filters” Differences between sums of pixels in adjacent rectangles { y t (x) = +1 if h t (x) >  t -1 otherwise Unique.
Detecting Pedestrians by Learning Shapelet Features
EECS 274 Computer Vision Object detection. Human detection HOG features Cue integration Ensemble of classifiers ROC curve Reading: Assigned papers.
Fast intersection kernel SVMs for Realtime Object Detection
São Paulo Advanced School of Computing (SP-ASC’10). São Paulo, Brazil, July 12-17, 2010 Looking at People Using Partial Least Squares William Robson Schwartz.
Recognition using Regions CVPR Outline Introduction Overview of the Approach Experimental Results Conclusion.
Generic Object Detection using Feature Maps Oscar Danielsson Stefan Carlsson
Robust Real-time Object Detection by Paul Viola and Michael Jones ICCV 2001 Workshop on Statistical and Computation Theories of Vision Presentation by.
Ensemble Learning: An Introduction
Berkeley Vision GroupNIPS Vancouver Learning to Detect Natural Image Boundaries Using Local Brightness,
1 How to be a Bayesian without believing Yoav Freund Joint work with Rob Schapire and Yishay Mansour.
Object Detection Using the Statistics of Parts Henry Schneiderman Takeo Kanade Presented by : Sameer Shirdhonkar December 11, 2003.
Viewpoint Tracking for 3D Display Systems A look at the system proposed by Yusuf Bediz, Gözde Bozdağı Akar.
Exercise Session 10 – Image Categorization
A Tutorial on Object Detection Using OpenCV
Learning Based Hierarchical Vessel Segmentation
Paper gestalt How to make your paper looks “good”.
Example 16,000 documents 100 topic Picked those with large p(w|z)
Nonparametric Part Transfer for Fine-grained Recognition Presenter Byungju Kim.
Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images (Fri) Young Ki Baik, Computer Vision Lab.
Multimodal Alignment of Scholarly Documents and Their Presentations Bamdad Bahrani JCDL 2013 Submission Feb 2013.
Face detection Slides adapted Grauman & Liebe’s tutorial
Visual Object Recognition
ECE738 Advanced Image Processing Face Detection IEEE Trans. PAMI, July 1997.
Graph-based Text Classification: Learn from Your Neighbors Ralitsa Angelova , Gerhard Weikum : Max Planck Institute for Informatics Stuhlsatzenhausweg.
Bo QIN, Zongshun MA, Zhenghua FANG, Shengke WANG Computer-Aided Design and Computer Graphics, th IEEE International Conference on, p Presenter.
Project 3 Results.
Associative Hierarchical CRFs for Object Class Image Segmentation
CSSE463: Image Recognition Day 31 Today: Bayesian classifiers Today: Bayesian classifiers Tomorrow: Out-of-class project workday Tomorrow: Out-of-class.
Automated Fingertip Detection
GENDER AND AGE RECOGNITION FOR VIDEO ANALYTICS SOLUTION PRESENTED BY: SUBHASH REDDY JOLAPURAM.
PRESENTATION REU IN COMPUTER VISION 2014 AMARI LEWIS CRCV UNIVERSITY OF CENTRAL FLORIDA.
Week 10 Emily Hand UNR.
Locally Linear Support Vector Machines Ľubor Ladický Philip H.S. Torr.
Learning video saliency from human gaze using candidate selection CVPR2013 Poster.
Classifying Covert Photographs CVPR 2012 POSTER. Outline  Introduction  Combine Image Features and Attributes  Experiment  Conclusion.
Hybrid Classifiers for Object Classification with a Rich Background M. Osadchy, D. Keren, and B. Fadida-Specktor, ECCV 2012 Computer Vision and Video Analysis.
Object Recognition Tutorial Beatrice van Eden - Part time PhD Student at the University of the Witwatersrand. - Fulltime employee of the Council for Scientific.
Cell Segmentation in Microscopy Imagery Using a Bag of Local Bayesian Classifiers Zhaozheng Yin RI/CMU, Fall 2009.
Tree and Forest Classification and Regression Tree Bagging of trees Boosting trees Random Forest.
Week 4: 6/6 – 6/10 Jeffrey Loppert. This week.. Coded a Histogram of Oriented Gradients (HOG) Feature Extractor Extracted features from positive and negative.
Does one size really fit all? Evaluating classifiers in a Bag-of-Visual-Words classification Christian Hentschel, Harald Sack Hasso Plattner Institute.
Cascade for Fast Detection
Session 7: Face Detection (cont.)
Boosting and Additive Trees (2)
Lit part of blue dress and shadowed part of white dress are the same color
Recognition using Nearest Neighbor (or kNN)
Object detection as supervised classification
Thesis Advisor : Prof C.V. Jawahar
Lecture 26: Faces and probabilities
Yap Von Bing NUS Statistics
ADABOOST(Adaptative Boosting)
Support Vector Machines and Kernels
Marian Stewart Bartlett, Gwen C. Littlewort, Mark G. Frank, Kang Lee 
MAS 622J Course Project Classification of Affective States - GP Semi-Supervised Learning, SVM and kNN Hyungil Ahn
Random Neural Network Texture Model
Empirical Distributions
Presentation transcript:

Carven von Bearnensquash Paper Gestalt Carven von Bearnensquash

Background Peer review  imperfect review process Growth in the volume of submissions, tripled over the last 10 years Less than ideal pool of reviewers General layout of a paper

Abstract Intuition: Quality of paper  general layout of the paper Computer vision techniques to predict if the paper should be accepted Result: reject 15% of good papers, cut down the number of “bad papers” by more than 50%

Related work Unique work Text based – biased to certain terms: “boosting”, “svm”, “crf”, ignores rich visual information No previous work known

Approach Formulated as a binary classification task Training data set of example-label pairs, {(x1; y1); (x2; y2); ...(xn; yn)}, Xi: feature values for paper i, Yi: binary label, “good” or “bad” Goal: learn a function f: X  {0, 1}

Approach Adaboost Select feature classifier with lowest error rate, increase weight of mis- classified data

Approach Empirical error is bounded by More math: Include Maxwell’s equations in the paper Equations improve paper gestalt

Features gradient, texture, color and spatial information LUV histograms, Histograms of Oriented Gradients and gradient magnitude.

Experiments - Data Acquisition Accepted papers from CVPR 2008, ICCV 2009, and CVPR 2009 as positive examples #1196 Workshop papers from these same conferences as an approximation as negative examples #665 Papers converted to images, resized and padded with blank pages. 25% testing and 75% training

Experiments - Assuming that rejecting 15% of good papers is acceptable, we can cut bad papers in half

Experiments “we’re not sure what this figure reveals” bar plots are particularly aesthetically pleasing

Experiments – good examples

Experiments – bad examples

Experiments – the paper itself The system reported a posterior probability of 88.4%, which reassured us that this paper is fit for the CVPR conference.

Conclusions The quality of a computer vision paper can be estimated well by basic visual features A real-time system to predict weather a paper should be accepted or rejected