【論文系列研讀】Superpixel: SLIC+SNN

1SLICPAMI2012

TitleSLIC Superpixels Compared to State-of-the-art Superpixel Methods

AuthorRadhakrishna Achanta ... (École Polytechnique Fédérale de Lausanne,EPFL 瑞士聯邦理工學院)

 

Other Algorithms for generating superpixels

1.Graph-based algorithms

  • treat each pixel as a node
  • Edge weights are similarity between neighboring pixels.
  • bipartite graph
  • finding optimal paths

2.Gradient-ascent-based algorithms

 

算法:

 

Advantages

  • Fastest
  • most memory efficient

 

結果

1. 自然圖像

2. 2D and 3D EM images

 

2Superpixel Sampling Networks(ECCV2018)

TitleSuperpixel Sampling Networks

AuthorVarun Jampani ... (NVIDIA)

 

 

Why is SLIC not differentiable?

  • a non-differentiable nearest neighbor operation
  • Associate each pixel to the nearest superpixel center

Advantages:

soft-associations

  1. the first end-to-end trainable superpixel algorithm
  2. convert the nearest-neighbor operation into differentiable
  3. learning with flexible loss functions

 

算法

  • m:superpixel個數
  • QF=weighted sum of pixel features,距離爲權值,對特徵加權
  • Optional:求每個superpixel內的最大距離值,最小化這個值
  • column normalized Qt as Qˆt

Loss function

           segmentation tasks: cross-entropy loss

           optical flow L1-norm

           compactness loss lower spatial variance

 

結果:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章