WO2023138558A1 - 一种图像场景分割方法、装置、设备及存储介质 - Google Patents
一种图像场景分割方法、装置、设备及存储介质 Download PDFInfo
- Publication number
- WO2023138558A1 WO2023138558A1 PCT/CN2023/072537 CN2023072537W WO2023138558A1 WO 2023138558 A1 WO2023138558 A1 WO 2023138558A1 CN 2023072537 W CN2023072537 W CN 2023072537W WO 2023138558 A1 WO2023138558 A1 WO 2023138558A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- segmentation
- scene
- layer
- initial
- map
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/80—Fusion, i.e. combining data from various sources at the sensor level, preprocessing level, feature extraction level or classification level
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/50—Image enhancement or restoration using two or more images, e.g. averaging or subtraction
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/22—Image preprocessing by selection of a specific region containing or referencing a pattern; Locating or processing of specific regions to guide the detection or recognition
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/26—Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/764—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20212—Image combination
- G06T2207/20221—Image fusion; Image merging
Definitions
- Embodiments of the present disclosure relate to the technical field of image processing, for example, to an image scene segmentation method, device, device, and storage medium.
- Image scene segmentation as one of the processing research directions of image processing, is mainly used to separate the scenes included in the image according to the scene category.
- scene and object segmentation based on deep learning technology has achieved relatively large breakthroughs in recent years.
- the deep learning network used for image scene segmentation in the related art has obvious effects in the segmentation of single-category or few-category scenes and objects, and the technology is relatively mature.
- accurate segmentation cannot be achieved for images with multiple categories of scenes, often resulting in fragmented segmentation results. If the segmentation results are directly applied to downstream business implementation, it will affect the execution effect of downstream business.
- the improvement methods in the related technologies mainly consider directly optimizing the deep learning network to optimize the scene segmentation results.
- the deep learning network is overly dependent on the training data set. Due to the ambiguity between many scene categories, it is impossible to provide accurate sample data for network training.
- the more refined deep learning network puts forward more stringent requirements on the learning ability of the network itself and the computing power of the device, and it is difficult to achieve a balance between calculation and accuracy.
- Embodiments of the present disclosure provide an image scene segmentation method, device, device, and storage medium, so as to realize optimized processing of scene segmentation results and reduce fragmentation of scene segmentation results.
- the embodiment of the present disclosure provides an image scene segmentation method, the method
- a target scene segmentation map of the target image is obtained by performing segmentation correction on the segment block to be processed.
- an image scene segmentation device which includes:
- the initial processing module is configured to obtain an intermediate scene segmentation map by performing initial scene segmentation and scene initial fusion processing on the acquired target image;
- An information determination module configured to detect the segmentation block to be processed from the intermediate scene segmentation map
- the segmentation correction module is configured to obtain a target scene segmentation map of the target image by performing segmentation correction on the block to be processed.
- an embodiment of the present disclosure further provides an electronic device, which includes:
- storage means configured to store at least one program
- the at least one processor When the at least one program is executed by the at least one processor, the at least one processor is enabled to implement the image scene segmentation method provided in any embodiment of the present disclosure.
- an embodiment of the present disclosure further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the image scene segmentation method provided in any embodiment of the present disclosure is implemented.
- FIG. 1 is a schematic flowchart of an image scene segmentation method provided by Embodiment 1 of the present disclosure
- FIG. 2 is a schematic flowchart of an image scene segmentation method provided in Embodiment 2 of the present disclosure
- FIG. 2a shows a schematic structural diagram of a scene segmentation network model used in an image scene segmentation method provided in Embodiment 2 of the present disclosure for initial scene segmentation;
- Fig. 2b is an implementation flow of image fusion processing in the image scene segmentation method provided in Embodiment 2 of the present disclosure road map;
- Fig. 2c shows the effect display diagram of the intermediate scene segmentation figure determined in the image scene segmentation method provided in this embodiment
- Fig. 2d shows the implementation flow chart of determining the segmentation block to be processed in the image scene segmentation method provided by the second embodiment
- Figure 2e shows an example diagram of the effect of displaying the determined segmentation blocks to be processed in the same image in this embodiment
- Fig. 2f shows the implementation flowchart of determining the segmentation layer to which the segmentation block to be processed belongs in the image scene segmentation method provided in the second embodiment
- Fig. 2g shows the effect display diagram of the target scene segmentation diagram in the image scene segmentation method provided by this embodiment
- FIG. 3 is a schematic structural diagram of an image scene segmentation device provided in Embodiment 3 of the present disclosure.
- FIG. 4 is a schematic structural diagram of an electronic device provided by Embodiment 7 of the present disclosure.
- the term “comprise” and its variations are open-ended, ie “including but not limited to”.
- the term “based on” is “based at least in part on”.
- the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one further embodiment”; the term “some embodiments” means “at least some embodiments.” Relevant definitions of other terms will be given in the description below.
- Embodiment 1 is a schematic flow diagram of an image scene segmentation method provided by Embodiment 1 of the present disclosure. This embodiment is applicable to the case of image segmentation of acquired images.
- the method can be executed by an image scene segmentation device, which can be realized by software and/or hardware, and can be configured in a terminal and/or server to implement the image scene segmentation method in the embodiment of the present disclosure.
- an image scene segmentation method provided in Embodiment 1 includes:
- the target image may be understood as an image to be subjected to image scene segmentation processing, which may be a scene image captured in real time, or an image frame intercepted in a captured video stream.
- image scene segmentation processing which may be a scene image captured in real time, or an image frame intercepted in a captured video stream.
- an initial scene segmentation may be performed on the target image first.
- the scene segmentation of an image it is equivalent to segmenting the image content contained in the image according to the category of the scene to which it belongs, so that the image content of the same scene category is divided into the same scene layer. For example, all doors or windows appearing in the image can be segmented into the segmented layer whose scene category is doors and windows, and vehicles appearing in the image can be segmented into the segmented layer whose scene category is vehicles.
- a pre-built scene segmentation network model may be used to perform initial scene segmentation on the target image.
- the pre-built scene segmentation network model can be regarded as a general scene segmentation model, which can be used for scene segmentation of a variety of different scene categories, but there may not be a suitable setting for the coarse and fine granularity of the divisible scene categories, and it is not specifically limited for applicable application scenarios. Therefore, the initial scene segmentation results obtained through the scene segmentation network model may not be the scene segmentation results required by downstream business applications.
- the object to be processed by the downstream business application is a group of buildings in the image, where Previously, it was necessary to obtain a scene segmentation map containing only building groups.
- the scene segmentation result after the initial scene segmentation in this step also contains other scene segmentation blocks, or fragmented segmentation blocks with smaller image areas.
- the doors and windows on buildings may be segmented independently, and they are not in the same scene as the building segmentation, so it is impossible to obtain an accurate building group segmentation map. Therefore, if only the initial scene segmentation of the target image is performed, the downstream business application cannot obtain effective image information.
- This scene fusion can be regarded as the initial scene fusion in this embodiment, and the scene segmentation result after the initial scene fusion is recorded as an intermediate scene segmentation map.
- the initial fusion of images may be achieved by applying a certain fusion rule to the segmentation layers under multiple scene categories included in the initial scene segmentation map.
- the fusion rule adopted may be to fuse the segmentation layer with a smaller range of scene categories into the segmentation layer corresponding to a larger range of scene categories.
- an initial scene segmentation map can be obtained, thereby obtaining scene labels corresponding to at least one segmentation layer included in the initial scene segmentation map, and then analyzing whether there is an attribution relationship between the scene labels, and merging the scene segmentation maps with the attribution association.
- the scene label of the segmented floor segmentation layer can be a building floor
- the segmented door and window layer can have a scene label of doors and windows.
- the scene fusion performed on the initial scene segmentation result in this step can be regarded as an initial scene fusion processing of the scene segmentation result, and the re-formed segmentation layer after scene fusion can constitute a new scene segmentation diagram.
- This embodiment records the new scene segmentation diagram as an intermediate scene segmentation diagram.
- the intermediate scene segmentation map in this step can be considered as the initial scene corresponding to the target image.
- the scene segmentation result after the initial fusion processing of the initial segmentation results which mainly includes the segmentation layer for image content segmentation according to the scene category, that is, the image content included in each segmentation layer can be considered to belong to the same scene category, and the belonged scene category can be considered to have a larger scene category division range.
- the scene segmentation algorithm used for the initial scene segmentation of the target image cannot guarantee the accuracy of the scene segmentation. Therefore, the image content may be segmented into the wrong scene category, but the above-mentioned initial fusion process cannot eliminate the wrong segmentation of the scene category to which the image content belongs.
- the scene segmentation if the scene segmentation is correct, its image content area should be a connected area with a large area; if there are other isolated image content areas in the connected area with a large area area, then the other isolated image content area may be a region with abnormal scene segmentation, which is equivalent to an incorrect scene segmentation in the segmentation layer.
- the above-mentioned erroneous scene segmentation area may be recorded as a segment to be processed, and the determination of the segment to be processed may be determined by performing connected region detection on at least one segmentation layer in the intermediate scene segmentation map.
- the determination of the segment to be processed may be determined by performing connected region detection on at least one segmentation layer in the intermediate scene segmentation map.
- a segmentation layer that includes the image content of the same scene category, by scanning the pixels in the segmentation layer, the detection of connected regions of the image can be realized, and the area of each connected region can be determined. If there is a connected region with an area smaller than a certain threshold, this embodiment can use the connected region as a segment block to be processed.
- the above-mentioned detected segmentation block is equivalent to a segmented block with incorrect scene segmentation.
- This step can be used to perform segmentation correction on the pending segmentation block to determine the correct segmentation layer to which the pending segmentation block should belong, and merge the pending segmentation block into the correct segmentation layer.
- the obtained segmentation layer constitutes the target scene segmentation map of the target image.
- segment correction is performed on the segment block to be processed, and it is determined that the segment block to be processed should actually be returned to
- One of the implementation methods of the segmented layer to be processed can be described as: performing region expansion on the segmented block to be processed to obtain the segmented extended region of the segmented block to be processed.
- the segmented extended region there is an overlapping region that overlaps with other determined connected regions on at least one segmented layer; this embodiment can determine which connected region the segmented block to be processed should belong to by using the overlap ratio of other determined connected regions in the overlapping region, and then determine the segmented layer where the connected region belongs.
- the segmented layer where the connected region belongs can be used as the segmented layer that the segmented block to be processed should actually belong to .
- an intermediate scene segmentation map is obtained by performing initial scene fusion processing on the acquired target image; afterward, the segmentation block to be optimized can be determined from the intermediate scene segmentation map, and finally the segment block to be processed can be segmented and corrected, so as to obtain the target scene segmentation map of the target image.
- the key to the scheme provided in this embodiment is to perform fragmentation detection on the segmentation result after image scene segmentation, and detect the fragmented segmentation block for segmentation correction.
- the corrected segmentation result realizes the unified segmentation of the image content under the same scene category in the target image, reduces the fragmentation of the segmentation block, and achieves the beneficial effect of effectively improving the accuracy of the segmentation result.
- the acquisition of an intermediate scene segmentation map by performing scene initial segmentation and scene initial fusion processing on the acquired target image may be embodied as: taking the acquired target image as input data, inputting it into a preset scene segmentation network model, and obtaining an output initial scene segmentation map.
- the initial scene segmentation map includes at least one initial segmentation layer; based on the content label corresponding to the at least one initial segmentation layer, the at least one initial segmentation The layers perform initial fusion of scenes to obtain intermediate scene segmentation maps.
- the detection of the segment blocks to be processed from the intermediate scene segmentation map may be embodied as: extracting at least one intermediate segment layer included in the intermediate scene segmentation map; By performing connected domain detection on the at least one intermediate segmentation layer, the segmentation block to be processed in the intermediate scene segmentation map is determined.
- the target scene segmentation map of the target image obtained by correcting the segmentation result of the block to be processed may be embodied as: for each block to be processed, perform region expansion processing on the block to be processed according to a set expansion coefficient to obtain a corresponding segmented expansion area; based on the segmentation expansion area, determine the target segment layer to which the segment block to be processed belongs from the intermediate scene segment map; perform image fusion on the segment block to be processed and the target segment layer; use the fused intermediate scene segment map as the target scene of the target image Split graph.
- an image scene segmentation method provided in Embodiment 2 includes the following steps:
- this step provides the logical realization of the initial segmentation of the scene.
- this step mainly uses a given scene segmentation network model to initially segment the scene, wherein the target image can be directly input into the scene segmentation network model as input data, and the scene segmentation network model can be regarded as a pre-built neural network model with a specific network structure, and the scene segmentation network model used in this step can be formed after iteratively learning and training the neural network model through a preset training sample set.
- the scene segmentation network model performs feature extraction and operation processing based on network parameters on the input target image, and can output an initial scene segmentation map including at least one initial segmentation layer.
- the initial segmentation layer in the initial scene segmentation map includes image content belonging to the same scene category, and in order to better distinguish at least one initial segmentation layer included in the initial scene segmentation map, different color assignments can be performed for different segmentation layers.
- the scene segmentation network model can be regarded as a general scene segmentation model, that is, applicable to various application scenarios that appear in business applications.
- the scene segmentation network model also includes a hidden layer that actually participates in the scene segmentation process.
- the hidden layer of the scene segmentation network model includes a set number of residual sub-network models; the set number of residual sub-network models are connected sequentially in a hierarchical order, and there is a residual sub-network model connected to another non- Residual connections of adjacent residual subnetwork models; each residual subnetwork model consists of a convolutional layer, batch normalization layer, and nonlinear activation function layer.
- the convolution kernel used by the convolution layer in the residual sub-network model can be a 3*3 convolution kernel; the nonlinear activation function used can be a ReLU function; at the same time, there are residual connections in addition to the sequential connections between the residual sub-network models.
- the above connection is more conducive to the training of the network model.
- FIG. 2a shows a schematic structural diagram of a scene segmentation network model used in an image scene segmentation method provided in Embodiment 2 of the present disclosure for initial scene segmentation.
- the scene segmentation network model includes several residual network ResNet basic units, and each ResNet basic unit is composed of a convolution layer of a 3X3 convolution kernel, a batch normalization (BN batchnorm) layer, and a ReLU (a nonlinear activation function) layer.
- BN batchnorm batch normalization
- ReLU a nonlinear activation function
- this step provides the logical implementation of the initial scene fusion.
- the initial segmentation layer can be regarded as the segmentation layer in the initial scene segmentation map obtained in S201 above; each of the initial segmentation layers contains image content in the same scene category; the content label can be regarded as the scene category label of the initial segmentation layer, and is used to identify the scene category of the image content included in the scene segmentation image; the content label can be obtained together when the initial scene segmentation map is obtained.
- the scene categories that can be segmented in the initial scene segmentation diagram are relatively diverse, and the coarseness and granularity of the scene categories are not the same. There is a situation that a certain scene category can actually belong to another scene category. However, if the scene category is too finely divided, the corresponding segmentation result may not match the corresponding application scene of the image scene segmentation, so that the validity of the obtained segmentation result cannot be guaranteed.
- the scene fusion processing in this step can be realized based on the content label of the initial segmentation layer.
- corresponding scene category fusion rules can be set relative to the application scene, and then a plurality of content tags satisfying the scene category fusion rules can be determined, and their corresponding segmentation layers can be fused to form a new segmentation layer.
- an intermediate scene segmentation map can be formed based on the segmentation layers formed after the fusion processing.
- FIG. 2b is a flowchart for implementing image fusion processing in the image scene segmentation method provided in Embodiment 2 of the present disclosure.
- this embodiment performs initial fusion of scenes on at least one initial segmentation layer based on the content label corresponding to at least one initial segmentation layer, and obtains an intermediate scene segmentation map as follows:
- the content label of the initial segmentation layer may be extracted from the obtained initial scene segmentation map.
- the tag category association table is a preset information rule table, which can be set depending on the current application scenario. Relevant technical personnel can determine multiple scene branches matching the application scene by analyzing the requirements of the application scene, and there may be multiple content tags with affiliation or parallel relationship under different scene branches.
- the content tags associated with the scene branch include at least: ground, flowers, grass, and trees, etc. Therefore, in the tag category association table set for the application scene, one of the records can be expressed as that content tags such as flowers, grass, trees, and ground belong to the scene branch of the ground.
- the scene branch associated with each content tag can be obtained by searching the tag category association table in this step.
- the initial segmentation layer corresponding to the ground, flowers, grass, and trees in the initial scene segmentation map can be used for initial scene fusion, and finally the intermediate scene segmentation map can be obtained through this step.
- FIG. 2c shows an effect display diagram of an intermediate scene segmentation map determined in the image scene segmentation method provided in this embodiment.
- the intermediate scene segmentation diagram 23 is shown in Figure 2c, and a plurality of intermediate segmentation layers included in the intermediate scene segmentation diagram 23 are also shown.
- the displayed first layer 231 mainly presents buildings;
- the displayed second layer 232 mainly presents the ground, and
- the displayed third layer 233 mainly presents the sky.
- S204 Determine the segmentation block to be processed in the intermediate scene segmentation map by performing connected domain detection on the at least one intermediate segmentation layer.
- the connected region detection in this step can be realized by a set connected region detection algorithm, wherein the core of the connected region detection algorithm can be to scan the pixels of the binarized image to determine whether the pixels are in the same region, and then determine the connected regions in the intermediate segmentation layer; and then find out the segmentation block to be processed with abnormal segmentation according to the area of the connected region.
- Fig. 2d shows a flow chart for realizing the determination of the segmentation blocks to be processed in the image scene segmentation method provided by the second embodiment.
- the connected domain detection is performed on the at least one intermediate segmentation layer to determine the pending state of the intermediate scene segmentation graph.
- the specific steps of splitting blocks are as follows:
- the binarization process may be to assign a pixel value of 0 or 1 to the pixel points in the intermediate segmentation layer.
- the scanning sequence of the pixel points may be from left to right and from top to bottom; through this scanning step, the pixel value of the pixel points may be determined.
- the process of detecting connected regions based on pixel values in this embodiment can be performed in real time during the scanning process of pixel values.
- the detection of connected regions can be described as: if the pixel value of the scanned current pixel point is 0, move to the next pixel point according to the scanning order; if the pixel value of the scanned current pixel point is 1, detect two adjacent pixel points on the left and upper sides of the current pixel point, and then, according to the pixel values and detection marks of these two adjacent pixel points, consider the following four situations:
- the region with the same mark can be regarded as a connected region through the mark corresponding to each pixel point.
- at least one connected region included can be determined through the above operations.
- the area area of the at least one connected area may be determined, and the area area may be represented by the number of pixel values.
- the segmented blocks to be processed are also determined through connected domain detection in the multiple intermediate segmented layers shown, such as the connected areas in the first rectangular frame 234 in the first layer 231; the connected areas in the second rectangular frame 235 in the second image 232 can be equivalent to the determined segmented blocks to be processed.
- Fig. 2e provides an example diagram of the effect of displaying the determined plurality of segmentation blocks to be processed in the same image in this embodiment; as shown in Fig. 2e, the image 24 in Fig. 2e includes a plurality of segmentation blocks to be processed detected from the middle scene segmentation map 23 corresponding to Fig. 2c above.
- S205 and S206 of this embodiment provide a specific implementation of performing segmentation correction on the segmented block to be processed.
- the set expansion coefficient may be a matrix with a convolution kernel of 3*3 all 1s, and the block to be processed that participates in the expansion is the expansion center, and then the block to be processed is expanded with a matrix of all 1s of 3*3 to the surroundings.
- the area after expansion may be recorded as the segmented expansion area.
- the segmentation and expansion area may be only a peripheral expansion area that expands to the surroundings and does not include the segmentation block to be processed; it may also be a fusion including the segmentation block to be processed and the peripheral expansion area.
- segmented expansion area corresponding to the detected segmentation block to be processed may overlap with any intermediate segmentation layer in the intermediate scene segmentation map. This step is based on the segmentation expansion area and The overlap ratio of any intermediate segmentation layer can determine which intermediate segmentation layer the segment to be processed belongs to.
- FIG. 2f shows an implementation flowchart of determining the segmentation layer to which the segmentation block to be processed belongs in the image scene segmentation method provided in the second embodiment.
- this embodiment will determine the target segmentation layer to which the segment block to be processed belongs to from the intermediate scene segmentation map based on the segmented expansion area as the following steps:
- the maximum number of pixels corresponds to the largest number of overlapping pixels in the segmented expansion region in the target segmented layer.
- pixel values of pixels corresponding to multiple image contents in the same segmented layer are the same.
- one of the image fusion methods can be described as equating the pixel values of multiple pixel points in the segmented block to be processed with the pixel values of the pixel points in the target segmented layer.
- the fusion processing in this step is equivalent to the scene fusion with the target segmentation layer when the segment block to be processed is subjected to segmentation correction. In this way, the abnormal segmentation repair of the segmentation block to be processed is realized, and the number of fragmented segmentation blocks on at least one segmentation layer in the finally obtained target scene segmentation map is significantly reduced.
- FIG. 2g shows an effect display diagram of the target scene segmentation diagram in the image scene segmentation method provided in this embodiment.
- the rendered effect map corresponds to the above-mentioned FIG. 2c.
- the target scene segmentation map 25 is shown in FIG. 2g, and multiple target segmentation layers included in the target scene segmentation map 25 are also shown. It can be seen that the displayed fourth layer 251 mainly presents the buildings; the displayed fifth layer 252 mainly presents the ground, and the displayed sixth layer 253 mainly presents the sky.
- the second embodiment provides an image scene segmentation method, which provides the initial scene segmentation of the image through the scene segmentation network module and the initial scene fusion of the initial segmentation result to realize the first segmentation result processing; at the same time, it also provides the specific implementation of detecting the segmentation block to be processed, and also provides the specific implementation of segmentation correction for the segmentation block to be processed.
- the key to the scheme provided in this embodiment is to perform fragmentation detection on the segmentation result after image scene segmentation, and detect the fragmented segmentation block for segmentation correction.
- the corrected segmentation result realizes the unified segmentation of the image content under the same scene category in the target image, reduces the fragmentation of the segmentation block, and achieves the beneficial effect of effectively improving the accuracy of the segmentation result.
- Embodiment 3 is a schematic structural diagram of an image scene segmentation device provided by Embodiment 3 of the present disclosure. This embodiment is applicable to the case of image segmentation of acquired images.
- the device can be implemented by software and/or hardware, and can be configured in a terminal and/or server to implement the image scene segmentation method in the embodiment of the present disclosure.
- the device may include: an initial processing module 31 , an information determination module 32 and a segmentation correction module 33 .
- the initial processing module 31 is configured to obtain an intermediate scene segmentation map by performing initial scene segmentation and scene initial fusion processing on the acquired target image;
- the information determination module 32 is configured to detect the segmentation block to be processed from the intermediate scene segmentation map
- the segmentation correction module 33 is configured to obtain a target scene segmentation map of the target image by performing segmentation correction on the block to be processed.
- the image scene segmentation device provided in the third embodiment solves the problem that the image scene segmentation method in the related art cannot achieve accurate segmentation and produces more fragmented segmentation results.
- the key to the scheme provided in this embodiment is to perform fragmentation detection on the segmentation result after image scene segmentation, and detect the fragmented segmentation block for segmentation correction.
- the corrected segmentation result realizes the unified segmentation of the image content under the same scene category in the target image, reduces the fragmentation of the segmentation block, and achieves the beneficial effect of effectively improving the accuracy of the segmentation result.
- the initial processing module 31 includes:
- the initial segmentation unit is configured to use the acquired target image as input data, input it to a preset scene segmentation network model, and obtain an output initial scene segmentation map, and the initial scene segmentation map includes at least one initial segmentation layer;
- the initial fusion unit is configured to perform initial scene fusion on the at least one initial segmentation layer based on the content label corresponding to the at least one initial segmentation layer, to obtain an intermediate scene segmentation map.
- the initial fusion unit may be set as:
- the hidden layer of the scene segmentation network model includes a set number of residual sub-network models; the set number of residual sub-network models are connected sequentially in a hierarchical order, and there is a residual sub-network model to another Residual connections of non-adjacent residual subnetwork models; each residual subnetwork model consists of a convolutional layer, batch normalization layer, and nonlinear activation function layer.
- the information determination module 32 may include:
- An information extraction unit configured to extract at least one intermediate segmentation layer included in the intermediate scene segmentation map
- the information determination unit is configured to determine the segmentation blocks to be processed of the intermediate scene segmentation graph by performing connected domain detection on the at least one intermediate segmentation layer.
- the information determination unit may be configured to: perform binarization processing on each intermediate segmented layer to obtain a corresponding binarized segmented layer; for each binarized segmented layer, perform pixel value scanning on the binarized segmented layer according to a set scanning order; determine connected regions included in the binarized segmented layer according to the pixel value scanning results; and use connected regions whose area area is smaller than a set area threshold as a segment block to be processed.
- the segmentation correction module may include:
- the area determination unit is configured to, for each segment block to be processed, perform area expansion processing on the segment block to be processed according to a set expansion coefficient, so as to obtain a corresponding segmented expansion area;
- the first correction unit is configured to determine the target segmentation layer to which the segmentation block to be processed belongs from the intermediate scene segmentation map based on the segmentation expansion area;
- the second correction unit is configured to perform image fusion on the segmented block to be processed and the target segmented layer;
- the target determination unit is configured to use the fusion-processed intermediate scene segmentation map as the target scene segmentation map of the target image.
- the second correction unit may be set to:
- the candidate segmentation layer included in the intermediate scene segmentation map, and determine the There is at least one candidate segmentation layer that overlaps in the cut expansion area; the number of pixels in the overlapping area with each of the candidate segmentation layers is counted; the candidate segmentation layer corresponding to the maximum number of pixels is used as the target segmentation layer to which the segmentation block to be processed belongs.
- the above-mentioned device can execute the method provided by any embodiment of the present disclosure, and has corresponding functional modules for executing the method.
- FIG. 4 is a schematic structural diagram of an electronic device provided by Embodiment 7 of the present disclosure.
- the terminal device in the embodiments of the present disclosure may include, but not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, personal digital assistants (Personal Digital Assistant, PDA), PAD (tablet computer), portable multimedia players (Portable Media Player, PMP), vehicle-mounted terminals (such as vehicle-mounted navigation terminals), etc., and fixed terminals such as digital televisions (Television, TV), desktop computers, etc.
- PDA Personal Digital Assistant
- PAD tablet computer
- portable multimedia players Portable Media Player
- vehicle-mounted terminals such as vehicle-mounted navigation terminals
- fixed terminals such as digital televisions (Television, TV), desktop computers, etc.
- the electronic device shown in FIG. 4 is only an example, and should not limit the functions and application scope of the embodiments of the present disclosure.
- the electronic device 40 may include a processing device (such as a central processing unit, a graphics processing unit, etc.) 41, which may perform various appropriate actions and processes according to a program stored in a read-only memory (Read-Only Memory, ROM) 42 or a program loaded from a storage device 48 into a random access memory (Random Access Memory, RAM) 43.
- ROM Read-Only Memory
- RAM Random Access Memory
- the processing device 41, the ROM 42 and the RAM 43 are connected to each other by a bus 45.
- An input/output (Input/Output, I/O) interface 44 is also connected to the bus 45 .
- the following devices can be connected to the I/O interface 44: including, for example, a touch screen, touch pad, keyboard, Input device 46 such as mouse, camera, microphone, accelerometer, gyroscope; Comprise such as liquid crystal display (Liquid Crystal Display, LCD), output device 47 such as loudspeaker, vibrator; Comprise such as storage device 48 such as magnetic tape, hard disk; And communication device 49.
- the communication means 49 may allow the electronic device 40 to communicate with other devices wirelessly or by wire to exchange data. While FIG. 4 shows electronic device 40 having various means, it should be understood that implementing or possessing all of the means shown is not a requirement. More or fewer means may alternatively be implemented or provided.
- embodiments of the present disclosure include a computer program product, which includes a computer program carried on a non-transitory computer readable medium, where the computer program includes program code for executing the method shown in the flowchart.
- the computer program may be downloaded and installed from a network via communication means 49, or from storage means 48, or from ROM 42.
- the processing device 41 When the computer program is executed by the processing device 41, the above-mentioned functions defined in the methods of the embodiments of the present disclosure are executed.
- the electronic device provided by the embodiment of the present disclosure belongs to the same inventive concept as the image scene segmentation method provided by the above embodiment, and the technical details not described in detail in this embodiment can be referred to the above embodiment.
- An embodiment of the present disclosure provides a computer storage medium, on which a computer program is stored, and when the program is executed by a processor, the image scene segmentation method provided in the foregoing embodiments is implemented.
- the computer-readable medium mentioned above in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium or any combination of the two.
- a computer readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or any combination thereof.
- Computer-readable storage media may include, but are not limited to, electrical connections with one or more wires, portable computer disks, hard disks, random Access memory (RAM), read-only memory (ROM), erasable programmable read-only memory ((Erasable Programmable Read-Only Memory, EPROM) or flash memory), optical fiber, portable compact disk read-only memory (Compact Disc Read-Only Memory, CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
- a computer-readable storage medium may be any tangible medium that contains or stores a program that can be used by or in conjunction with an instruction execution system, apparatus, or device.
- a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave carrying computer-readable program code therein. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
- a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium that can transmit, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- the program code contained on the computer readable medium may be transmitted by any suitable medium, including but not limited to: electric wire, optical cable, radio frequency (Radio Frequency, RF), etc., or any suitable combination of the above.
- the client and the server can communicate using any currently known or future-developed network protocols such as HTTP (HyperText Transfer Protocol, Hypertext Transfer Protocol), and can be interconnected with any form or medium of digital data communication (for example, a communication network).
- HTTP HyperText Transfer Protocol
- Examples of communication networks include local area networks (Local Area Networks, LANs), wide area networks (Wide Area Networks, WANs), internetworks (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
- the above-mentioned computer-readable medium may be included in the above-mentioned electronic device, or may exist independently without being incorporated into the electronic device.
- the above-mentioned computer-readable medium carries at least one program, and when the above-mentioned at least one program is executed by the electronic device, the electronic device:
- a target scene segmentation map of the target image is obtained by performing segmentation correction on the segment block to be processed.
- Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, or combinations thereof, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and conventional procedural programming languages—such as the “C” language or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer can be connected to the user computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computer (e.g., via the Internet using an Internet service provider).
- LAN local area network
- WAN wide area network
- Internet service provider e.g., via the Internet using an Internet service provider
- each block in the flowchart or block diagram may represent a module, program segment, or portion of code that includes one or more executable instructions for implementing specified logical functions.
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
- the units involved in the embodiments described in the present disclosure may be implemented by software or by hardware. Wherein, the name of the unit does not constitute a limitation of the unit itself under certain circumstances, for example, the first obtaining unit may also be described as "a unit for obtaining at least two Internet Protocol addresses".
- exemplary types of hardware logic components include: Field Programmable Gate Array (Field Programmable Gate Array, FPGA), Application Specific Integrated Circuit (ASIC), Application Specific Standard Parts (ASSP), System on Chip (System on Chip, SOC), Complex Programmable Logic Device (Complex Programmable Logic Device, CPLD), etc. .
- a machine-readable medium may be a tangible medium that may contain or store a program for use by or in conjunction with an instruction execution system, apparatus, or device.
- a machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- a machine-readable medium may include, but is not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, apparatus, or devices, or any suitable combination of the foregoing.
- a machine-readable storage medium would include one or more wire-based electrical connections, a portable computer disk, a hard disk, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, compact disk read only memory (CD-ROM), optical storage devices, magnetic storage devices, or any suitable combination of the foregoing.
- RAM random access memory
- ROM read only memory
- EPROM or flash memory erasable programmable read only memory
- CD-ROM compact disk read only memory
- magnetic storage devices or any suitable combination of the foregoing.
- Example 1 provides an image scene segmentation method, the method comprising: obtaining an intermediate scene segmentation map by performing scene initial segmentation and scene initial fusion processing on the acquired target image; detecting the segmentation block to be processed from the intermediate scene segmentation image; and obtaining the target scene segmentation map of the target image by performing segmentation correction on the pending segmentation block.
- Example 2 provides an image scene segmentation method.
- the steps in the method are: performing initial scene segmentation and scene initial fusion processing on the acquired target image to obtain an intermediate scene segmentation map, optionally including: using the acquired target image as input data, inputting it into a preset scene segmentation network model, and obtaining an output initial scene segmentation map.
- the initial scene segmentation map includes at least one initial segmentation layer;
- Example 3 provides an image scene segmentation method, Steps in the method: based on the content label corresponding to the at least one initial segmentation layer, perform initial scene fusion on the at least one initial segmentation layer to obtain an intermediate scene segmentation map, optionally including: obtaining the content label of each initial segmentation layer; searching a preset label category association table to determine the scene branch to which the content label belongs; performing image content fusion on the initial segmentation layers belonging to the same scene branch to obtain a fused intermediate scene segmentation map.
- the hidden layer of the scene segmentation network model includes a set number of residual sub-network models; the set number of residual sub-network models are sequentially connected in a hierarchical order, and there is a residual connection between one residual sub-network model and another non-adjacent residual sub-network model; each residual sub-network model is composed of a convolutional layer, a batch normalization layer and a nonlinear activation function layer.
- Example 5 provides an image scene segmentation method, the steps in the method are: detecting the segmentation block to be processed from the intermediate scene segmentation map, optionally including: extracting at least one intermediate segmentation layer included in the intermediate scene segmentation map; and determining the pending segmentation block of the intermediate scene segmentation map by performing connected domain detection on the at least one intermediate segmentation layer.
- Example 6 provides an image scene segmentation method, the steps in the method: by performing connected domain detection on the at least one intermediate segmentation layer, determining the segmentation block to be processed in the intermediate scene segmentation map, including: performing binarization processing on each intermediate segmentation layer to obtain a corresponding binary segmentation layer; for each binary segmentation layer, performing pixel value scanning on the binary segmentation layer according to a set scanning order; determining connected regions included in the binary segmentation layer according to the pixel value scanning results; The connected area with the area threshold is set as the segmentation block to be processed.
- Example 7 provides an image scene segmentation method.
- the steps in the method are: to obtain the target scene segmentation map of the target image by correcting the segmentation result of the segment block to be processed.
- region expansion processing on the segment block to be processed according to a set expansion coefficient to obtain a corresponding segmented expansion area; mark the segmentation layer; perform image fusion on the segmentation block to be processed and the target segmentation layer; use the fused intermediate scene segmentation map as the target scene segmentation map of the target image.
- Example 8 provides an image scene segmentation method.
- the steps in the method are: based on the segmented expansion area, determine the target segmented layer to which the segment block to be processed belongs from the intermediate scene segmented map, optionally including: acquiring at least one intermediate segmented layer included in the intermediate scene segmented map, determining at least one candidate segmented layer that overlaps with the segmented expanded area; counting the number of pixels in the overlapping area of each candidate segmented layer; using the candidate segmented layer corresponding to the largest number of pixels as the target segmented layer to which the segmented block to be processed belongs .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Evolutionary Computation (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Medical Informatics (AREA)
- Databases & Information Systems (AREA)
- Biophysics (AREA)
- Biomedical Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Molecular Biology (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Image Analysis (AREA)
- Television Signal Processing For Recording (AREA)
- Image Processing (AREA)
- Radar Systems Or Details Thereof (AREA)
Abstract
Description
Claims (11)
- 一种图像场景分割方法,包括:通过对所获取目标图像进行场景初始分割及场景初始融合处理,获得中间场景分割图;从所述中间场景分割图中检测待处理分割块;通过对所述待处理分割块进行分割校正,获得所述目标图像的目标场景分割图。
- 根据权利要求1所述的方法,其中,所述通过对所获取目标图像进行场景初始分割及场景初始融合处理,获得中间场景分割图,包括:将获取的目标图像作为输入数据,输入至预设的场景分割网络模型,获得输出的初始场景分割图,所述初始场景分割图中包括至少一个初始分割图层;基于所述至少一个初始分割图层对应的内容标签,对所述至少一个初始分割图层进行场景初始融合,获得中间场景分割图。
- 根据权利要求2所述的方法,其中,所述基于所述至少一个初始分割图层对应的内容标签,对所述至少一个初始分割图层进行场景初始融合,获得中间场景分割图,包括:获取每个初始分割图层的内容标签;查找预先设定的标签类别关联表,确定所述内容标签归属的场景分支;将属于同一场景分支的初始分割图层进行图像内容融合,获得融合后的中间场景分割图。
- 根据权利要求2所述的方法,其中,所述场景分割网络模型的隐藏层包括设定数量的残差子网络模型;所述设定数量的残差子网络模型之间按照层级顺序依次连接,同时存在一个残差子网络模型到另一个非邻接残差子网络模型的残差连接;每个残差子网络模型由一个卷积层、批量归一化层以及非线性激活函数层组成。
- 根据权利要求1所述的方法,其中,所述从所述中间场景分割图中检测 待处理分割块,包括:提取所述中间场景分割图中包括的至少一个中间分割图层;通过对所述至少一个中间分割图层进行连通域检测,确定所述中间场景分割图的待处理分割块。
- 根据权利要求5所述的方法,其中,所述通过对所述至少一个中间分割图层进行连通域检测,确定所述中间场景分割图的待处理分割块,包括:对每个中间分割图层进行二值化处理,获得相应的二值化分割图层;针对每个二值化分割图层,对所述二值化分割图层按照设定扫描顺序进行像素值扫描;根据所述像素值扫描结果,确定所述二值化分割图层中包括的连通区域;将区域面积小于设定面积阈值的连通区域作为待处理分割块。
- 根据权利要求1所述的方法,其中,所述通过对所述待处理分割块进行分割结果校正,获得所述目标图像的目标场景分割图,包括:针对每个待处理分割块,按照设定的膨胀系数对所述待处理分割块进行区域膨胀处理,获得相应的分割膨胀区域;基于所述分割膨胀区域,从所述中间场景分割图中确定所述待处理分割块归属的目标分割图层;将所述待处理分割块与所述目标分割图层进行图像融合;将融合处理后的中间场景分割图作为所述目标图像的目标场景分割图。
- 根据权利要求7所述的方法,其中,所述基于所述分割膨胀区域,从所述中间场景分割图中确定所述待处理分割块归属的目标分割图层,包括:获取所述中间场景分割图中包括的至少一个中间分割图层,确定与所述分割膨胀区域存在重叠的至少一个候选分割图层;统计与每个候选分割图层相重叠区域的像素点数量;将最大像素点数量对应的候选分割图层,作为所述待处理分割块归属的目标分割图层。
- 一种图像场景分割装置,包括:初始处理模块,设置为通过对所获取目标图像进行场景初始分割及场景初始融合处理,获得中间场景分割图;信息确定模块,设置为从所述中间场景分割图中检测待处理分割块;分割校正模块,设置为通过对所述待处理分割块进行分割校正,获得所述目标图像的目标场景分割图。
- 一种电子设备,包括:至少一个处理器;存储装置,设置为存储至少一个程序,当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现如权利要求1-8中任一所述的图像场景分割方法。
- 一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1-8中任一所述的图像场景分割方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/730,658 US20250131683A1 (en) | 2022-01-21 | 2023-01-17 | Image scene segmentation method and apparatus, and device and storage medium |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210074188.9A CN114419070B (zh) | 2022-01-21 | 2022-01-21 | 一种图像场景分割方法、装置、设备及存储介质 |
| CN202210074188.9 | 2022-01-21 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023138558A1 true WO2023138558A1 (zh) | 2023-07-27 |
Family
ID=81274690
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/072537 Ceased WO2023138558A1 (zh) | 2022-01-21 | 2023-01-17 | 一种图像场景分割方法、装置、设备及存储介质 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20250131683A1 (zh) |
| CN (1) | CN114419070B (zh) |
| WO (1) | WO2023138558A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118397255A (zh) * | 2024-06-26 | 2024-07-26 | 杭州海康威视数字技术股份有限公司 | 分析区域确定以及智能分析的方法、装置及设备 |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114419070B (zh) * | 2022-01-21 | 2025-06-27 | 北京字跳网络技术有限公司 | 一种图像场景分割方法、装置、设备及存储介质 |
| CN120340031B (zh) * | 2025-06-18 | 2025-11-18 | 中国铁塔股份有限公司 | 一种基于场景解译图的中高点位图像场景理解方法和系统 |
Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120026292A1 (en) * | 2010-07-27 | 2012-02-02 | Hon Hai Precision Industry Co., Ltd. | Monitor computer and method for monitoring a specified scene using the same |
| CN108229478A (zh) * | 2017-06-30 | 2018-06-29 | 深圳市商汤科技有限公司 | 图像语义分割及训练方法和装置、电子设备、存储介质和程序 |
| CN108711161A (zh) * | 2018-06-08 | 2018-10-26 | Oppo广东移动通信有限公司 | 一种图像分割方法、图像分割装置及电子设备 |
| JP2020005270A (ja) * | 2019-08-05 | 2020-01-09 | 株式会社リコー | 撮像装置、画像処理装置、撮像方法及びプログラム |
| US20200082207A1 (en) * | 2018-09-07 | 2020-03-12 | Baidu Online Network Technology (Beijing) Co., Ltd. | Object detection method and apparatus for object detection |
| US20210014411A1 (en) * | 2018-06-15 | 2021-01-14 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | Method for image processing, electronic device, and computer readable storage medium |
| CN113378845A (zh) * | 2021-05-28 | 2021-09-10 | 上海商汤智能科技有限公司 | 一种场景分割方法、装置、设备及存储介质 |
| CN113470048A (zh) * | 2021-07-06 | 2021-10-01 | 北京深睿博联科技有限责任公司 | 场景分割方法、装置、设备及计算机可读存储介质 |
| CN114419070A (zh) * | 2022-01-21 | 2022-04-29 | 北京字跳网络技术有限公司 | 一种图像场景分割方法、装置、设备及存储介质 |
Family Cites Families (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4062987B2 (ja) * | 2002-06-25 | 2008-03-19 | 松下電工株式会社 | 画像の領域分割方法、画像の領域分割装置、画像の領域分割プログラム |
| US7343046B2 (en) * | 2004-02-12 | 2008-03-11 | Xerox Corporation | Systems and methods for organizing image data into regions |
| US9600895B2 (en) * | 2013-05-02 | 2017-03-21 | Saso Koceski | System and method for three-dimensional nerve segmentation using magnetic resonance imaging |
| CN107025457B (zh) * | 2017-03-29 | 2022-03-08 | 腾讯科技(深圳)有限公司 | 一种图像处理方法和装置 |
| CN107527055B (zh) * | 2017-08-04 | 2018-12-11 | 佛山市国方商标服务有限公司 | 图像分卡处理方法、装置及图像检索方法、装置和系统 |
| CN108830221A (zh) * | 2018-06-15 | 2018-11-16 | 北京市商汤科技开发有限公司 | 图像的目标对象分割及训练方法和装置、设备、介质、产品 |
| CN110136136B (zh) * | 2019-05-27 | 2022-02-08 | 北京达佳互联信息技术有限公司 | 场景分割方法、装置、计算机设备及存储介质 |
| WO2021017006A1 (zh) * | 2019-08-01 | 2021-02-04 | 京东方科技集团股份有限公司 | 图像处理方法及装置、神经网络及训练方法、存储介质 |
| CN113362331A (zh) * | 2020-03-04 | 2021-09-07 | 阿里巴巴集团控股有限公司 | 图像分割方法、装置、电子设备及计算机存储介质 |
| CN111429487B (zh) * | 2020-03-18 | 2023-10-24 | 北京华捷艾米科技有限公司 | 一种深度图像的黏连前景分割方法及装置 |
| CN111666977B (zh) * | 2020-05-09 | 2023-02-28 | 西安电子科技大学 | 一种单色图像的阴影检测方法 |
| CN112132854B (zh) * | 2020-09-22 | 2021-11-09 | 推想医疗科技股份有限公司 | 图像分割的方法及装置,以及电子设备 |
| CN112884792B (zh) * | 2021-02-02 | 2022-10-25 | 青岛海信医疗设备股份有限公司 | 肺部图像分割的方法、装置、电子设备及存储介质 |
| US12050660B2 (en) * | 2021-05-05 | 2024-07-30 | Motional Ad Llc | End-to-end system training using fused images |
| CN113506301B (zh) * | 2021-07-27 | 2024-02-23 | 四川九洲电器集团有限责任公司 | 一种牙齿图像分割方法和装置 |
-
2022
- 2022-01-21 CN CN202210074188.9A patent/CN114419070B/zh active Active
-
2023
- 2023-01-17 US US18/730,658 patent/US20250131683A1/en active Pending
- 2023-01-17 WO PCT/CN2023/072537 patent/WO2023138558A1/zh not_active Ceased
Patent Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120026292A1 (en) * | 2010-07-27 | 2012-02-02 | Hon Hai Precision Industry Co., Ltd. | Monitor computer and method for monitoring a specified scene using the same |
| CN108229478A (zh) * | 2017-06-30 | 2018-06-29 | 深圳市商汤科技有限公司 | 图像语义分割及训练方法和装置、电子设备、存储介质和程序 |
| CN108711161A (zh) * | 2018-06-08 | 2018-10-26 | Oppo广东移动通信有限公司 | 一种图像分割方法、图像分割装置及电子设备 |
| US20210014411A1 (en) * | 2018-06-15 | 2021-01-14 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | Method for image processing, electronic device, and computer readable storage medium |
| US20200082207A1 (en) * | 2018-09-07 | 2020-03-12 | Baidu Online Network Technology (Beijing) Co., Ltd. | Object detection method and apparatus for object detection |
| JP2020005270A (ja) * | 2019-08-05 | 2020-01-09 | 株式会社リコー | 撮像装置、画像処理装置、撮像方法及びプログラム |
| CN113378845A (zh) * | 2021-05-28 | 2021-09-10 | 上海商汤智能科技有限公司 | 一种场景分割方法、装置、设备及存储介质 |
| CN113470048A (zh) * | 2021-07-06 | 2021-10-01 | 北京深睿博联科技有限责任公司 | 场景分割方法、装置、设备及计算机可读存储介质 |
| CN114419070A (zh) * | 2022-01-21 | 2022-04-29 | 北京字跳网络技术有限公司 | 一种图像场景分割方法、装置、设备及存储介质 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118397255A (zh) * | 2024-06-26 | 2024-07-26 | 杭州海康威视数字技术股份有限公司 | 分析区域确定以及智能分析的方法、装置及设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250131683A1 (en) | 2025-04-24 |
| CN114419070B (zh) | 2025-06-27 |
| CN114419070A (zh) | 2022-04-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12608813B2 (en) | Image segmentation method for a target object, device, and storage medium | |
| WO2023138558A1 (zh) | 一种图像场景分割方法、装置、设备及存储介质 | |
| CN111292420A (zh) | 用于构建地图的方法和装置 | |
| CN118097157B (zh) | 基于模糊聚类算法的图像分割方法及系统 | |
| CN116186354B (zh) | 区域画像显示方法、装置、电子设备和计算机可读介质 | |
| CN113610034B (zh) | 识别视频中人物实体的方法、装置、存储介质及电子设备 | |
| CN111784712B (zh) | 图像处理方法、装置、设备和计算机可读介质 | |
| CN113435393B (zh) | 森林火灾烟雾根节点检测方法、装置和设备 | |
| US20250200711A1 (en) | Image restoration method and apparatus, device, medium and product | |
| US20230334880A1 (en) | Hot word extraction method and apparatus, electronic device, and medium | |
| CN112712036A (zh) | 交通标志识别方法、装置、电子设备及计算机存储介质 | |
| CN114742707B (zh) | 多源遥感图像拼接方法、装置、电子设备和可读介质 | |
| CN114140613A (zh) | 图像检测方法、装置、电子设备及存储介质 | |
| CN114153959B (zh) | 键值匹配方法、装置、可读介质及电子设备 | |
| CN111967332A (zh) | 用于自动驾驶的能见度信息生成方法和装置 | |
| CN113255812B (zh) | 视频边框检测方法、装置和电子设备 | |
| CN112257598B (zh) | 图像中四边形的识别方法、装置、可读介质和电子设备 | |
| CN113780148A (zh) | 交通标志图像识别模型训练方法和交通标志图像识别方法 | |
| CN115375655B (zh) | 息肉检测模型的训练方法、检测方法、装置、介质及设备 | |
| CN115375656B (zh) | 息肉分割模型的训练方法、分割方法、装置、介质及设备 | |
| CN110264431A (zh) | 视频美化方法、装置及电子设备 | |
| CN111915532B (zh) | 图像追踪方法、装置、电子设备及计算机可读介质 | |
| US12602920B2 (en) | Image recognition method and apparatus, electronic device, and computer-readable medium | |
| CN110852242A (zh) | 基于多尺度网络的水印识别方法、装置、设备及存储介质 | |
| CN118262188A (zh) | 目标检测模型训练方法、物体检测信息生成方法和装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23742873 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 18730658 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23742873 Country of ref document: EP Kind code of ref document: A1 |
|
| WWP | Wipo information: published in national office |
Ref document number: 18730658 Country of ref document: US |