Supplementary Materials for Salient Object Detection: A

Size: px
Start display at page:

Download "Supplementary Materials for Salient Object Detection: A"

Transcription

1 Supplementary Materials for Salient Object Detection: A Discriminative Regional Feature Integration Approach Huaizu Jiang, Zejian Yuan, Ming-Ming Cheng, Yihong Gong Nanning Zheng, and Jingdong Wang Abstract In this supplementary material, we will present more details on learning a Random Forest saliency regressor. More evaluation results with state-of-the-art algorithms are also presented. LEARNING. Learning a Similarity Score between Two Adjacent Superpixels To learn the similarity score of two adjacent superpixels s i and s j, they are described by a 222- dimensional feature vector, including their saliency features, feature contrast, and the geometry features between them. Saliency features are already introduced in our paper. Feature contrast and superpixel boundary geometry features are presented in Fig...2 Feature importance in a Random Forest Training a Random Forest regressor is to independently build each decision tree. For the t-th decision tree, the training samples are randomly drawn from all training samples with replacement, X t = {x (t), x (t2),, x (tq) }, A t = {a (t), a (t2),, a (tq) }, where t i [, Q], i [, Q]. When learning a decision tree, the training samples are randomly drawn with replacement. In another word, some samples are not used for training. These training samples are called out-of-bag (oob) data. After constructing a decision tree, those oob data can be utilized to estimate the importance of features. Suppose that the feature f was used to construct one of the nodes of the tree and D oob are the oob samples. We first compute the prediction error for these oob data based on the i-th decision tree. E(f, i) = ( ã (j) i (f) a (j)) 2, () j D oob where ã (j) i (f) is the prediction value of the j-th oob sample given by the i-th tree based on the feature f. The feature f are then randomly permuted among H. Jiang, Z. Yuan, Y. Gong and N. Zheng, are with Xi an Jiaotong University. M.M. Cheng is with Oxford University. J. Wang is with Microsoft Research Asia. A preliminary version of this work appeared at CVPR []. Project website jianghz.com/drfi. Feature Contrast Dim c. abs. diff. of average RGB values 3 c2. χ 2 distance of RGB histogram c3. abs. diff. of average V values 3 c4. χ 2 distance of V histogram c5. abs. diff. of average L*a*b* values 3 c6. χ 2 distance of L*a*b* histogram c7. abs. diff. of average responses of filter bank 5 c8. χ 2 distance of maximum response of filter bank c9. χ 2 distance of texton histogram Boundary Geometry Dim g. average x coordinates g2. average y coordinates g3. th percentile of x coordinates g4. th percentile of y coordinates g5. 9th percentile of x coordinates g6. 9th percentile of y coordinates g7. normalized length Fig.. Feature contrast and superpixel boundary geometry features between two adjacent superpixels. all the oob samples. The permuted prediction error is then computed E p (f, i) = j D oob ( b(j) i (f) a (j)) 2, (2) (j) where b i (f) is the prediction value of the j-th oob sample given by the i-th tree based on the randomly permuted feature f. Finally, the importance of feature f can be computed as I(f) = T i= E p (f, i) E(f, i). (3) T The importance measure of features can be interpreted this way: if a feature is not so important, the prediction value will not be affected too much even if it is randomly set. Otherwise randomly permuted an important feature will greatly influence the prediction value. Therefore, the difference of prediction values I(f) over all the decision trees can be used to measure a feature s importance.

2 2 Fig. 2. Average annotation map of the DUT-OMRON* data set. 2 ADDITIONAL EVALUATIONS Extensive evaluations have been performed on six datasets, including MSRA-B [2], icoseg 2 [3], SED2 3 [4], ECSSD 4 [5], DUT-OMRON 5 [6], and DUT- OMRON* data set. In this section, we will provide additional quantitative and qualitative comparisons with state-of-the-art approaches for more comprehensive evaluation. 2. DUT-OMRON* Data Set In the paper, we sample 635 images from the DUT- OMRON data set (we call it DUT-OMRON* data set), where salient objects touch the image border and are far from the image center, in order to check the robustness of our approach. The average annotation of salient objects is shown in Fig 2. As we can see, there is a strong off-center bias. Moreover, it can be clearly seen that salient objects touch the image border. These two factors make DUT-OMRON* data set challenging for our approach, which is dependent on the pseudobackground assumption and the geometric distributions of salient objects discovered from training images. We also present some sample images in Fig. 3. The complete list of images in DUT-OMRON* data set is available at our project webpage jianghz.com/drfi. 2.2 Additional Benchmark Data Sets Due to limited space, we only consider six benchmark data sets in the paper for evaluations. In this supplementary material, we will provide more results on other three data sets, which are widely adopted for salient object detection evaluation as well. MSRAk. 6 This data set [7], containing images sampled from MSRA-B [2], is the first large vision/seg Evaluation DB/ Fig. 3. Demonstration of sample images of the DUT OMRON* dataset material/rk CVPR9/

3 3. P MSRA.. P P DUT OMRON MSRAk. P icoseg. P SED2. P SED. P ECSSD. P DUT OMRON*. P SOD Fig. 4. Quantitative comparisons of saliency maps produced by different approaches on different data sets in terms of PR curves. scale data set for salient object detection with pixelwise groundtruth annotation. However, performance of recent approaches start to be saturated on this benchmark data set as the background and salient regions are relatively homogeneous and simple. Since some images of MSRAk are chosen as training data of our approach. We discard these images for testing phrase. There are 396 images left. SED. 7 It has images containing exactly one salient object in each image. Pixel-wise groundtruth annotations for the salient objects are provided. Similar to MSRAk, it is a relatively simple data set with clean background. SOD. 8 This data set [8] is a collection of salient object boundaries based on the Berkeley segmentation data set [9]. Seven subjects are asked to choose the salient object(s) in 3 images. We generate the pixel-wise annotation of the salient objects as []. This data set contains many images with multiple objects making 7. vision/seg Evaluation DB/ 8. it challenging. 2.3 Additional Quantitative Comparisons In the paper, we provide the quantitative comparisons of our approach ( and ) on six benchmark data sets. In this section, we provide additional results on MSRAk, SED, and SOD data sets. In addition to the PR curve, ROC curve, and AUC (Area Under ROC Curve) scores, we also report the MAE (Mean Absolute Error) scores of each approach. MAE score directly reflects the mean absolute difference of the groundtruth annotation and a saliency map. Similar to the paper, we compare our method with 2 state-of-the-art approaches, including [], [2], [3], [4], [5], [6], [7], [6], P [8], [9], [2], and [2]. PR curves and ROC curves are plotted in Fig. 4 and Fig. 5, respectively. AUC scores and MAE scores are presented in Fig. 6 and Fig. 7. As can be seen, our approach is slightly better than most of state-of-the-art methods on MSRAk and SED according to either PR or ROC curves.

