CN104599262A - Multichannel pulse coupling neural network based color image segmentation technology - Google Patents

Multichannel pulse coupling neural network based color image segmentation technology Download PDF

Info

Publication number
CN104599262A
CN104599262A CN201410795464.6A CN201410795464A CN104599262A CN 104599262 A CN104599262 A CN 104599262A CN 201410795464 A CN201410795464 A CN 201410795464A CN 104599262 A CN104599262 A CN 104599262A
Authority
CN
China
Prior art keywords
region
pixel
neuron
sigma
threshold value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410795464.6A
Other languages
Chinese (zh)
Inventor
庄华亮
何熊熊
陈河军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang University of Technology ZJUT
Original Assignee
Zhejiang University of Technology ZJUT
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201410795464.6A priority Critical patent/CN104599262A/en
Publication of CN104599262A publication Critical patent/CN104599262A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

A multichannel pulse coupling neural network based color image segmentation technology comprises the steps of step (1), inputting images to be segmented; step (2), using color vectors of all pixels of the images as input vectors of one input neuron and eight adjacent pixel color vectors as radial basis function (RBF) characteristic vectors, and determining initial seed points through seed selection conditions; step (3), growing the seed region through growing rules, classifying the pixel points in accordance with the growing rules in the seed region, and connecting the neurons and grouping and numbering the neurons; step (4), calculating the average characteristic vector of all connection regions, and replacing the characteristic vectors included in all neurons of the region with the obtained characteristic vector; step (5), connecting the qualified unconnected neurons with the proximate groups through a rapid connection rule; step (6),updating the preset threshold to be theta i = theta i1 +delta theta i, and repeating the step (5); step (7), performing rule merging on accordant regions in the images and merging proximate region blocks on space; repeating the step (7) till the region merging stopping conditions are met to complete color image segmentation.

Description

