-
Notifications
You must be signed in to change notification settings - Fork 1
/
CITATION.cff
80 lines (62 loc) · 2.08 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Exploratory Graph-based Semi-supervised Image Segmentation
(EGSIS)
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name-suffix: Neto
given-names: Manoel
family-names: Vilela Machado
email: [email protected]
orcid: 'https://orcid.org/0009-0005-5294-1675'
affiliation: 'Instituto Tecnológico de Aeronáutica '
repository-code: 'https://www.github.com/ryukinix/egsis'
url: 'https://www.github.com/ryukinix/egsis'
repository-artifact: 'https://pypi.org/project/egsis/'
abstract: >
Image segmentation is a technique that divides the image
into regions
of interest, such as objects in a landscape. Image
segmentation
algorithms present variations in their types of learning,
including
unsupervised, supervised, and semi-supervised. In the
context of
interactive segmentation, the challenge is to segment
objects from the
background with the help of initial labels provided by a
user. Superpixels are unsupervised segmentation algorithms
used as
pre-segmentation for various image problems, such as
classification
and segmentation. Complex networks are graphs with
non-trivial
structures used to represent certain data domains, such as
regions of
an image and their neighborhoods. Collective dynamics in a
complex
network refer to the emergent and interactive behavior of
various
elements or actors within an interconnected and complex
network, where
the actions of one element can influence the actions of
others. In
this work, we propose a semi-supervised image segmentation
algorithm
that combines the techniques of superpixels, complex
networks, and
collective dynamics. The method is evaluated under various
conditions
through an interactive segmentation scenario.
keywords:
- complex networks
- image segmentation
- superpixel
- collective dynamics
- interactive segmentation
license: BSD-3-Clause