4 4. MSRA P.. DUT OMRON MSRAk P P. icoseg P. SED2 P. SED P. ECSSD P. DUT OMRON* P. SOD P Fig. 5. Quantitative comparison of saliency maps produced by different approaches on different data sets in terms of ROC curves. With multi-level enhancement, our approach performs much better. On the challenging SOD data set, and both significantly outperform other methods. Regarding AUC scores, performs consistently the best on MSRAk, SED, and SOD, and is ranked as the second best on SED and SOD. Since our approach computes the saliency score for each region independently, the smoothness constraint of adjacent regions is ignored. Therefore, our approach does not perform in terms of MAE scores as well as in terms of AUC scores. In specific, still performs the best on three benchmark data sets and the thrid best on SOD. is ranked as the best on two data sets, the second best on three data sets, and the third best on two data sets. Please note more sophisticated post-processing steps are utilized in other top-performing approaches. For instance, adopts Bayesian integration (in addition to the multi-level enhancement). The quadratic and manifold diffusion methods are adopted by and, respectively. As we stated in the paper about our future work, better MAE scores can be expected if more advanced post-processing is integrated. 2.4 Additional Qualitative Comparisons In this supplementary material, we present more qualitative comparisons of different approaches on all benchmark data sets. Saliency maps of randomly chosen images of each benchmark data set is shown from Fig. 8 to Fig. 6. Generally, our approach can produce more appealing saliency maps than other approaches. See the second and six rows of Fig. 8. For the extremely challenging DUT-OMRON* data set, our approach can generate slightly better saliency maps than others in most cases. See Fig. 3 for examples. REFERENCES [] H. Jiang, J. Wang, Z. Yuan, Y. Wu, N. Zheng, and S. Li, Salient object detection: A discriminative regional feature integration approach, in IEEE CVPR, 23, pp [2] T. Liu, Z. Yuan, J. Sun, J. Wang, N. Zheng, X. Tang, and H.- Y. Shum, Learning to detect a salient object, IEEE TPAMI, vol. 33, no. 2, pp , 2.

5 5 MSRA-B icoseg ECSSD DUT-OMRON SED2 DUT-OMRON* MSRAk SED SOD P Fig. 6. AUC (Area Under ROC Curve) scores of different approaches (larger is better). The best three results are highlighted with red, green, and blue fonts, respectively. MSRA-B icoseg ECSSD DUT-OMRON SED2 DUT-OMRON* MSRAk SED SOD P Fig. 7. MAE (Mean Absolute Error) scores of different approaches (smaller is better). The best three results are highlighted with red, green, and blue fonts, respectively. [3] D. Batra, A. Kowdle, D. Parikh, J. Luo, and T. Chen, Interactively co-segmentating topically related images with intelligent scribble guidance, International Journal of Computer Vision, vol. 93, no. 3, pp , 2. [4] S. Alpert, M. Galun, R. Basri, and A. Brandt, Image segmentation by probabilistic bottom-up aggregation and cue integration, in CVPR, 27. [5] Q. Yan, L. Xu, J. Shi, and J. Jia, Hierarchical saliency detection, in CVPR. CVPR, 23, pp [6] C. Yang, L. Zhang, H. Lu, X. Ruan, and M.-H. Yang, Saliency detection via graph-based manifold ranking, in CVPR, 23. [7] R. Achanta, S. S. Hemami, F. J. Estrada, and S. Süsstrunk, Frequency-tuned salient region detection, in CVPR, 29. [8] V. Movahedi and J. H. Elder, Design and perceptual validation of performance measures for salient object segmentation, in POCV, 2. [9] D. R. Martin, C. Fowlkes, and J. Malik, Learning to detect natural image boundaries using local brightness, color, and texture cues, IEEE Trans. Pattern Anal. Mach. Intell., vol. 26, no. 5, pp , 24. [] Y. Wei, F. Wen, W. Zhu, and J. Sun, Geodesic saliency using background priors, in ECCV (3), 22, pp [] K.-Y. Chang, T.-L. Liu, H.-T. Chen, and S.-H. Lai, Fusing generic objectness and visual saliency for salient object detection, in ICCV, 2, pp [2] S. Goferman, L. Zelnik-Manor, and A. Tal, Context-aware saliency detection, in CVPR, 2, pp [3] H. Jiang, J. Wang, Z. Yuan, T. Liu, N. Zheng, and S. Li, Automatic salient object segmentation based on context and shape prior, in BMVC, 2. [4] M.-M. Cheng, N. J. Mitra, X. Huang, P. H. S. Torr, and S.- M. Hu, Global contrast based salient region detection, IEEE TPAMI, 24. [5] F. Perazzi, P. Krähenbühl, Y. Pritch, and A. Hornung, Saliency filters: Contrast based filtering for salient region detection, in CVPR, 22, pp [6] X. Shen and Y. Wu, A unified approach to salient object detection via low rank matrix recovery, in CVPR, 22. [7] Q. Yan, L. Xu, J. Shi, and J. Jia, Hierarchical saliency detection, in CVPR, 23. [8] R. Margolin, A. Tal, and L. Zelnik-Manor, What makes a patch distinct? in CVPR, 23. [9] B. Jiang, L. Zhang, H. Lu, C. Yang, and M.-H. Yang, Saliency detection via absorbing markov chain, in ICCV, 23. [2] X. Li, H. Lu, L. Zhang, X. Ruan, and M.-H. Yang, Saliency detection via dense and sparse reconstruction, in ICCV, 23. [2] W. Zhu, S. Liang, Y. Wei, and J. Sun, Saliency optimization from robust background detection, in CVPR, 24.

6 6 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 8. Qualitative comparisons of different salient object detection approaches on the MSRA dataset.

7 7 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 9. Qualitative comparisons of different salient object detection approaches on the icoseg dataset.

8 8 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig.. Qualitative comparisons of different salient object detection approaches on the ECSSD dataset.

9 9 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig.. Qualitative comparisons of different salient object detection approaches on the DUT-OMRON dataset.

10 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 2. Qualitative comparisons of different salient object detection approaches on the SED2 dataset.

11 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 3. Qualitative comparisons of different salient object detection approaches on the DUT-OMRON* dataset.