Based on the color Image Segmentation of hyperchannel Pulse Coupled Neural Network
Technical field
The present invention relates to a kind of color Image Segmentation for digital image processing field, specifically a kind of parallel computing of the color images based on hyperchannel Pulse Coupled Neural Network.
Background technology
Iamge Segmentation is the technology by display foreground and background segment, utilizes Iamge Segmentation often can extract foreground target or area-of-interest further from image.Through the development of decades, image Segmentation Technology is divided into four classes: threshold method, the method based on edge, the method based on region and mixed method.In numerous image partition methods, Pulse Coupled Neural Network (PCNN) is a kind of biological heuristic.The beginning of the nineties, Germany scientist professor and his co-worker find when zoologizeing optic nerve model, if the nervous centralis sensing region in certain limit perceives the signal excitation of feature similarity, this excitation just can cause synchronized oscillation in that region, follow-up research shows, this resonance model that causes is applicable to Iamge Segmentation.
Traditional PCNN model is confined in gray level image process, its limiting factors mainly contains 2 points: first, the essence of intrerneuron coupling is confined to the Scalar operation of grey scale pixel value, PCNN is made to be unsuitable for solving coloured image problem, this is because color must with vector representation (such as red green blue tricolor combination); The second, algorithm complex is excessive.
For these limitations, the present invention creates a kind of new pulse god coupling through network model, and the parallel neural network algorithm developed based on programmable gate array (FPGA) and neuron circuit, this platform realizes the color images of quick high-quality.
Summary of the invention
The present invention will overcome the problem existing for conventional P CNN, be intended to accelerate algorithm speed and ensure segmentation quality, proposing a kind of based on hyperchannel Pulse Coupled Neural Network (English full name: multi-channel pulse coupled neural network; English abbreviation: MPCNN) color Image Segmentation.
First new method utilizes MPCNN that color image pixel information is inputted neuron arrays one to one, then all neurons are operated with running simultaneously, selected seed neuron, connection dividing into groups, finally carry out region growing and merge obtaining segmentation result.The topological structure of hyperchannel Pulse Coupled Neural Network as shown in Figure 1.The method selects RBF (radial basis function) neuron to solve the calculating of color vector distance between pixel, and in the upper realization of FPGA (can gate array be edited).Parallel synchronous operation can be carried out to all pixels, utilize pixel color proper vector to realize pulse-couple.Under the prerequisite ensureing segmentation quality, greatly reduce the processing time.The method, mainly for the segmentation of coloured image, all has good segmentation effect for most of coloured image, for successive image work for the treatment of provides reliable basis.
Above-mentioned RBF neuron models (see Fig. 2) are described below:
Input neuron u i(i=1 ... N i) by cynapse and output neuron v j(j=1 ... N j) be closely connected, wherein i, j are respectively input, output neuron subscript, N i, N jbe respectively input, output neuron number.For any one cynapse, when a postsynaptic potential (PSP) is excited, the distance between input neuron and cynapse value and 8-neighborhood territory pixel determines the start time.
Wherein PSP i jt () is postsynaptic potential, j be neighbor subscript (1 ..., 8), t is the time, x ifor pixel color vector, represent RGB (RGB) information, for neuronic proper vector.
When in the time period time interior, postsynaptic potential and be
s j ( t ) = Σ i = 1 N i PSP i j ( t ) = Σ i = 1 N i ( t - | x i - c i j | ) - - - ( 2 )
Wherein s jt cumulative sum that () is postsynaptic potential.
After all postsynaptic potentials are all excited, export pulses generation.Suppose to work as s jwhen () reaches a threshold value θ t, output neuron is at t jmoment produces pulse,
t j = θ N i + 1 N i Σ i = 1 N i | x i - c i j | - - - ( 3 )
Wherein t jfor the time, θ is threshold value.T jreflect one about x and c jmanhatton distance radial basis function,
| | x - c j | | = Σ i = 1 N i | x i - c i j | - - - ( 4 )
Wherein || x-c j|| be manhatton distance.
The Segmentation of Color Image of above-mentioned hyperchannel Pulse Coupled Neural Network, step is as follows:
(1) image to be split is inputted;
(2) using the input vector of the color-vector of each pixel of image as an input neuron, 8 neighbor color-vectors, as each proper vector of RBF, utilize initial point selection condition determination initial seed point;
(3) utilize growing strategy to grow seed region, the pixel meeting growing strategy is included in seed region, namely neuron is connected, and packet numbering;
(4) calculate the averaged feature vector of each join domain, and replace the proper vector comprised in all neurons in this region by the proper vector obtained;
(5) if there is the neuron do not connected, step (6) is performed, otherwise, perform step (7);
(6) utilize quick concatenate rule, connect simultaneously and qualified do not connect neuron to immediate grouping; Predetermined threshold is updated to θ iil+ Δ θ i, wherein θ ilfor former threshold value, Δ θ ifor increment, θ ifor upgrading rear threshold value, repeat step (5);
(7) utilize region merging technique rule, to meeting region merging technique rule in image, and spatially close region unit merges;
(8) step (7) is repeated, until meet region merging technique stop condition;
(9) color images is completed.
In step (2), choose in process at Seed Points, sub pixel must keep similarity with its neighborhood territory pixel to a certain extent.In RGB color space, if the ultimate range of a pixel and its 8-neighborhood territory pixel point is less than predetermined threshold value, then this pixel can as a Seed Points, and corresponding neuron is exactly Seed Points neuron.For arbitrary pixel s, if meet formula (5), then can be used as Seed Points:
μ sμ
μ s = max j = 1 , . . . , 8 { | | x s - c j | | } - - - ( 5 )
Wherein, s is pixel label, and j is neighbor subscript, || x s-c j|| be manhatton distance, θ μfor predetermined threshold value, μ sfor the ultimate range of pixel s and 8-neighborhood territory pixel point.
In step (3), in the process of region growing, be as starting point using selected Seed Points, (5) are as judgment condition with the formula, to the growth of its 8-neighborhood, until pixel is not meeting formula (5), by the group areas numbering obtained.
In step (4), calculate the averaged feature vector of each grouping according to formula (6),
σ g = 1 M Σ j = 1 M x j g - - - ( 6 )
σ g = [ σ R g , σ G g , σ B g ] T
Wherein σ gfor the mean eigenvalue of RGB color space, be respectively RGB component mean value, M is the pixel number of the grouping being numbered g, and g is the numbering of grouping, and j is neighbor subscript.
In step (6), for arbitrary neuron u do not connected, be connected in immediate neighboring region according to formula (7),
j u = arg j ( min j = 1 , . . . , 8 | | x u - σ g j ) - - - ( 7 )
Wherein, j ufor connecting pixel subscript, x uthe proper vector of this pixel, that neighboring region is numbered g javeraged feature vector.All neurons that do not connect are operated, and the difference not connecting neuron and neighboring region must be less than defined threshold simultaneously, and upgrade threshold value:
θ i=θ i+Δθ i(8)
Wherein, θ ifor defined threshold, Δ θ ifor threshold delta.
In step (7), in region merging technique process, using region distance and area size as two judgment condition:
(1) if the manhatton distance of two adjacent areas is less than predetermined threshold value, be a region by two region merging technique, and zoning average again;
(2) if area size is less than predetermined threshold value, this region is incorporated to the adjacent area minimum with its manhatton distance.
The process flow diagram of above-mentioned algorithm as shown in Figure 3.
Advantage of the present invention is: accelerate algorithm speed and ensure Iamge Segmentation quality.
Accompanying drawing explanation
Fig. 1 is the topological structure structural drawing of hyperchannel Pulse Coupled Neural Network of the present invention
Fig. 2 is pulse RBF neural model.
Fig. 3 is the algorithm flow chart adopting the inventive method.
Fig. 4 is original color image.
Fig. 5 is the result of Iamge Segmentation.
Embodiment
The enforcement item of color image segmentation method is illustrated below in conjunction with accompanying drawing.
The invention process is in the system based on Spatan-3A FPGA (XC3SD3400A-4FGG676C) platform, and this FPGA has 3,400,000 logic gates, and working clock frequency is 250MHz.In implementation process, cutting procedure has used the FPGA resource of about 75 %.
(1) image to be split is inputted, as shown in Figure 4;
(2) using the proper vector of the color-vector of each pixel of image as an input neuron, utilize initial point selection condition determination initial seed point, each neuron circuit can hardware run parallel synchronous;
(3) utilize growing strategy to grow seed region, the pixel ultimate range with its 8-neighborhood territory pixel point being less than predetermined threshold value can be included in seed region as a Seed Points, namely connects neuron, and packet numbering.Can synchronous operation on hardware;
(4) calculate the averaged feature vector of each join domain, and replace the proper vector comprised in all neurons in this region by the proper vector obtained;
(5) if there is the neuron do not connected, step (6) is performed, otherwise, perform step (7);
(6) utilize quick concatenate rule, connect simultaneously and qualified do not connect neuron to immediate grouping; Predetermined threshold is updated to θ iil+ Δ θ i, wherein θ ilfor former threshold value, Δ θ ifor increment, θ ifor upgrading rear threshold value, repeat step (5);
(7) utilize region merging technique rule, to meeting region merging technique rule in image, and spatially close region unit merges;
(8) step (7) is repeated, until meet region merging technique stop condition to choose how group threshold value repeatedly merges image;
(9) color images is completed.
In Figure 5, result shows this method has better segmentation result to coloured image in segmentation result display.Algorithm is implemented on FPGA, to accelerate sliced time, for follow-up real-time process provides Reliable guarantee.
Above-mentioned RBF neuron models (see Fig. 2) are described below:
Input neuron u i(i=1 ... N i) by cynapse and output neuron v j(j=1 ... N j) be closely connected.For any one cynapse, when a postsynaptic potential (PSP) is excited, the distance between input neuron and cynapse value and 8-neighborhood territory pixel determines the start time.
Wherein for postsynaptic potential, j be neighbor subscript (1 ..., 8), t is the time, x ifor pixel color vector, represent RGB information, for neuronic proper vector.
When in the time period time interior, postsynaptic potential and be
s j ( t ) = Σ i = 1 N i PSP i j = Σ i = 1 N i ( t - | x i - c i j | ) - - - ( 2 )
Wherein s jt cumulative sum that () is postsynaptic potential.
After all postsynaptic potentials are all excited, export pulses generation.Suppose to work as s jwhen () reaches a threshold value θ t, output neuron is at t jmoment produces pulse,
t j = θ N i + 1 N i Σ i = 1 N i | x i - c i j | - - - ( 3 )
Wherein t jfor the time, θ is threshold value.T jreflect one about x and c jmanhatton distance radial basis function,
| | x - c j | | = Σ i = 1 N i | x i - c i j | - - - ( 4 )
Wherein || x-c j|| be manhatton distance.
In step (2), choose in process at Seed Points, sub pixel must keep similarity with its neighborhood territory pixel to a certain extent.In RGB color space, if the ultimate range of a pixel and its 8-neighborhood territory pixel point is less than predetermined threshold value, then this pixel can as a Seed Points, and corresponding neuron is exactly Seed Points neuron.For arbitrary pixel s, if meet formula (5), then can be used as Seed Points:
&mu; s < &theta; &mu; &mu; s = max j = 1 , . . . , 8 { | | x s - c j | | } - - - ( 5 )
Wherein, s is pixel label, and j is neighbor subscript, || x s-c j|| be manhatton distance, θ μfor predetermined threshold value, μ sfor the ultimate range of pixel s and 8-neighborhood territory pixel point.
In step (3), in the process of region growing, be as starting point using selected Seed Points, (5) are as judgment condition with the formula, to the growth of its 8-neighborhood, until pixel is not meeting formula (5), by the group areas numbering obtained.
In step (4), calculate the averaged feature vector of each grouping according to formula (6),
&sigma; g = 1 M &Sigma; j = 1 M x j g - - - ( 6 )
&sigma; g = [ &sigma; R g , &sigma; G g , &sigma; B g ] T
Wherein σ gfor the mean eigenvalue of RGB color space, be respectively RGB component mean value, M is the pixel number of the grouping being numbered g, and g is the numbering of grouping, and j is neighbor subscript.
In step (6), for arbitrary neuron u do not connected, be connected in immediate neighboring region according to formula (7),
j u = arg j ( min j = 1 , . . . , 8 | | x u - &sigma; g j | | ) - - - ( 7 )
Wherein, u is for connecting pixel, x uthe proper vector of this pixel, that neighboring region is numbered g javeraged feature vector.All neurons that do not connect are operated, and the difference not connecting neuron and neighboring region must be less than defined threshold simultaneously, and upgrade threshold value:
θ i=θ i+Δθ i(8)
Wherein, θ ifor defined threshold, Δ θ ifor threshold delta.
In step (7), in region merging technique process, using region distance and area size as two judgment condition:
(1) if the manhatton distance of two adjacent areas is less than predetermined threshold value, be a region by two region merging technique, and zoning average again;
(2) if area size is less than predetermined threshold value, this region is incorporated to the adjacent area minimum with its manhatton distance.
The process flow diagram of above-mentioned algorithm as shown in Figure 3.
Content described in this instructions embodiment is only enumerating the way of realization of inventive concept; protection scope of the present invention should not be regarded as being only limitted to the concrete form that embodiment is stated, protection scope of the present invention also and conceive the equivalent technologies means that can expect according to the present invention in those skilled in the art.

