This is the project page for the following paper:
Improving Object Detection with Deep Convolutional Networks via Bayesian Optimization and Structured Prediction
Yuting Zhang, Kihyuk Sohn, Ruben Villegas, Gang Pan, Honglak Lee
Conference on Computer Vision and Pattern Recognition (CVPR), June 2015.
doi: 10.1109/CVPR.2015.7298621
Oral presentation
&
1st Winner of CV Community Top Paper Award: CVPR 2015 (OpenCV’s People’s Vote Winning Papers) [link]
[]
[]
[paper (main, supp.)]
[arXiv]
[project (code & model)]
[slides 7M (high-res 45M)]
[poster]
@inproceedings{2015-cvpr-det, author={Yuting Zhang and Kihyuk Sohn and Ruben Villegas and Gang Pan and Honglak Lee}, booktitle={Conference on Computer Vision and Pattern Recognition ({CVPR})}, title={Improving Object Detection with Deep Convolutional Networks via {Bayesian} Optimization and Structured Prediction}, year={2015}, month={June}, url={http://www.ytzhang.net/files/publications/2015-cvpr-det.pdf}, arxiv={1504.03293}, pages={249-258}, doi={10.1109/CVPR.2015.7298621} }
1. Code & Models
You can obtain the code and more information at my GitHub repository:
You can also obtain the code in a tarball at this site (may not include the latest updates):
- stable-v1: [tar.gz (6.3M)]
2. How does the Bayesian optimization based fine-grained search (FGS) work?
2.1. An illustrative example for FGS
2.2. A real example for FGS
3. Detection result showcases