12 2 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 4. Qualitative comparisons of different salient object detection approaches on the MSRAk dataset.

13 3 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 5. Qualitative comparisons of different salient object detection approaches on the SED dataset.

14 4 (a) input (b) (c) (d) (e) (f) (g) (h) (i) (j) P (k) (l) (m) (n) (o) Fig. 6. Qualitative comparisons of different salient object detection approaches on the SOD dataset.

Supplementary Material for submission 2147: Traditional Saliency Reloaded: A Good Old Model in New Shape

Supplementary Material for submission 2147: Traditional Saliency Reloaded: A Good Old Model in New Shape Supplementary Material for submission 247: Traditional Saliency Reloaded: A Good Old Model in New Shape Simone Frintrop, Thomas Werner, and Germán M. García Institute of Computer Science III Rheinische

More information

Unsupervised Saliency Estimation based on Robust Hypotheses

Unsupervised Saliency Estimation based on Robust Hypotheses Utah State University DigitalCommons@USU Computer Science Faculty and Staff Publications Computer Science 3-2016 Unsupervised Saliency Estimation based on Robust Hypotheses Fei Xu Utah State University,

More information

Salient Object Detection: A Discriminative Regional Feature Integration Approach

Salient Object Detection: A Discriminative Regional Feature Integration Approach 23 IEEE Conference on Computer Vision and Pattern Recognition Salient Object Detection: A Discriminative Regional Feature Integration Approach Huaizu Jiang Jingdong Wang Zejian Yuan Yang Wu Nanning Zheng

More information

AS a subfield of computer vision and pattern recognition,

AS a subfield of computer vision and pattern recognition, 1 Saliency Detection with Spaces of Background-based Distribution Tong Zhao, Lin Li, Xinghao Ding, Yue Huang and Delu Zeng* arxiv:1603.05335v1 [cs.cv] 17 Mar 2016 Abstract In this letter, an effective

More information

How to Evaluate Foreground Maps?

How to Evaluate Foreground Maps? How to Evaluate Foreground Maps? Ran Margolin Technion Haifa, Israel margolin@tx.technion.ac.il Lihi Zelnik-Manor Technion Haifa, Israel lihi@ee.technion.ac.il Ayellet Tal Technion Haifa, Israel ayellet@ee.technion.ac.il

More information

SALIENT OBJECT DETECTION FOR RGB-D IMAGE VIA SALIENCY EVOLUTION.

SALIENT OBJECT DETECTION FOR RGB-D IMAGE VIA SALIENCY EVOLUTION. SALIENT OBJECT DETECTION FOR RGB-D IMAGE VIA SALIENCY EVOLUTION Jingfan Guo,2, Tongwei Ren,2,, Jia Bei,2 State Key Laboratory for Novel Software Technology, Nanjing University, China 2 Software Institute,

More information

What Makes a Patch Distinct?

What Makes a Patch Distinct? What Makes a Patch Distinct? Ran Margolin Technion Haifa, Israel margolin@tx.technion.ac.il Ayellet Tal Technion Haifa, Israel ayellet@ee.technion.ac.il Lihi Zelnik-Manor Technion Haifa, Israel lihi@ee.technion.ac.il

More information

Data-driven Saliency Region Detection Based on Undirected Graph Ranking

Data-driven Saliency Region Detection Based on Undirected Graph Ranking Data-driven Saliency Region Detection Based on Undirected Graph Ranking Wenjie Zhang ; Qingyu Xiong 2 ; Shunhan Chen 3 College of Automation, 2 the School of Software Engineering, 3 College of Information

More information

Hierarchical Saliency Detection Supplementary Material

Hierarchical Saliency Detection Supplementary Material Hierarchical Saliency Detection Supplementary Material Qiong Yan Li Xu Jianping Shi Jiaya Jia The Chinese University of Hong Kong {qyan,xuli,pshi,leoia}@cse.cuhk.edu.hk http://www.cse.cuhk.edu.hk/leoia/proects/hsaliency/

More information

arxiv: v2 [cs.cv] 31 Mar 2015

arxiv: v2 [cs.cv] 31 Mar 2015 Visual Saliency Based on Multiscale Deep Features Guanbin Li Yizhou Yu Department of Computer Science, The University of Hong Kong https://sites.google.com/site/ligb86/mdfsaliency/ arxiv:1503.08663v2 [cs.cv]

More information

Salient Region Detection via High-Dimensional Color Transform

Salient Region Detection via High-Dimensional Color Transform Salient Region Detection via High-Dimensional Color Transform Jiwhan Kim Dongyoon Han Yu-Wing Tai Junmo Kim Department of Electrical Engineering Korea Advanced Institute of Science and Technology (KAIST)

More information

Co-Saliency Detection Based on Hierarchical Segmentation

Co-Saliency Detection Based on Hierarchical Segmentation 88 IEEE SIGNAL PROCESSING LETTERS, VOL. 21, NO. 1, JANUARY 2014 Co-Saliency Detection Based on Hierarchical Segmentation Zhi Liu, Member, IEEE, Wenbin Zou, Lina Li, Liquan Shen, and Olivier Le Meur Abstract

More information

Adaptive Multi-Level Region Merging for Salient Object Detection

Adaptive Multi-Level Region Merging for Salient Object Detection FU, et al: ADAPTIVE MULTI-LEVEL REGION MERGING FOR SALIENT OBJECT DETECTION Adaptive Multi-Level Region Merging for Salient Object Detection Keren Fu,2 fkrsuper@sjtu.edu.cn,keren@chalmers.se Chen Gong

More information

AS an important and challenging problem in computer

AS an important and challenging problem in computer IEEE TRANSACTIONS ON IMAGE PROCESSING DeepSaliency: Multi-Task Deep Neural Network Model for Salient Object Detection Xi Li, Liming Zhao, Lina Wei, MingHsuan Yang, Fei Wu, Yueting Zhuang, Haibin Ling,

More information

Journal of Engineering Science and Technology Review 10 (3) (2017) Research Article

Journal of Engineering Science and Technology Review 10 (3) (2017) Research Article Jestr Journal of Engineering Science and Technology Review 10 (3) (017) 188-194 Research Article Salient Region Detection by Integrating Intrinsic and Extrinsic Cues without Prior Information Ji Ma 1,*,

More information

Synthetic Saliency. Ben Weems Stanford University. Anthony Perez Stanford University. Karan Rai Stanford University. Abstract. 1.

