Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.38 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.38 KB

deep_archi_latex

VGG16

vgg16

@inproceedings { Simonyan2015,
	year = {2015},
	booktitle = {International Conference on Learning Representations (ICLR)},
	title = {Very Deep Convolutional Networks for Large-Scale Image Recognition},
	author = {Karen Simonyan and Andrew Zisserman}
}

WELDON

weldon

@inproceedings{Durand2016,
  author = {Durand, Thibaut and Thome, Nicolas and Cord, Matthieu},
  title = {{WELDON: Weakly Supervised Learning of Deep Convolutional Neural Networks}},
  booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2016}
}

WILDCAT

wildcat

@inproceedings{Durand2017,
  author = {Durand, Thibaut and Mordan, Taylor and Thome, Nicolas and Cord, Matthieu},
  title = {{WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation}},
  booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2017}
}

VGG-M

vgg-m

@inproceedings { Chatfield2014,
	year = {2014},
	booktitle = {British Machine Vision Conference (BMVC)},
	title = {Return of the Devil in the Details: Delving Deep into Convolutional Nets},
	author = {Ken Chatfield and Karen Simonyan and Andrea Vedaldi and Andrew Zisserman}
}