• Aucun résultat trouvé

Relative Fuzzy Connectedness on Directed Graphs and its Application in a Hybrid Method for Interactive Image Segmentation

N/A
N/A
Protected

Academic year: 2021

Partager "Relative Fuzzy Connectedness on Directed Graphs and its Application in a Hybrid Method for Interactive Image Segmentation"

Copied!
2
0
0

Texte intégral

(1)

HAL Id: hal-02244966

https://hal.archives-ouvertes.fr/hal-02244966

Submitted on 1 Aug 2019

HAL is a multi-disciplinary open access archive for the deposit and dissemination of sci- entific research documents, whether they are pub- lished or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers.

L’archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des établissements d’enseignement et de recherche français ou étrangers, des laboratoires publics ou privés.

Relative Fuzzy Connectedness on Directed Graphs and its Application in a Hybrid Method for Interactive

Image Segmentation

Hans Harley Ccacyahuillca Bejar

To cite this version:

Hans Harley Ccacyahuillca Bejar. Relative Fuzzy Connectedness on Directed Graphs and its Applica- tion in a Hybrid Method for Interactive Image Segmentation. LatinX in AI Research at ICML 2019, Jun 2019, Long Beach, California, United States. �hal-02244966�

(2)

Relative Fuzzy Connectedness on Directed Graphs and its Application in a Hybrid Method for Interactive Image Segmentation

Hans Harley Ccacyahuillca Bejar hans@ime.usp.br

Advisor: Prof. Dr. Paulo A.V. Miranda pmiranda@ime.usp.br

Department of Computer Science — Institute of Mathematics and Statistics — University of São Paulo (USP)

Abstract

Original OIFT ORFC

Image segmentation consists of dividing an image into its compo- sing regions or objects, for example, to isolate the pixels of a target object of a given application. In segmentation of medical images, the object of interest commonly presents transitions at its border predominantly from bright to dark or dark to bright. Traditio- nal region-based methods of image segmentation, such as Relative Fuzzy Connectedness (RFC), do not distinguish well between si- milar boundaries with opposite orientations. The specification of the boundary polarity can help to alleviate this problem but this requires a mathematical formulation on directed graphs.

A discussion on how to incorporate this property in the RFC framework is presented in this work. A theoretical proof of the optimality of the new algorithm, called Oriented Relative Fuzzy Connectedness (ORFC), in terms of an energy function on directed graphs subject to seed constraints is presented, and its application in powerful hybrid segmentation methods. The hybrid method proposed ORFC & Graph Cut preserves the robustness of ORFC respect to the seed choice, avoiding the shrinking problem of Graph Cut (GC), and keeps the strong con- trol of the GC in the contour delination of irregular image boundaries. The proposed methods are evaluated using medical images of MRI and CT images of the human brain and thoracic studies.

Results

In this work, we introduced the ORF C technique and showed that it can effectively exploit the boundary polarity improving the results in relation to its predecessor RF C. We also presented a powerful hybrid approach, which outperforms the previous works [KCC13, KCC12C].

A conference paper was published in SIBGRAPI [HHCB14], and one journal paper was published in the EURASIP Journal on Image and Video Processing [HHCB15].

Theorical definition of ORFC ORFC as a directed cut in the digraph

ORFC is supported by a graph cut optimality crite- rion, which encompasses RFC as a particular case. In the case of directed graphs, we have two possible sets of cuts (inner and outer). Let’s consider the inner cut:

Cin(x) = {ha, bi ∈ E : x(a) = 0x(b) = 1}

So we have the following formulation for the energy func- tional of the ε-minimizing problem.

εin(x) = max

ha,bi∈Cin w(a, b)

Let εin∞↓ be the minimum value of the energy εin(x), that is:

εin∞↓ = min{εin(x) : x ∈ X(So, Sb)}

Therefore, we have the following set of solutions:

Xin(So, Sb) = {x ∈ X(So, Sb) : εin(x) = εin∞↓}

The ORF C algorithms on digraphs have the following defi- nitions based on cut in graph:

For the inner cut “in” with one internal seed s1, Ain,ORF C" ({s1}, Sb) = χ

O ∈ Xin({s1}, Sb) : |O| = min {|P| : χ

P ∈ Xin({s1}, Sb)}

Hybrid segmentation: ORFC & GC

IRFC ORFC+GC

Algorithm to compute Aout,ORF C" +GC(So, Sb):

1 Compute P : χ

P = Aout,ORF C" (So, Sb).

2 Compute Q: χ

Q = Ain,ORF C" (Sb, So).

3 Compute and return AoutOGC(P, Q).

Example of A

in,ORF C"