Synthetic Saliency. Ben Weems Stanford University. Anthony Perez Stanford University. Karan Rai Stanford University. Abstract. 1. Synthetic Saliency Anthony Perez Stanford University aperez8@stanford.edu Karan Rai Stanford University karanrai@stanford.edu Ben Weems Stanford University bweems@stanford.edu Abstract There are many existing

More information

A Stagewise Refinement Model for Detecting Salient Objects in Images

A Stagewise Refinement Model for Detecting Salient Objects in Images A Stagewise Refinement Model for Detecting Salient Objects in Images Tiantian Wang 1, Ali Borji 2, Lihe Zhang 1, Pingping Zhang 1, Huchuan Lu 1 1 Dalian University of Technology, China 2 University of

More information

SALIENT OBJECT DETECTION VIA BACKGROUND CONTRAST

SALIENT OBJECT DETECTION VIA BACKGROUND CONTRAST SALIENT OBJECT DETECTION VIA BACKGROUND CONTRAST Quan Zhou,, Nianyi Li 2,, Jianxin Chen, Liang Zhou, and Longin Jan Latecki 3 Key Lab of BB WL Comm & Sen Net Tech, Nanjing Univ of Posts & Telecom, Nanjing,

More information

Saliency Detection via Nonlocal L 0 Minimization

Saliency Detection via Nonlocal L 0 Minimization Saliency Detection via Nonlocal L 0 Minimization Yiyang Wang, Risheng Liu 2, Xiaoliang Song, and Zhixun Su School of Mathematical Sciences, Dalian University of Technology, China 2 School of Software Technology,

More information

FASA: Fast, Accurate, and Size-Aware Salient Object Detection

FASA: Fast, Accurate, and Size-Aware Salient Object Detection FASA: Fast, Accurate, and Size-Aware Salient Object Detection Gökhan Yildirim, Sabine Süsstrunk School of Computer and Communication Sciences École Polytechnique Fédérale de Lausanne Abstract. Fast and

More information

Saliency Detection via Dense and Sparse Reconstruction

Saliency Detection via Dense and Sparse Reconstruction 23 IEEE International Conference on Computer Vision Saliency Detection via Dense and Sparse Reconstruction Xiaohui Li, Huchuan Lu, Lihe Zhang, Xiang Ruan 2, and Ming-Hsuan Yang 3 Dalian University of Technology

More information

Saliency Detection via Graph-Based Manifold Ranking

Saliency Detection via Graph-Based Manifold Ranking Saliency Detection via Graph-Based Manifold Ranking Chuan Yang, Lihe Zhang, Huchuan Lu, Xiang Ruan 2, and Ming-Hsuan Yang 3 Dalian University of Technology 2 OMRON Corporation 3 University of California

More information

A Bi-directional Message Passing Model for Salient Object Detection

A Bi-directional Message Passing Model for Salient Object Detection A Bi-directional Message Passing Model for Salient Object Detection Lu Zhang, Ju Dai, Huchuan Lu, You He 2, ang Wang 3 Dalian University of Technology, China 2 Naval Aviation University, China 3 Alibaba

More information

IMAGE SALIENCY DETECTION VIA MULTI-SCALE STATISTICAL NON-REDUNDANCY MODELING. Christian Scharfenberger, Aanchal Jain, Alexander Wong, and Paul Fieguth

IMAGE SALIENCY DETECTION VIA MULTI-SCALE STATISTICAL NON-REDUNDANCY MODELING. Christian Scharfenberger, Aanchal Jain, Alexander Wong, and Paul Fieguth IMAGE SALIENCY DETECTION VIA MULTI-SCALE STATISTICAL NON-REDUNDANCY MODELING Christian Scharfenberger, Aanchal Jain, Alexander Wong, and Paul Fieguth Department of Systems Design Engineering, University

More information

Salient Region Detection by UFO: Uniqueness, Focusness and Objectness

Salient Region Detection by UFO: Uniqueness, Focusness and Objectness 2013 IEEE International Conference on Computer Vision Salient Region Detection by UFO: Uniqueness, Focusness and Objectness Peng Jiang 1 Haibin Ling 2 Jingyi Yu 3 Jingliang Peng 1 1 School of Computer

More information

AS an important and challenging problem in computer

AS an important and challenging problem in computer IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. XX, NO. X, 2X DeepSaliency: Multi-Task Deep Neural Network Model for Salient Object Detection Xi Li, Liming Zhao, Lina Wei, Ming-Hsuan Yang, Fei Wu, Yueting

More information

Augmenting Salient Foreground Detection using Fiedler Vector for Multi-Object Segmentation

Augmenting Salient Foreground Detection using Fiedler Vector for Multi-Object Segmentation https://doi.org/10.2352/issn.2470-1173.2017.17.coimg-433 2017, Society for Imaging Science and Technology Augmenting Salient Foreground Detection using Fiedler Vector for Multi-Object Segmentation Michal

More information

Hierarchical Co-salient Object Detection via Color Names

Hierarchical Co-salient Object Detection via Color Names Hierarchical Co-salient Object Detection via Color Names Jing Lou Fenglei Xu Qingyuan Xia Mingwu Ren School of Computer Science and Engineering Nanjing University of Science and Technology Nanjing 210094

More information

Salient Regions Detection for Indoor Robots using RGB-D Data

Salient Regions Detection for Indoor Robots using RGB-D Data 2015 IEEE International Conference on Robotics and Automation (ICRA) Washington State Convention Center Seattle, Washington, May 26-30, 2015 Salient Regions Detection for Indoor Robots using RGB-D Data

More information

Saliency Level Set Evolution

Saliency Level Set Evolution Saliency Level Set Evolution Jincheng Mei and Bao-Liang Lu,2, Center for Brain-Like Computing and Machine Intelligence Department of Computer Science and Engineering Key Laboratory of Shanghai Education

More information

Instance-Level Salient Object Segmentation

Instance-Level Salient Object Segmentation Instance-Level Salient Object Segmentation Guanbin Li 1,2 Yuan Xie 1 Liang Lin 1 Yizhou Yu 2 1 Sun Yat-sen University 2 The University of Hong Kong Abstract Image saliency detection has recently witnessed

More information

Structure-measure: A New Way to Evaluate Foreground Maps

Structure-measure: A New Way to Evaluate Foreground Maps Structure-measure: A New Way to Evaluate Foreground Maps Deng-Ping Fan 1 Ming-Ming Cheng 1 Yun Liu 1 Tao Li 1 Ali Borji 2 1 CCCE, Nankai University 2 CRCV, UCF http://dpfan.net/smeasure/ Abstract Foreground