Claims (6)

1. the Segmentation of Color Image of hyperchannel Pulse Coupled Neural Network, step is as follows:
(1) image to be split is inputted;
(2) using the input vector of the color-vector of each pixel of image as an input neuron, 8 neighbor color-vectors, as each proper vector of radial basis function RBF, utilize initial point selection condition determination initial seed point;
(3) utilize growing strategy to grow seed region, the pixel meeting growing strategy is included in seed region, namely neuron is connected, and packet numbering;
(4) calculate the averaged feature vector of each join domain, and replace the proper vector comprised in all neurons in this region by the proper vector obtained;
(5) if there is the neuron do not connected, step (6) is performed, otherwise, perform step (7);
(6) utilize quick concatenate rule, connect simultaneously and qualified do not connect neuron to immediate grouping; Predetermined threshold is updated to θ iil+ Δ θ i, wherein θ ilfor former threshold value, Δ θ ifor increment, θ ifor upgrading rear threshold value, repeat step (5);
(7) utilize region merging technique rule, to meeting region merging technique rule in image, and spatially close region unit merges;
(8) step (7) is repeated, until meet region merging technique stop condition;
(9) color images is completed.
2. the Segmentation of Color Image of hyperchannel Pulse Coupled Neural Network as claimed in claim 1, it is characterized in that: in step (2), choose in process at Seed Points, sub pixel must keep similarity with its neighborhood territory pixel to a certain extent; In RGB RGB color space, if the ultimate range of a pixel and its 8-neighborhood territory pixel point is less than predetermined threshold value, then this pixel can as a Seed Points, and corresponding neuron is exactly Seed Points neuron; For arbitrary pixel s, if meet formula (5), then can be used as Seed Points:
μ sμ
&mu; s = max j = 1 , . . . , 8 { | | x s - c j | | } - - - ( 5 )
Wherein, s is pixel label, and j is neighbor subscript, ‖ x s-c j‖ is manhatton distance, θ μfor predetermined threshold value, μ sfor the ultimate range of pixel s and 8-neighborhood territory pixel point;
Described RBF neuron models are described below:
Input neuron u i(i=1 ... N i) by cynapse and output neuron v j(j=1 ... N j) be closely connected, wherein i, j are respectively input, output neuron subscript, N i, N jbe respectively input, output neuron number; For any one cynapse, when a postsynaptic potential (PSP) is excited, the distance between input neuron and cynapse value and 8-neighborhood territory pixel determines the start time;
Wherein PSP i jt () is postsynaptic potential, j be neighbor subscript (1 ..., 8), t is the time, x ifor pixel color vector, represent RGB information, for neuronic proper vector;
When in the time period time interior, postsynaptic potential and be:
s j ( t ) = &Sigma; i = 1 N i PSP i j ( t ) = &Sigma; i = 1 N i ( t - | x i - c i j | ) - - - ( 2 )
Wherein s jt cumulative sum that () is postsynaptic potential;
After all postsynaptic potentials are all excited, export pulses generation; Suppose to work as s jwhen () reaches a threshold value θ t, output neuron is at t jmoment produces pulse,
t j = &theta; N i + 1 N i &Sigma; i = 1 N i | x i - c i j | - - - ( 3 )
Wherein t jfor the time, θ is threshold value; t jreflect one about x and c jmanhatton distance radial basis function,
| | x - c j | | = &Sigma; i = 1 N i | x i - c i j | - - - ( 4 )
Wherein ‖ x-c j‖ is manhatton distance.
3. the Segmentation of Color Image of hyperchannel Pulse Coupled Neural Network as claimed in claim 1, it is characterized in that: in step (3), in the process of region growing, as starting point using selected Seed Points, (5) are as judgment condition with the formula, to the growth of its 8-neighborhood, until pixel is not meeting formula (5), by the group areas numbering obtained.
4. the Segmentation of Color Image of hyperchannel Pulse Coupled Neural Network as claimed in claim 1, is characterized in that: in step (4), calculates the averaged feature vector of each grouping according to formula (6),
&sigma; g = 1 M &Sigma; j = 1 M x j g - - - ( 6 )
&sigma; g = [ &sigma; R g , &sigma; G g , &sigma; B g ] T
Wherein σ gfor the mean eigenvalue of RGB color space, be respectively RGB component mean value, M is the pixel number of the grouping being numbered g, and g is the numbering of grouping, and j is neighbor subscript.
5. the Segmentation of Color Image of hyperchannel Pulse Coupled Neural Network as claimed in claim 1, it is characterized in that: in step (6), for arbitrary neuron u do not connected, be connected in immediate neighboring region according to formula (7)
j u = arg j ( min j = 1 , . . . , 8 | | x u - &sigma; g j | | ) - - - ( 7 )
Wherein, u is for connecting pixel, x uthe proper vector of this pixel, that neighboring region is numbered g javeraged feature vector; All neurons that do not connect are operated, and the difference not connecting neuron and neighboring region must be less than defined threshold simultaneously, and upgrade threshold value:
θ i=θ i+Δθ i(8)
Wherein, θ ifor defined threshold, Δ θ ifor threshold delta.
6. the Segmentation of Color Image of hyperchannel Pulse Coupled Neural Network as claimed in claim 1, is characterized in that: in step (7), in region merging technique process, using region distance and area size as two judgment condition:
(1) if the manhatton distance of two adjacent areas is less than predetermined threshold value, be a region by two region merging technique, and zoning average again;
(2) if area size is less than predetermined threshold value, this region is incorporated to the adjacent area minimum with its manhatton distance.
CN201410795464.6A 2014-12-18 2014-12-18 Multichannel pulse coupling neural network based color image segmentation technology Pending CN104599262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410795464.6A CN104599262A (en) 2014-12-18 2014-12-18 Multichannel pulse coupling neural network based color image segmentation technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410795464.6A CN104599262A (en) 2014-12-18 2014-12-18 Multichannel pulse coupling neural network based color image segmentation technology

