SlideShare a Scribd company logo
“Fast Normalized Cut with Linear Constraint”
CVPR2009

Linli Xu Wenye, Li Dale, Schuurmans
筑波大学情報数理研究室 修士1年 上田隼也
1
目次
1. Motivation(研究背景・動機)
2. Method(提案手法)
3. Evaluation(評価方法・優位性)
4. Conclusion(結論)
2
Motivation
3
1
1. Normalized Cutは幅広く使われるグラフカットの際のコストの尺度とし
て性能が良いがNP困難でもある。 しかし、固有値問題に帰着させること
でNP困難の問題が緩和され解けるようになった。
2. 制約条件(一般的な機械学習の用語で指すならば学習データ)を固有値問題
を解く際に組み込むことで、従来の教師なし学習であるSpectral
Clusteringから半教師付き学習Spectral Clusteringを提案する。
3. またこの手法は他の最適化問題にも適応可能。
Method
4
2
上記の式を満たす形で行列Aの最大固有値満たすベクトルvを

制約条件を満たす形で求めていく。
Method
5
2
上記の式を満たす形で行列Aの最大固有値満たすベクトルvを

制約条件を満たす形で求めていく。
ベクトルv
ベクトルn_0によってBv=cに接し
その後超平面Bv=cで制約条件を満たす
ベクトルuを探索する。
(べき乗法に似ている)
図1.幾何的に反復法を
捉えるためのイメージ
Evaluation
6
3
(a)原画像 (b)プロットされているマークが制約条件
(c) Spectral Clustering (d)提案手法
Evaluation 3
(a)原画像 (b)プロットされているマークが制約条件
(c) Spectral Clustering (d)提案手法
Fig.4 Fig.5
7
Conclusion
8
4
1. 制約条件付きの固有値問題を組み込んだSpectral Clusteringを
提案した。

→アプローチとしてGrab Cut(引用数3,149)に似ている
2. 従来のSpectral Clusteringによる画像領域分割

で問題となっていた領域の飛び地現象を解消できた。
3. 論文では領域を2分割する事にしか言及していないがk-分割可
能。
Appendix
9図1.Grab Cutのイメージ
Credit
10
Xu, Linli, Wenye Li, and Dale Schuurmans.
"Fast normalized cut with linear constraints."

Computer Vision and Pattern Recognition, 2009. CVPR 2009. IEEE
Conference on. IEEE, 2009.
Rother, Carsten, Vladimir Kolmogorov, and Andrew Blake. 

"Grabcut: Interactive foreground extraction using iterated graph cuts."
ACM Transactions on Graphics (TOG) 23.3 (2004): 309-314.
図・実験結果は上記の論文から引用しました。

More Related Content

PDF
機械学習基礎(1)(基礎知識編-最適化問題)
PPTX
機械学習基礎(2)(パラメータ推定)
PPTX
ACL 2015 読み会 @ 小町研 "Gated Recursive Neural Network for Chinese Word Segmentat...
PDF
Self-turning Spectral Clustering (NIPS2004)
PDF
"Spectral graph reduction for efficient image and streaming video segmentatio...
PDF
Detecting Research Topics via the Correlation between Graphs and Texts
PDF
C-IMAGE: city cognitive mapping through geo-tagged photos 解説
PDF
Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions (ICML2003)
機械学習基礎(1)(基礎知識編-最適化問題)
機械学習基礎(2)(パラメータ推定)
ACL 2015 読み会 @ 小町研 "Gated Recursive Neural Network for Chinese Word Segmentat...
Self-turning Spectral Clustering (NIPS2004)
"Spectral graph reduction for efficient image and streaming video segmentatio...
Detecting Research Topics via the Correlation between Graphs and Texts
C-IMAGE: city cognitive mapping through geo-tagged photos 解説
Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions (ICML2003)

Viewers also liked (10)

PDF
【2016.01】(2/3)cvpaper.challenge2016
PDF
【2016.01】(1/3)cvpaper.challenge2016
PDF
【2016.02】cvpaper.challenge2016
PDF
スペクトラル・クラスタリング
PDF
【2016.04】cvpaper.challenge2016
PDF
【2016.05】cvpaper.challenge2016
PDF
【2016.01】(3/3)cvpaper.challenge2016
PDF
【2016.03】cvpaper.challenge2016
PDF
スペクトラルグラフ理論入門
PDF
Robust Large-Scale Machine Learning in the Cloud
【2016.01】(2/3)cvpaper.challenge2016
【2016.01】(1/3)cvpaper.challenge2016
【2016.02】cvpaper.challenge2016
スペクトラル・クラスタリング
【2016.04】cvpaper.challenge2016
【2016.05】cvpaper.challenge2016
【2016.01】(3/3)cvpaper.challenge2016
【2016.03】cvpaper.challenge2016
スペクトラルグラフ理論入門
Robust Large-Scale Machine Learning in the Cloud
Ad

Similar to Fast normalized cut with linear constraint (CVPR2009) (14)

PDF
L0TV: a new method for image restoration in the presence of impulse noise
PDF
SMO徹底入門 - SVMをちゃんと実装する
PDF
Nips yomikai 1226
PDF
データマイニング勉強会3
PDF
PRML 第4章
PDF
MIRU2016 チュートリアル
PDF
文献紹介:Mine the Easy, Classify the Hard: A Semi-Supervised Approach to Automati...
PDF
信号処理・画像処理における凸最適化
PPTX
【ICLR2023】論文紹介: Image as Set of Points
PDF
はじめてのパターン認識 第8章 サポートベクトルマシン
PDF
双対性
PDF
ユークリッド距離以外の距離で教師無しクラスタリング
PDF
Learning to Solve Hard Minimal Problems
PDF
PRML輪読#7
L0TV: a new method for image restoration in the presence of impulse noise
SMO徹底入門 - SVMをちゃんと実装する
Nips yomikai 1226
データマイニング勉強会3
PRML 第4章
MIRU2016 チュートリアル
文献紹介:Mine the Easy, Classify the Hard: A Semi-Supervised Approach to Automati...
信号処理・画像処理における凸最適化
【ICLR2023】論文紹介: Image as Set of Points
はじめてのパターン認識 第8章 サポートベクトルマシン
双対性
ユークリッド距離以外の距離で教師無しクラスタリング
Learning to Solve Hard Minimal Problems
PRML輪読#7
Ad

More from Shunya Ueta (10)

PDF
Introducing "Challenges and research opportunities in eCommerce search and re...
PDF
Auto Content Moderation in C2C e-Commerce at OpML20
PDF
How to evaluate & manage machine learning model #daft
PDF
Introduction to argo
PDF
Introduction to TFX (TFDV+TFT+TFMA)
PDF
Kubeflowで何ができて何ができないのか #DEvFest18
PDF
How to break the machine learning system barrier ?
PDF
TFX: A tensor flow-based production-scale machine learning platform
PDF
Applied machine learning at facebook a datacenter infrastructure perspective...
PDF
コミュニティサイトを爆速で作成し、お手軽に運用する方法
Introducing "Challenges and research opportunities in eCommerce search and re...
Auto Content Moderation in C2C e-Commerce at OpML20
How to evaluate & manage machine learning model #daft
Introduction to argo
Introduction to TFX (TFDV+TFT+TFMA)
Kubeflowで何ができて何ができないのか #DEvFest18
How to break the machine learning system barrier ?
TFX: A tensor flow-based production-scale machine learning platform
Applied machine learning at facebook a datacenter infrastructure perspective...
コミュニティサイトを爆速で作成し、お手軽に運用する方法

Fast normalized cut with linear constraint (CVPR2009)