More information

SALIENT OBJECT DETECTION VIA BACKGROUND CONTRAST

SALIENT OBJECT DETECTION VIA BACKGROUND CONTRAST SALIENT OBJECT DETECTION VIA BACKGROUND CONTRAST Quan Zhou,, Nianyi Li 2,, Jianxin Chen, Shu Cai, and Longin Jan Latecki 3 Key Lab of Ministry of Education for Broad Band Communication & Sensor Network

More information

Co-Saliency Detection within a Single Image

Co-Saliency Detection within a Single Image Co-Saliency Detection within a Single Image Hongkai Yu2, Kang Zheng2, Jianwu Fang3, 4, Hao Guo2, Wei Feng, Song Wang, 2, 2 School of Computer Science and Technology, Tianjin University, Tianjin, China

More information

Saliency Cut in Stereo Images

Saliency Cut in Stereo Images 2013 IEEE International Conference on Computer Vision Workshops Saliency Cut in Stereo Images Jianteng Peng, Jianbing Shen, Yunde Jia Beijing Laboratory of Intelligent Information Technology, School of

More information

Cost-alleviative Learning for Deep Convolutional Neural Network-based Facial Part Labeling

Cost-alleviative Learning for Deep Convolutional Neural Network-based Facial Part Labeling [DOI: 10.2197/ipsjtcva.7.99] Express Paper Cost-alleviative Learning for Deep Convolutional Neural Network-based Facial Part Labeling Takayoshi Yamashita 1,a) Takaya Nakamura 1 Hiroshi Fukui 1,b) Yuji

More information

IMPROVED FINE STRUCTURE MODELING VIA GUIDED STOCHASTIC CLIQUE FORMATION IN FULLY CONNECTED CONDITIONAL RANDOM FIELDS

IMPROVED FINE STRUCTURE MODELING VIA GUIDED STOCHASTIC CLIQUE FORMATION IN FULLY CONNECTED CONDITIONAL RANDOM FIELDS IMPROVED FINE STRUCTURE MODELING VIA GUIDED STOCHASTIC CLIQUE FORMATION IN FULLY CONNECTED CONDITIONAL RANDOM FIELDS M. J. Shafiee, A. G. Chung, A. Wong, and P. Fieguth Vision & Image Processing Lab, Systems

More information

Supplementary Material: Pixelwise Instance Segmentation with a Dynamically Instantiated Network

Supplementary Material: Pixelwise Instance Segmentation with a Dynamically Instantiated Network Supplementary Material: Pixelwise Instance Segmentation with a Dynamically Instantiated Network Anurag Arnab and Philip H.S. Torr University of Oxford {anurag.arnab, philip.torr}@eng.ox.ac.uk 1. Introduction

More information

Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground

Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground Deng-Ping Fan 1[0000 0002 5245 7518], Ming-Ming Cheng 1[0000 0001 5550 8758], Jiang-Jiang Liu 1[0000 0002 1341 2763], Shang-Hua

More information

Adaptive Fusion for RGB-D Salient Object Detection

Adaptive Fusion for RGB-D Salient Object Detection Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000. Digital Object Identifier 0.09/ACCESS.207.DOI arxiv:90.069v [cs.cv] 5 Jan 209 Adaptive Fusion for RGB-D Salient Object Detection

More information

arxiv: v1 [cs.cv] 8 Jan 2019

arxiv: v1 [cs.cv] 8 Jan 2019 Richer and Deeper Supervision Network for Salient Object Detection Sen Jia Ryerson University sen.jia@ryerson.ca Neil D. B. Bruce Ryerson University, Vector Institute bruce@ryerson.ca arxiv:1902425v1 [cs.cv]

More information

IMAGE CO-SALIENCY DETECTION VIA LOCALLY ADAPTIVE SALIENCY MAP FUSION

IMAGE CO-SALIENCY DETECTION VIA LOCALLY ADAPTIVE SALIENCY MAP FUSION IMAGE CO-SALIENCY DETECTION VIA LOCALLY ADAPTIVE SALIENCY MAP FUSION Chung-Chi Tsai 1,2 Xiaoning Qian 1 Yen-Yu Lin 2 1 Texas A&M University 2 Academia Sinica ABSTRACT Co-saliency detection aims at discovering

More information

Multi-Scale Saliency Detection using Dictionary Learning

Multi-Scale Saliency Detection using Dictionary Learning Multi-Scale Saliency Detection using Dictionary Learning Shubham Pachori Electrical Engineering Indian Institute of Technology Gandhinagar, India 382355 Email: shubham pachori@iitgn.ac.in arxiv:1611.06307v3

More information

Detect Globally, Refine Locally: A Novel Approach to Saliency Detection

Detect Globally, Refine Locally: A Novel Approach to Saliency Detection Detect Globally, Refine Locally: A Novel Approach to Saliency Detection Tiantian Wang, Lihe Zhang, Shuo Wang, Huchuan Lu, Gang Yang 2, Xiang Ruan 3, Ali Borji 4 Dalian University of Technology, 2 Northeastern

More information

arxiv: v2 [cs.cv] 22 Jul 2018

arxiv: v2 [cs.cv] 22 Jul 2018 Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground Deng-Ping Fan 1[0000 0002 5245 7518], Ming-Ming Cheng,1[0000 0001 5550 8758], Jiang-Jiang Liu 1[0000 0002 1341 2763], Shang-Hua

More information

arxiv: v1 [cs.cv] 19 Apr 2016

arxiv: v1 [cs.cv] 19 Apr 2016 Deep Saliency with Encoded Low level Distance Map and High Level Features Gayoung Lee KAIST gylee1103@gmail.com Yu-Wing Tai SenseTime Group Limited yuwing@gmail.com Junmo Kim KAIST junmo.kim@kaist.ac.kr

More information

Generalized Transitive Distance with Minimum Spanning Random Forest

Generalized Transitive Distance with Minimum Spanning Random Forest Generalized Transitive Distance with Minimum Spanning Random Forest Author: Zhiding Yu and B. V. K. Vijaya Kumar, et al. Dept of Electrical and Computer Engineering Carnegie Mellon University 1 Clustering

More information

Image Matting with KL-Divergence Based Sparse Sampling Supplementary Material

Image Matting with KL-Divergence Based Sparse Sampling Supplementary Material Image Matting with KL-Divergence Based Sparse Sampling Supplementary Material Levent Karacan Aykut Erdem Erkut Erdem Hacettepe University Computer Vision Lab (HUCVL) Department of Computer Engineering,

More information

