diff --git a/background.tex b/background.tex index 43ca3cd..041a6fa 100644 --- a/background.tex +++ b/background.tex @@ -517,14 +517,12 @@ b_e^* = (b_x^*, b_y^*, b_w^*, b_h^*), where \begin{equation*} b_x^* = \frac{x^* - x_r}{w_r}, -\end{equation*} -\begin{equation*} +\qquad b_y^* = \frac{y^* - y_r}{h_r}, \end{equation*} \begin{equation*} b_w^* = \log \left( \frac{w^*}{w_r} \right), -\end{equation*} -\begin{equation*} +\qquad b_h^* = \log \left( \frac{h^*}{h_r} \right), \end{equation*} which represents the regression target for the bounding box @@ -537,14 +535,12 @@ b_e = (b_x, b_y, b_w, b_h), where \begin{equation*} b_x = \frac{x - x_r}{w_r}, -\end{equation*} -\begin{equation*} +\qquad b_y = \frac{y - y_r}{h_r}, \end{equation*} \begin{equation*} b_w = \log \left( \frac{w}{w_r} \right), -\end{equation*} -\begin{equation*} +\qquad b_h = \log \left( \frac{h}{h_r} \right). \end{equation*} @@ -557,14 +553,12 @@ b = (x, y, w, h), where \begin{equation*} x = b_x \cdot w_r + x_r, -\end{equation*} -\begin{equation*} +\qquad y = b_y \cdot b_r + y_r, \end{equation*} \begin{equation*} w = \exp(b_w) \cdot w_r, -\end{equation*} -\begin{equation*} +\qquad h = \exp(b_h) \cdot h_r, \end{equation*} and thus the bounding box is obtained as the reference bounding box adjusted by diff --git a/bib.bib b/bib.bib index 9fa04b6..9ee4c4e 100644 --- a/bib.bib +++ b/bib.bib @@ -3,23 +3,26 @@ and Philip H{\"a}usser and Caner Haz{\i}rba{\c{s}} and Vladimir Golkov and Patrick v.d. Smagt and Daniel Cremers and Thomas Brox}, title = {{FlowNet}: Learning Optical Flow with Convolutional Networks}, - booktitle = {{ICCV}}, - year = {2015}} + booktitle = iccv-2015, + year = iccv-2015-yr, + month = iccv-2015-mon} @inproceedings{FlowNet2, author = {Eddy Ilg and Nikolaus Mayer and Tonmoy Saikia and Margret Keuper and Alexey Dosovitskiy and Thomas Brox}, title = {{FlowNet} 2.0: {E}volution of Optical Flow Estimation with Deep Networks}, - booktitle = {{CVPR}}, - year = {2017},} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{SceneFlowDataset, author = {Nikolaus Mayer and Eddy Ilg and Philip H{\"a}usser and Philipp Fischer and Daniel Cremers and Alexey Dosovitskiy and Thomas Brox}, title = {A Large Dataset to Train Convolutional Networks for Disparity, Optical Flow, and Scene Flow Estimation}, - booktitle = {{CVPR}}, - year = {2016}} + booktitle = cvpr-2016, + year = cvpr-2016-yr, + month = cvpr-2016-mon} @article{SfmNet, author = {Sudheendra Vijayanarasimhan and @@ -35,22 +38,24 @@ Author = {Kaiming He and Georgia Gkioxari and Piotr Doll\'{a}r and Ross Girshick}, Title = {{Mask {R-CNN}}}, - Booktitle = {CVPR}, - Year = {2017}} + Booktitle = cvpr-2017, + Year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{FasterRCNN, Author = {Shaoqing Ren and Kaiming He and Ross Girshick and Jian Sun}, Title = {Faster {R-CNN}: Towards Real-Time Object Detection with Region Proposal Networks}, - Booktitle = {{NIPS}}, - Year = {2015}} + Booktitle = nips-2015, + Year = nips-2015-yr} @inproceedings{FastRCNN, Author = {Ross Girshick}, Title = {Fast {R-CNN}}, - Booktitle = {{ICCV}}, - Year = {2015}} + Booktitle = iccv-2015, + year = iccv-2015-yr, + month = iccv-2015-mon} @inproceedings{InstanceSceneFlow, Author = {Aseem Behl and Omid Hosseini Jafari and Siva Karthik Mustikovela and @@ -58,8 +63,9 @@ Title = {Bounding Boxes, Segmentations and Object Coordinates: How Important is Recognition for 3D Scene Flow Estimation in Autonomous Driving Scenarios?}, - Booktitle = {{ICCV}}, - Year = {2017}} + Booktitle = iccv-2017, + year = iccv-2017-yr, + month = iccv-2017-mon} @inproceedings{RCNN, Author = {Ross Girshick and @@ -68,135 +74,148 @@ Jitendra Malik}, Title = {Rich feature hierarchies for accurate object detection and semantic segmentation}, - Booktitle = {{CVPR}}, - Year = {2014}} + Booktitle = cvpr-2014, + Year = cvpr-2014-yr, + month = cvpr-2014-mon} @inproceedings{ImageNetCNN, title = {ImageNet Classification with Deep Convolutional Neural Networks}, author = {Alex Krizhevsky and Sutskever, Ilya and Hinton, Geoffrey E.}, - booktitle = {{NIPS}}, - year = {2012}} + booktitle = nips-2012, + year = nips-2012-yr} @inproceedings{VGGNet, author = {Karen Simonyan and Andrew Zisserman}, title = {Very Deep Convolutional Networks for Large-Scale Image Recognition}, - booktitle = {ICLR}, + booktitle = {3rd International Conference on Learning Representations}, year = {2015}} @inproceedings{ResNet, author = {Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun}, title = {Deep Residual Learning for Image Recognition}, - booktitle = {CVPR}, - year = {2016}} + booktitle = cvpr-2016, + year = cvpr-2016-yr, + month = cvpr-2016-mon} @inproceedings{DenseNetDenseFlow, author = {Yi Zhu and Shawn D. Newsam}, title = {DenseNet for Dense Flow}, - booktitle = {ICIP}, - year = {2017}} + booktitle = icip-2017, + year = icip-2017-yr} @inproceedings{SE3Nets, author = {Arunkumar Byravan and Dieter Fox}, title = {{SE3-Nets}: Learning Rigid Body Motion using Deep Neural Networks}, - booktitle = {{ICRA}}, + booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation}, year = {2017}} @inproceedings{FlowLayers, author = {Laura Sevilla-Lara and Deqing Sun and Varun Jampani and Michael J. Black}, title = {Optical Flow with Semantic Segmentation and Localized Layers}, - booktitle = {{CVPR}}, - year = {2016}} + booktitle = cvpr-2016, + year = cvpr-2016-yr, + month = cvpr-2016-mon} @inproceedings{ESI, author = {Min Bai and Wenjie Luo and Kaustav Kundu and Raquel Urtasun}, title = {Exploiting Semantic Information and Deep Matching for Optical Flow}, - booktitle = {{ECCV}}, - year = {2016}} + booktitle = eccv-2016, + year = eccv-2016-yr} @inproceedings{VKITTI, author = {Adrien Gaidon and Qiao Wang and Yohann Cabon and Eleonora Vig}, title = {Virtual Worlds as Proxy for Multi-Object Tracking Analysis}, - booktitle = {{CVPR}}, - year = {2016}} + booktitle = cvpr-2016, + year = cvpr-2016-yr, + month = cvpr-2016-mon} @inproceedings{KITTI2012, author = {Andreas Geiger and Philip Lenz and Raquel Urtasun}, title = {Are we ready for Autonomous Driving? The {KITTI} Vision Benchmark Suite}, - booktitle = {{CVPR}}, - year = {2012}} + booktitle = cvpr-2012, + year = cvpr-2012-yr, + month = cvpr-2012-mon} @inproceedings{KITTI2015, author = {Moritz Menze and Andreas Geiger}, title = {Object Scene Flow for Autonomous Vehicles}, - booktitle = {{CVPR}}, - year = {2015}} + booktitle = cvpr-2015, + year = cvpr-2015-yr, + month = cvpr-2015-mon} @inproceedings{PRSF, author = {C. Vogel and K. Schindler and S. Roth}, title = {Piecewise Rigid Scene Flow}, - booktitle = {{ICCV}}, - year = {2013}} + booktitle = iccv-2013, + year = iccv-2013-yr, + month = iccv-2013-mon} -@inproceedings{PRSM, +@article{PRSM, author = {C. Vogel and K. Schindler and S. Roth}, title = {3D Scene Flow with a Piecewise Rigid Scene Model}, - booktitle = {{IJCV}}, + booktitle = ijcv, year = {2015}} @inproceedings{MRFlow, author = {Jonas Wulff and Laura Sevilla-Lara and Michael J. Black}, title = {Optical Flow in Mostly Rigid Scenes}, - booktitle = {{CVPR}}, - year = {2017}} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{SPyNet, author = {Anurag Ranjan and Michael J. Black}, title = {Optical Flow Estimation using a Spatial Pyramid Network}, - booktitle = {CVPR}, - year = {2017}} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{FPN, author = {Tsung-Yi Lin and Piotr Dollár and Ross Girshick and Kaiming He and Bharath Hariharan and Serge Belongie}, title = {Feature Pyramid Networks for Object Detection}, - booktitle = {CVPR}, - year = {2017}} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{PoseNet, author = {Alex Kendall and Matthew Grimes and Roberto Cipolla}, title = {PoseNet: A Convolutional Network for Real-Time 6-DOF Camera Relocalization}, - booktitle = {ICCV}, - year = {2015}} + booktitle = iccv-2015, + year = iccv-2015-yr, + month = iccv-2015-mon} @inproceedings{PoseNet2, author = {Alex Kendall and Roberto Cipolla}, title = {Geometric loss functions for camera pose regression with deep learning}, - booktitle = {CVPR}, - year = {2017}} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{STN, author = {M. Jadeberg and K. Zisserman and K. Kavukcuoglu}, title = {Spatial transformer networks}, - booktitle = {NIPS}, - year = {2015}} + booktitle = nips-2015, + year = nips-2015-yr} @inproceedings{CensusTerm, author = {Fridtjof Stein}, title = {Efficient Computation of Optical Flow Using the Census Transform}, - booktitle = {{DAGM} Symposium}, - year = {2004}} + booktitle = dagm-2004, + year = dagm-2004-yr} @inproceedings{DeeperDepth, author = {Iro Laina and Christian Rupprecht and Vasileios Belagiannis and Federico Tombari and Nassir Navab}, title = {Deeper Depth Prediction with Fully Convolutional Residual Networks}, - booktitle = {3DV}, + booktitle = {Proceedings of the International Conference on 3D Vision}, year = {2016}} @inproceedings{TensorFlowObjectDetection, author = {J. Huang and V. Rathod and C. Sun and M. Zhu and A. Korattikara and A. Fathi and I. Fischer and Z. Wojna, and Y. Song and S. Guadarrama and K. Murphy}, title = {Speed/accuracy trade-offs for modern convolutional object detectors}, - booktitle = {CVPR}, - year = {2017}} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @misc{TensorFlow, title={{TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems}, @@ -208,65 +227,69 @@ @inproceedings{LSTM, author = {Sepp Hochreiter and Jürgen Schmidhuber}, title = {Long Short-Term Memory}, - booktitle = {Neural Computation}, + booktitle = neco, year = {1997}} @inproceedings{TemporalSF, author = {Christoph Vogel and Stefan Roth and Konrad Schindler}, title = {View-Consistent 3D Scene Flow Estimation over Multiple Frames}, - booktitle = {ECCV}, - year = {2014}} + booktitle = eccv-2014, + year = eccv-2014-yr} @inproceedings{Cityscapes, author = {M. Cordts and M. Omran and S. Ramos and T. Rehfeld and M. Enzweiler and R. Benenson and U. Franke and S. Roth and B. Schiele}, title = {The Cityscapes Dataset for Semantic Urban Scene Understanding}, - booktitle = {CVPR}, - year = {2016}} + booktitle = cvpr-2016, + year = cvpr-2016-yr, + month = cvpr-2016-mon} @inproceedings{SGD, author = {Y. LeCun and B. Boser and J. S. Denker and D. Henderson and R. E. Howard and W. Hubbard and L. D. Jackel}, title = {Backpropagation applied to handwritten zip code recognition}, - booktitle = {Neural Computation}, + booktitle = neco, year = {1989}} @inproceedings{GCNet, author = {Alex Kendall and Hayk Martirosyan and Saumitro Dasgupta and Peter Henry Ryan Kennedy and Abraham Bachrach and Adam Bry}, title = {End-to-End Learning of Geometry and Context for Deep Stereo Regression}, - booktitle = {CVPR}, - year = {2017}} + booktitle = cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{BN, author = {Sergey Ioffe and Christian Szegedy}, title = {Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift}, - booktitle = {ICML}, - year = {2015}} + booktitle = icml-2015, + year = icml-2015-yr} @inproceedings{He, author = {Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun}, title = {Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification}, - booktitle = {ICCV}, - year = {2015}} + booktitle = iccv-2015, + year = iccv-2015-yr, + month = iccv-2015-mon} @inproceedings{UnFlow, author = {Simon Meister and Junhwa Hur and Stefan Roth}, title = {UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss}, - booktitle = {AAAI}, - year = {2018}} + booktitle = aaai-2018, + year = aaai-2018-yr} @inproceedings{UnsupDepth, title={Unsupervised Learning of Depth and Ego-Motion from Video}, author={Ravi Garg and BG Vijay Kumar and Gustavo Carneiro and Ian Reid}, - booktitle={ECCV}, - year={2016}} + booktitle=eccv-2016, + year=eccv-2016-yr} @inproceedings{UnsupPoseDepth, title={Unsupervised CNN for single view depth estimation: Geometry to the rescue}, author={Tinghui Zhou and Matthew Brown and Noah Snavely and David G. Lowe}, - booktitle={CVPR}, - year={2017}} + booktitle=cvpr-2017, + year = cvpr-2017-yr, + month = cvpr-2017-mon} @inproceedings{UnsupFlownet, title={Back to Basics: Unsupervised Learning of Optical Flow via Brightness Constancy and Motion Smoothness}, @@ -274,8 +297,8 @@ booktitle={ECCV Workshops}, year={2016}} - @inproceedings{ImageNet, - title={ImageNet Large Scale Visual Recognition Challenge}, - author={Olga Russakovsky and others}, - booktitle={IJCV}, - year={2015}} +@article{ImageNet, + title={ImageNet Large Scale Visual Recognition Challenge}, + author={Olga Russakovsky and others}, + booktitle=ijcv, + year={2015}} diff --git a/long.bib b/long.bib new file mode 100644 index 0000000..629ed39 --- /dev/null +++ b/long.bib @@ -0,0 +1,1410 @@ +% ============================================================================== +% Collected papers - Stefan Roth +% Templates: Long version +% ============================================================================== + + +% ============================================================================== +% Journal abbreviations +% ============================================================================== + +% Computer Vision & Image Processing +@String{pami = "IEEE Transactions on Pattern Analysis and Machine Intelligence"} +@String{ijcv = "International Journal of Computer Vision"} +@String{cviu = "Computer Vision and Image Understanding"} +@String{ivc = "Image and Vision Computing"} +@String{transip = "IEEE Transactions on Image Processing"} +@String{jmiv = "Journal of Mathematical Imaging and Vision"} + +% Machine Learning +@String{jmlr = "Journal of Machine Learning Research"} +@String{neco = "Neural Computation"} +@String{network = "Network: Computation in Neural Systems"} +@String{artint = "Artificial Intelligence"} + +% Statistics +@String{tinfo = "IEEE Transactions on Information Theory"} +@String{jamstatassoc = "Journal of the American Statistical Association"} +@String{jstatphy = "Journal of Statistical Physics"} +@String{jrstatsocb = "Journal of the Royal Statistical Society. Series B, Statistical Methodology"} +@String{statsci = "Statistical Science"} + +% Signal Processing & Optics +@String{transsig = "IEEE Transactions on Signal Processing"} +@String{joptsocam = "Journal of the Optical Society of America"} +@String{joptsocama = "Journal of the Optical Society of America. Series A, Optics and Image Science"} + +% Other +@String{tog = "ACM Transactions on Graphics"} +@String{cacm = "Communications of the ACM"} +@String{pieee = "Proceedings of the IEEE"} +@String{tcom = "IEEE Transactions on Communications"} +@String{ijrr = "International Journal of Robotics Research"} +@String{sensors = "IEEE Sensors Journal"} +@String{cdm = "IEEE Circuits and Devices Magazine"} +@String{prsoclondb = "Proceedings of the Royal Society of London. Series B, Biological Sciences"} +@String{siamjnan = "SIAM Journal on Numerical Analysis"} +@String{siamjam = "SIAM Journal on Applied Mathematics"} +@String{siamrev = "SIAM Review"} +@String{autoctrl = "IEEE Transactions on Automatic Control"} +@String{pjm = "Pacific Journal of Mathematics"} + +% ============================================================================== +% Conference abbreviations +% ============================================================================== + +% Computer Vision & Image Processing +@String{cvpr = "Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition"} +@String{gcpr = "Proceedings of the German Conference on Pattern Recognition"} +@String{bmvc = "Proceedings of the British Machine Vision Conference"} +@String{wacv = "IEEE Winter Conference on Applications of Computer Vision"} +@String{icip = "Proceedings of the IEEE International Conference on Image Processing"} +@String{icpr = "Proceedings of the International Conference on Pattern Recognition"} +@String{vmv = "Proceedings of the Workshop on Vision, Modeling and Visualization"} +@String{espc = "Proceedings of the European Signal Processing Conference"} +@String{icassp = "Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing"} +@String{miccai = "Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention"} + +% Machine Learning +@String{nips = "Advances in Neural Information Processing Systems"} +@String{ijcai = "Proceedings of the International Joint Conference on Artificial Intelligence"} +@String{uai = "Proceedings of the Conference on Uncertainty in Artificial Intelligence"} +@String{aistats = "Proceedings of the International Workshop on Artificial Intelligence and Statistics"} +@String{aaai = "Proceedings of the National Conference on Artificial Intelligence"} + +% Other +@String{iros = "Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems"} +@String{iv = "Proceedings of the IEEE Intelligent Vehicles Symposium"} + +% ============================================================================== +% Book/Series abbreviations +% ============================================================================== + +@String{lncs = "Lecture Notes in Computer Science"} + + + +% ============================================================================== +% Computer Vision and Image Processing Conferences +% ============================================================================== + +% ------------------------------------------------------------------------------ +% CVPR +% ------------------------------------------------------------------------------ +@String{cvpr-2017 = cvpr} +@String{cvpr-2017-yr = 2017} +@String{cvpr-2017-mon = jul} +@String{cvpr-2017-adr = "Honolulu, Hawaii"} + +@String{cvpr-2016 = cvpr} +@String{cvpr-2016-yr = 2016} +@String{cvpr-2016-mon = jun} +@String{cvpr-2016-adr = "Las Vegas, Nevada"} + +@String{cvpr-2015 = cvpr} +@String{cvpr-2015-yr = 2015} +@String{cvpr-2015-mon = jun} +@String{cvpr-2015-adr = "Boston, Massachusetts"} + +@String{cvpr-2014 = cvpr} +@String{cvpr-2014-yr = 2014} +@String{cvpr-2014-mon = jun} +@String{cvpr-2014-adr = "Columbus, Ohio"} + +@String{cvpr-2013 = cvpr} +@String{cvpr-2013-yr = 2013} +@String{cvpr-2013-mon = jun} +@String{cvpr-2013-adr = "Portland, Oregon"} + +@String{cvpr-2012 = cvpr} +@String{cvpr-2012-yr = 2012} +@String{cvpr-2012-mon = jun} +@String{cvpr-2012-adr = "Providence, Rhode Island"} + +@String{cvpr-2011 = cvpr} +@String{cvpr-2011-yr = 2011} +@String{cvpr-2011-mon = jun} +@String{cvpr-2011-adr = "Colorado Springs, Colorado"} + +@String{cvpr-2010 = cvpr} +@String{cvpr-2010-yr = 2010} +@String{cvpr-2010-mon = jun} +@String{cvpr-2010-adr = "San Francisco, California"} + +@String{cvpr-2009 = cvpr} +@String{cvpr-2009-yr = 2009} +@String{cvpr-2009-mon = jun} +@String{cvpr-2009-adr = "Miami, Florida"} + +@String{cvpr-2008 = cvpr} +@String{cvpr-2008-yr = 2008} +@String{cvpr-2008-mon = jun} +@String{cvpr-2008-adr = "Anchorage, Alaska"} + +@String{cvpr-2007 = cvpr} +@String{cvpr-2007-yr = 2007} +@String{cvpr-2007-mon = jun} +@String{cvpr-2007-adr = "Minneapolis, Minnesota"} + +@String{cvpr-2006 = cvpr} +@String{cvpr-2006-yr = 2006} +@String{cvpr-2006-mon = jun} +@String{cvpr-2006-adr = "New York, New York"} + +@String{cvpr-2005 = cvpr} +@String{cvpr-2005-yr = 2005} +@String{cvpr-2005-mon = jun} +@String{cvpr-2005-adr = "San Diego, California"} + +@String{cvpr-2004 = cvpr} +@String{cvpr-2004-yr = 2004} +@String{cvpr-2004-mon = jun} +@String{cvpr-2004-adr = "Washington, DC"} + +@String{cvpr-2003 = cvpr} +@String{cvpr-2003-yr = 2003} +@String{cvpr-2003-mon = jun} +@String{cvpr-2003-adr = "Madison, Wisconsin"} + +@String{cvpr-2001 = cvpr} +@String{cvpr-2001-yr = 2001} +@String{cvpr-2001-mon = dec} +@String{cvpr-2001-adr = "Kauai, Hawaii"} + +@String{cvpr-2000 = cvpr} +@String{cvpr-2000-yr = 2000} +@String{cvpr-2000-mon = jun} +@String{cvpr-2000-adr = "Hilton Head Island, South Carolina"} + +@String{cvpr-1999 = cvpr} +@String{cvpr-1999-yr = 1999} +@String{cvpr-1999-mon = jun} +@String{cvpr-1999-adr = "Fort Collins, Colorado"} + +@String{cvpr-1998 = cvpr} +@String{cvpr-1998-yr = 1998} +@String{cvpr-1998-mon = jun} +@String{cvpr-1998-adr = "Santa Barabara, California"} + +@String{cvpr-1997 = cvpr} +@String{cvpr-1997-yr = 1997} +@String{cvpr-1997-mon = jun} +@String{cvpr-1997-adr = "San Juan, Puerto Rico"} + +@String{cvpr-1996 = cvpr} +@String{cvpr-1996-yr = 1996} +@String{cvpr-1996-mon = jun} +@String{cvpr-1996-adr = "San Francisco, California"} + +@String{cvpr-1994 = cvpr} +@String{cvpr-1994-yr = 1994} +@String{cvpr-1994-mon = jun} +@String{cvpr-1994-adr = "Seattle, Washington"} + +@String{cvpr-1993 = cvpr} +@String{cvpr-1993-yr = 1993} +@String{cvpr-1993-mon = jun} +@String{cvpr-1993-adr = "New York, New York"} + +@String{cvpr-1992 = cvpr} +@String{cvpr-1992-yr = 1992} +@String{cvpr-1992-mon = jun} +@String{cvpr-1992-adr = "Champaign, Illinois"} + +@String{cvpr-1991 = cvpr} +@String{cvpr-1991-yr = 1991} +@String{cvpr-1991-mon = jun} +@String{cvpr-1991-adr = "Lahaina, Maui, Hawaii"} + +@String{cvpr-1989 = cvpr} +@String{cvpr-1989-yr = 1989} +@String{cvpr-1989-mon = jun} +@String{cvpr-1989-adr = "San Diego, California"} + +@String{cvpr-1988 = cvpr} +@String{cvpr-1988-yr = 1988} +@String{cvpr-1988-mon = jun} +@String{cvpr-1988-adr = "Ann Arbor, Michigan"} + +@String{cvpr-1986 = cvpr} +@String{cvpr-1986-yr = 1986} +@String{cvpr-1986-mon = jun} +@String{cvpr-1986-adr = "Miami, Florida"} + +@String{cvpr-1985 = cvpr} +@String{cvpr-1985-yr = 1985} +@String{cvpr-1985-mon = jun} +@String{cvpr-1985-adr = "San Francisco, California"} + +@String{cvpr-1983 = cvpr} +@String{cvpr-1983-yr = 1983} +@String{cvpr-1983-mon = jun} +@String{cvpr-1983-adr = "Arlington, Virginia"} + + + +% ------------------------------------------------------------------------------ +% ECCV +% ------------------------------------------------------------------------------ +@String{eccv-2016 = "Proceedings of the 14th European Conference on Computer Vision"} +@String{eccv-2016-yr = 2016} +@String{eccv-2016-srtmon = oct} +@String{eccv-2016-eds = "B. Leibe and J. Matas and N. Sebe and M. Welling"} +@String{eccv-2016-ser = lncs} +@String{eccv-2016-pub = "Springer"} +@String{eccv-2016-vol1 = "9905"} +@String{eccv-2016-vol2 = "9906"} +@String{eccv-2016-vol3 = "9907"} +@String{eccv-2016-vol4 = "9908"} +@String{eccv-2016-vol5 = "9909"} +@String{eccv-2016-vol6 = "9910"} +@String{eccv-2016-vol7 = "9911"} +@String{eccv-2016-vol8 = "9912"} + +@String{eccv-2014 = "Proceedings of the 13th European Conference on Computer Vision"} +@String{eccv-2014-yr = 2014} +@String{eccv-2014-srtmon = sep} +@String{eccv-2014-eds = "D. Fleet and T. Pajdla and B. Schiele and T. Tuytelaars"} +@String{eccv-2014-ser = lncs} +@String{eccv-2014-pub = "Springer"} +@String{eccv-2014-vol1 = "8689"} +@String{eccv-2014-vol2 = "8690"} +@String{eccv-2014-vol3 = "8691"} +@String{eccv-2014-vol4 = "8692"} +@String{eccv-2014-vol5 = "8693"} +@String{eccv-2014-vol6 = "8694"} +@String{eccv-2014-vol7 = "8695"} + +@String{eccv-2012 = "Proceedings of the 12th European Conference on Computer Vision"} +@String{eccv-2012-yr = 2012} +@String{eccv-2012-srtmon = oct} +@String{eccv-2012-eds = "A. Fitzgibbon and S. Lazebnik and P. Perona and Y. Sato and C. Schmid"} +@String{eccv-2012-ser = lncs} +@String{eccv-2012-pub = "Springer"} +@String{eccv-2012-vol1 = "7572"} +@String{eccv-2012-vol2 = "7573"} +@String{eccv-2012-vol3 = "7574"} +@String{eccv-2012-vol4 = "7575"} +@String{eccv-2012-vol5 = "7576"} +@String{eccv-2012-vol6 = "7577"} +@String{eccv-2012-vol7 = "7578"} + +@String{eccv-2010 = "Proceedings of the 11th European Conference on Computer Vision"} +@String{eccv-2010-yr = 2010} +@String{eccv-2010-srtmon = sep} +@String{eccv-2010-eds = "K. Daniilidis and P. Maragos and N. Paragios"} +@String{eccv-2010-ser = lncs} +@String{eccv-2010-pub = "Springer"} +@String{eccv-2010-vol1 = "6311"} +@String{eccv-2010-vol2 = "6312"} +@String{eccv-2010-vol3 = "6313"} +@String{eccv-2010-vol4 = "6314"} +@String{eccv-2010-vol5 = "6315"} +@String{eccv-2010-vol6 = "6316"} + +@String{eccv-2008 = "Proceedings of the Tenth European Conference on Computer Vision"} +@String{eccv-2008-yr = 2008} +@String{eccv-2008-srtmon = oct} +@String{eccv-2008-eds = "D. Forsyth and P. Torr and A. Zisserman"} +@String{eccv-2008-ser = lncs} +@String{eccv-2008-pub = "Springer"} +@String{eccv-2008-vol1 = 5302} +@String{eccv-2008-vol2 = 5303} +@String{eccv-2008-vol3 = 5304} +@String{eccv-2008-vol4 = 5305} + +@String{eccv-2006 = "Proceedings of the Ninth European Conference on Computer Vision"} +@String{eccv-2006-yr = 2006} +@String{eccv-2006-srtmon = may} +@String{eccv-2006-eds = "A. Leonardis and H. Bischof and A. Pinz"} +@String{eccv-2006-ser = lncs} +@String{eccv-2006-pub = "Springer"} +@String{eccv-2006-vol1 = "3951"} +@String{eccv-2006-vol2 = "3952"} +@String{eccv-2006-vol3 = "3953"} +@String{eccv-2006-vol4 = "3954"} + + +@String{eccv-2004 = "Proceedings of the Eighth European Conference on Computer Vision"} +@String{eccv-2004-yr = 2004} +@String{eccv-2004-eds = "T. Pajdla and J. Matas"} +@String{eccv-2004-ser = lncs} +@String{eccv-2004-pub = "Springer"} +@String{eccv-2004-vol1 = "3021"} +@String{eccv-2004-vol2 = "3022"} +@String{eccv-2004-vol3 = "3023"} +@String{eccv-2004-vol4 = "3024"} + + +@String{eccv-2002 = "Proceedings of the Seventh European Conference on Computer Vision"} +@String{eccv-2002-yr = 2002} +@String{eccv-2002-eds = "A. Heyden and G. Sparr and M. Nielsen and P. Johansen"} +@String{eccv-2002-ser = lncs} +@String{eccv-2002-pub = "Springer"} +@String{eccv-2002-vol1 = "2350"} +@String{eccv-2002-vol2 = "2351"} +@String{eccv-2002-vol3 = "2352"} +@String{eccv-2002-vol4 = "2353"} + + +@String{eccv-2000 = "Proceedings of the Sixth European Conference on Computer Vision"} +@String{eccv-2000-yr = 2000} +@String{eccv-2000-eds = "D. Vernon"} +@String{eccv-2000-ser = lncs} +@String{eccv-2000-pub = "Springer"} +@String{eccv-2000-vol1 = "1842"} +@String{eccv-2000-vol2 = "1843"} + + +@String{eccv-1998 = "Proceedings of the Fifth European Conference on Computer Vision"} +@String{eccv-1998-yr = 1998} +@String{eccv-1998-eds = "H. Burkhardt and B. Neumann"} +@String{eccv-1998-ser = lncs} +@String{eccv-1998-pub = "Springer"} +@String{eccv-1998-vol1 = "1406"} +@String{eccv-1998-vol2 = "1407"} + + +@String{eccv-1996 = "Proceedings of the Fourth European Conference on Computer Vision"} +@String{eccv-1996-yr = 1996} +@String{eccv-1996-eds = "B. F. Buxton and R. Cipolla"} +@String{eccv-1996-ser = lncs} +@String{eccv-1996-pub = "Springer"} +@String{eccv-1996-vol1 = "1064"} +@String{eccv-1996-vol2 = "1065"} + + +@String{eccv-1994 = "Proceedings of the Third European Conference on Computer Vision"} +@String{eccv-1994-yr = 1994} +@String{eccv-1994-eds = "J.-O. Eklundh"} +@String{eccv-1994-ser = lncs} +@String{eccv-1994-pub = "Springer"} +@String{eccv-1994-vol1 = "800"} +@String{eccv-1994-vol2 = "801"} + + +@String{eccv-1992 = "Proceedings of the Second European Conference on Computer Vision"} +@String{eccv-1992-yr = 1992} +@String{eccv-1992-eds = "G. Sandini"} +@String{eccv-1992-ser = lncs} +@String{eccv-1992-pub = "Springer"} +@String{eccv-1992-vol = "588"} + + +@String{eccv-1990 = "Proceedings of the First European Conference on Computer Vision"} +@String{eccv-1990-yr = 1990} +@String{eccv-1990-eds = "O. D. Faugeras"} +@String{eccv-1990-ser = lncs} +@String{eccv-1990-pub = "Springer"} +@String{eccv-1990-vol = "427"} + + +% ------------------------------------------------------------------------------ +% ICCV +% ------------------------------------------------------------------------------ + +@String{iccv-2017 = "Proceedings of the Sixteenth IEEE International Conference on Computer Vision"} +@String{iccv-2017-yr = 2017} +@String{iccv-2017-mon = oct} +@String{iccv-2017-adr = "Venice, Italy"} + +@String{iccv-2015 = "Proceedings of the Fifteenth IEEE International Conference on Computer Vision"} +@String{iccv-2015-yr = 2015} +@String{iccv-2015-mon = dec} +@String{iccv-2015-adr = "Santiago, Chile"} + +@String{iccv-2013 = "Proceedings of the Fourteenth IEEE International Conference on Computer Vision"} +@String{iccv-2013-yr = 2013} +@String{iccv-2013-mon = dec} +@String{iccv-2013-adr = "Sydney, Australia"} + +@String{iccv-2011 = "Proceedings of the Thirteenth IEEE International Conference on Computer Vision"} +@String{iccv-2011-yr = 2011} +@String{iccv-2011-mon = nov} +@String{iccv-2011-adr = "Barcelona, Spain"} + +@String{iccv-2009 = "Proceedings of the Twelfth IEEE International Conference on Computer Vision"} +@String{iccv-2009-yr = 2009} +@String{iccv-2009-mon = oct} +@String{iccv-2009-adr = "Kyoto, Japan"} + +@String{iccv-2007 = "Proceedings of the Eleventh IEEE International Conference on Computer Vision"} +@String{iccv-2007-yr = 2007} +@String{iccv-2007-mon = oct} +@String{iccv-2007-adr = "Rio de Janeiro, Brazil"} + +@String{iccv-2005 = "Proceedings of the Tenth IEEE International Conference on Computer Vision"} +@String{iccv-2005-yr = 2005} +@String{iccv-2005-mon = oct} +@String{iccv-2005-adr = "Beijing, China"} + +@String{iccv-2003 = "Proceedings of the Ninth IEEE International Conference on Computer Vision"} +@String{iccv-2003-yr = 2003} +@String{iccv-2003-mon = oct} +@String{iccv-2003-adr = "Nice, France"} + +@String{iccv-2001 = "Proceedings of the Eighth IEEE International Conference on Computer Vision"} +@String{iccv-2001-yr = 2001} +@String{iccv-2001-mon = jul} +@String{iccv-2001-adr = "Vancouver, British Columbia, Canada"} + +@String{iccv-1999 = "Proceedings of the Seventh IEEE International Conference on Computer Vision"} +@String{iccv-1999-yr = 1999} +@String{iccv-1999-mon = sep} +@String{iccv-1999-adr = "Kerkyra, Greece"} + +@String{iccv-1998 = "Proceedings of the Sixth IEEE International Conference on Computer Vision"} +@String{iccv-1998-yr = 1998} +@String{iccv-1998-mon = jan} +@String{iccv-1998-adr = "Bombay, India"} + +@String{iccv-1995 = "Proceedings of the Fifth IEEE International Conference on Computer Vision"} +@String{iccv-1995-yr = 1995} +@String{iccv-1995-mon = jun} +@String{iccv-1995-adr = "Boston, Massachusetts"} + +@String{iccv-1993 = "Proceedings of the Fourth IEEE International Conference on Computer Vision"} +@String{iccv-1993-yr = 1993} +@String{iccv-1993-mon = may} +@String{iccv-1993-adr = "Berlin, Germany"} + +@String{iccv-1990 = "Proceedings of the Third IEEE International Conference on Computer Vision"} +@String{iccv-1990-yr = 1990} +@String{iccv-1990-mon = jan} +@String{iccv-1990-adr = "Osaka, Japan"} + +@String{iccv-1988 = "Proceedings of the Second IEEE International Conference on Computer Vision"} +@String{iccv-1988-yr = 1988} +@String{iccv-1988-mon = dec} +@String{iccv-1988-adr = "Tampa, Florida"} + +@String{iccv-1987 = "Proceedings of the First IEEE International Conference on Computer Vision"} +@String{iccv-1987-yr = 1987} +@String{iccv-1987-mon = jun} +@String{iccv-1987-adr = "London, UK"} + + +% ------------------------------------------------------------------------------ +% ACCV +% ------------------------------------------------------------------------------ + +@String{accv-2016 = "Proceedings of the Thirteenth Asian Conference on Computer Vision"} +@String{accv-2016-yr = "2016"} +@String{accv-2016-eds = "Lai, S.-H. and Lepetit, V. and Nishino, K. and Sato, Y."} +@String{accv-2016-ser = lncs} +@String{accv-2016-pub = "Springer"} +@String{accv-2016-vol1 = "10111"} +@String{accv-2016-vol2 = "10112"} +@String{accv-2016-vol3 = "10113"} +@String{accv-2016-vol4 = "10114"} +@String{accv-2016-vol4 = "10115"} + + +@String{accv-2012 = "Proceedings of the Eleventh Asian Conference on Computer Vision"} +@String{accv-2012-yr = 2012} +@String{accv-2012-eds = "Lee, K.M. and Matsushita, Y. and Rehg, J. M. and Hu, Z."} +@String{accv-2012-ser = lncs} +@String{accv-2012-pub = "Springer"} +@String{accv-2012-vol1 = "7724"} +@String{accv-2012-vol2 = "7725"} +@String{accv-2012-vol3 = "7726"} +@String{accv-2012-vol4 = "7727"} + +@String{accv-2010 = "Proceedings of the Tenth Asian Conference on Computer Vision"} +@String{accv-2010-yr = 2010} +@String{accv-2010-eds = "Kimmel, R. and Klette, R. and Sugimoto, A."} +@String{accv-2010-ser = lncs} +@String{accv-2010-pub = "Springer"} +@String{accv-2010-vol1 = "6492"} +@String{accv-2010-vol2 = "6493"} +@String{accv-2010-vol3 = "6494"} +@String{accv-2010-vol4 = "6495"} + +@String{accv-2009 = "Proceedings of the Nineth Asian Conference on Computer Vision"} +@String{accv-2009-yr = 2009} +@String{accv-2009-eds = "Zha, H. and Taniguchi, R.-i. and Maybank, S."} +@String{accv-2009-ser = lncs} +@String{accv-2009-pub = "Springer"} +@String{accv-2009-vol1 = "5994"} +@String{accv-2009-vol2 = "5995"} +@String{accv-2009-vol3 = "5996"} + +@String{accv-2007 = "Proceedings of the Eighth Asian Conference on Computer Vision"} +@String{accv-2007-yr = 2007} +@String{accv-2007-eds = "Yagi, Y. and Kang, S.B. and Kweon, I.S. and Zha, H."} +@String{accv-2007-ser = lncs} +@String{accv-2007-pub = "Springer"} +@String{accv-2007-vol1 = "4843"} +@String{accv-2007-vol2 = "4844"} + + +% ------------------------------------------------------------------------------ +% BMVC +% ------------------------------------------------------------------------------ +@String{bmvc-2012 = bmvc} +@String{bmvc-2012-yr = 2012} +@String{bmvc-2012-mon = sep} +@String{bmvc-2012-adr = "Surrey, UK"} + +@String{bmvc-2011 = bmvc} +@String{bmvc-2011-yr = 2011} +@String{bmvc-2011-mon = aug # "--" # sep} +@String{bmvc-2011-adr = "Dundee, UK"} + +@String{bmvc-2010 = bmvc} +@String{bmvc-2010-yr = 2010} +@String{bmvc-2010-mon = aug} +@String{bmvc-2010-adr = "Aberystwyth, UK"} + +@String{bmvc-2009 = bmvc} +@String{bmvc-2009-yr = 2009} +@String{bmvc-2009-mon = sep} +@String{bmvc-2009-adr = "London, UK"} + +@String{bmvc-2008 = bmvc} +@String{bmvc-2008-yr = 2008} +@String{bmvc-2008-mon = sep} +@String{bmvc-2008-adr = "Leeds, UK"} + +@String{bmvc-2007 = bmvc} +@String{bmvc-2007-yr = 2007} +@String{bmvc-2007-mon = sep} +@String{bmvc-2007-adr = "Warwick, UK"} + +@String{bmvc-2006 = bmvc} +@String{bmvc-2006-yr = 2006} +@String{bmvc-2006-mon = sep} +@String{bmvc-2006-adr = "Edinburgh, UK"} + +@String{bmvc-2005 = bmvc} +@String{bmvc-2005-yr = 2005} +@String{bmvc-2005-mon = sep} +@String{bmvc-2005-adr = "Oxford, UK"} + +@String{bmvc-2004 = bmvc} +@String{bmvc-2004-yr = 2004} +@String{bmvc-2004-mon = sep} +@String{bmvc-2004-adr = "Kingston, UK"} + +@String{bmvc-2003 = bmvc} +@String{bmvc-2003-yr = 2003} +@String{bmvc-2003-mon = sep} +@String{bmvc-2003-adr = "Norwich, UK"} + +@String{bmvc-2002 = bmvc} +@String{bmvc-2002-yr = 2002} +@String{bmvc-2002-mon = sep} +@String{bmvc-2002-adr = "Cardiff, UK"} + +@String{bmvc-1999 = bmvc} +@String{bmvc-1999-yr = 1999} +@String{bmvc-1999-mon = sep} +@String{bmvc-1999-adr = "Nottingham, UK"} + + +% ------------------------------------------------------------------------------ +% DAGM / GCPR +% ------------------------------------------------------------------------------ +@String{gcpr-2017 = "Proceedings of the 39th German Conference on Pattern Recognition"} +@String{gcpr-2017-yr = "2017"} +@String{gcpr-2017-srtmon = sep} +@String{gcpr-2017-vol = "10496"} +@String{gcpr-2017-eds = "Roth, Volker and Vetter, Thomas"} +@String{gcpr-2017-ser = lncs} +@String{gcpr-2017-pub = "Springer"} + +@String{gcpr-2016 = "Proceedings of the 38th German Conference on Pattern Recognition"} +@String{gcpr-2016-yr = "2016"} +@String{gcpr-2016-srtmon = sep} +@String{gcpr-2016-vol = "9796"} +@String{gcpr-2016-eds = "Rosenhahn, Bodo and Andres, Bjoern"} +@String{gcpr-2016-ser = lncs} +@String{gcpr-2016-pub = "Springer"} + +@String{gcpr-2015 = "Proceedings of the 37th German Conference on Pattern Recognition"} +@String{gcpr-2015-yr = "2015"} +@String{gcpr-2015-srtmon = sep} +@String{gcpr-2015-vol = "9358"} +@String{gcpr-2015-eds = "Gall, Juergen and Gehler, Peter and Leibe, Bastian"} +@String{gcpr-2015-ser = lncs} +@String{gcpr-2015-pub = "Springer"} + +@String{gcpr-2014 = "Proceedings of the 36th German Conference on Pattern Recognition"} +@String{gcpr-2014-yr = "2014"} +@String{gcpr-2014-srtmon = sep} +@String{gcpr-2014-vol = "8753"} +@String{gcpr-2014-eds = "Jiang, Xiaoyi and Hornegger, Joachim and Koch, Reinhard"} +@String{gcpr-2014-ser = lncs} +@String{gcpr-2014-pub = "Springer"} + +@String{gcpr-2013 = "Proceedings of the 35th German Conference on Pattern Recognition"} +@String{gcpr-2013-yr = "2013"} +@String{gcpr-2013-srtmon = sep} +@String{gcpr-2013-vol = "8142"} +@String{gcpr-2013-eds = "J. Weickert and M. Hein and B. Schiele"} +@String{gcpr-2013-ser = lncs} +@String{gcpr-2013-pub = "Springer"} + +@String{dagm-2012 = "Pattern Recognition, Proceedings of the 34th DAGM-Symposium"} +@String{dagm-2012-yr = "2012"} +@String{dagm-2012-srtmon = aug} +@String{dagm-2012-vol = "7476"} +@String{dagm-2012-eds = "A. Pinz and T. Pock and H. Bischof and F. Leberl"} +@String{dagm-2012-ser = lncs} +@String{dagm-2012-pub = "Springer"} + +@String{dagm-2011 = "Pattern Recognition, Proceedings of the 33rd DAGM-Symposium"} +@String{dagm-2011-yr = "2011"} +@String{dagm-2011-srtmon = aug} +@String{dagm-2011-vol = "6835"} +@String{dagm-2011-eds = "Rudolf Mester and Michael Felsberg"} +@String{dagm-2011-ser = lncs} +@String{dagm-2011-pub = "Springer"} + +@String{dagm-2010 = "Pattern Recognition, Proceedings of the 32nd DAGM-Symposium"} +@String{dagm-2010-yr = "2010"} +@String{dagm-2010-srtmon = sep} +@String{dagm-2010-vol = "6376"} +@String{dagm-2010-eds = "Goesele, Michael and Roth, Stefan and Kuijper, Arjan and Schiele, Bernt and Schindler, Konrad"} +@String{dagm-2010-ser = lncs} +@String{dagm-2010-pub = "Springer"} + +@String{dagm-2009 = "Pattern Recognition, Proceedings of the 31st DAGM-Symposium"} +@String{dagm-2009-yr = "2009"} +@String{dagm-2009-vol = "5748"} +@String{dagm-2009-eds = "Joachim Denzler and Gunther Notni and Herbert S{\"u}{\ss}e"} +@String{dagm-2009-ser = lncs} +@String{dagm-2009-pub = "Springer"} + +@String{dagm-2008 = "Pattern Recognition, Proceedings of the 30th DAGM-Symposium"} +@String{dagm-2008-yr = "2008"} +@String{dagm-2008-vol = "5096"} +@String{dagm-2008-eds = "Gerhard Rigoll"} +@String{dagm-2008-ser = lncs} +@String{dagm-2008-pub = "Springer"} + +@String{dagm-2005 = "Pattern Recognition, Proceedings of the 27th DAGM-Symposium"} +@String{dagm-2005-yr = "2005"} +@String{dagm-2005-vol = "3663"} +@String{dagm-2005-eds = "W. Kropatsch and R. Sablatnig and A. Hanbury"} +@String{dagm-2005-ser = lncs} +@String{dagm-2005-pub = "Springer"} + +@String{dagm-2004 = "Pattern Recognition, Proceedings of the 26th DAGM-Symposium"} +@String{dagm-2004-yr = "2004"} +@String{dagm-2004-vol = "3175"} +@String{dagm-2004-eds = "C. Rasmussen and H. B{\"u}lthoff and B. Sch{\"o}lkopf and M. Giese"} +@String{dagm-2004-ser = lncs} +@String{dagm-2004-pub = "Springer"} + +@String{dagm-2003 = "Pattern Recognition, Proceedings of the 25th DAGM-Symposium"} +@String{dagm-2003-yr = "2003"} +@String{dagm-2003-vol = "2781"} +@String{dagm-2003-eds = "B. Michaelis and G. Krell"} +@String{dagm-2003-ser = lncs} +@String{dagm-2003-pub = "Springer"} + +@String{dagm-2002 = "Pattern Recognition, Proceedings of the 24th DAGM-Symposium"} +@String{dagm-2002-yr = "2002"} +@String{dagm-2002-srtmon = sep} +@String{dagm-2002-vol = "2449"} +@String{dagm-2002-eds = "L. van Gool"} +@String{dagm-2002-ser = lncs} +@String{dagm-2002-pub = "Springer"} + +@String{dagm-2001 = "Pattern Recognition, Proceedings of the 23rd DAGM-Symposium"} +@String{dagm-2001-yr = "2001"} +@String{dagm-2001-srtmon = sep} +@String{dagm-2001-vol = "2191"} +@String{dagm-2001-eds = "B. Radig and S. Florczyk"} +@String{dagm-2001-ser = lncs} +@String{dagm-2001-pub = "Springer"} + +@String{dagm-2000 = "Pattern Recognition, Proceedings of the 22nd DAGM-Symposium"} +@String{dagm-2000-yr = "2000"} +@String{dagm-2000-eds = "G. Sommer and N. Kr{\"u}ger and C. Perwass"} +@String{dagm-2000-ser = "Informatik Aktuell"} +@String{dagm-2000-pub = "Springer"} + + +% ------------------------------------------------------------------------------ +% WACV +% ------------------------------------------------------------------------------ +@String{wacv-2015 = wacv} +@String{wacv-2015-yr = "2015"} +@String{wacv-2015-mon = jan} +@String{wacv-2015-adr = "Waikoloa Beach, HI"} + +@String{wacv-2013 = wacv} +@String{wacv-2013-yr = "2013"} +@String{wacv-2013-mon = jan} +@String{wacv-2013-adr = "Tampa, FL"} + + +% ------------------------------------------------------------------------------ +% VMV +% ------------------------------------------------------------------------------ +@String{vmv-2009 = vmv} +@String{vmv-2009-yr = "2009"} +@String{vmv-2009-mon = nov} +@String{vmv-2009-adr = "Braunschweig, Germany"} + + + +% ------------------------------------------------------------------------------ +% ICIP +% ------------------------------------------------------------------------------ + +@String{icip-2011 = icip} +@String{icip-2011-yr = "2011"} +@String{icip-2011-mon = sep} +@String{icip-2011-adr = "Brussels, Belgium"} + +@String{icip-2007 = icip} +@String{icip-2007-yr = "2007"} +@String{icip-2007-mon = sep} +@String{icip-2007-adr = "San Antonio, Texas"} + +@String{icip-2006 = icip} +@String{icip-2006-yr = "2006"} +@String{icip-2006-mon = oct} +@String{icip-2006-adr = "Atlanta, Georgia"} + +@String{icip-2004 = icip} +@String{icip-2004-yr = "2004"} +@String{icip-2004-mon = oct} +@String{icip-2004-adr = "Singapore"} + +@String{icip-2002 = icip} +@String{icip-2002-yr = "2002"} +@String{icip-2002-mon = sep} +@String{icip-2002-adr = "Rochester, New York"} + +@String{icip-2001 = icip} +@String{icip-2001-yr = "2001"} +@String{icip-2001-mon = oct} +@String{icip-2001-adr = "Thessaloniki, Greece"} + +@String{icip-1998 = icip} +@String{icip-1998-yr = "1998"} +@String{icip-1998-mon = oct} +@String{icip-1998-adr = "Chicago, Illinois"} + +@String{icip-1997 = icip} +@String{icip-1997-yr = "1997"} +@String{icip-1997-mon = oct} +@String{icip-1997-adr = "Santa Barbara, California"} + +@String{icip-1994 = icip} +@String{icip-1994-yr = "1994"} +@String{icip-1994-mon = nov} +@String{icip-1994-adr = "Austin, Texas"} + + +% ------------------------------------------------------------------------------ +% EMMCVPR +% ------------------------------------------------------------------------------ +@String{emmcvpr-2015 = "Proceedings of the 10th International Conference on Energy Minimization Methods in Computer Vision and Pattern Recognition"} +@String{emmcvpr-2015-yr = "2015"} +@String{emmcvpr-2015-vol = "8932"} +@String{emmcvpr-2015-eds = "Tai, X.-C. and Bae, E. and Chan, T.F. and Lysaker, M."} +@String{emmcvpr-2015-ser = lncs} +@String{emmcvpr-2015-pub = "Springer"} + +@String{emmcvpr-2009 = "Proceedings of the 7th International Conference on Energy Minimization Methods in Computer Vision and Pattern Recognition"} +@String{emmcvpr-2009-yr = "2009"} +@String{emmcvpr-2009-vol = "5681"} +@String{emmcvpr-2009-eds = "D. Cremers and Y. Boykov and A. Blake and F. R. Schmidt"} +@String{emmcvpr-2009-ser = lncs} +@String{emmcvpr-2009-pub = "Springer"} + + +% ------------------------------------------------------------------------------ +% 3DPVT +% ------------------------------------------------------------------------------ + +@String{tdpvt-2006 = "Third International Symposium on 3D Data Processing, Visualization, and Transmission"} +@String{tdpvt-2006-yr = "2006"} +@String{tdpvt-2006-mon = jun} +@String{tdpvt-2006-adr = "Chapel Hill, North Carolina"} + + +% ------------------------------------------------------------------------------ +% ESPC +% ------------------------------------------------------------------------------ + +@String{espc-2008 = "Proceedings of the 16th European Signal Processing Conference"} +@String{espc-2008-yr = "2008"} +@String{espc-2008-mon = aug} +@String{espc-2008-adr = "Lausanne, Switzerland"} + + +% ------------------------------------------------------------------------------ +% ICASSP +% ------------------------------------------------------------------------------ + +@String{icassp-2015 = icassp} +@String{icassp-2015-yr = "2015"} +@String{icassp-2015-mon = apr} +@String{icassp-2015-adr = "South Brisbane, Australia"} + +@String{icassp-2014 = icassp} +@String{icassp-2014-yr = "2014"} +@String{icassp-2014-mon = may} +@String{icassp-2014-adr = "Florence, Italy"} + +@String{icassp-2007 = icassp} +@String{icassp-2007-yr = "2007"} +@String{icassp-2007-mon = apr} +@String{icassp-2007-adr = "Honolulu, Hawaii"} + +@String{icassp-2005 = icassp} +@String{icassp-2005-yr = "2005"} +@String{icassp-2005-mon = mar} +@String{icassp-2005-adr = "Philadelphia, Pennsylvania"} + + +% ------------------------------------------------------------------------------ +% MICCAI +% ------------------------------------------------------------------------------ +@String{miccai-2008 = miccai} +@String{miccai-2008-yr = "2008"} +@String{miccai-2008-mon = sep} +@String{miccai-2008-adr = "New York City, USA"} + + +% ============================================================================== +% Machine Learning Conferences +% ============================================================================== + +% ------------------------------------------------------------------------------ +% NIPS +% ------------------------------------------------------------------------------ +@String{nips-2016 = nips} +@String{nips-2016-yr = 2016} +@String{nips-2016-vol = 29} +@String{nips-2016-eds = "D. D. Lee and M. Sugiyama and von Luxburg, U. and I. Guyon and R. Garnett"} + +@String{nips-2015 = nips} +@String{nips-2015-yr = 2015} +@String{nips-2015-vol = 28} +@String{nips-2015-eds = " C. Cortes and N. D. Lawrence and D. D. Lee and M. Sugiyama and R. Garnett"} + +@String{nips-2014 = nips} +@String{nips-2014-yr = 2014} +@String{nips-2014-vol = 27} +@String{nips-2014-eds = "Z. Ghahramani and M. Welling and C. Cortes and N. D. Lawrence and K. Q. Weinberger"} + +@String{nips-2013 = nips} +@String{nips-2013-yr = 2013} +@String{nips-2013-vol = 26} +@String{nips-2013-eds = " C. J. C. Burges and L. Bottou and M. Welling and Z. Ghahramani and K. Q. Weinberger"} + +@String{nips-2012 = nips} +@String{nips-2012-yr = 2012} +@String{nips-2012-vol = 25} +@String{nips-2012-eds = "F. Pereira and C. J. C. Burges and L. Bottou and K. Q. Weinberger"} + +@String{nips-2011 = nips} +@String{nips-2011-yr = 2011} +@String{nips-2011-vol = 24} +@String{nips-2011-eds = "J. Shawe-Taylor and R. S. Zemel and P. L. Bartlett and F. Pereira and K. Q. Weinberger"} + +@String{nips-2010 = nips} +@String{nips-2010-yr = 2010} +@String{nips-2010-vol = 23} +@String{nips-2010-eds = "J. Lafferty and C. K. I. Williams and J. Shawe-Taylor and R.S. Zemel and A. Culotta"} + +@String{nips-2009 = nips} +@String{nips-2009-yr = 2009} +@String{nips-2009-vol = 22} +@String{nips-2009-eds = "Y. Bengio and D. Schuurmans and J. Lafferty and C. K. I. Williams and A. Culotta"} + +@String{nips-2008 = nips} +@String{nips-2008-yr = 2009} +@String{nips-2008-vol = 21} +@String{nips-2008-eds = "D. Koller and D. Schuurmans and Y. Bengio and L. Bottou"} + +@String{nips-2007 = nips} +@String{nips-2007-yr = 2008} +@String{nips-2007-vol = 20} +@String{nips-2007-eds = "J. C. Platt and D. Koller and Y. Singer and S. Roweis"} + +@String{nips-2006 = nips} +@String{nips-2006-yr = 2007} +@String{nips-2006-vol = 19} +@String{nips-2006-eds = "B. Sch{\"o}lkopf and J. Platt and T. Hofmann"} + +@String{nips-2005 = nips} +@String{nips-2005-yr = 2006} +@String{nips-2005-vol = 18} +@String{nips-2005-eds = "Y. Weiss and B. Sch{\"o}lkopf and J. Platt"} +@String{nips-2005-srtmon = may} + +@String{nips-2004 = nips} +@String{nips-2004-yr = 2005} +@String{nips-2004-vol = 17} +@String{nips-2004-eds = "L. Saul and Y. Weiss and L. Bottou"} + +@String{nips-2003 = nips} +@String{nips-2003-yr = 2004} +@String{nips-2003-vol = 16} +@String{nips-2003-eds = "S. Thrun and L. Saul and B. Sch{\"o}lkopf"} + +@String{nips-2002 = nips} +@String{nips-2002-yr = 2003} +@String{nips-2002-vol = 15} +@String{nips-2002-eds = "S. Becker and S. Thrun and K. Obermayer"} + +@String{nips-2001 = nips} +@String{nips-2001-yr = 2002} +@String{nips-2001-vol = 14} +@String{nips-2001-eds = "T. G. Dietterich and S. Becker and Z. Ghahramani"} + +@String{nips-2000 = nips} +@String{nips-2000-yr = 2001} +@String{nips-2000-vol = 13} +@String{nips-2000-eds = "T. K. Leen and T. G. Ditterich and V. Tresp"} + +@String{nips-1999 = nips} +@String{nips-1999-yr = 2000} +@String{nips-1999-vol = 12} +@String{nips-1999-eds = "S. A. Solla and T. K. Leen and K.-R. M{\"u}ller"} + +@String{nips-1998 = nips} +@String{nips-1998-yr = 1999} +@String{nips-1998-vol = 11} +@String{nips-1998-eds = "M. J. Kearns and S. A. Solla and D. A. Cohn"} + +@String{nips-1997 = nips} +@String{nips-1997-yr = 1998} +@String{nips-1997-vol = 10} +@String{nips-1997-eds = "M. I. Jordan and M. J. Kearns and S. A. Solla"} + +@String{nips-1996 = nips} +@String{nips-1996-yr = 1997} +@String{nips-1996-vol = 9} +@String{nips-1996-eds = "M. C. Mozer and M. I. Jordan and T. Petsche"} + +@String{nips-1995 = nips} +@String{nips-1995-yr = 1996} +@String{nips-1995-vol = 8} +@String{nips-1995-eds = "D. S. Touretzky and M. C. Mozer and M. E. Hasselmo"} + +@String{nips-1994 = nips} +@String{nips-1994-yr = 1995} +@String{nips-1994-vol = 7} +@String{nips-1994-eds = "G. Tesauro and D. Touretzky and T. Leed"} + +@String{nips-1993 = nips} +@String{nips-1993-yr = 1994} +@String{nips-1993-vol = 6} +@String{nips-1993-eds = "J. D. Cowan and G. Tesauro and J. Alspector"} + +@String{nips-1992 = nips} +@String{nips-1992-yr = 1993} +@String{nips-1992-vol = 5} +@String{nips-1992-eds = "S. J. Hanson and J. D. Cowan and C. L. Giles"} + +@String{nips-1991 = nips} +@String{nips-1991-yr = 1992} +@String{nips-1991-vol = 4} +@String{nips-1991-eds = "J. E. Moody and S. J. Hanson and R. P. Lippman"} + +@String{nips-1990 = nips} +@String{nips-1990-yr = 1991} +@String{nips-1990-vol = 3} +@String{nips-1990-eds = "R. Lippman and J. E. Moody and D. S. Touretzky"} + +@String{nips-1989 = nips} +@String{nips-1989-yr = 1990} +@String{nips-1989-vol = 2} +@String{nips-1989-eds = "D. Touretzky"} + +@String{nips-1988 = nips} +@String{nips-1988-yr = 1989} +@String{nips-1988-vol = 1} +@String{nips-1988-eds = "D. Touretzky"} + + +% ------------------------------------------------------------------------------ +% ICML +% ------------------------------------------------------------------------------ + +@String{icml-2016 = "Proceedings of the 33rd International Conference on Machine Learning"} +@String{icml-2016-yr = "2016"} +@String{icml-2016-mon = jun} +@String{icml-2016-adr = "New York, NY"} + +@String{icml-2015 = "Proceedings of the 32nd International Conference on Machine Learning"} +@String{icml-2015-yr = "2015"} +@String{icml-2015-mon = jul} +@String{icml-2015-adr = "Lille, France"} + +@String{icml-2014 = "Proceedings of the 31st International Conference on Machine Learning"} +@String{icml-2014-yr = "2014"} +@String{icml-2014-mon = jun} +@String{icml-2014-adr = "Beijing, China"} + +@String{icml-2013 = "Proceedings of the 30th International Conference on Machine Learning"} +@String{icml-2013-yr = "2013"} +@String{icml-2013-mon = jun} +@String{icml-2013-adr = "Atlanta, GA"} + +@String{icml-2012 = "Proceedings of the 29th International Conference on Machine Learning"} +@String{icml-2012-yr = "2012"} +@String{icml-2012-mon = jun} +@String{icml-2012-adr = "Edinburgh, Scotland"} + +@String{icml-2011 = "Proceedings of the 28th International Conference on Machine Learning"} +@String{icml-2011-yr = "2011"} +@String{icml-2011-mon = jun # "-" # jul} +@String{icml-2011-adr = "Washington, USA"} + +@String{icml-2010 = "Proceedings of the 27th International Conference on Machine Learning"} +@String{icml-2010-yr = "2010"} +@String{icml-2010-mon = jun} +@String{icml-2010-adr = "Haifa, Israel"} + +@String{icml-2009 = "Proceedings of the 26th International Conference on Machine Learning"} +@String{icml-2009-yr = "2009"} +@String{icml-2009-mon = jun} +@String{icml-2009-adr = "Montreal, Canada"} + +@String{icml-2008 = "Proceedings of the 25th International Conference on Machine Learning"} +@String{icml-2008-yr = "2008"} +@String{icml-2008-mon = jul} +@String{icml-2008-adr = "Helsinki, Finnland"} + +@String{icml-2007 = "Proceedings of the 24th International Conference on Machine Learning"} +@String{icml-2007-yr = "2007"} +@String{icml-2007-mon = jun} +@String{icml-2007-adr = "Corvallis, Oregon"} + +@String{icml-2006 = "Proceedings of the 23rd International Conference on Machine Learning"} +@String{icml-2006-yr = "2006"} +@String{icml-2006-mon = jun} +@String{icml-2006-adr = "Pittsburgh, Pennsylvania"} + +@String{icml-2005 = "Proceedings of the 22nd International Conference on Machine Learning"} +@String{icml-2005-yr = "2005"} +@String{icml-2005-mon = aug} +@String{icml-2005-adr = "Bonn, Germany"} +@String{icml-2004 = "Proceedings of the 21st International Conference on Machine Learning"} +@String{icml-2004-yr = "2004"} +@String{icml-2004-mon = jul} +@String{icml-2004-adr = "Banff, Canada"} + +@String{icml-2003 = "Proceedings of the Twentieth International Conference on Machine Learning"} +@String{icml-2003-yr = "2003"} +@String{icml-2003-mon = aug} +@String{icml-2003-adr = "Washington, DC"} +@String{icml-2002 = "Proceedings of the Nineteenth International Conference on Machine Learning"} +@String{icml-2002-yr = "2002"} +@String{icml-2002-mon = aug} +@String{icml-2002-adr = "Sydney, Australia"} + +@String{icml-2001 = "Proceedings of the Eighteenth International Conference on Machine Learning"} +@String{icml-2001-yr = "2001"} +@String{icml-2001-mon = jun # "-" # jul} +@String{icml-2001-adr = "Williamstown, Massachusetts"} + + +% ------------------------------------------------------------------------------ +% UAI +% ------------------------------------------------------------------------------ + +@String{uai-2006 = "Proceedings of the 22nd Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2006-yr = "2006"} +@String{uai-2006-mon = jul} +@String{uai-2006-adr = "Cambridge, Massachusetts"} + +@String{uai-2003 = "Proceedings of the Nineteenth Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2003-yr = "2003"} +@String{uai-2003-mon = aug} +@String{uai-2003-adr = "Acapulco, Mexico"} + +@String{uai-2001 = "Proceedings of the Sixteenth Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2001-yr = "2001"} +@String{uai-2001-mon = aug} +@String{uai-2001-adr = "Seattle, Washington"} + +@String{uai-2000 = "Proceedings of the Sixteenth Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2000-yr = "2000"} +@String{uai-2000-mon = jun # "--" # jul} +@String{uai-2000-adr = "Stanford, California"} + + +% ------------------------------------------------------------------------------ +% IJCAI +% ------------------------------------------------------------------------------ + +@String{ijcai-1981 = ijcai} +@String{ijcai-1981-yr = "1981"} +@String{ijcai-1981-mon = aug} +@String{ijcai-1981-adr = "Vancouver, British Columbia"} + +@String{ijcai-1985 = ijcai} +@String{ijcai-1985-yr = "1985"} +@String{ijcai-1985-mon = aug} +@String{ijcai-1985-adr = "Los Angeles, California"} + +@String{ijcai-2003 = ijcai} +@String{ijcai-2003-yr = "2003"} +@String{ijcai-2003-mon = aug} +@String{ijcai-2003-adr = "Acapulco, Mexico"} + + +% ------------------------------------------------------------------------------ +% AISTATS +% ------------------------------------------------------------------------------ + +@String{aistats-2017 = "Proceedings of the Twentieth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2017-yr = "2017"} +@String{aistats-2017-mon = apr} +@String{aistats-2017-adr = "Fort Lauderdale, Florida"} + +@String{aistats-2016 = "Proceedings of the Nineteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2016-yr = "2016"} +@String{aistats-2016-mon = may} +@String{aistats-2016-adr = "Cadiz, Spain"} + +@String{aistats-2015 = "Proceedings of the Eighteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2015-yr = "2015"} +@String{aistats-2015-mon = may} +@String{aistats-2015-adr = "San Diego, California"} + +@String{aistats-2014 = "Proceedings of the Seventeenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2014-yr = "2014"} +@String{aistats-2014-mon = apr} +@String{aistats-2014-adr = "Reykjavik, Iceland"} + +@String{aistats-2013 = "Proceedings of the Sixteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2013-yr = "2013"} +@String{aistats-2013-mon = apr # "-" # may} +@String{aistats-2013-adr = "Scottsdale, Arizona"} + +@String{aistats-2012 = "Proceedings of the Fifteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2012-yr = "2012"} +@String{aistats-2012-mon = apr} +@String{aistats-2012-adr = "La Palma, Canary Islands"} + +@String{aistats-2011 = "Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2011-yr = "2011"} +@String{aistats-2011-mon = apr} +@String{aistats-2011-adr = "Ft.~Lauderdale, Florida"} + +@String{aistats-2009 = "Proceedings of the Twelfth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2009-yr = "2009"} +@String{aistats-2009-mon = apr} +@String{aistats-2009-adr = "Clearwater Beach, Florida"} + +@String{aistats-2005 = "Proceedings of the Tenth International Workshop on Artificial Intelligence and Statistics"} +@String{aistats-2005-yr = "2005"} +@String{aistats-2005-eds = "R. G. Cowell and Z. Ghahramani"} +@String{aistats-2005-mon = jan} +@String{aistats-2005-adr = "Barbados"} + +@String{aistats-2003 = "Proceedings of the Nineth International Workshop on Artificial Intelligence and Statistics"} +@String{aistats-2003-yr = "2003"} +@String{aistats-2003-eds = "Christopher M. Bishop and Brendan J. Frey"} +@String{aistats-2003-mon = jan} +@String{aistats-2003-adr = "Key West, Florida"} + +@String{aistats-2001 = "Proceedings of the Eighth International Workshop on Artificial Intelligence and Statistics"} +@String{aistats-2001-yr = "2001"} +@String{aistats-2001-mon = jan} +@String{aistats-2001-adr = "Key West, Florida"} + + +% ------------------------------------------------------------------------------ +% ICANN +% ------------------------------------------------------------------------------ + +@String{icann-2011 = "Proceedings of the 20th International Conference on Artificial Neural Networks"} +@String{icann-2011-yr = "2011"} +@String{icann-2011-mon = jun} +@String{icann-2011-adr = "Espoo, Finland"} + +@String{icann-2003 = "Proceedings of the 13th International Conference on Artificial Neural Networks"} +@String{icann-2003-yr = "2003"} +@String{icann-2003-mon = jun} +@String{icann-2003-adr = "Istanbul, Turkey"} + +@String{icann-2002 = "Proceedings of the 12th International Conference on Artificial Neural Networks"} +@String{icann-2002-yr = "2002"} +@String{icann-2002-mon = aug} +@String{icann-2002-adr = "Madrid, Spain"} + +@String{icann-1999 = "Proceedings of the Ninth International Conference on Artificial Neural Networks"} +@String{icann-1999-yr = "1999"} +@String{icann-1999-mon = sep} +@String{icann-1999-adr = "Edinburgh, UK"} + + +% ------------------------------------------------------------------------------ +% AAAI +% ------------------------------------------------------------------------------ + +@String{aaai-2005 = "Proceedings of the Twentieth International Conference on Machine Learning"} +@String{aaai-2005-yr = "2005"} +@String{aaai-2005-adr = "Menlo Park, California"} +@String{aaai-2005-pub = "AAAI Press"} + + +% ------------------------------------------------------------------------------ +% S+SSPR +% ------------------------------------------------------------------------------ + +@String{s+sspr-2014 = "IAPR Joint International Workshops on Statistical Techniques in Pattern Recognition and Structural and Syntactic Pattern Recognition"} +@String{s+sspr-2014-yr = "2014"} +@String{s+sspr-2014-vol = "8621"} +@String{s+sspr-2014-eds = "P. Fr{\"a}nti and G. Brown and M. Loog and F. Escolano and M. Pelillo"} +@String{s+sspr-2014-ser = lncs} +@String{s+sspr-2014-pub = "Springer"} +@String{s+sspr-2014-srtmon = aug} + + +% ------------------------------------------------------------------------------ +% ICPR +% ------------------------------------------------------------------------------ + +@String{icpr-2014 = "Proceedings of the 22nd International Conference on Pattern Recognition"} +@String{icpr-2014-yr = 2014} +@String{icpr-2014-mon = aug} +@String{icpr-2014-adr = "Stockholm, Sweden"} + +@String{icpr-2004 = "Proceedings of the 17th International Conference on Pattern Recognition"} +@String{icpr-2004-yr = 2004} +@String{icpr-2004-mon = aug} +@String{icpr-2004-adr = "Cambridge, UK"} + +@String{icpr-2000 = "Proceedings of the 15th International Conference on Pattern Recognition"} +@String{icpr-2000-yr = 2000} +@String{icpr-2000-mon = sep} +@String{icpr-2000-adr = "Barcelona, Spain"} + +@String{icpr-1990 = "Proceedings of the 10th International Conference on Pattern Recognition"} +@String{icpr-1990-yr = 1990} +@String{icpr-1990-mon = jun} +@String{icpr-1990-adr = "Atlantic City, New Jersey"} + + +% ============================================================================== +% Other Conferences +% ============================================================================== + +% ------------------------------------------------------------------------------ +% SIGGRAPH +% ------------------------------------------------------------------------------ +@String{siggraph-2014 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2014-yr = "2014"} +@String{siggraph-2014-mon = jul} +@String{siggraph-2014-vol = "33"} +@String{siggraph-2014-num = "4"} +@String{siggraph-2014-adr = "Vancouver, Canada"} + + +@String{siggraph-2013 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2013-yr = "2013"} +@String{siggraph-2013-mon = jul} +@String{siggraph-2013-vol = "32"} +@String{siggraph-2013-num = "4"} +@String{siggraph-2013-adr = "Anaheim, California"} + +@String{siggraph-2009 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2009-yr = "2009"} +@String{siggraph-2009-mon = aug} +@String{siggraph-2009-vol = "28"} +@String{siggraph-2009-num = "3"} +@String{siggraph-2009-adr = "New Orleans, Louisiana"} + +@String{siggraph-2008 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2008-yr = "2008"} +@String{siggraph-2008-mon = aug} +@String{siggraph-2008-vol = "27"} +@String{siggraph-2008-num = "3"} +@String{siggraph-2008-adr = "Los Angeles, California"} +@String{siggraph-2006 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2006-yr = "2006"} +@String{siggraph-2006-mon = jul # "-" # aug} +@String{siggraph-2006-vol = "25"} +@String{siggraph-2006-num = "3"} +@String{siggraph-2006-adr = "Boston, Massachusetts"} + +@String{siggraph-2005 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2005-yr = "2005"} +@String{siggraph-2005-mon = aug} +@String{siggraph-2005-vol = "24"} +@String{siggraph-2005-num = "3"} +@String{siggraph-2005-adr = "Los Angeles, California"} + +@String{siggraph-2004 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2004-yr = "2004"} +@String{siggraph-2004-mon = aug} +@String{siggraph-2004-vol = "23"} +@String{siggraph-2004-num = "3"} +@String{siggraph-2004-adr = "Los Angeles, California"} +@String{siggraph-2003 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2003-yr = "2003"} +@String{siggraph-2003-mon = jul} +@String{siggraph-2003-vol = "22"} +@String{siggraph-2003-num = "3"} +@String{siggraph-2003-adr = "San Diego, California"} + +@String{siggraph-2001 = "Computer Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2001-yr = "2001"} +@String{siggraph-2001-mon = aug} +@String{siggraph-2001-adr = "Los Angeles, California"} + +@String{siggraph-2000 = "Computer Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2000-yr = "2000"} +@String{siggraph-2000-mon = jul} +@String{siggraph-2000-adr = "New Orleans, Louisiana"} + +@String{siggraph-1999 = "Computer Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-1999-yr = "1999"} +@String{siggraph-1999-mon = aug} +@String{siggraph-1999-adr = "New York, NY, USA"} + + +% ------------------------------------------------------------------------------ +% EMBS +% ------------------------------------------------------------------------------ + +@String{embs-2003 = "Proceedings of the First International IEEE/EMBS Conference on Neural Engineering"} +@String{embs-2003-yr = 2003} +@String{embs-2003-mon = mar} +@String{embs-2003-adr = "Capri, Italy"} + + +% ------------------------------------------------------------------------------ +% IROS +% ------------------------------------------------------------------------------ + +@String{iros-2010 = iros} +@String{iros-2010-yr = 2010} +@String{iros-2010-mon = oct} +@String{iros-2010-adr = "Taipei, Taiwan"} + + +% ------------------------------------------------------------------------------ +% IV +% ------------------------------------------------------------------------------ + +@String{iv-2016 = iv} +@String{iv-2016-yr = 2016} +@String{iv-2016-mon = jun} +@String{iv-2016-adr = "Gothenburg, Sweden"} + + +% ------------------------------------------------------------------------------ +% CICLing +% ------------------------------------------------------------------------------ + +@String{cicling-2017 = "Proceedings of the 18th International Conference on Computational Linguistics and Intelligent Text Processing"} +@String{cicling-2017-yr = "2017"} +@String{cicling-2017-ser = lncs} +@String{cicling-2017-pub = "Springer"} +@String{cicling-2017-eds = ""} +@String{cicling-2017-vol = ""} diff --git a/long_extended.bib b/long_extended.bib new file mode 100644 index 0000000..c6b4e27 --- /dev/null +++ b/long_extended.bib @@ -0,0 +1,1420 @@ +% ============================================================================== +% Collected papers - Stefan Roth +% Templates: Long version +% ============================================================================== + + +% ============================================================================== +% Journal abbreviations +% ============================================================================== + +% Computer Vision & Image Processing +@String{pami = "IEEE Transactions on Pattern Analysis and Machine Intelligence"} +@String{ijcv = "International Journal of Computer Vision"} +@String{cviu = "Computer Vision and Image Understanding"} +@String{ivc = "Image and Vision Computing"} +@String{transip = "IEEE Transactions on Image Processing"} +@String{jmiv = "Journal of Mathematical Imaging and Vision"} + +% Machine Learning +@String{jmlr = "Journal of Machine Learning Research"} +@String{neco = "Neural Computation"} +@String{network = "Network: Computation in Neural Systems"} +@String{artint = "Artificial Intelligence"} + +% Statistics +@String{tinfo = "IEEE Transactions on Information Theory"} +@String{jamstatassoc = "Journal of the American Statistical Association"} +@String{jstatphy = "Journal of Statistical Physics"} +@String{jrstatsocb = "Journal of the Royal Statistical Society. Series B, Statistical Methodology"} +@String{statsci = "Statistical Science"} + +% Signal Processing & Optics +@String{transsig = "IEEE Transactions on Signal Processing"} +@String{joptsocam = "Journal of the Optical Society of America"} +@String{joptsocama = "Journal of the Optical Society of America. Series A, Optics and Image Science"} + +% Other +@String{tog = "ACM Transactions on Graphics"} +@String{cacm = "Communications of the ACM"} +@String{pieee = "Proceedings of the IEEE"} +@String{tcom = "IEEE Transactions on Communications"} +@String{ijrr = "International Journal of Robotics Research"} +@String{sensors = "IEEE Sensors Journal"} +@String{cdm = "IEEE Circuits and Devices Magazine"} +@String{prsoclondb = "Proceedings of the Royal Society of London. Series B, Biological Sciences"} +@String{siamjnan = "SIAM Journal on Numerical Analysis"} +@String{siamjam = "SIAM Journal on Applied Mathematics"} +@String{siamrev = "SIAM Review"} +@String{autoctrl = "IEEE Transactions on Automatic Control"} +@String{pjm = "Pacific Journal of Mathematics"} + +% ============================================================================== +% Conference abbreviations +% ============================================================================== + +% Computer Vision & Image Processing +@String{cvpr = "Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition"} +@String{gcpr = "Proceedings of the German Conference on Pattern Recognition"} +@String{bmvc = "Proceedings of the British Machine Vision Conference"} +@String{wacv = "IEEE Winter Conference on Applications of Computer Vision"} +@String{icip = "Proceedings of the IEEE International Conference on Image Processing"} +@String{icpr = "Proceedings of the International Conference on Pattern Recognition"} +@String{vmv = "Proceedings of the Workshop on Vision, Modeling and Visualization"} +@String{espc = "Proceedings of the European Signal Processing Conference"} +@String{icassp = "Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing"} +@String{miccai = "Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention"} + +% Machine Learning +@String{nips = "Advances in Neural Information Processing Systems"} +@String{ijcai = "Proceedings of the International Joint Conference on Artificial Intelligence"} +@String{uai = "Proceedings of the Conference on Uncertainty in Artificial Intelligence"} +@String{aistats = "Proceedings of the International Workshop on Artificial Intelligence and Statistics"} +@String{aaai = "Proceedings of the National Conference on Artificial Intelligence"} + +% Other +@String{iros = "Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems"} +@String{iv = "Proceedings of the IEEE Intelligent Vehicles Symposium"} + +% ============================================================================== +% Book/Series abbreviations +% ============================================================================== + +@String{lncs = "Lecture Notes in Computer Science"} + + + +% ============================================================================== +% Computer Vision and Image Processing Conferences +% ============================================================================== + +% ------------------------------------------------------------------------------ +% CVPR +% ------------------------------------------------------------------------------ +@String{cvpr-2017 = cvpr} +@String{cvpr-2017-yr = 2017} +@String{cvpr-2017-mon = jul} +@String{cvpr-2017-adr = "Honolulu, Hawaii"} + +@String{cvpr-2016 = cvpr} +@String{cvpr-2016-yr = 2016} +@String{cvpr-2016-mon = jun} +@String{cvpr-2016-adr = "Las Vegas, Nevada"} + +@String{cvpr-2015 = cvpr} +@String{cvpr-2015-yr = 2015} +@String{cvpr-2015-mon = jun} +@String{cvpr-2015-adr = "Boston, Massachusetts"} + +@String{cvpr-2014 = cvpr} +@String{cvpr-2014-yr = 2014} +@String{cvpr-2014-mon = jun} +@String{cvpr-2014-adr = "Columbus, Ohio"} + +@String{cvpr-2013 = cvpr} +@String{cvpr-2013-yr = 2013} +@String{cvpr-2013-mon = jun} +@String{cvpr-2013-adr = "Portland, Oregon"} + +@String{cvpr-2012 = cvpr} +@String{cvpr-2012-yr = 2012} +@String{cvpr-2012-mon = jun} +@String{cvpr-2012-adr = "Providence, Rhode Island"} + +@String{cvpr-2011 = cvpr} +@String{cvpr-2011-yr = 2011} +@String{cvpr-2011-mon = jun} +@String{cvpr-2011-adr = "Colorado Springs, Colorado"} + +@String{cvpr-2010 = cvpr} +@String{cvpr-2010-yr = 2010} +@String{cvpr-2010-mon = jun} +@String{cvpr-2010-adr = "San Francisco, California"} + +@String{cvpr-2009 = cvpr} +@String{cvpr-2009-yr = 2009} +@String{cvpr-2009-mon = jun} +@String{cvpr-2009-adr = "Miami, Florida"} + +@String{cvpr-2008 = cvpr} +@String{cvpr-2008-yr = 2008} +@String{cvpr-2008-mon = jun} +@String{cvpr-2008-adr = "Anchorage, Alaska"} + +@String{cvpr-2007 = cvpr} +@String{cvpr-2007-yr = 2007} +@String{cvpr-2007-mon = jun} +@String{cvpr-2007-adr = "Minneapolis, Minnesota"} + +@String{cvpr-2006 = cvpr} +@String{cvpr-2006-yr = 2006} +@String{cvpr-2006-mon = jun} +@String{cvpr-2006-adr = "New York, New York"} + +@String{cvpr-2005 = cvpr} +@String{cvpr-2005-yr = 2005} +@String{cvpr-2005-mon = jun} +@String{cvpr-2005-adr = "San Diego, California"} + +@String{cvpr-2004 = cvpr} +@String{cvpr-2004-yr = 2004} +@String{cvpr-2004-mon = jun} +@String{cvpr-2004-adr = "Washington, DC"} + +@String{cvpr-2003 = cvpr} +@String{cvpr-2003-yr = 2003} +@String{cvpr-2003-mon = jun} +@String{cvpr-2003-adr = "Madison, Wisconsin"} + +@String{cvpr-2001 = cvpr} +@String{cvpr-2001-yr = 2001} +@String{cvpr-2001-mon = dec} +@String{cvpr-2001-adr = "Kauai, Hawaii"} + +@String{cvpr-2000 = cvpr} +@String{cvpr-2000-yr = 2000} +@String{cvpr-2000-mon = jun} +@String{cvpr-2000-adr = "Hilton Head Island, South Carolina"} + +@String{cvpr-1999 = cvpr} +@String{cvpr-1999-yr = 1999} +@String{cvpr-1999-mon = jun} +@String{cvpr-1999-adr = "Fort Collins, Colorado"} + +@String{cvpr-1998 = cvpr} +@String{cvpr-1998-yr = 1998} +@String{cvpr-1998-mon = jun} +@String{cvpr-1998-adr = "Santa Barabara, California"} + +@String{cvpr-1997 = cvpr} +@String{cvpr-1997-yr = 1997} +@String{cvpr-1997-mon = jun} +@String{cvpr-1997-adr = "San Juan, Puerto Rico"} + +@String{cvpr-1996 = cvpr} +@String{cvpr-1996-yr = 1996} +@String{cvpr-1996-mon = jun} +@String{cvpr-1996-adr = "San Francisco, California"} + +@String{cvpr-1994 = cvpr} +@String{cvpr-1994-yr = 1994} +@String{cvpr-1994-mon = jun} +@String{cvpr-1994-adr = "Seattle, Washington"} + +@String{cvpr-1993 = cvpr} +@String{cvpr-1993-yr = 1993} +@String{cvpr-1993-mon = jun} +@String{cvpr-1993-adr = "New York, New York"} + +@String{cvpr-1992 = cvpr} +@String{cvpr-1992-yr = 1992} +@String{cvpr-1992-mon = jun} +@String{cvpr-1992-adr = "Champaign, Illinois"} + +@String{cvpr-1991 = cvpr} +@String{cvpr-1991-yr = 1991} +@String{cvpr-1991-mon = jun} +@String{cvpr-1991-adr = "Lahaina, Maui, Hawaii"} + +@String{cvpr-1989 = cvpr} +@String{cvpr-1989-yr = 1989} +@String{cvpr-1989-mon = jun} +@String{cvpr-1989-adr = "San Diego, California"} + +@String{cvpr-1988 = cvpr} +@String{cvpr-1988-yr = 1988} +@String{cvpr-1988-mon = jun} +@String{cvpr-1988-adr = "Ann Arbor, Michigan"} + +@String{cvpr-1986 = cvpr} +@String{cvpr-1986-yr = 1986} +@String{cvpr-1986-mon = jun} +@String{cvpr-1986-adr = "Miami, Florida"} + +@String{cvpr-1985 = cvpr} +@String{cvpr-1985-yr = 1985} +@String{cvpr-1985-mon = jun} +@String{cvpr-1985-adr = "San Francisco, California"} + +@String{cvpr-1983 = cvpr} +@String{cvpr-1983-yr = 1983} +@String{cvpr-1983-mon = jun} +@String{cvpr-1983-adr = "Arlington, Virginia"} + + + +% ------------------------------------------------------------------------------ +% ECCV +% ------------------------------------------------------------------------------ +@String{eccv-2016 = "Proceedings of the 14th European Conference on Computer Vision"} +@String{eccv-2016-yr = 2016} +@String{eccv-2016-srtmon = oct} +@String{eccv-2016-eds = "B. Leibe and J. Matas and N. Sebe and M. Welling"} +@String{eccv-2016-ser = lncs} +@String{eccv-2016-pub = "Springer"} +@String{eccv-2016-vol1 = "9905"} +@String{eccv-2016-vol2 = "9906"} +@String{eccv-2016-vol3 = "9907"} +@String{eccv-2016-vol4 = "9908"} +@String{eccv-2016-vol5 = "9909"} +@String{eccv-2016-vol6 = "9910"} +@String{eccv-2016-vol7 = "9911"} +@String{eccv-2016-vol8 = "9912"} + +@String{eccv-2014 = "Proceedings of the 13th European Conference on Computer Vision"} +@String{eccv-2014-yr = 2014} +@String{eccv-2014-srtmon = sep} +@String{eccv-2014-eds = "D. Fleet and T. Pajdla and B. Schiele and T. Tuytelaars"} +@String{eccv-2014-ser = lncs} +@String{eccv-2014-pub = "Springer"} +@String{eccv-2014-vol1 = "8689"} +@String{eccv-2014-vol2 = "8690"} +@String{eccv-2014-vol3 = "8691"} +@String{eccv-2014-vol4 = "8692"} +@String{eccv-2014-vol5 = "8693"} +@String{eccv-2014-vol6 = "8694"} +@String{eccv-2014-vol7 = "8695"} + +@String{eccv-2012 = "Proceedings of the 12th European Conference on Computer Vision"} +@String{eccv-2012-yr = 2012} +@String{eccv-2012-srtmon = oct} +@String{eccv-2012-eds = "A. Fitzgibbon and S. Lazebnik and P. Perona and Y. Sato and C. Schmid"} +@String{eccv-2012-ser = lncs} +@String{eccv-2012-pub = "Springer"} +@String{eccv-2012-vol1 = "7572"} +@String{eccv-2012-vol2 = "7573"} +@String{eccv-2012-vol3 = "7574"} +@String{eccv-2012-vol4 = "7575"} +@String{eccv-2012-vol5 = "7576"} +@String{eccv-2012-vol6 = "7577"} +@String{eccv-2012-vol7 = "7578"} + +@String{eccv-2010 = "Proceedings of the 11th European Conference on Computer Vision"} +@String{eccv-2010-yr = 2010} +@String{eccv-2010-srtmon = sep} +@String{eccv-2010-eds = "K. Daniilidis and P. Maragos and N. Paragios"} +@String{eccv-2010-ser = lncs} +@String{eccv-2010-pub = "Springer"} +@String{eccv-2010-vol1 = "6311"} +@String{eccv-2010-vol2 = "6312"} +@String{eccv-2010-vol3 = "6313"} +@String{eccv-2010-vol4 = "6314"} +@String{eccv-2010-vol5 = "6315"} +@String{eccv-2010-vol6 = "6316"} + +@String{eccv-2008 = "Proceedings of the Tenth European Conference on Computer Vision"} +@String{eccv-2008-yr = 2008} +@String{eccv-2008-srtmon = oct} +@String{eccv-2008-eds = "D. Forsyth and P. Torr and A. Zisserman"} +@String{eccv-2008-ser = lncs} +@String{eccv-2008-pub = "Springer"} +@String{eccv-2008-vol1 = 5302} +@String{eccv-2008-vol2 = 5303} +@String{eccv-2008-vol3 = 5304} +@String{eccv-2008-vol4 = 5305} + +@String{eccv-2006 = "Proceedings of the Ninth European Conference on Computer Vision"} +@String{eccv-2006-yr = 2006} +@String{eccv-2006-srtmon = may} +@String{eccv-2006-eds = "A. Leonardis and H. Bischof and A. Pinz"} +@String{eccv-2006-ser = lncs} +@String{eccv-2006-pub = "Springer"} +@String{eccv-2006-vol1 = "3951"} +@String{eccv-2006-vol2 = "3952"} +@String{eccv-2006-vol3 = "3953"} +@String{eccv-2006-vol4 = "3954"} + + +@String{eccv-2004 = "Proceedings of the Eighth European Conference on Computer Vision"} +@String{eccv-2004-yr = 2004} +@String{eccv-2004-eds = "T. Pajdla and J. Matas"} +@String{eccv-2004-ser = lncs} +@String{eccv-2004-pub = "Springer"} +@String{eccv-2004-vol1 = "3021"} +@String{eccv-2004-vol2 = "3022"} +@String{eccv-2004-vol3 = "3023"} +@String{eccv-2004-vol4 = "3024"} + + +@String{eccv-2002 = "Proceedings of the Seventh European Conference on Computer Vision"} +@String{eccv-2002-yr = 2002} +@String{eccv-2002-eds = "A. Heyden and G. Sparr and M. Nielsen and P. Johansen"} +@String{eccv-2002-ser = lncs} +@String{eccv-2002-pub = "Springer"} +@String{eccv-2002-vol1 = "2350"} +@String{eccv-2002-vol2 = "2351"} +@String{eccv-2002-vol3 = "2352"} +@String{eccv-2002-vol4 = "2353"} + + +@String{eccv-2000 = "Proceedings of the Sixth European Conference on Computer Vision"} +@String{eccv-2000-yr = 2000} +@String{eccv-2000-eds = "D. Vernon"} +@String{eccv-2000-ser = lncs} +@String{eccv-2000-pub = "Springer"} +@String{eccv-2000-vol1 = "1842"} +@String{eccv-2000-vol2 = "1843"} + + +@String{eccv-1998 = "Proceedings of the Fifth European Conference on Computer Vision"} +@String{eccv-1998-yr = 1998} +@String{eccv-1998-eds = "H. Burkhardt and B. Neumann"} +@String{eccv-1998-ser = lncs} +@String{eccv-1998-pub = "Springer"} +@String{eccv-1998-vol1 = "1406"} +@String{eccv-1998-vol2 = "1407"} + + +@String{eccv-1996 = "Proceedings of the Fourth European Conference on Computer Vision"} +@String{eccv-1996-yr = 1996} +@String{eccv-1996-eds = "B. F. Buxton and R. Cipolla"} +@String{eccv-1996-ser = lncs} +@String{eccv-1996-pub = "Springer"} +@String{eccv-1996-vol1 = "1064"} +@String{eccv-1996-vol2 = "1065"} + + +@String{eccv-1994 = "Proceedings of the Third European Conference on Computer Vision"} +@String{eccv-1994-yr = 1994} +@String{eccv-1994-eds = "J.-O. Eklundh"} +@String{eccv-1994-ser = lncs} +@String{eccv-1994-pub = "Springer"} +@String{eccv-1994-vol1 = "800"} +@String{eccv-1994-vol2 = "801"} + + +@String{eccv-1992 = "Proceedings of the Second European Conference on Computer Vision"} +@String{eccv-1992-yr = 1992} +@String{eccv-1992-eds = "G. Sandini"} +@String{eccv-1992-ser = lncs} +@String{eccv-1992-pub = "Springer"} +@String{eccv-1992-vol = "588"} + + +@String{eccv-1990 = "Proceedings of the First European Conference on Computer Vision"} +@String{eccv-1990-yr = 1990} +@String{eccv-1990-eds = "O. D. Faugeras"} +@String{eccv-1990-ser = lncs} +@String{eccv-1990-pub = "Springer"} +@String{eccv-1990-vol = "427"} + + +% ------------------------------------------------------------------------------ +% ICCV +% ------------------------------------------------------------------------------ + +@String{iccv-2017 = "Proceedings of the Sixteenth IEEE International Conference on Computer Vision"} +@String{iccv-2017-yr = 2017} +@String{iccv-2017-mon = oct} +@String{iccv-2017-adr = "Venice, Italy"} + +@String{iccv-2015 = "Proceedings of the Fifteenth IEEE International Conference on Computer Vision"} +@String{iccv-2015-yr = 2015} +@String{iccv-2015-mon = dec} +@String{iccv-2015-adr = "Santiago, Chile"} + +@String{iccv-2013 = "Proceedings of the Fourteenth IEEE International Conference on Computer Vision"} +@String{iccv-2013-yr = 2013} +@String{iccv-2013-mon = dec} +@String{iccv-2013-adr = "Sydney, Australia"} + +@String{iccv-2011 = "Proceedings of the Thirteenth IEEE International Conference on Computer Vision"} +@String{iccv-2011-yr = 2011} +@String{iccv-2011-mon = nov} +@String{iccv-2011-adr = "Barcelona, Spain"} + +@String{iccv-2009 = "Proceedings of the Twelfth IEEE International Conference on Computer Vision"} +@String{iccv-2009-yr = 2009} +@String{iccv-2009-mon = oct} +@String{iccv-2009-adr = "Kyoto, Japan"} + +@String{iccv-2007 = "Proceedings of the Eleventh IEEE International Conference on Computer Vision"} +@String{iccv-2007-yr = 2007} +@String{iccv-2007-mon = oct} +@String{iccv-2007-adr = "Rio de Janeiro, Brazil"} + +@String{iccv-2005 = "Proceedings of the Tenth IEEE International Conference on Computer Vision"} +@String{iccv-2005-yr = 2005} +@String{iccv-2005-mon = oct} +@String{iccv-2005-adr = "Beijing, China"} + +@String{iccv-2003 = "Proceedings of the Ninth IEEE International Conference on Computer Vision"} +@String{iccv-2003-yr = 2003} +@String{iccv-2003-mon = oct} +@String{iccv-2003-adr = "Nice, France"} + +@String{iccv-2001 = "Proceedings of the Eighth IEEE International Conference on Computer Vision"} +@String{iccv-2001-yr = 2001} +@String{iccv-2001-mon = jul} +@String{iccv-2001-adr = "Vancouver, British Columbia, Canada"} + +@String{iccv-1999 = "Proceedings of the Seventh IEEE International Conference on Computer Vision"} +@String{iccv-1999-yr = 1999} +@String{iccv-1999-mon = sep} +@String{iccv-1999-adr = "Kerkyra, Greece"} + +@String{iccv-1998 = "Proceedings of the Sixth IEEE International Conference on Computer Vision"} +@String{iccv-1998-yr = 1998} +@String{iccv-1998-mon = jan} +@String{iccv-1998-adr = "Bombay, India"} + +@String{iccv-1995 = "Proceedings of the Fifth IEEE International Conference on Computer Vision"} +@String{iccv-1995-yr = 1995} +@String{iccv-1995-mon = jun} +@String{iccv-1995-adr = "Boston, Massachusetts"} + +@String{iccv-1993 = "Proceedings of the Fourth IEEE International Conference on Computer Vision"} +@String{iccv-1993-yr = 1993} +@String{iccv-1993-mon = may} +@String{iccv-1993-adr = "Berlin, Germany"} + +@String{iccv-1990 = "Proceedings of the Third IEEE International Conference on Computer Vision"} +@String{iccv-1990-yr = 1990} +@String{iccv-1990-mon = jan} +@String{iccv-1990-adr = "Osaka, Japan"} + +@String{iccv-1988 = "Proceedings of the Second IEEE International Conference on Computer Vision"} +@String{iccv-1988-yr = 1988} +@String{iccv-1988-mon = dec} +@String{iccv-1988-adr = "Tampa, Florida"} + +@String{iccv-1987 = "Proceedings of the First IEEE International Conference on Computer Vision"} +@String{iccv-1987-yr = 1987} +@String{iccv-1987-mon = jun} +@String{iccv-1987-adr = "London, UK"} + + +% ------------------------------------------------------------------------------ +% ACCV +% ------------------------------------------------------------------------------ + +@String{accv-2016 = "Proceedings of the Thirteenth Asian Conference on Computer Vision"} +@String{accv-2016-yr = "2016"} +@String{accv-2016-eds = "Lai, S.-H. and Lepetit, V. and Nishino, K. and Sato, Y."} +@String{accv-2016-ser = lncs} +@String{accv-2016-pub = "Springer"} +@String{accv-2016-vol1 = "10111"} +@String{accv-2016-vol2 = "10112"} +@String{accv-2016-vol3 = "10113"} +@String{accv-2016-vol4 = "10114"} +@String{accv-2016-vol4 = "10115"} + + +@String{accv-2012 = "Proceedings of the Eleventh Asian Conference on Computer Vision"} +@String{accv-2012-yr = 2012} +@String{accv-2012-eds = "Lee, K.M. and Matsushita, Y. and Rehg, J. M. and Hu, Z."} +@String{accv-2012-ser = lncs} +@String{accv-2012-pub = "Springer"} +@String{accv-2012-vol1 = "7724"} +@String{accv-2012-vol2 = "7725"} +@String{accv-2012-vol3 = "7726"} +@String{accv-2012-vol4 = "7727"} + +@String{accv-2010 = "Proceedings of the Tenth Asian Conference on Computer Vision"} +@String{accv-2010-yr = 2010} +@String{accv-2010-eds = "Kimmel, R. and Klette, R. and Sugimoto, A."} +@String{accv-2010-ser = lncs} +@String{accv-2010-pub = "Springer"} +@String{accv-2010-vol1 = "6492"} +@String{accv-2010-vol2 = "6493"} +@String{accv-2010-vol3 = "6494"} +@String{accv-2010-vol4 = "6495"} + +@String{accv-2009 = "Proceedings of the Nineth Asian Conference on Computer Vision"} +@String{accv-2009-yr = 2009} +@String{accv-2009-eds = "Zha, H. and Taniguchi, R.-i. and Maybank, S."} +@String{accv-2009-ser = lncs} +@String{accv-2009-pub = "Springer"} +@String{accv-2009-vol1 = "5994"} +@String{accv-2009-vol2 = "5995"} +@String{accv-2009-vol3 = "5996"} + +@String{accv-2007 = "Proceedings of the Eighth Asian Conference on Computer Vision"} +@String{accv-2007-yr = 2007} +@String{accv-2007-eds = "Yagi, Y. and Kang, S.B. and Kweon, I.S. and Zha, H."} +@String{accv-2007-ser = lncs} +@String{accv-2007-pub = "Springer"} +@String{accv-2007-vol1 = "4843"} +@String{accv-2007-vol2 = "4844"} + + +% ------------------------------------------------------------------------------ +% BMVC +% ------------------------------------------------------------------------------ +@String{bmvc-2012 = bmvc} +@String{bmvc-2012-yr = 2012} +@String{bmvc-2012-mon = sep} +@String{bmvc-2012-adr = "Surrey, UK"} + +@String{bmvc-2011 = bmvc} +@String{bmvc-2011-yr = 2011} +@String{bmvc-2011-mon = aug # "--" # sep} +@String{bmvc-2011-adr = "Dundee, UK"} + +@String{bmvc-2010 = bmvc} +@String{bmvc-2010-yr = 2010} +@String{bmvc-2010-mon = aug} +@String{bmvc-2010-adr = "Aberystwyth, UK"} + +@String{bmvc-2009 = bmvc} +@String{bmvc-2009-yr = 2009} +@String{bmvc-2009-mon = sep} +@String{bmvc-2009-adr = "London, UK"} + +@String{bmvc-2008 = bmvc} +@String{bmvc-2008-yr = 2008} +@String{bmvc-2008-mon = sep} +@String{bmvc-2008-adr = "Leeds, UK"} + +@String{bmvc-2007 = bmvc} +@String{bmvc-2007-yr = 2007} +@String{bmvc-2007-mon = sep} +@String{bmvc-2007-adr = "Warwick, UK"} + +@String{bmvc-2006 = bmvc} +@String{bmvc-2006-yr = 2006} +@String{bmvc-2006-mon = sep} +@String{bmvc-2006-adr = "Edinburgh, UK"} + +@String{bmvc-2005 = bmvc} +@String{bmvc-2005-yr = 2005} +@String{bmvc-2005-mon = sep} +@String{bmvc-2005-adr = "Oxford, UK"} + +@String{bmvc-2004 = bmvc} +@String{bmvc-2004-yr = 2004} +@String{bmvc-2004-mon = sep} +@String{bmvc-2004-adr = "Kingston, UK"} + +@String{bmvc-2003 = bmvc} +@String{bmvc-2003-yr = 2003} +@String{bmvc-2003-mon = sep} +@String{bmvc-2003-adr = "Norwich, UK"} + +@String{bmvc-2002 = bmvc} +@String{bmvc-2002-yr = 2002} +@String{bmvc-2002-mon = sep} +@String{bmvc-2002-adr = "Cardiff, UK"} + +@String{bmvc-1999 = bmvc} +@String{bmvc-1999-yr = 1999} +@String{bmvc-1999-mon = sep} +@String{bmvc-1999-adr = "Nottingham, UK"} + + +% ------------------------------------------------------------------------------ +% DAGM / GCPR +% ------------------------------------------------------------------------------ +@String{gcpr-2017 = "Proceedings of the 39th German Conference on Pattern Recognition"} +@String{gcpr-2017-yr = "2017"} +@String{gcpr-2017-srtmon = sep} +@String{gcpr-2017-vol = "10496"} +@String{gcpr-2017-eds = "Roth, Volker and Vetter, Thomas"} +@String{gcpr-2017-ser = lncs} +@String{gcpr-2017-pub = "Springer"} + +@String{gcpr-2016 = "Proceedings of the 38th German Conference on Pattern Recognition"} +@String{gcpr-2016-yr = "2016"} +@String{gcpr-2016-srtmon = sep} +@String{gcpr-2016-vol = "9796"} +@String{gcpr-2016-eds = "Rosenhahn, Bodo and Andres, Bjoern"} +@String{gcpr-2016-ser = lncs} +@String{gcpr-2016-pub = "Springer"} + +@String{gcpr-2015 = "Proceedings of the 37th German Conference on Pattern Recognition"} +@String{gcpr-2015-yr = "2015"} +@String{gcpr-2015-srtmon = sep} +@String{gcpr-2015-vol = "9358"} +@String{gcpr-2015-eds = "Gall, Juergen and Gehler, Peter and Leibe, Bastian"} +@String{gcpr-2015-ser = lncs} +@String{gcpr-2015-pub = "Springer"} + +@String{gcpr-2014 = "Proceedings of the 36th German Conference on Pattern Recognition"} +@String{gcpr-2014-yr = "2014"} +@String{gcpr-2014-srtmon = sep} +@String{gcpr-2014-vol = "8753"} +@String{gcpr-2014-eds = "Jiang, Xiaoyi and Hornegger, Joachim and Koch, Reinhard"} +@String{gcpr-2014-ser = lncs} +@String{gcpr-2014-pub = "Springer"} + +@String{gcpr-2013 = "Proceedings of the 35th German Conference on Pattern Recognition"} +@String{gcpr-2013-yr = "2013"} +@String{gcpr-2013-srtmon = sep} +@String{gcpr-2013-vol = "8142"} +@String{gcpr-2013-eds = "J. Weickert and M. Hein and B. Schiele"} +@String{gcpr-2013-ser = lncs} +@String{gcpr-2013-pub = "Springer"} + +@String{dagm-2012 = "Pattern Recognition, Proceedings of the 34th DAGM-Symposium"} +@String{dagm-2012-yr = "2012"} +@String{dagm-2012-srtmon = aug} +@String{dagm-2012-vol = "7476"} +@String{dagm-2012-eds = "A. Pinz and T. Pock and H. Bischof and F. Leberl"} +@String{dagm-2012-ser = lncs} +@String{dagm-2012-pub = "Springer"} + +@String{dagm-2011 = "Pattern Recognition, Proceedings of the 33rd DAGM-Symposium"} +@String{dagm-2011-yr = "2011"} +@String{dagm-2011-srtmon = aug} +@String{dagm-2011-vol = "6835"} +@String{dagm-2011-eds = "Rudolf Mester and Michael Felsberg"} +@String{dagm-2011-ser = lncs} +@String{dagm-2011-pub = "Springer"} + +@String{dagm-2010 = "Pattern Recognition, Proceedings of the 32nd DAGM-Symposium"} +@String{dagm-2010-yr = "2010"} +@String{dagm-2010-srtmon = sep} +@String{dagm-2010-vol = "6376"} +@String{dagm-2010-eds = "Goesele, Michael and Roth, Stefan and Kuijper, Arjan and Schiele, Bernt and Schindler, Konrad"} +@String{dagm-2010-ser = lncs} +@String{dagm-2010-pub = "Springer"} + +@String{dagm-2009 = "Pattern Recognition, Proceedings of the 31st DAGM-Symposium"} +@String{dagm-2009-yr = "2009"} +@String{dagm-2009-vol = "5748"} +@String{dagm-2009-eds = "Joachim Denzler and Gunther Notni and Herbert S{\"u}{\ss}e"} +@String{dagm-2009-ser = lncs} +@String{dagm-2009-pub = "Springer"} + +@String{dagm-2008 = "Pattern Recognition, Proceedings of the 30th DAGM-Symposium"} +@String{dagm-2008-yr = "2008"} +@String{dagm-2008-vol = "5096"} +@String{dagm-2008-eds = "Gerhard Rigoll"} +@String{dagm-2008-ser = lncs} +@String{dagm-2008-pub = "Springer"} + +@String{dagm-2005 = "Pattern Recognition, Proceedings of the 27th DAGM-Symposium"} +@String{dagm-2005-yr = "2005"} +@String{dagm-2005-vol = "3663"} +@String{dagm-2005-eds = "W. Kropatsch and R. Sablatnig and A. Hanbury"} +@String{dagm-2005-ser = lncs} +@String{dagm-2005-pub = "Springer"} + +@String{dagm-2004 = "Pattern Recognition, Proceedings of the 26th DAGM-Symposium"} +@String{dagm-2004-yr = "2004"} +@String{dagm-2004-vol = "3175"} +@String{dagm-2004-eds = "C. Rasmussen and H. B{\"u}lthoff and B. Sch{\"o}lkopf and M. Giese"} +@String{dagm-2004-ser = lncs} +@String{dagm-2004-pub = "Springer"} + +@String{dagm-2003 = "Pattern Recognition, Proceedings of the 25th DAGM-Symposium"} +@String{dagm-2003-yr = "2003"} +@String{dagm-2003-vol = "2781"} +@String{dagm-2003-eds = "B. Michaelis and G. Krell"} +@String{dagm-2003-ser = lncs} +@String{dagm-2003-pub = "Springer"} + +@String{dagm-2002 = "Pattern Recognition, Proceedings of the 24th DAGM-Symposium"} +@String{dagm-2002-yr = "2002"} +@String{dagm-2002-srtmon = sep} +@String{dagm-2002-vol = "2449"} +@String{dagm-2002-eds = "L. van Gool"} +@String{dagm-2002-ser = lncs} +@String{dagm-2002-pub = "Springer"} + +@String{dagm-2001 = "Pattern Recognition, Proceedings of the 23rd DAGM-Symposium"} +@String{dagm-2001-yr = "2001"} +@String{dagm-2001-srtmon = sep} +@String{dagm-2001-vol = "2191"} +@String{dagm-2001-eds = "B. Radig and S. Florczyk"} +@String{dagm-2001-ser = lncs} +@String{dagm-2001-pub = "Springer"} + +@String{dagm-2000 = "Pattern Recognition, Proceedings of the 22nd DAGM-Symposium"} +@String{dagm-2000-yr = "2000"} +@String{dagm-2000-eds = "G. Sommer and N. Kr{\"u}ger and C. Perwass"} +@String{dagm-2000-ser = "Informatik Aktuell"} +@String{dagm-2000-pub = "Springer"} + + +% ------------------------------------------------------------------------------ +% WACV +% ------------------------------------------------------------------------------ +@String{wacv-2015 = wacv} +@String{wacv-2015-yr = "2015"} +@String{wacv-2015-mon = jan} +@String{wacv-2015-adr = "Waikoloa Beach, HI"} + +@String{wacv-2013 = wacv} +@String{wacv-2013-yr = "2013"} +@String{wacv-2013-mon = jan} +@String{wacv-2013-adr = "Tampa, FL"} + + +% ------------------------------------------------------------------------------ +% VMV +% ------------------------------------------------------------------------------ +@String{vmv-2009 = vmv} +@String{vmv-2009-yr = "2009"} +@String{vmv-2009-mon = nov} +@String{vmv-2009-adr = "Braunschweig, Germany"} + + + +% ------------------------------------------------------------------------------ +% ICIP +% ------------------------------------------------------------------------------ + +@String{icip-2017 = icip} +@String{icip-2017-yr = "2017"} +@String{icip-2017-mon = sep} +@String{icip-2017-adr = "Beijing, China"} + +@String{icip-2011 = icip} +@String{icip-2011-yr = "2011"} +@String{icip-2011-mon = sep} +@String{icip-2011-adr = "Brussels, Belgium"} + +@String{icip-2007 = icip} +@String{icip-2007-yr = "2007"} +@String{icip-2007-mon = sep} +@String{icip-2007-adr = "San Antonio, Texas"} + +@String{icip-2006 = icip} +@String{icip-2006-yr = "2006"} +@String{icip-2006-mon = oct} +@String{icip-2006-adr = "Atlanta, Georgia"} + +@String{icip-2004 = icip} +@String{icip-2004-yr = "2004"} +@String{icip-2004-mon = oct} +@String{icip-2004-adr = "Singapore"} + +@String{icip-2002 = icip} +@String{icip-2002-yr = "2002"} +@String{icip-2002-mon = sep} +@String{icip-2002-adr = "Rochester, New York"} + +@String{icip-2001 = icip} +@String{icip-2001-yr = "2001"} +@String{icip-2001-mon = oct} +@String{icip-2001-adr = "Thessaloniki, Greece"} + +@String{icip-1998 = icip} +@String{icip-1998-yr = "1998"} +@String{icip-1998-mon = oct} +@String{icip-1998-adr = "Chicago, Illinois"} + +@String{icip-1997 = icip} +@String{icip-1997-yr = "1997"} +@String{icip-1997-mon = oct} +@String{icip-1997-adr = "Santa Barbara, California"} + +@String{icip-1994 = icip} +@String{icip-1994-yr = "1994"} +@String{icip-1994-mon = nov} +@String{icip-1994-adr = "Austin, Texas"} + + +% ------------------------------------------------------------------------------ +% EMMCVPR +% ------------------------------------------------------------------------------ +@String{emmcvpr-2015 = "Proceedings of the 10th International Conference on Energy Minimization Methods in Computer Vision and Pattern Recognition"} +@String{emmcvpr-2015-yr = "2015"} +@String{emmcvpr-2015-vol = "8932"} +@String{emmcvpr-2015-eds = "Tai, X.-C. and Bae, E. and Chan, T.F. and Lysaker, M."} +@String{emmcvpr-2015-ser = lncs} +@String{emmcvpr-2015-pub = "Springer"} + +@String{emmcvpr-2009 = "Proceedings of the 7th International Conference on Energy Minimization Methods in Computer Vision and Pattern Recognition"} +@String{emmcvpr-2009-yr = "2009"} +@String{emmcvpr-2009-vol = "5681"} +@String{emmcvpr-2009-eds = "D. Cremers and Y. Boykov and A. Blake and F. R. Schmidt"} +@String{emmcvpr-2009-ser = lncs} +@String{emmcvpr-2009-pub = "Springer"} + + +% ------------------------------------------------------------------------------ +% 3DPVT +% ------------------------------------------------------------------------------ + +@String{tdpvt-2006 = "Third International Symposium on 3D Data Processing, Visualization, and Transmission"} +@String{tdpvt-2006-yr = "2006"} +@String{tdpvt-2006-mon = jun} +@String{tdpvt-2006-adr = "Chapel Hill, North Carolina"} + + +% ------------------------------------------------------------------------------ +% ESPC +% ------------------------------------------------------------------------------ + +@String{espc-2008 = "Proceedings of the 16th European Signal Processing Conference"} +@String{espc-2008-yr = "2008"} +@String{espc-2008-mon = aug} +@String{espc-2008-adr = "Lausanne, Switzerland"} + + +% ------------------------------------------------------------------------------ +% ICASSP +% ------------------------------------------------------------------------------ + +@String{icassp-2015 = icassp} +@String{icassp-2015-yr = "2015"} +@String{icassp-2015-mon = apr} +@String{icassp-2015-adr = "South Brisbane, Australia"} + +@String{icassp-2014 = icassp} +@String{icassp-2014-yr = "2014"} +@String{icassp-2014-mon = may} +@String{icassp-2014-adr = "Florence, Italy"} + +@String{icassp-2007 = icassp} +@String{icassp-2007-yr = "2007"} +@String{icassp-2007-mon = apr} +@String{icassp-2007-adr = "Honolulu, Hawaii"} + +@String{icassp-2005 = icassp} +@String{icassp-2005-yr = "2005"} +@String{icassp-2005-mon = mar} +@String{icassp-2005-adr = "Philadelphia, Pennsylvania"} + + +% ------------------------------------------------------------------------------ +% MICCAI +% ------------------------------------------------------------------------------ +@String{miccai-2008 = miccai} +@String{miccai-2008-yr = "2008"} +@String{miccai-2008-mon = sep} +@String{miccai-2008-adr = "New York City, USA"} + + +% ============================================================================== +% Machine Learning Conferences +% ============================================================================== + +% ------------------------------------------------------------------------------ +% NIPS +% ------------------------------------------------------------------------------ +@String{nips-2016 = nips} +@String{nips-2016-yr = 2016} +@String{nips-2016-vol = 29} +@String{nips-2016-eds = "D. D. Lee and M. Sugiyama and von Luxburg, U. and I. Guyon and R. Garnett"} + +@String{nips-2015 = nips} +@String{nips-2015-yr = 2015} +@String{nips-2015-vol = 28} +@String{nips-2015-eds = " C. Cortes and N. D. Lawrence and D. D. Lee and M. Sugiyama and R. Garnett"} + +@String{nips-2014 = nips} +@String{nips-2014-yr = 2014} +@String{nips-2014-vol = 27} +@String{nips-2014-eds = "Z. Ghahramani and M. Welling and C. Cortes and N. D. Lawrence and K. Q. Weinberger"} + +@String{nips-2013 = nips} +@String{nips-2013-yr = 2013} +@String{nips-2013-vol = 26} +@String{nips-2013-eds = " C. J. C. Burges and L. Bottou and M. Welling and Z. Ghahramani and K. Q. Weinberger"} + +@String{nips-2012 = nips} +@String{nips-2012-yr = 2012} +@String{nips-2012-vol = 25} +@String{nips-2012-eds = "F. Pereira and C. J. C. Burges and L. Bottou and K. Q. Weinberger"} + +@String{nips-2011 = nips} +@String{nips-2011-yr = 2011} +@String{nips-2011-vol = 24} +@String{nips-2011-eds = "J. Shawe-Taylor and R. S. Zemel and P. L. Bartlett and F. Pereira and K. Q. Weinberger"} + +@String{nips-2010 = nips} +@String{nips-2010-yr = 2010} +@String{nips-2010-vol = 23} +@String{nips-2010-eds = "J. Lafferty and C. K. I. Williams and J. Shawe-Taylor and R.S. Zemel and A. Culotta"} + +@String{nips-2009 = nips} +@String{nips-2009-yr = 2009} +@String{nips-2009-vol = 22} +@String{nips-2009-eds = "Y. Bengio and D. Schuurmans and J. Lafferty and C. K. I. Williams and A. Culotta"} + +@String{nips-2008 = nips} +@String{nips-2008-yr = 2009} +@String{nips-2008-vol = 21} +@String{nips-2008-eds = "D. Koller and D. Schuurmans and Y. Bengio and L. Bottou"} + +@String{nips-2007 = nips} +@String{nips-2007-yr = 2008} +@String{nips-2007-vol = 20} +@String{nips-2007-eds = "J. C. Platt and D. Koller and Y. Singer and S. Roweis"} + +@String{nips-2006 = nips} +@String{nips-2006-yr = 2007} +@String{nips-2006-vol = 19} +@String{nips-2006-eds = "B. Sch{\"o}lkopf and J. Platt and T. Hofmann"} + +@String{nips-2005 = nips} +@String{nips-2005-yr = 2006} +@String{nips-2005-vol = 18} +@String{nips-2005-eds = "Y. Weiss and B. Sch{\"o}lkopf and J. Platt"} +@String{nips-2005-srtmon = may} + +@String{nips-2004 = nips} +@String{nips-2004-yr = 2005} +@String{nips-2004-vol = 17} +@String{nips-2004-eds = "L. Saul and Y. Weiss and L. Bottou"} + +@String{nips-2003 = nips} +@String{nips-2003-yr = 2004} +@String{nips-2003-vol = 16} +@String{nips-2003-eds = "S. Thrun and L. Saul and B. Sch{\"o}lkopf"} + +@String{nips-2002 = nips} +@String{nips-2002-yr = 2003} +@String{nips-2002-vol = 15} +@String{nips-2002-eds = "S. Becker and S. Thrun and K. Obermayer"} + +@String{nips-2001 = nips} +@String{nips-2001-yr = 2002} +@String{nips-2001-vol = 14} +@String{nips-2001-eds = "T. G. Dietterich and S. Becker and Z. Ghahramani"} + +@String{nips-2000 = nips} +@String{nips-2000-yr = 2001} +@String{nips-2000-vol = 13} +@String{nips-2000-eds = "T. K. Leen and T. G. Ditterich and V. Tresp"} + +@String{nips-1999 = nips} +@String{nips-1999-yr = 2000} +@String{nips-1999-vol = 12} +@String{nips-1999-eds = "S. A. Solla and T. K. Leen and K.-R. M{\"u}ller"} + +@String{nips-1998 = nips} +@String{nips-1998-yr = 1999} +@String{nips-1998-vol = 11} +@String{nips-1998-eds = "M. J. Kearns and S. A. Solla and D. A. Cohn"} + +@String{nips-1997 = nips} +@String{nips-1997-yr = 1998} +@String{nips-1997-vol = 10} +@String{nips-1997-eds = "M. I. Jordan and M. J. Kearns and S. A. Solla"} + +@String{nips-1996 = nips} +@String{nips-1996-yr = 1997} +@String{nips-1996-vol = 9} +@String{nips-1996-eds = "M. C. Mozer and M. I. Jordan and T. Petsche"} + +@String{nips-1995 = nips} +@String{nips-1995-yr = 1996} +@String{nips-1995-vol = 8} +@String{nips-1995-eds = "D. S. Touretzky and M. C. Mozer and M. E. Hasselmo"} + +@String{nips-1994 = nips} +@String{nips-1994-yr = 1995} +@String{nips-1994-vol = 7} +@String{nips-1994-eds = "G. Tesauro and D. Touretzky and T. Leed"} + +@String{nips-1993 = nips} +@String{nips-1993-yr = 1994} +@String{nips-1993-vol = 6} +@String{nips-1993-eds = "J. D. Cowan and G. Tesauro and J. Alspector"} + +@String{nips-1992 = nips} +@String{nips-1992-yr = 1993} +@String{nips-1992-vol = 5} +@String{nips-1992-eds = "S. J. Hanson and J. D. Cowan and C. L. Giles"} + +@String{nips-1991 = nips} +@String{nips-1991-yr = 1992} +@String{nips-1991-vol = 4} +@String{nips-1991-eds = "J. E. Moody and S. J. Hanson and R. P. Lippman"} + +@String{nips-1990 = nips} +@String{nips-1990-yr = 1991} +@String{nips-1990-vol = 3} +@String{nips-1990-eds = "R. Lippman and J. E. Moody and D. S. Touretzky"} + +@String{nips-1989 = nips} +@String{nips-1989-yr = 1990} +@String{nips-1989-vol = 2} +@String{nips-1989-eds = "D. Touretzky"} + +@String{nips-1988 = nips} +@String{nips-1988-yr = 1989} +@String{nips-1988-vol = 1} +@String{nips-1988-eds = "D. Touretzky"} + + +% ------------------------------------------------------------------------------ +% ICML +% ------------------------------------------------------------------------------ + +@String{icml-2016 = "Proceedings of the 33rd International Conference on Machine Learning"} +@String{icml-2016-yr = "2016"} +@String{icml-2016-mon = jun} +@String{icml-2016-adr = "New York, NY"} + +@String{icml-2015 = "Proceedings of the 32nd International Conference on Machine Learning"} +@String{icml-2015-yr = "2015"} +@String{icml-2015-mon = jul} +@String{icml-2015-adr = "Lille, France"} + +@String{icml-2014 = "Proceedings of the 31st International Conference on Machine Learning"} +@String{icml-2014-yr = "2014"} +@String{icml-2014-mon = jun} +@String{icml-2014-adr = "Beijing, China"} + +@String{icml-2013 = "Proceedings of the 30th International Conference on Machine Learning"} +@String{icml-2013-yr = "2013"} +@String{icml-2013-mon = jun} +@String{icml-2013-adr = "Atlanta, GA"} + +@String{icml-2012 = "Proceedings of the 29th International Conference on Machine Learning"} +@String{icml-2012-yr = "2012"} +@String{icml-2012-mon = jun} +@String{icml-2012-adr = "Edinburgh, Scotland"} + +@String{icml-2011 = "Proceedings of the 28th International Conference on Machine Learning"} +@String{icml-2011-yr = "2011"} +@String{icml-2011-mon = jun # "-" # jul} +@String{icml-2011-adr = "Washington, USA"} + +@String{icml-2010 = "Proceedings of the 27th International Conference on Machine Learning"} +@String{icml-2010-yr = "2010"} +@String{icml-2010-mon = jun} +@String{icml-2010-adr = "Haifa, Israel"} + +@String{icml-2009 = "Proceedings of the 26th International Conference on Machine Learning"} +@String{icml-2009-yr = "2009"} +@String{icml-2009-mon = jun} +@String{icml-2009-adr = "Montreal, Canada"} + +@String{icml-2008 = "Proceedings of the 25th International Conference on Machine Learning"} +@String{icml-2008-yr = "2008"} +@String{icml-2008-mon = jul} +@String{icml-2008-adr = "Helsinki, Finnland"} + +@String{icml-2007 = "Proceedings of the 24th International Conference on Machine Learning"} +@String{icml-2007-yr = "2007"} +@String{icml-2007-mon = jun} +@String{icml-2007-adr = "Corvallis, Oregon"} + +@String{icml-2006 = "Proceedings of the 23rd International Conference on Machine Learning"} +@String{icml-2006-yr = "2006"} +@String{icml-2006-mon = jun} +@String{icml-2006-adr = "Pittsburgh, Pennsylvania"} + +@String{icml-2005 = "Proceedings of the 22nd International Conference on Machine Learning"} +@String{icml-2005-yr = "2005"} +@String{icml-2005-mon = aug} +@String{icml-2005-adr = "Bonn, Germany"} +@String{icml-2004 = "Proceedings of the 21st International Conference on Machine Learning"} +@String{icml-2004-yr = "2004"} +@String{icml-2004-mon = jul} +@String{icml-2004-adr = "Banff, Canada"} + +@String{icml-2003 = "Proceedings of the Twentieth International Conference on Machine Learning"} +@String{icml-2003-yr = "2003"} +@String{icml-2003-mon = aug} +@String{icml-2003-adr = "Washington, DC"} +@String{icml-2002 = "Proceedings of the Nineteenth International Conference on Machine Learning"} +@String{icml-2002-yr = "2002"} +@String{icml-2002-mon = aug} +@String{icml-2002-adr = "Sydney, Australia"} + +@String{icml-2001 = "Proceedings of the Eighteenth International Conference on Machine Learning"} +@String{icml-2001-yr = "2001"} +@String{icml-2001-mon = jun # "-" # jul} +@String{icml-2001-adr = "Williamstown, Massachusetts"} + + +% ------------------------------------------------------------------------------ +% UAI +% ------------------------------------------------------------------------------ + +@String{uai-2006 = "Proceedings of the 22nd Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2006-yr = "2006"} +@String{uai-2006-mon = jul} +@String{uai-2006-adr = "Cambridge, Massachusetts"} + +@String{uai-2003 = "Proceedings of the Nineteenth Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2003-yr = "2003"} +@String{uai-2003-mon = aug} +@String{uai-2003-adr = "Acapulco, Mexico"} + +@String{uai-2001 = "Proceedings of the Sixteenth Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2001-yr = "2001"} +@String{uai-2001-mon = aug} +@String{uai-2001-adr = "Seattle, Washington"} + +@String{uai-2000 = "Proceedings of the Sixteenth Conference on Uncertainty in Artificial Intelligence"} +@String{uai-2000-yr = "2000"} +@String{uai-2000-mon = jun # "--" # jul} +@String{uai-2000-adr = "Stanford, California"} + + +% ------------------------------------------------------------------------------ +% IJCAI +% ------------------------------------------------------------------------------ + +@String{ijcai-1981 = ijcai} +@String{ijcai-1981-yr = "1981"} +@String{ijcai-1981-mon = aug} +@String{ijcai-1981-adr = "Vancouver, British Columbia"} + +@String{ijcai-1985 = ijcai} +@String{ijcai-1985-yr = "1985"} +@String{ijcai-1985-mon = aug} +@String{ijcai-1985-adr = "Los Angeles, California"} + +@String{ijcai-2003 = ijcai} +@String{ijcai-2003-yr = "2003"} +@String{ijcai-2003-mon = aug} +@String{ijcai-2003-adr = "Acapulco, Mexico"} + + +% ------------------------------------------------------------------------------ +% AISTATS +% ------------------------------------------------------------------------------ + +@String{aistats-2017 = "Proceedings of the Twentieth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2017-yr = "2017"} +@String{aistats-2017-mon = apr} +@String{aistats-2017-adr = "Fort Lauderdale, Florida"} + +@String{aistats-2016 = "Proceedings of the Nineteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2016-yr = "2016"} +@String{aistats-2016-mon = may} +@String{aistats-2016-adr = "Cadiz, Spain"} + +@String{aistats-2015 = "Proceedings of the Eighteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2015-yr = "2015"} +@String{aistats-2015-mon = may} +@String{aistats-2015-adr = "San Diego, California"} + +@String{aistats-2014 = "Proceedings of the Seventeenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2014-yr = "2014"} +@String{aistats-2014-mon = apr} +@String{aistats-2014-adr = "Reykjavik, Iceland"} + +@String{aistats-2013 = "Proceedings of the Sixteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2013-yr = "2013"} +@String{aistats-2013-mon = apr # "-" # may} +@String{aistats-2013-adr = "Scottsdale, Arizona"} + +@String{aistats-2012 = "Proceedings of the Fifteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2012-yr = "2012"} +@String{aistats-2012-mon = apr} +@String{aistats-2012-adr = "La Palma, Canary Islands"} + +@String{aistats-2011 = "Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2011-yr = "2011"} +@String{aistats-2011-mon = apr} +@String{aistats-2011-adr = "Ft.~Lauderdale, Florida"} + +@String{aistats-2009 = "Proceedings of the Twelfth International Conference on Artificial Intelligence and Statistics"} +@String{aistats-2009-yr = "2009"} +@String{aistats-2009-mon = apr} +@String{aistats-2009-adr = "Clearwater Beach, Florida"} + +@String{aistats-2005 = "Proceedings of the Tenth International Workshop on Artificial Intelligence and Statistics"} +@String{aistats-2005-yr = "2005"} +@String{aistats-2005-eds = "R. G. Cowell and Z. Ghahramani"} +@String{aistats-2005-mon = jan} +@String{aistats-2005-adr = "Barbados"} + +@String{aistats-2003 = "Proceedings of the Nineth International Workshop on Artificial Intelligence and Statistics"} +@String{aistats-2003-yr = "2003"} +@String{aistats-2003-eds = "Christopher M. Bishop and Brendan J. Frey"} +@String{aistats-2003-mon = jan} +@String{aistats-2003-adr = "Key West, Florida"} + +@String{aistats-2001 = "Proceedings of the Eighth International Workshop on Artificial Intelligence and Statistics"} +@String{aistats-2001-yr = "2001"} +@String{aistats-2001-mon = jan} +@String{aistats-2001-adr = "Key West, Florida"} + + +% ------------------------------------------------------------------------------ +% ICANN +% ------------------------------------------------------------------------------ + +@String{icann-2011 = "Proceedings of the 20th International Conference on Artificial Neural Networks"} +@String{icann-2011-yr = "2011"} +@String{icann-2011-mon = jun} +@String{icann-2011-adr = "Espoo, Finland"} + +@String{icann-2003 = "Proceedings of the 13th International Conference on Artificial Neural Networks"} +@String{icann-2003-yr = "2003"} +@String{icann-2003-mon = jun} +@String{icann-2003-adr = "Istanbul, Turkey"} + +@String{icann-2002 = "Proceedings of the 12th International Conference on Artificial Neural Networks"} +@String{icann-2002-yr = "2002"} +@String{icann-2002-mon = aug} +@String{icann-2002-adr = "Madrid, Spain"} + +@String{icann-1999 = "Proceedings of the Ninth International Conference on Artificial Neural Networks"} +@String{icann-1999-yr = "1999"} +@String{icann-1999-mon = sep} +@String{icann-1999-adr = "Edinburgh, UK"} + + +% ------------------------------------------------------------------------------ +% AAAI +% ------------------------------------------------------------------------------ + +@String{aaai-2018 = "Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence"} +@String{aaai-2018-yr = "2018"} +@String{aaai-2018-adr = "Menlo Park, California"} +@String{aaai-2018-pub = "AAAI Press"} + +@String{aaai-2005 = "Proceedings of the Twentieth International Conference on Machine Learning"} +@String{aaai-2005-yr = "2005"} +@String{aaai-2005-adr = "Menlo Park, California"} +@String{aaai-2005-pub = "AAAI Press"} + + +% ------------------------------------------------------------------------------ +% S+SSPR +% ------------------------------------------------------------------------------ + +@String{s+sspr-2014 = "IAPR Joint International Workshops on Statistical Techniques in Pattern Recognition and Structural and Syntactic Pattern Recognition"} +@String{s+sspr-2014-yr = "2014"} +@String{s+sspr-2014-vol = "8621"} +@String{s+sspr-2014-eds = "P. Fr{\"a}nti and G. Brown and M. Loog and F. Escolano and M. Pelillo"} +@String{s+sspr-2014-ser = lncs} +@String{s+sspr-2014-pub = "Springer"} +@String{s+sspr-2014-srtmon = aug} + + +% ------------------------------------------------------------------------------ +% ICPR +% ------------------------------------------------------------------------------ + +@String{icpr-2014 = "Proceedings of the 22nd International Conference on Pattern Recognition"} +@String{icpr-2014-yr = 2014} +@String{icpr-2014-mon = aug} +@String{icpr-2014-adr = "Stockholm, Sweden"} + +@String{icpr-2004 = "Proceedings of the 17th International Conference on Pattern Recognition"} +@String{icpr-2004-yr = 2004} +@String{icpr-2004-mon = aug} +@String{icpr-2004-adr = "Cambridge, UK"} + +@String{icpr-2000 = "Proceedings of the 15th International Conference on Pattern Recognition"} +@String{icpr-2000-yr = 2000} +@String{icpr-2000-mon = sep} +@String{icpr-2000-adr = "Barcelona, Spain"} + +@String{icpr-1990 = "Proceedings of the 10th International Conference on Pattern Recognition"} +@String{icpr-1990-yr = 1990} +@String{icpr-1990-mon = jun} +@String{icpr-1990-adr = "Atlantic City, New Jersey"} + + +% ============================================================================== +% Other Conferences +% ============================================================================== + +% ------------------------------------------------------------------------------ +% SIGGRAPH +% ------------------------------------------------------------------------------ +@String{siggraph-2014 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2014-yr = "2014"} +@String{siggraph-2014-mon = jul} +@String{siggraph-2014-vol = "33"} +@String{siggraph-2014-num = "4"} +@String{siggraph-2014-adr = "Vancouver, Canada"} + + +@String{siggraph-2013 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2013-yr = "2013"} +@String{siggraph-2013-mon = jul} +@String{siggraph-2013-vol = "32"} +@String{siggraph-2013-num = "4"} +@String{siggraph-2013-adr = "Anaheim, California"} + +@String{siggraph-2009 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2009-yr = "2009"} +@String{siggraph-2009-mon = aug} +@String{siggraph-2009-vol = "28"} +@String{siggraph-2009-num = "3"} +@String{siggraph-2009-adr = "New Orleans, Louisiana"} + +@String{siggraph-2008 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2008-yr = "2008"} +@String{siggraph-2008-mon = aug} +@String{siggraph-2008-vol = "27"} +@String{siggraph-2008-num = "3"} +@String{siggraph-2008-adr = "Los Angeles, California"} +@String{siggraph-2006 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2006-yr = "2006"} +@String{siggraph-2006-mon = jul # "-" # aug} +@String{siggraph-2006-vol = "25"} +@String{siggraph-2006-num = "3"} +@String{siggraph-2006-adr = "Boston, Massachusetts"} + +@String{siggraph-2005 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2005-yr = "2005"} +@String{siggraph-2005-mon = aug} +@String{siggraph-2005-vol = "24"} +@String{siggraph-2005-num = "3"} +@String{siggraph-2005-adr = "Los Angeles, California"} + +@String{siggraph-2004 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2004-yr = "2004"} +@String{siggraph-2004-mon = aug} +@String{siggraph-2004-vol = "23"} +@String{siggraph-2004-num = "3"} +@String{siggraph-2004-adr = "Los Angeles, California"} +@String{siggraph-2003 = "ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2003-yr = "2003"} +@String{siggraph-2003-mon = jul} +@String{siggraph-2003-vol = "22"} +@String{siggraph-2003-num = "3"} +@String{siggraph-2003-adr = "San Diego, California"} + +@String{siggraph-2001 = "Computer Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2001-yr = "2001"} +@String{siggraph-2001-mon = aug} +@String{siggraph-2001-adr = "Los Angeles, California"} + +@String{siggraph-2000 = "Computer Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-2000-yr = "2000"} +@String{siggraph-2000-mon = jul} +@String{siggraph-2000-adr = "New Orleans, Louisiana"} + +@String{siggraph-1999 = "Computer Graphics (Proceedings of ACM SIGGRAPH)"} +@String{siggraph-1999-yr = "1999"} +@String{siggraph-1999-mon = aug} +@String{siggraph-1999-adr = "New York, NY, USA"} + + +% ------------------------------------------------------------------------------ +% EMBS +% ------------------------------------------------------------------------------ + +@String{embs-2003 = "Proceedings of the First International IEEE/EMBS Conference on Neural Engineering"} +@String{embs-2003-yr = 2003} +@String{embs-2003-mon = mar} +@String{embs-2003-adr = "Capri, Italy"} + + +% ------------------------------------------------------------------------------ +% IROS +% ------------------------------------------------------------------------------ + +@String{iros-2010 = iros} +@String{iros-2010-yr = 2010} +@String{iros-2010-mon = oct} +@String{iros-2010-adr = "Taipei, Taiwan"} + + +% ------------------------------------------------------------------------------ +% IV +% ------------------------------------------------------------------------------ + +@String{iv-2016 = iv} +@String{iv-2016-yr = 2016} +@String{iv-2016-mon = jun} +@String{iv-2016-adr = "Gothenburg, Sweden"} + + +% ------------------------------------------------------------------------------ +% CICLing +% ------------------------------------------------------------------------------ + +@String{cicling-2017 = "Proceedings of the 18th International Conference on Computational Linguistics and Intelligent Text Processing"} +@String{cicling-2017-yr = "2017"} +@String{cicling-2017-ser = lncs} +@String{cicling-2017-pub = "Springer"} +@String{cicling-2017-eds = ""} +@String{cicling-2017-vol = ""} diff --git a/old.bib b/old.bib new file mode 100644 index 0000000..9fa04b6 --- /dev/null +++ b/old.bib @@ -0,0 +1,281 @@ +@inproceedings{FlowNet, + author = {Alexey Dosovitskiy and Philipp Fischer and Eddy Ilg + and Philip H{\"a}usser and Caner Haz{\i}rba{\c{s}} and + Vladimir Golkov and Patrick v.d. Smagt and Daniel Cremers and Thomas Brox}, + title = {{FlowNet}: Learning Optical Flow with Convolutional Networks}, + booktitle = {{ICCV}}, + year = {2015}} + +@inproceedings{FlowNet2, + author = {Eddy Ilg and Nikolaus Mayer and Tonmoy Saikia and + Margret Keuper and Alexey Dosovitskiy and Thomas Brox}, + title = {{FlowNet} 2.0: {E}volution of Optical Flow Estimation with Deep Networks}, + booktitle = {{CVPR}}, + year = {2017},} + +@inproceedings{SceneFlowDataset, + author = {Nikolaus Mayer and Eddy Ilg and Philip H{\"a}usser and Philipp Fischer and + Daniel Cremers and Alexey Dosovitskiy and Thomas Brox}, + title = {A Large Dataset to Train Convolutional Networks for + Disparity, Optical Flow, and Scene Flow Estimation}, + booktitle = {{CVPR}}, + year = {2016}} + +@article{SfmNet, + author = {Sudheendra Vijayanarasimhan and + Susanna Ricco and + Cordelia Schmid and + Rahul Sukthankar and + Katerina Fragkiadaki}, + title = {{SfM-Net}: Learning of Structure and Motion from Video}, + journal = {arXiv preprint arXiv:1704.07804}, + year = {2017}} + +@inproceedings{MaskRCNN, + Author = {Kaiming He and Georgia Gkioxari and + Piotr Doll\'{a}r and Ross Girshick}, + Title = {{Mask {R-CNN}}}, + Booktitle = {CVPR}, + Year = {2017}} + +@inproceedings{FasterRCNN, + Author = {Shaoqing Ren and Kaiming He and + Ross Girshick and Jian Sun}, + Title = {Faster {R-CNN}: Towards Real-Time Object Detection + with Region Proposal Networks}, + Booktitle = {{NIPS}}, + Year = {2015}} + +@inproceedings{FastRCNN, + Author = {Ross Girshick}, + Title = {Fast {R-CNN}}, + Booktitle = {{ICCV}}, + Year = {2015}} + +@inproceedings{InstanceSceneFlow, + Author = {Aseem Behl and Omid Hosseini Jafari and Siva Karthik Mustikovela and + Hassan Abu Alhaija and Carsten Rother and Andreas Geiger}, + Title = {Bounding Boxes, Segmentations and Object Coordinates: + How Important is Recognition for 3D Scene Flow Estimation + in Autonomous Driving Scenarios?}, + Booktitle = {{ICCV}}, + Year = {2017}} + +@inproceedings{RCNN, + Author = {Ross Girshick and + Jeff Donahue and + Trevor Darrell and + Jitendra Malik}, + Title = {Rich feature hierarchies for accurate + object detection and semantic segmentation}, + Booktitle = {{CVPR}}, + Year = {2014}} + +@inproceedings{ImageNetCNN, + title = {ImageNet Classification with Deep Convolutional Neural Networks}, + author = {Alex Krizhevsky and Sutskever, Ilya and Hinton, Geoffrey E.}, + booktitle = {{NIPS}}, + year = {2012}} + +@inproceedings{VGGNet, + author = {Karen Simonyan and Andrew Zisserman}, + title = {Very Deep Convolutional Networks for Large-Scale Image Recognition}, + booktitle = {ICLR}, + year = {2015}} + +@inproceedings{ResNet, + author = {Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun}, + title = {Deep Residual Learning for Image Recognition}, + booktitle = {CVPR}, + year = {2016}} + +@inproceedings{DenseNetDenseFlow, + author = {Yi Zhu and Shawn D. Newsam}, + title = {DenseNet for Dense Flow}, + booktitle = {ICIP}, + year = {2017}} + +@inproceedings{SE3Nets, + author = {Arunkumar Byravan and Dieter Fox}, + title = {{SE3-Nets}: Learning Rigid Body Motion using Deep Neural Networks}, + booktitle = {{ICRA}}, + year = {2017}} + +@inproceedings{FlowLayers, + author = {Laura Sevilla-Lara and Deqing Sun and Varun Jampani and Michael J. Black}, + title = {Optical Flow with Semantic Segmentation and Localized Layers}, + booktitle = {{CVPR}}, + year = {2016}} + +@inproceedings{ESI, + author = {Min Bai and Wenjie Luo and Kaustav Kundu and Raquel Urtasun}, + title = {Exploiting Semantic Information and Deep Matching for Optical Flow}, + booktitle = {{ECCV}}, + year = {2016}} + +@inproceedings{VKITTI, + author = {Adrien Gaidon and Qiao Wang and Yohann Cabon and Eleonora Vig}, + title = {Virtual Worlds as Proxy for Multi-Object Tracking Analysis}, + booktitle = {{CVPR}}, + year = {2016}} + +@inproceedings{KITTI2012, + author = {Andreas Geiger and Philip Lenz and Raquel Urtasun}, + title = {Are we ready for Autonomous Driving? The {KITTI} Vision Benchmark Suite}, + booktitle = {{CVPR}}, + year = {2012}} + +@inproceedings{KITTI2015, + author = {Moritz Menze and Andreas Geiger}, + title = {Object Scene Flow for Autonomous Vehicles}, + booktitle = {{CVPR}}, + year = {2015}} + +@inproceedings{PRSF, + author = {C. Vogel and K. Schindler and S. Roth}, + title = {Piecewise Rigid Scene Flow}, + booktitle = {{ICCV}}, + year = {2013}} + +@inproceedings{PRSM, + author = {C. Vogel and K. Schindler and S. Roth}, + title = {3D Scene Flow with a Piecewise Rigid Scene Model}, + booktitle = {{IJCV}}, + year = {2015}} + +@inproceedings{MRFlow, + author = {Jonas Wulff and Laura Sevilla-Lara and Michael J. Black}, + title = {Optical Flow in Mostly Rigid Scenes}, + booktitle = {{CVPR}}, + year = {2017}} + +@inproceedings{SPyNet, + author = {Anurag Ranjan and Michael J. Black}, + title = {Optical Flow Estimation using a Spatial Pyramid Network}, + booktitle = {CVPR}, + year = {2017}} + +@inproceedings{FPN, + author = {Tsung-Yi Lin and Piotr Dollár and Ross Girshick and Kaiming He and Bharath Hariharan and Serge Belongie}, + title = {Feature Pyramid Networks for Object Detection}, + booktitle = {CVPR}, + year = {2017}} + +@inproceedings{PoseNet, + author = {Alex Kendall and Matthew Grimes and Roberto Cipolla}, + title = {PoseNet: A Convolutional Network for Real-Time 6-DOF Camera Relocalization}, + booktitle = {ICCV}, + year = {2015}} + +@inproceedings{PoseNet2, + author = {Alex Kendall and Roberto Cipolla}, + title = {Geometric loss functions for camera pose regression with deep learning}, + booktitle = {CVPR}, + year = {2017}} + +@inproceedings{STN, + author = {M. Jadeberg and K. Zisserman and K. Kavukcuoglu}, + title = {Spatial transformer networks}, + booktitle = {NIPS}, + year = {2015}} + +@inproceedings{CensusTerm, + author = {Fridtjof Stein}, + title = {Efficient Computation of Optical Flow Using the Census Transform}, + booktitle = {{DAGM} Symposium}, + year = {2004}} + +@inproceedings{DeeperDepth, + author = {Iro Laina and Christian Rupprecht and Vasileios Belagiannis and Federico Tombari and Nassir Navab}, + title = {Deeper Depth Prediction with Fully Convolutional Residual Networks}, + booktitle = {3DV}, + year = {2016}} + +@inproceedings{TensorFlowObjectDetection, + author = {J. Huang and V. Rathod and C. Sun and M. Zhu and A. Korattikara and A. Fathi and I. Fischer and Z. Wojna, + and Y. Song and S. Guadarrama and K. Murphy}, + title = {Speed/accuracy trade-offs for modern convolutional object detectors}, + booktitle = {CVPR}, + year = {2017}} + +@misc{TensorFlow, + title={{TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems}, + url={http://tensorflow.org/}, + note={Software available from tensorflow.org}, + author={Martín Abadi and others}, + year={2015}} + +@inproceedings{LSTM, + author = {Sepp Hochreiter and Jürgen Schmidhuber}, + title = {Long Short-Term Memory}, + booktitle = {Neural Computation}, + year = {1997}} + +@inproceedings{TemporalSF, + author = {Christoph Vogel and Stefan Roth and Konrad Schindler}, + title = {View-Consistent 3D Scene Flow Estimation over Multiple Frames}, + booktitle = {ECCV}, + year = {2014}} + +@inproceedings{Cityscapes, + author = {M. Cordts and M. Omran and S. Ramos and T. Rehfeld and + M. Enzweiler and R. Benenson and U. Franke and S. Roth and B. Schiele}, + title = {The Cityscapes Dataset for Semantic Urban Scene Understanding}, + booktitle = {CVPR}, + year = {2016}} + +@inproceedings{SGD, + author = {Y. LeCun and B. Boser and J. S. Denker and D. Henderson + and R. E. Howard and W. Hubbard and L. D. Jackel}, + title = {Backpropagation applied to handwritten zip code recognition}, + booktitle = {Neural Computation}, + year = {1989}} + +@inproceedings{GCNet, + author = {Alex Kendall and Hayk Martirosyan and Saumitro Dasgupta and Peter Henry + Ryan Kennedy and Abraham Bachrach and Adam Bry}, + title = {End-to-End Learning of Geometry and Context for Deep Stereo Regression}, + booktitle = {CVPR}, + year = {2017}} + +@inproceedings{BN, + author = {Sergey Ioffe and Christian Szegedy}, + title = {Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift}, + booktitle = {ICML}, + year = {2015}} + +@inproceedings{He, + author = {Kaiming He and Xiangyu Zhang and Shaoqing Ren and Jian Sun}, + title = {Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification}, + booktitle = {ICCV}, + year = {2015}} + +@inproceedings{UnFlow, + author = {Simon Meister and Junhwa Hur and Stefan Roth}, + title = {UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss}, + booktitle = {AAAI}, + year = {2018}} + +@inproceedings{UnsupDepth, + title={Unsupervised Learning of Depth and Ego-Motion from Video}, + author={Ravi Garg and BG Vijay Kumar and Gustavo Carneiro and Ian Reid}, + booktitle={ECCV}, + year={2016}} + +@inproceedings{UnsupPoseDepth, + title={Unsupervised CNN for single view depth estimation: Geometry to the rescue}, + author={Tinghui Zhou and Matthew Brown and Noah Snavely and David G. Lowe}, + booktitle={CVPR}, + year={2017}} + +@inproceedings{UnsupFlownet, + title={Back to Basics: Unsupervised Learning of Optical Flow via Brightness Constancy and Motion Smoothness}, + author={Jason J. Yu and Adam W. Harley and Konstantinos G. Derpanis}, + booktitle={ECCV Workshops}, + year={2016}} + + @inproceedings{ImageNet, + title={ImageNet Large Scale Visual Recognition Challenge}, + author={Olga Russakovsky and others}, + booktitle={IJCV}, + year={2015}} diff --git a/thesis.tex b/thesis.tex index dc128d4..78e4f33 100644 --- a/thesis.tex +++ b/thesis.tex @@ -64,6 +64,7 @@ \DeclareFieldFormat*{citetitle}{\mkbibemph{#1\isdot}} % zitierte Titel kursiv formatieren \DeclareFieldFormat*{title}{\mkbibemph{#1\isdot}} % zitierte Titel kursiv formatieren +\addbibresource{long_extended.bib} % Hier Pfad zu deiner .bib-Datei hineinschreiben \addbibresource{bib.bib} % Hier Pfad zu deiner .bib-Datei hineinschreiben \nocite{*} % Alle Einträge in der .bib-Datei im Literaturverzeichnis ausgeben, auch wenn sie nicht im Text zitiert werden. Gut zum Testen der .bib-Datei, sollte aber nicht generell verwendet werden. Stattdessen lieber gezielt Einträge mit Keywords ausgeben lassen (siehe \printbibliography in Zeile 224). @@ -78,6 +79,9 @@ \newcommand*{\myinstitute}{Visual Inference Group} \newcommand*{\myfaculty}{Fachbereich Informatik} +\usepackage{titlesec} +\newcommand{\sectionbreak}{\clearpage} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document}