(S

o

= {s

i

}, S

b

)

(a) G = (V, E, w) (b) Initialization fminSb

(c) Vb(si) = 1 (d) G

(e) GT (f) Result

Example of A

out,ORF C" +GC

(S

o

, S

b

)

ORFC algorithm

RFC RFC+GC ORFC+OGC

Algorithm to compute Ain,ORF C" ({si}, Sb):

1 Compute the value of the map Vb(si) for the function fminSb .

2 Remove from the graph G all edges with weight ≤ εin∞↓ = Vb(si), obtaining a new graph G.

3 Assign to the object the pixels that belong to the

directed connected component of basepoint si in the transpose graph of G (i.e., Ain,ORF C" ({si}, Sb) = χ

O : O = DCCGT

(si)).

Algorithm to compute Aout,ORF C" ({si}, Sb):

1 Compute the value of the map Vb6k(si) for the function fmin6k Sb. 2 Remove from the graph G all edges with

weight ≤ εout∞↓ = Vb6k(si), obtaining a new graph G.

3 Assign to the object the pixels that belong to the directed connected component of basepoint si in the graph G

(i.e., Aout,ORF C" ({si}, Sb) = χ

O : O = DCCG(si)).

Experimental Results

Calcaneus

0.8 0.82 0.84 0.86 0.88 0.9 0.92 0.94 0.96 0.98 1

0 5 10 15 20

Dice coefficient

Erosion radius (pixels)

IRFC RFC O-IFT

RFC+GC O-RFC+GC O-RFC

O-GC

0 0.05 0.1 0.15 0.2 0.25 0.3

0 5 10 15 20

Normalized false positive

Erosion radius (pixels)

IRFC RFC O-IFT

RFC+GC O-RFC+GC O-RFC

O-GC

Brain

0.9 0.91 0.92 0.93 0.94 0.95 0.96 0.97 0.98 0.99 1

0 2 4 6 8 10 12 14 16

Dice coefficient

Erosion radius (pixels)

IRFC RFC O-IFT

RFC+GC O-RFC+GC O-RFC

O-GC

0 0.05 0.1 0.15 0.2

0 2 4 6 8 10 12 14 16

Normalized false positive

Erosion radius (pixels)

IRFC RFC O-IFT

RFC+GC O-RFC+GC O-RFC

O-GC

References

[HHCB15] Bejar, Hans H C. and Miranda, Paulo A V. Oriented relative fuzzy connectedness:

theory, algorithms, and its applications in hybrid image segmentation methods. EURASIP Journal on Image and Video Processing, 2015(1), 2015.

[HHCB14] Hans H. C. Bejar and Paulo A.V. Miranda. Oriented Relative Fuzzy Connectedness: Theory, Algorithms, and Applications in Image Segmentation.

27th SIBGRAPI Conference on Graphics, Patterns and Images, 304–311, 2014.

[KCC13] Krzysztof Chris Ciesielski and P.A.V. Miranda and A.X. Falcão and Jayaram K. Udupa. Joint graph cut and relative fuzzy connectedness image segmentation algorithm. Medical Image Analysis, 17(8):1046–1057, 2013.

[KCC12C] , K.C. Ciesielski and P.A.V. Miranda and J.K. Udupa and A.X. Falcão.

Image segmentation by combining the strengths of relative fuzzy connectedness and graph cut. Proc. of the International Conference on Image Processing, 2005–2008, 2012.

Références

Documents relatifs

For each order, we specify the watch- man number, domination number, and multiplicity of watchman’s walks, and give the number of tournaments that satisfy the given values of w(T ),

Keywords: problem of network planning and management, lists of predecessors, graph of the project, minimizing of the required number of fictitious works..

We present a new method using the Successive Shortest Path (SSP) algorithm of smaller complexity to solve the minimum cost flow problem in a specific dynamic context.. Our

To further explore the idea that exon skipping could produce a functional in-frame transcript, we asked whether CRISPR-mediated editing of Ctnnb1 exon 3 might induce exon skipping

A new Method for the Comparison of two fuzzy numbers extending Fuzzy Max OrderC. Cyril de Runz, Éric Desjardin, Michel Herbin,

Second, we generalize the enhanced fuzzy c-means algorithm [4] to color images (in fact any N -d image) by using a quantization of the color space.. Thus, we keep the ability of

Toutes les opérations avec les nombres entiers (A) Utilisez la stratégie d’un nombre entier pour trouver chaque question... Toutes les opérations avec les nombres entiers

Content Motivation Detecting Chordless Circuits Enumerating the chordless circuits Operational results Conclusion1. Enumerating chordless circuits in