Salient Object Segmentation based on Linearly Combined Affinity Graphs

Salient Object Segmentation based on Linearly Combined Affinity Graphs Salient Object Segmentation based on Linearly Combined Affinity Graphs Çağlar Aytekin, Alexandros Iosifidis, Serkan Kiranyaz * and Moncef Gabbouj Department of Signal Processing, Tampere University of

More information

Video saliency detection by spatio-temporal sampling and sparse matrix decomposition

Video saliency detection by spatio-temporal sampling and sparse matrix decomposition Video saliency detection by spatio-temporal sampling and sparse matrix decomposition * Faculty of Information Science and Engineering Ningbo University Ningbo 315211 CHINA shaofeng@nbu.edu.cn Abstract:

More information

CO-SALIENCY DETECTION VIA HIERARCHICAL CONSISTENCY MEASURE

CO-SALIENCY DETECTION VIA HIERARCHICAL CONSISTENCY MEASURE CO-SALIENCY DETECTION VIA HIERARCHICAL CONSISTENCY MEASURE Yonghua Zhang 1,3, Liang Li 1,3, Runmin Cong 2, Xiaojie Guo 1,3, Hui Xu 1,3, Jiawan Zhang 1,3, 1 School of Computer Software, Tianjin University,

More information

HUMANS have the capability to quickly prioritize external. LCNN: Low-level Feature Embedded CNN for Salient Object Detection

HUMANS have the capability to quickly prioritize external. LCNN: Low-level Feature Embedded CNN for Salient Object Detection 1 LCNN: Low-level Feature Embedded CNN for Salient Object Detection Hongyang Li, Student Member, IEEE, Huchuan Lu, Senior Member, IEEE, Zhe Lin, Member, IEEE, Xiaohui Shen, Member, IEEE, and Brian Price,

More information

Minimum Barrier Salient Object Detection at 80 FPS

Minimum Barrier Salient Object Detection at 80 FPS Minimum Barrier Salient Object Detection at 80 FPS Jianming Zhang Stan Sclaroff Zhe Lin 2 Xiaohui Shen 2 Brian Price 2 Radomír Mĕch 2 Boston University 2 Adobe Research Input SO HS SIA HC FT Ours GT Figure

More information

Supplementary Material for Ensemble Diffusion for Retrieval

Supplementary Material for Ensemble Diffusion for Retrieval Supplementary Material for Ensemble Diffusion for Retrieval Song Bai 1, Zhichao Zhou 1, Jingdong Wang, Xiang Bai 1, Longin Jan Latecki 3, Qi Tian 4 1 Huazhong University of Science and Technology, Microsoft

More information

arxiv: v1 [cs.cv] 16 Nov 2015

arxiv: v1 [cs.cv] 16 Nov 2015 Coarse-to-fine Face Alignment with Multi-Scale Local Patch Regression Zhiao Huang hza@megvii.com Erjin Zhou zej@megvii.com Zhimin Cao czm@megvii.com arxiv:1511.04901v1 [cs.cv] 16 Nov 2015 Abstract Facial

More information

Saliency Detection with Flash and No-flash Image Pairs

Saliency Detection with Flash and No-flash Image Pairs Saliency Detection with Flash and No-flash Image Pairs Shengfeng He and Rynson W.H. Lau Department of Computer Science City University of Hong Kong shengfeng he@yahoo.com, rynson.lau@cityu.edu.hk Abstract.

More information

Image Classification based on Saliency Driven Nonlinear Diffusion and Multi-scale Information Fusion Ms. Swapna R. Kharche 1, Prof.B.K.

Image Classification based on Saliency Driven Nonlinear Diffusion and Multi-scale Information Fusion Ms. Swapna R. Kharche 1, Prof.B.K. Image Classification based on Saliency Driven Nonlinear Diffusion and Multi-scale Information Fusion Ms. Swapna R. Kharche 1, Prof.B.K.Chaudhari 2 1M.E. student, Department of Computer Engg, VBKCOE, Malkapur

More information

THE human visual system can spot salient objects in a cluttered

THE human visual system can spot salient objects in a cluttered 1892 IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 39, NO. 9, SEPTEMBER 2017 Ranking Saliency Lihe Zhang, Chuan Yang, Huchuan Lu, Senior Member, IEEE, Xiang Ruan, and Ming-Hsuan

More information

Deep Networks for Saliency Detection via Local Estimation and Global Search

Deep Networks for Saliency Detection via Local Estimation and Global Search Deep Networks for Saliency Detection via Local Estimation and Global Search Lijun Wang, Huchuan Lu, Xiang Ruan and Ming-Hsuan Yang Dalian University of Technology MRN Corporation University of California

More information

Deep Level Sets for Salient Object Detection

Deep Level Sets for Salient Object Detection Deep Level Sets for Salient Object Detection Ping Hu phu005@ntu.edu.sg Bing Shuai bshuai001@ntu.edu.sg Jun Liu jliu029@ntu.edu.sg Gang Wang wanggang@ntu.edu.sg School of Electrical and Electronic Engineering,

More information

A New Framework for Multiscale Saliency Detection Based on Image Patches

A New Framework for Multiscale Saliency Detection Based on Image Patches Neural Process Lett (2013) 38:361 374 DOI 10.1007/s11063-012-9276-3 A New Framework for Multiscale Saliency Detection Based on Image Patches Jingbo Zhou Zhong Jin Published online: 8 January 2013 Springer

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

SALIENCY detection is an important research problem

SALIENCY detection is an important research problem IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 11, NOVEMBER 2016 5025 Correspondence Driven Saliency Transfer Wenguan Wang, Jianbing Shen, Senior Member, IEEE, Ling Shao, Senior Member, IEEE, and

More information

arxiv: v3 [cs.cv] 2 Oct 2018

arxiv: v3 [cs.cv] 2 Oct 2018 Coarse-to-Fine Salient Object Detection with Low-Rank Matrix Recovery Qi Zheng a, Shujian Yu b, Xinge You a, a Huazhong University of Science and Technology, Wuhan, China b University of Florida, Gainesville,

More information

Combining ROI-base and Superpixel Segmentation for Pedestrian Detection Ji Ma1,2, a, Jingjiao Li1, Zhenni Li1 and Li Ma2

Combining ROI-base and Superpixel Segmentation for Pedestrian Detection Ji Ma1,2, a, Jingjiao Li1, Zhenni Li1 and Li Ma2 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Combining ROI-base and Superpixel Segmentation for Pedestrian Detection Ji Ma1,2, a, Jingjiao

More information

