Global Contrast based Salient Region Detection (Ming ming Cheng)
abstract:
Automatic estimation of salient object regions across images, without any prior assumption or knowledge of the contents of the corresponding scenes, enhances many computer vision and computer graphics applications. We introduce a regional contrast based salient
object extraction algorithm, which simultaneously evaluates global contrast differences and spatial weighted coherence scores. The proposed algorithm is simple, efficient, naturally multi-scale, and produces full-resolution, high-quality saliency maps. These
saliency maps are further used to initialize a novel iterative version of GrabCut for high quality salient object segmentation. We extensively evaluated our algorithm using traditional salient object detection datasets, as well as a more challenging Internet
image dataset. Our experimental results demonstrate that our algorithm consistently outperforms existing salient object detection and segmentation methods, yielding higher precision and better recall rates. We also show that our algorithm can be used to efficiently
extract salient object masks from Internet images, enabling effective sketch-based image retrieval (SBIR) via simple shape comparisons. Despite such noisy internet images, where the saliency regions are ambiguous, our saliency guided image retrieval achieves
a superior retrieval rate compared with state-of-the-art SBIR methods, and additionally provides important target object region information.
(1)HC:基於直方圖對比度的方法,每一個畫素的顯著性值是由它與影象中所有其他畫素的顏色差異來確定的,得到全解析度顯著性影象;
(2)RC:基於區域性對比度的方法,先將影象分割成小區域,採用的分割方法是基於圖的分割,基本分割思想是將每一個畫素點作為無向圖的頂點,兩個畫素點之間的不相似度作為邊的權重,要求連線相同區域內的兩個頂點的邊的最大權重要小於連線不同區域的變得最小權重,在迭代過程中進行頂點歸納與區域合併,每個區域的顯著性值由它與其它所有區域的空間距離和區域畫素數加權的顏色差異來確定;空間距離為兩個區域重心的歐式距離,較遠的區域分配較小的權值。
(3)加速細節:
1、將每個顏色通道由256個顏色值量化到12個顏色值後,對輸入顏色影象計算顏色直方圖,保留高頻顏色,剩下的顏色捨棄,用直方圖中 距離最近的顏色代替。
2、顏色空間平滑:減小量化誤差,每個顏色的顯著性值被替換為相似顏色顯著性的加權平均;在RGB空間進行量化,用Lab空間度量距離。
接下來會進行程式碼解析。具體內容參考:點選開啟連結
相關文章
- 奇特的 Ming dark with golden flavor GTK 主題Go
- How Python MongoDB Toolkit Ming Can Ease Schema MaintenancePythonMongoDBAINaN
- HDU 4349 Xiao Ming's Hope (Lucas定理的應用)
- Chau Ming technology hit 500 million Beach LED project at Daya Bay in HuizhouProjectUI
- 《BASNet:Boundary-Aware Salient Object Detection》論文筆記Object筆記
- 【Surface Detection】Segmentation-Based Deep-Learning Approach for Surface-Defect DetectionSegmentationAPP
- Paper Reading:A Survey of Deep Learning-based Object DetectionObject
- HC(Histogram-based Contrast) 基於直方圖對比度的顯著性HistogramAST直方圖
- 《Stereo R-CNN based 3D Object Detection for Autonomous Driving》論文解讀CNN3DObject
- SVO實時全域性光照:Sparse Voxel Octree based Global Illumination (SVO GI)
- QSAN A Quantum-probability based Signed Attention Network for Explainable False Information Detection(CIKM20)AIFalseORM
- 論文閱讀-CORA: Adapting CLIP for Open-Vocabulary Detection with Region Prompting and Anchor Pre-MatchingAPT
- 遷移學習(EDA)《Energy-based Domain Adaption with Active Learning for Emerging Misinformation Detection》遷移學習AIAPTORM
- 深度學習論文翻譯解析(十三):Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks深度學習ASTCNNObject
- region_new.sh
- object-detectionObject
- Face Detection APIAPI
- 基於螢幕空間的實時全域性光照(Real-time Global Illumination Based On Screen Space)
- John Cheng:以約會攻略比喻遊戲留住玩家的策略遊戲
- HBase-Region詳解
- HBase Region合併分析
- Trust Region Policy OptimizationRust
- #region(C# 參考)C#
- 使用判別訓練的部件模型進行目標檢測 Object Detection with Discriminatively Trained Part Based Models模型ObjectAI
- SCSS !globalCSS
- SVO實時全域性光照優化(里程碑MK2):Sparse Voxel Octree based Global Illumination (SVO GI)優化
- SVO實時全域性光照優化(里程碑MK0):Sparse Voxel Octree based Global Illumination (SVO GI)優化
- C#中#region,#if的作用C#
- mysql dead lock detectionMySql
- JavaScript Global 物件JavaScript物件
- Global Nonpartitioned IndexesIndex
- HBASE-使用問題-split region
- John Cheng:通過傳送留存資訊提高遊戲的使用者粘性遊戲
- Momentum Contrast (MoCo) for Unsupervised Visual Representation LearningAST
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- SciTech-Mathmatics-Probability+Statistics-Population:Region-Sampling of Region : Confidence Interval(置信區間)IDE