ximgproc.bib 4.94 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
@inproceedings{Dollar2013,
  title={Structured forests for fast edge detection},
  author={Doll{\'a}r, Piotr and Zitnick, C Lawrence},
  booktitle={Computer Vision (ICCV), 2013 IEEE International Conference on},
  pages={1841--1848},
  year={2013},
  organization={IEEE}
}

@incollection{VBRV14,
  title={SEEDS: Superpixels extracted via energy-driven sampling},
  author={Van den Bergh, Michael and Boix, Xavier and Roig, Gemma and de Capitani, Benjamin and Van Gool, Luc},
  booktitle={Computer Vision--ECCV 2012},
  pages={13--26},
  year={2012},
  publisher={Springer}
}

@inproceedings{Gastal11,
  title={Domain transform for edge-aware image and video processing},
  author={Gastal, Eduardo SL and Oliveira, Manuel M},
  booktitle={ACM Transactions on Graphics (TOG)},
  volume={30},
  number={4},
  pages={69},
  year={2011},
  organization={ACM}
}

@article{Gastal12,
  title={Adaptive manifolds for real-time high-dimensional filtering},
  author={Gastal, Eduardo SL and Oliveira, Manuel M},
  journal={ACM Transactions on Graphics (TOG)},
  volume={31},
  number={4},
  pages={33},
  year={2012},
  publisher={ACM}
}

@incollection{Kaiming10,
  title={Guided image filtering},
  author={He, Kaiming and Sun, Jian and Tang, Xiaoou},
  booktitle={Computer Vision--ECCV 2010},
  pages={1--14},
  year={2010},
  publisher={Springer}
}
49 50 51 52 53 54 55 56 57

@inproceedings{Lim2013,
  title={Sketch tokens: A learned mid-level representation for contour and object detection},
  author={Lim, Joseph J and Zitnick, C Lawrence and Doll{\'a}r, Piotr},
  booktitle={Computer Vision and Pattern Recognition (CVPR), 2013 IEEE Conference on},
  pages={3158--3165},
  year={2013},
  organization={IEEE}
}
58

59 60 61 62 63 64 65 66 67 68 69
@incollection{PFF2004,
  title={Efficient graph-based image segmentation},
  author={Felzenszwalb, Pedro F and Huttenlocher, Daniel P},
  journal={International Journal of Computer Vision},
  volume={59},
  number={2},
  pages={167--181},
  year={2004},
  publisher={Springer}
}

70 71 72 73 74 75 76 77 78 79 80 81

@article{uijlings2013selective,
  title={Selective search for object recognition},
  author={Uijlings, Jasper RR and van de Sande, Koen EA and Gevers, Theo and Smeulders, Arnold WM},
  journal={International journal of computer vision},
  volume={104},
  number={2},
  pages={154--171},
  year={2013},
  publisher={Springer}
}

82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
@article{Min2014,
  title={Fast global image smoothing based on weighted least squares},
  author={Min, Dongbo and Choi, Sunghwan and Lu, Jiangbo and Ham, Bumsub and Sohn, Kwanghoon and Do, Minh N},
  journal={Image Processing, IEEE Transactions on},
  volume={23},
  number={12},
  pages={5638--5653},
  year={2014},
  publisher={IEEE}
}

@inproceedings{Farbman2008,
  title={Edge-preserving decompositions for multi-scale tone and detail manipulation},
  author={Farbman, Zeev and Fattal, Raanan and Lischinski, Dani and Szeliski, Richard},
  booktitle={ACM Transactions on Graphics (TOG)},
  volume={27},
  number={3},
  pages={67},
  year={2008},
  organization={ACM}
}
103

Zhou Chao's avatar
Zhou Chao committed
104

Zhou Chao's avatar
Zhou Chao committed
105 106 107 108 109 110 111 112 113 114
@inproceedings{xu2011image,
  title={Image smoothing via L 0 gradient minimization},
  author={Xu, Li and Lu, Cewu and Xu, Yi and Jia, Jiaya},
  booktitle={ACM Transactions on Graphics (TOG)},
  volume={30},
  number={6},
  pages={174},
  year={2011},
  organization={ACM}
}
Zhou Chao's avatar
Zhou Chao committed
115

116 117 118 119 120 121 122
@inproceedings{Revaud2015,
  title={EpicFlow: Edge-Preserving Interpolation of Correspondences for Optical Flow},
  author={Revaud, Jerome and Weinzaepfel, Philippe and Harchaoui, Zaid and Schmid, Cordelia},
  booktitle={Computer Vision and Pattern Recognition (CVPR), IEEE Conference on},
  pages={1164--1172},
  year={2015}
}
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142

@article{Achanta2012,
  author = {Achanta, Radhakrishna and Shaji, Appu and Smith, Kevin and Lucchi, Aurelien and Fua, Pascal and Susstrunk, Sabine},
  title = {SLIC Superpixels Compared to State-of-the-Art Superpixel Methods},
  journal = {IEEE Trans. Pattern Anal. Mach. Intell.},
  issue_date = {November 2012},
  volume = {34},
  number = {11},
  month = {nov},
  year = {2012},
  issn = {0162-8828},
  pages = {2274--2282},
  numpages = {9},
  url = {http://dx.doi.org/10.1109/TPAMI.2012.120},
  doi = {10.1109/TPAMI.2012.120},
  acmid = {2377556},
  publisher = {IEEE Computer Society},
  address = {Washington, DC, USA},
  keywords = {Superpixels, segmentation, clustering, k-means}
}
143 144 145 146 147 148 149 150

@InProceedings{LiCVPR2015LSC,
  author = {Li, Zhengqin and Chen, Jiansheng},
  title = {Superpixel Segmentation Using Linear Spectral Clustering},
  journal = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  month = {June},
  year = {2015}
}
Zhou Chao's avatar
Zhou Chao committed
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168

@incollection{zhang2014rolling,
  title={Rolling guidance filter},
  author={Zhang, Qi and Shen, Xiaoyong and Xu, Li and Jia, Jiaya},
  booktitle={Computer Vision--ECCV 2014},
  pages={815--830},
  year={2014},
  publisher={Springer}
}

@inproceedings{zhang2014100+,
  title={100+ times faster weighted median filter (WMF)},
  author={Zhang, Qi and Xu, Li and Jia, Jiaya},
  booktitle={Computer Vision and Pattern Recognition (CVPR), 2014 IEEE Conference on},
  pages={2830--2837},
  year={2014},
  organization={IEEE}
}