Image Resizing Based on Gradient Vector Flow Analysis

Image Resizing Based on Gradient Vector Flow Analysis Image Resizing Based on Gradient Vector Flow Analysis Sebastiano Battiato battiato@dmi.unict.it Giovanni Puglisi puglisi@dmi.unict.it Giovanni Maria Farinella gfarinellao@dmi.unict.it Daniele Ravì rav@dmi.unict.it

More information

VIsual saliency attempts to determine the amount of. Visual Saliency Detection Based on Multiscale Deep CNN Features

VIsual saliency attempts to determine the amount of. Visual Saliency Detection Based on Multiscale Deep CNN Features 1 Visual Saliency Detection Based on Multiscale Deep CNN Features Guanbin Li and Yizhou Yu arxiv:1609.02077v1 [cs.cv] 7 Sep 2016 Abstract Visual saliency is a fundamental problem in both cognitive and

More information

DETECTION OF IMAGE PAIRS USING CO-SALIENCY MODEL

DETECTION OF IMAGE PAIRS USING CO-SALIENCY MODEL DETECTION OF IMAGE PAIRS USING CO-SALIENCY MODEL N S Sandhya Rani 1, Dr. S. Bhargavi 2 4th sem MTech, Signal Processing, S. J. C. Institute of Technology, Chickballapur, Karnataka, India 1 Professor, Dept

More information

Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground

Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground Salient Objects in Clutter: Bringing Salient Object Detection to the Foreground Deng-Ping Fan 1 Ming-Ming Cheng 1 Jiang-Jiang Liu 1 Shang-Hua Gao 1 Qibin Hou 1 Ali Borji 2 1 CCCE, Nankai University 2 CRCV,

More information

AUTOMATIC IMAGE CO-SEGMENTATION USING GEOMETRIC MEAN SALIENCY

AUTOMATIC IMAGE CO-SEGMENTATION USING GEOMETRIC MEAN SALIENCY AUTOMATIC IMAGE CO-SEGMENTATION USING GEOMETRIC MEAN SALIENCY Koteswar Rao Jerripothula Jianfei Cai Fanman Meng Junsong Yuan ROSE Lab, Interdisciplinary Graduate School, Nanyang Technological University,

More information

Robust and Efficient Saliency Modeling from Image Co-Occurrence Histograms

Robust and Efficient Saliency Modeling from Image Co-Occurrence Histograms IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 36, NO. 1, JANUARY 2014 195 Robust and Efficient Saliency Modeling from Image Co-Occurrence Histograms Shijian Lu, Cheston Tan, and

More information

Automatic Salient Object Extraction with Contextual Cue

Automatic Salient Object Extraction with Contextual Cue Salient Object Extraction with Contextual Cue Le Wang, Jianru Xue, Nanning Zheng Institute of Artificial Intelligence and Robotics Xi an Jiaotong University, China {lwang,jrxue,nnzheng}@aiar.xjtu.edu.cn

More information

Deep Contrast Learning for Salient Object Detection

Deep Contrast Learning for Salient Object Detection Deep Contrast Learning for Salient Object Detection Guanbin Li Yizhou Yu Department of Computer Science, The University of Hong Kong {gbli, yzyu}@cs.hku.hk Abstract Salient object detection has recently

More information

Combining Top-down and Bottom-up Segmentation

Combining Top-down and Bottom-up Segmentation Combining Top-down and Bottom-up Segmentation Authors: Eran Borenstein, Eitan Sharon, Shimon Ullman Presenter: Collin McCarthy Introduction Goal Separate object from background Problems Inaccuracies Top-down

More information

Semi-supervised Data Representation via Affinity Graph Learning

Semi-supervised Data Representation via Affinity Graph Learning 1 Semi-supervised Data Representation via Affinity Graph Learning Weiya Ren 1 1 College of Information System and Management, National University of Defense Technology, Changsha, Hunan, P.R China, 410073

More information

Saliency detection on sampled images for tag ranking

Saliency detection on sampled images for tag ranking Noname manuscript No. (will be inserted by the editor) Saliency detection on sampled images for tag ranking Jingfan Guo Tongwei Ren Lei Huang Jia Bei Received: date / Accepted: date Abstract Image saliency

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 1, JANUARY

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 1, JANUARY IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL 25, NO 1, JANUARY 2016 9 Salient Region Detection via High-Dimensional Color Transform and Local Spatial Support Jiwhan Kim, Student Member, IEEE, Dongyoon Han,

More information

Hierarchical Saliency Detection

Hierarchical Saliency Detection Hierarchical Saliency Detection Qiong Yan Li Xu Jianping Shi Jiaya Jia The Chinese University of Hong Kong {qyan,xuli,jpshi,leojia}@cse.cuhk.edu.hk http://www.cse.cuhk.edu.hk/leojia/projects/hsaliency/

More information

Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition

Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition Salient Region Detection and Segmentation in Images using Dynamic Mode Decomposition Sikha O K 1, Sachin Kumar S 2, K P Soman 2 1 Department of Computer Science 2 Centre for Computational Engineering and

More information

Holistic and Deep Feature Pyramids for Saliency Detection

Holistic and Deep Feature Pyramids for Saliency Detection 29TH BRITISH MACHINE VISION CONFERENCE: BMVC2018 1 Holistic and Deep Feature Pyramids for Saliency Detection Shizhong Dong 1,2 sz.dong@siat.ac.cn Zhifan Gao 3 gaozhifan@gmail.com Shanhui Sun 4 shanhuis@curacloudcorp.com

More information

UNSUPERVISED CO-SEGMENTATION BASED ON A NEW GLOBAL GMM CONSTRAINT IN MRF. Hongkai Yu, Min Xian, and Xiaojun Qi

UNSUPERVISED CO-SEGMENTATION BASED ON A NEW GLOBAL GMM CONSTRAINT IN MRF. Hongkai Yu, Min Xian, and Xiaojun Qi UNSUPERVISED CO-SEGMENTATION BASED ON A NEW GLOBAL GMM CONSTRAINT IN MRF Hongkai Yu, Min Xian, and Xiaojun Qi Department of Computer Science, Utah State University, Logan, UT 84322-4205 hongkai.yu@aggiemail.usu.edu,

More information

ACCORDING to the principle of human visual perception,

ACCORDING to the principle of human visual perception, IEEE SIGNAL PROCESSING LETTERS, VOL. XX, NO. XX, XXXX 2016 1 Saliency Detection for Stereoscopic Images Based on Depth Confidence Analysis Multiple Cues Fusion Runmin Cong, Student Member, IEEE, Jianjun

