Ask Your Question
1

This image segmentation algorithm can be accepted by which level of journals and conferences?

asked 2020-01-05 03:37:47 -0600

updated 2020-01-07 00:38:56 -0600

Let's first enjoy the segmentation results. image description

Even though this is single level image segmentation algorithm, we still compare it to a hierarchical algorithm. Because this algorithm outperforms all other single level image segmentation algorithm too much, Watershed, NCut, Region Growing and others, there is no need to put them together for comparison.

As far as my assessment is concerned, the best hierarchical image segmentation algorithm is from Zhongwen Hu et al.

Here is the download address of their executable program.

https://github.com/zwhoo/Scale-Sets-I...

And the executable program of our algorithm can be download from here.

https://github.com/tgis-top/tGis/rele...

Comparison 1

image description

image description

image description

image description

Comparison 2

image description

image description

image description

Improvement

The improvement is so obvious that it's not necessary to mention it. This must be the first segmentation algorithm that enables our bare eye to recognize the entire image information through the borders of segmented results.

Parameters and Program

The user interface of the executable program of our algorithm is as follow.

image description

The only parameter need to be adjusted is Texutre Period, its value can be chosen from 5, 7, 9, 11, 13, and 15. The Texutre Period of Comparison 1 is 5, and the Texutre Period of Comparison 2 is 11.

Output of the program is as follows.

image description

Use RasterBinaryGrayScaleLayerProvider to display the files end with _edge.tif and _line.tif.

image description

And the display parameters are as follows.

image description

Use RaserRgbLayerProvider to display other tif files with the defalut parameters.

Images for the Comparison

The image for Comparison 1 was downloaded from Google Map, The image for Comparison 2 was taken by UAV. Those two images are orthophotos.Our algorithm provides better improvement in processing orthophotos than in processing perspective images. In fact, all algorithms will get better results when processing orthophotos. Images with shallow depth of field can also be used as orthophotos.

edit retag flag offensive close merge delete

Comments

See the ranking.

For conferences: CVPR, ECCV, ICCV, BMVC, ...

For journals: TPAMI, TIP, IJCV, ...

Eduardo gravatar imageEduardo ( 2020-01-05 08:03:11 -0600 )edit

These are top-quality computer vision conferences / journals.

You are the one (with your advisor) that should know best the quality of your work and in which conference, journal to publish.

Eduardo gravatar imageEduardo ( 2020-01-05 14:34:05 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
3

answered 2020-02-21 22:20:36 -0600

updated 2020-05-13 05:38:22 -0600

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-01-05 03:37:47 -0600

Seen: 1,002 times

Last updated: May 13 '20