Publications (1)

Publication Number Publication Date
CN104599262A true CN104599262A (en) 2015-05-06

Family

ID=53125012

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410795464.6A Pending CN104599262A (en) 2014-12-18 2014-12-18 Multichannel pulse coupling neural network based color image segmentation technology

Country Status (1)

Country Link
CN (1) CN104599262A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335783A (en) * 2015-10-20 2016-02-17 浪潮(北京)电子信息产业有限公司 Fusion method and apparatus based on multichannel pulse coupling neural network model
CN106250981A (en) * 2015-06-10 2016-12-21 三星电子株式会社 The impulsive neural networks of bandwidth consumption in minimizing memory access and network
CN107274425A (en) * 2017-05-27 2017-10-20 三峡大学 A kind of color image segmentation method and device based on Pulse Coupled Neural Network
CN107491726A (en) * 2017-07-04 2017-12-19 重庆邮电大学 A kind of real-time expression recognition method based on multi-channel parallel convolutional neural networks
WO2018006152A1 (en) * 2016-07-04 2018-01-11 Deep Genomics Incorporated Systems and methods for generating and training convolutional neural networks using biological sequences and relevance scores derived from structural, biochemical, population and evolutionary data
CN108010034A (en) * 2016-11-02 2018-05-08 广州图普网络科技有限公司 Commodity image dividing method and device
CN110211127A (en) * 2019-08-01 2019-09-06 成都考拉悠然科技有限公司 Image partition method based on bicoherence network
CN110517287A (en) * 2019-05-17 2019-11-29 北京印刷学院 Obtain method, apparatus, equipment and the storage medium of robot fish movement track
CN110599505A (en) * 2019-09-17 2019-12-20 上海微创医疗器械(集团)有限公司 Organ image segmentation method and device, electronic equipment and storage medium
CN111272753A (en) * 2019-09-06 2020-06-12 山东大学 Tunnel inner wall rock quartz content prediction system and method based on image recognition and analysis

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719272A (en) * 2009-11-26 2010-06-02 上海大学 Three-dimensional image segmentation method based on three-dimensional improved pulse coupled neural network
WO2012030602A2 (en) * 2010-09-02 2012-03-08 Edge3 Technologies, Inc. Method and apparatus for performing segmentation of an image

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719272A (en) * 2009-11-26 2010-06-02 上海大学 Three-dimensional image segmentation method based on three-dimensional improved pulse coupled neural network
WO2012030602A2 (en) * 2010-09-02 2012-03-08 Edge3 Technologies, Inc. Method and apparatus for performing segmentation of an image

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HUALIANG ZHUANG ET AL: "Multichannel Pulse-Coupled-Neural-Network-Based Color Image Segmentation for Object Detection", 《IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS》 *
马义德 等: "一种基于脉冲耦合神经网络的植物胚性细胞图像分割", 《科学通报》 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106250981B (en) * 2015-06-10 2022-04-01 三星电子株式会社 Spiking neural network with reduced memory access and bandwidth consumption within the network
CN106250981A (en) * 2015-06-10 2016-12-21 三星电子株式会社 The impulsive neural networks of bandwidth consumption in minimizing memory access and network
CN105335783A (en) * 2015-10-20 2016-02-17 浪潮(北京)电子信息产业有限公司 Fusion method and apparatus based on multichannel pulse coupling neural network model
CN105335783B (en) * 2015-10-20 2018-01-19 浪潮(北京)电子信息产业有限公司 A kind of fusion method and device based on multichannel Pulse-coupled Neural Network Model
WO2018006152A1 (en) * 2016-07-04 2018-01-11 Deep Genomics Incorporated Systems and methods for generating and training convolutional neural networks using biological sequences and relevance scores derived from structural, biochemical, population and evolutionary data
US11636920B2 (en) 2016-07-04 2023-04-25 Deep Genomics Incorporated Systems and methods for generating and training convolutional neural networks using biological sequences and relevance scores derived from structural, biochemical, population and evolutionary data
CN108010034A (en) * 2016-11-02 2018-05-08 广州图普网络科技有限公司 Commodity image dividing method and device
CN107274425A (en) * 2017-05-27 2017-10-20 三峡大学 A kind of color image segmentation method and device based on Pulse Coupled Neural Network
CN107274425B (en) * 2017-05-27 2019-08-16 三峡大学 A kind of color image segmentation method and device based on Pulse Coupled Neural Network
CN107491726A (en) * 2017-07-04 2017-12-19 重庆邮电大学 A kind of real-time expression recognition method based on multi-channel parallel convolutional neural networks
CN107491726B (en) * 2017-07-04 2020-08-04 重庆邮电大学 Real-time expression recognition method based on multichannel parallel convolutional neural network
CN110517287A (en) * 2019-05-17 2019-11-29 北京印刷学院 Obtain method, apparatus, equipment and the storage medium of robot fish movement track
CN110211127A (en) * 2019-08-01 2019-09-06 成都考拉悠然科技有限公司 Image partition method based on bicoherence network
CN111272753A (en) * 2019-09-06 2020-06-12 山东大学 Tunnel inner wall rock quartz content prediction system and method based on image recognition and analysis
CN110599505A (en) * 2019-09-17 2019-12-20 上海微创医疗器械(集团)有限公司 Organ image segmentation method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN104599262A (en) Multichannel pulse coupling neural network based color image segmentation technology
CN107025369B (en) Method and device for performing conversion learning on medical images
CN106157319B (en) The conspicuousness detection method in region and Pixel-level fusion based on convolutional neural networks
US11113513B2 (en) Apparatus and method for training classification model and apparatus for classifying with classification model
CN108038821A (en) A kind of image Style Transfer method based on production confrontation network
CN107862668A (en) A kind of cultural relic images restored method based on GNN
CN102592268B (en) Method for segmenting foreground image
CN109145713A (en) A kind of Small object semantic segmentation method of combining target detection
CN107368787A (en) A kind of Traffic Sign Recognition algorithm that application is driven towards depth intelligence
CN110059697A (en) A kind of Lung neoplasm automatic division method based on deep learning
CN110415230B (en) CT slice image semantic segmentation system and method based on deep learning
CN107403183A (en) The intelligent scissor method that conformity goal is detected and image segmentation is integrated
CN105513105B (en) Image background weakening method based on notable figure
CN107154048A (en) The remote sensing image segmentation method and device of a kind of Pulse-coupled Neural Network Model
CN103914699A (en) Automatic lip gloss image enhancement method based on color space
EP3270329A1 (en) Big data processing method for segment-based two-grade deep learning model
Wang et al. A computer vision based machine learning approach for fatigue crack initiation sites recognition
CN108986101B (en) Human body image segmentation method based on cyclic cutout-segmentation optimization
CN104766324A (en) White blood cell segmentation method based on super pixels and anomaly detection color blood cell image
CN106339984A (en) Distributed image super-resolution method based on K-means driven convolutional neural network
CN106327448A (en) Picture stylization processing method based on deep learning
Chen et al. Road damage detection and classification using mask R-CNN with DenseNet backbone
CN110070548A (en) A kind of deep learning training sample optimization method
CN111462140A (en) Real-time image instance segmentation method based on block splicing
CN116012316A (en) Crack identification method for drilling core roller scanning picture

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150506