More information

SALIENCY detection aims at highlighting salient

SALIENCY detection aims at highlighting salient IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 24, NO. 10, OCTOBER 2015 3019 PISA: Pixelwise Image Saliency by Aggregating Complementary Appearance Contrast Measures With Edge-Preserving Coherence Keze Wang,

More information

HUMANS have the capability to quickly prioritize external

HUMANS have the capability to quickly prioritize external IEEE TNSACTIONS ON IMAGE PROCESSING, 25 Inner and Inter Label Propagation: Salient Object Detection in the Wild Hongyang Li, Student Member, IEEE, Huchuan Lu, Senior Member, IEEE, Zhe Lin, Member, IEEE,

More information

Fast and Efficient Saliency Detection Using Sparse Sampling and Kernel Density Estimation

Fast and Efficient Saliency Detection Using Sparse Sampling and Kernel Density Estimation Fast and Efficient Saliency Detection Using Sparse Sampling and Kernel Density Estimation Hamed Rezazadegan Tavakoli, Esa Rahtu, and Janne Heikkilä Machine Vision Group, Department of Electrical and Information

More information

Detecting Salient Contours Using Orientation Energy Distribution. Part I: Thresholding Based on. Response Distribution

Detecting Salient Contours Using Orientation Energy Distribution. Part I: Thresholding Based on. Response Distribution Detecting Salient Contours Using Orientation Energy Distribution The Problem: How Does the Visual System Detect Salient Contours? CPSC 636 Slide12, Spring 212 Yoonsuck Choe Co-work with S. Sarma and H.-C.

More information

with Deep Learning A Review of Person Re-identification Xi Li College of Computer Science, Zhejiang University

with Deep Learning A Review of Person Re-identification Xi Li College of Computer Science, Zhejiang University A Review of Person Re-identification with Deep Learning Xi Li College of Computer Science, Zhejiang University http://mypage.zju.edu.cn/xilics Email: xilizju@zju.edu.cn Person Re-identification Associate

More information

Figure-Ground Segmentation Techniques

Figure-Ground Segmentation Techniques Figure-Ground Segmentation Techniques Snehal P. Ambulkar 1, Nikhil S. Sakhare 2 1 2 nd Year Student, Master of Technology, Computer Science & Engineering, Rajiv Gandhi College of Engineering & Research,

More information

arxiv: v2 [cs.cv] 4 Jul 2017

arxiv: v2 [cs.cv] 4 Jul 2017 Automatic Trimap Generation for Image Matting Vikas Gupta, Shanmuganathan Raman gupta.vikas@iitgn.ac.in, shanmuga@iitgn.ac.in arxiv:1707.00333v2 [cs.cv] 4 Jul 2017 Electrical Engineering Indian Institute

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

An Efficient Image Co-segmentation Algorithm based on Active Contour and Image Saliency

An Efficient Image Co-segmentation Algorithm based on Active Contour and Image Saliency An Efficient Image Co-segmentation Algorithm based on Active Contour and Image Saliency Zhizhi Zhang 1, Xiabi Liu 1, Nouman Qadeer Soomro 2 1 Beijing Laboratory of Intelligent Information Technology, School

More information

A Simplified Texture Gradient Method for Improved Image Segmentation

A Simplified Texture Gradient Method for Improved Image Segmentation A Simplified Texture Gradient Method for Improved Image Segmentation Qi Wang & M. W. Spratling Department of Informatics, King s College London, London, WC2R 2LS qi.1.wang@kcl.ac.uk Michael.Spratling@kcl.ac.uk

More information

DescriptorEnsemble: An Unsupervised Approach to Image Matching and Alignment with Multiple Descriptors

DescriptorEnsemble: An Unsupervised Approach to Image Matching and Alignment with Multiple Descriptors DescriptorEnsemble: An Unsupervised Approach to Image Matching and Alignment with Multiple Descriptors 林彥宇副研究員 Yen-Yu Lin, Associate Research Fellow 中央研究院資訊科技創新研究中心 Research Center for IT Innovation, Academia

More information

Detection of Salient Region by Local Spatial Support & High Dimensional Color Transform

Detection of Salient Region by Local Spatial Support & High Dimensional Color Transform 2017 IJSRST Volume 3 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Detection of Salient Region by Local Spatial Support & High Dimensional Color Transform

More information

Co-segmentation of Non-homogeneous Image Sets

Co-segmentation of Non-homogeneous Image Sets 1 Co-segmentation of Non-homogeneous Image Sets Avik Hati Subhasis Chaudhuri Rajbabu Velmurugan Abstract In this paper, we formulate image co-segmentation as a classification problem in an unsupervised

More information

An Improved Image Resizing Approach with Protection of Main Objects

An Improved Image Resizing Approach with Protection of Main Objects An Improved Image Resizing Approach with Protection of Main Objects Chin-Chen Chang National United University, Miaoli 360, Taiwan. *Corresponding Author: Chun-Ju Chen National United University, Miaoli

More information

Saliency Pattern Detection by Ranking Structured Trees

Saliency Pattern Detection by Ranking Structured Trees Saliency Pattern Detection by Ranking Structured Trees Lei Zhu,2, Haibin Ling 2,3,, Jin Wu, Huiping Deng, Jin Liu School of Information Science and Engineering, Wuhan University of Science and Technology,

More information

PHOG:Photometric and geometric functions for textured shape retrieval. Presentation by Eivind Kvissel

PHOG:Photometric and geometric functions for textured shape retrieval. Presentation by Eivind Kvissel PHOG:Photometric and geometric functions for textured shape retrieval Presentation by Eivind Kvissel Introduction This paper is about tackling the issue of textured 3D object retrieval. Thanks to advances

More information

Visual Material Traits Recognizing Per-Pixel Material Context

Visual Material Traits Recognizing Per-Pixel Material Context Visual Material Traits Recognizing Per-Pixel Material Context Gabriel Schwartz gbs25@drexel.edu Ko Nishino kon@drexel.edu 1 / 22 2 / 22 Materials as Visual Context What tells us this road is unsafe? 3

More information

Learning optimal seeds for diffusion-based salient object detection

Learning optimal seeds for diffusion-based salient object detection Learning optimal seeds for diffusion-based salient object detection Song Lu SVCL Lab, UCSD sol050@ucsd.edu Vijay Mahadevan Yahoo Labs vmahadev@yahoo-inc.com Nuno Vasconcelos SVCL Lab, UCSD nuno@ucsd.edu

More information