WO2023169334A1 - 图像的语义分割方法、装置、电子设备及存储介质 - Google Patents
图像的语义分割方法、装置、电子设备及存储介质 Download PDFInfo
- Publication number
- WO2023169334A1 WO2023169334A1 PCT/CN2023/079602 CN2023079602W WO2023169334A1 WO 2023169334 A1 WO2023169334 A1 WO 2023169334A1 CN 2023079602 W CN2023079602 W CN 2023079602W WO 2023169334 A1 WO2023169334 A1 WO 2023169334A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- model
- loss
- segmentation result
- student model
- student
- 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
- 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
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern 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/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/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/774—Generating sets of training patterns; Bootstrap methods, e.g. bagging or boosting
-
- 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/776—Validation; Performance evaluation
-
- 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/778—Active pattern-learning, e.g. online learning of image or video features
- G06V10/7784—Active pattern-learning, e.g. online learning of image or video features based on feedback from supervisors
- G06V10/7792—Active pattern-learning, e.g. online learning of image or video features based on feedback from supervisors the supervisor being an automated module, e.g. "intelligent oracle"
-
- 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
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/70—Labelling scene content, e.g. deriving syntactic or semantic representations
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02T—CLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
- Y02T10/00—Road transport of goods or passengers
- Y02T10/10—Internal combustion engine [ICE] based vehicles
- Y02T10/40—Engine management systems
Definitions
- the present disclosure relates to the field of computer technology, for example, to methods, devices, electronic devices, and storage media for semantic segmentation of images.
- Image semantic segmentation technology is a technology that uses semantic attributes as the dividing standard to achieve pixel-by-pixel classification prediction.
- the depth and width of the semantic segmentation model are usually larger.
- the depth of the model can be thought of as the number of network layers of the model
- the width of the model can be thought of as the number of channels in each layer of the network.
- the shortcomings of related technologies include at least the following: applying large-volume semantic segmentation models requires a large amount of resources at the cost, such as consuming a large amount of computing resources and deploying space resources. This poses a huge challenge to deploying semantic segmentation models to resource-constrained devices.
- the present disclosure provides an image semantic segmentation method, device, electronic equipment and storage medium, which can use a lightweight model to achieve image semantic segmentation on the basis of ensuring the semantic segmentation effect, greatly reducing resource consumption and conducive to resource constraints. Model deployment on device.
- the present disclosure provides a semantic segmentation method for images, including:
- the image to be segmented is input into the student model; wherein the student model is trained according to the supervision information provided by the first teacher model and the second teacher model, and the depth of the first teacher model is greater than the depth of the student model and the depth of the third teacher model.
- the depth of the second teacher model, the width of the second teacher model is greater than the width of the student model and the width of the first teacher model;
- the semantic segmentation result of the image to be segmented is output based on the student model.
- the present disclosure also provides a device for semantic segmentation of images, including:
- the input module is configured to input the image to be segmented into the student model; wherein the student model is trained according to the supervision information provided by the first teacher model and the second teacher model, and the depth of the first teacher model is greater than that of the student model. depth and the depth of the second teacher model, the second teacher model The width is greater than the width of the student model and the width of the first teacher model;
- An output module is configured to output the semantic segmentation result of the image to be segmented based on the student model.
- the present disclosure also provides an electronic device, which includes:
- processors one or more processors
- a storage device configured to store one or more programs
- the one or more processors When the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the above-mentioned semantic segmentation method of images.
- the present disclosure also provides a storage medium containing computer-executable instructions, which when executed by a computer processor are used to perform the above-mentioned semantic segmentation method of images.
- the present disclosure also provides a computer program product, including a computer program carried on a non-transitory computer-readable medium, where the computer program includes program code for executing the above-mentioned semantic segmentation method for images.
- Figure 1 is a schematic flowchart of an image semantic segmentation method provided by Embodiment 1 of the present disclosure
- Figure 2 is a schematic flowchart of the training steps of the student model in a semantic segmentation method for images provided in Embodiment 2 of the present disclosure
- Figure 3 is a schematic structural diagram of an image semantic segmentation device provided in Embodiment 4 of the present disclosure.
- FIG. 4 is a schematic structural diagram of an electronic device provided by Embodiment 5 of the present disclosure.
- the term “include” and its variations are open-ended, ie, “including but not limited to.”
- the term “based on” means “based at least in part on.”
- the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one additional embodiment”; and the term “some embodiments” means “at least some embodiments”. Relevant definitions of other terms will be given in the description below.
- Figure 1 is a schematic flowchart of a semantic segmentation method for images provided in Embodiment 1 of the present disclosure.
- This embodiment of the present disclosure is suitable for semantic segmentation of images based on lightweight models.
- This method can be performed by a semantic segmentation device for images, which can be implemented in the form of software and/or hardware, and which can be configured in electronic devices, such as mobile phones, computers and other electronic devices.
- the semantic segmentation method of images provided by this embodiment may include:
- the semantics and position coordinates of each object in the image can be obtained, so it has great practical value in many fields surrounding scene understanding.
- the images to be segmented are different.
- the image to be segmented can be a real-time road image.
- real-time road images such as segmenting pedestrians and vehicles in the image
- a solid foundation can be laid for autonomous driving tasks.
- the semantic segmentation method of this embodiment can also perform semantic segmentation on images to be segmented corresponding to other fields, and this is not exhaustive here.
- the student model can be considered as a shallower and narrower lightweight model; the first teacher model can be considered as a deeper and narrower large-volume model; and the second teacher model can be considered as a shallower and wider model.
- large-scale model the first teacher model can be larger than the student model and the second teacher model in the depth dimension, and the depth of the second teacher model can be larger than the student model; the second teacher model can be larger than the student model and the first teacher model in the width dimension.
- the width of the first teacher model may not be smaller than the student model.
- the depth and width values of the first teacher model, the second teacher model and the student model can be set according to the actual application scenario.
- the depth of the first teacher model may be 101 layers
- the depth of the second teacher model may be 34 layers
- the depth of the student model may be 17 layers
- the width of the first teacher model may be equal to the student model, and may be half of the width of the second teacher model.
- the first teacher model and the second teacher model are two complementary network structures. Deeper first teacher models can have better ability to extract high-level semantics and global classification abstractions, which helps achieve effective results in classification-oriented tasks. Wider second teacher models can be better at capturing diverse parts Content-aware information, which facilitates modeling contextual relationships between pixels. Supervising student model training based on these two complementary teacher models can provide comprehensive supervision information for student models from both deeper and wider dimensions. Deeper-dimensional supervision information can enhance the classification ability of the student model, and wider-dimensional supervision information can help the student model model the contextual relationship between pixels. By fully utilizing the performance advantages of large models to complete the process of knowledge distillation, the performance of lightweight student models can be greatly improved.
- the first teacher model and the second teacher model may be pre-trained models, and the parameters are fixed during the training process of the student model.
- the first teacher model and the second teacher model can be obtained through fully supervised training or semi-supervised training in advance. Since fully supervised training requires pre-annotation of massive pixel-level labels, the semi-supervised training method can be preferred to train the first teacher model and the second teacher model.
- the semi-supervised training method can be considered as using a small number of labeled images and a large number of unlabeled images to train the first teacher model and the second teacher model.
- the first teacher model and the second teacher model can be trained in advance, and the parameters of the trained first teacher model and the second teacher model can be fixed to perform a knowledge distillation process to improve the student model. performance.
- the first teacher model and the second teacher model when using labeled data to train the student model, can also adjust parameters appropriately, so that the first teacher model and the second teacher model can be adjusted to a certain extent.
- the teacher model achieves better supervision results when training the student model using unlabeled data.
- the embodiment of the present disclosure improves the performance of the lightweight student model by providing complementary supervision information through two teacher models. It can enable the lightweight student model to achieve good semantic segmentation performance while ensuring that the Low resource consumption. Since the student model has a small amount of parameters and calculations, it can be easily deployed on resource-constrained devices.
- the method before inputting the image to be segmented into the student model, the method further includes: in response to the remaining resource amount of the local device meeting the preset range, deploying the student model in the local device.
- the resources of the electronic device deploying the segmentation model may be limited.
- the computing resources of the mobile phone may be limited.
- the electronic device before deploying the semantic segmentation model, the electronic device can obtain the remaining resources of the local device, such as the remaining amount of computing resources, the remaining amount of storage resources, etc. If the remaining resources of the local device meet the preset range, it can be considered that the current available resources of the local device Limited resources. At this time, the lightweight student model can be obtained and deployed to the local device, thereby enabling model deployment on resource-constrained devices.
- the model selection that can be deployed is relatively wide, and the student model or the traditional semantic segmentation model provided in this embodiment can be deployed in the local device.
- the image to be segmented is input into the student model; the student model is trained based on the supervision information provided by the first teacher model and the second teacher model, wherein the depth of the first teacher model is greater than the depth of the student model and the second teacher model.
- the depth of the teacher model and the width of the second teacher model are greater than the width of the student model and the width of the first teacher model; the semantic segmentation results of the image to be segmented are output based on the student model.
- the embodiments of the present disclosure can be combined with multiple solutions of the semantic segmentation method for images provided in the above embodiments.
- the semantic segmentation method for images provided in this embodiment describes the steps of training a student model based on supervision information.
- the global semantic loss, local feature loss, and consistency loss of the student model can be determined. Training the student model based on global semantic loss can help the student model learn to distinguish high-level semantic categories; training the student model based on local feature loss can help the student model capture the information of local detail texture of the image; training the student model based on consistency loss is beneficial to achieve the same input.
- the results are consistent, thereby improving semantic segmentation accuracy.
- the student model can be trained according to the following steps: based on the first teacher model, the second teacher model and the student model, output the first segmentation result, the second segmentation result and the third segmentation result of the sample image respectively; Determine the global semantic loss, local feature loss and consistency loss of the student model according to the first segmentation result, the second segmentation result and the third segmentation result; take the global semantic loss, the local feature loss and the consistency loss as Supervisory information is used to train the student model.
- the global semantic loss can be considered as the difference in high-dimensional semantic features between the third segmentation result and the first segmentation result and/or the second segmentation result.
- the segmentation results of multiple models for the same image will usually tend to be consistent. Since the first teacher model and the second teacher model perform better than the student model in terms of global classification abstraction ability and capturing diverse local features, it can be determined based on the difference between the third segmentation result and the first segmentation result and the second segmentation result. Loss of consistency.
- training the student model based on global semantic loss can help the student model learn to distinguish high-level semantic categories; training the student model based on local feature loss can help the student model capture the information of local detail texture of the image; training the student model based on consistency loss has It is conducive to achieving consistency among multiple results of the same input, thereby improving semantic segmentation accuracy.
- FIG. 2 is a schematic flowchart of the training steps of the student model in a semantic segmentation method for images provided in Embodiment 2 of the present disclosure.
- the student model can be trained according to the following steps:
- the first segmentation results of the sample image can be output respectively based on the first teacher model TD , the second teacher model TW and the student model S. Second segmentation result and the third segmentation result Y S .
- the overall structure used in the training process is a three-branch network structure, consisting of two complementary large-scale teacher models and a lightweight student model.
- the depth of the first teacher model T D (represented by Deep in the figure) is greater than the depth of the student model S and the depth of the second teacher model T W
- the width of the second teacher model T W (represented by Wide in the figure) is greater than the student model S.
- the width of model S and the width of first teacher model T D is a three-branch network structure, consisting of two complementary large-scale teacher models and a lightweight student model.
- the first teacher model T D can provide the student model S with global semantic category abstractions, which is beneficial to the student model S's ability to learn classification; the second teacher model T W can extract richer local content perception by using a wider number of channels. Information, assists in supervising the student model S, and helps the student model S model the contextual relationship between pixels. That is, multi-granularity knowledge distillation from two complex teacher models to a simple student model can be achieved, which is beneficial to breaking through the learning ability bottleneck of lightweight models to ensure that the student model trained based on supervised information has better semantic segmentation effects.
- the global semantic loss of the student model S can be determined based on the difference between the third segmentation result Y S and the first segmentation result Y TD (represented by Global Semantic-sensitive Loss in the figure).
- This global semantic loss can be considered as the supervisory information provided by the first teacher model T D to the student model S, which can be used to characterize the difference in deeper high-dimensional semantic feature knowledge between the teacher model and the student model.
- Determined with the second teacher model T W is used to generate the second segmentation result Feature image of The difference between them determines the local feature loss of the student model S (represented by Local Content-aware Loss in the figure).
- This local feature loss can be considered as the supervisory information provided to the student model S by the second teacher model T W , which can be used to characterize the difference in the wider local context relationship between the teacher model and the student model.
- the third segmentation result Y S can also be compared with the first segmentation result respectively. and the second segmentation result The difference determines the consistency loss of the student model S (represented by Complementary Consistency Loss in the figure).
- This consistency loss can be considered as the supervision information provided by the first teacher model T D and the second teacher model T W to the student model S at the same time.
- the first segmentation result and the second segmentation result The pixel values in multiple channel images can represent the probability value of the corresponding segmentation category.
- the first pseudo label can be obtained by taking the maximum value of the pixel values of the multiple channel images. and the second pseudo label Pass the first pseudo tag and the second pseudo label It can assist in training the student model S.
- the first segmentation result can be determined Second segmentation result and the third segmentation result Y S , these losses are calculated simultaneously; for another example, the characteristic image can be determined and First calculate the local feature loss, and then determine the first segmentation result Second segmentation result After the third segmentation result Y S , the global semantic loss and consistency loss are calculated.
- local feature loss is used to assist in supervising the student network in the feature layer output by the decoder in the model
- global semantic loss is used in the prediction output layer to improve the semantic category recognition ability of the student network, that is, multi-layer and multi-granularity are achieved.
- the knowledge distillation scheme is used to train lightweight student models to achieve high performance and low computational load of student models.
- the global semantic loss can be determined according to the following steps: convert the first segmentation result Perform channel-by-channel pooling (for example, channel-by-channel global average pooling (GAP)) with the third segmentation result Y S to obtain the first global vector respectively. and the second global vector will be the first global vector and the second global vector The sum of the differences in multiple dimensions is used as the global semantic loss of the student model S.
- GAP channel-by-channel global average pooling
- the first global vector can be determined by the following formula:
- the global semantic loss can be determined by the following formula:
- the value of the i-th dimension in; N represents the total number of segmentation categories.
- global semantic loss allows the student model to attempt to learn higher-dimensional semantic category representations, which helps provide global guidance for the discrimination of semantic categories in semantic segmentation tasks.
- the local feature loss is determined according to the following steps: the feature image determined by the second teacher model T W and the characteristic image determined by the student model S The feature difference is calculated channel by channel and pixel by pixel, and the local feature loss is determined based on multiple feature differences.
- the local feature loss can be determined by the following formula:
- C ⁇ H ⁇ W represents feature image and feature images size of
- the local feature loss aims to take advantage of the channel of the wider teacher model to provide rich local contextual information, which can provide auxiliary supervision to guide the student model to model contextual relationships between pixels.
- the consistency loss is determined according to the following steps: separate the third segmentation result Y S with the first segmentation result and the second segmentation result The sum of cross-entropy losses is used as the consistency loss of the student model.
- the first pseudo label and the second pseudo label is based on the first segmentation result and the second segmentation result Definite pseudo-label. Accordingly, the consistency loss can be determined by the following formula:
- the pixel values in the multiple channel images in Y S can represent the probability value of the corresponding segmentation category, and the prediction result Y can be obtained by taking the maximum value of the pixel values in the multiple channel images.
- the consistency loss L Com (Y, Y p ) can be determined by Y and cross entropy loss with Y and cross entropy loss of and composition.
- H ⁇ W can represent the prediction result and the total number of pixels of the two pseudo labels, y i , and can respectively represent the prediction result Y and the first pseudo label and the second pseudo label The predicted segmentation class of the i-th pixel in .
- other kinds of inter-image losses can also be calculated to determine the consistency loss.
- the consistency of multiple predictions for the same input can be maintained and the performance of the student model can be improved.
- the technical solution of the embodiment of the present disclosure describes the steps of training a student model based on supervision information.
- the global semantic loss, local feature loss, and consistency loss of the student model can be determined.
- Training the student model based on global semantic loss can help the student model learn to distinguish high-level semantic categories; training the student model based on local feature loss can help the student model capture the information of local detail texture of the image; training the student model based on consistency loss is beneficial to achieve the same input.
- the results are consistent, thereby improving semantic segmentation accuracy.
- the semantic segmentation method of images provided by the embodiments of the present disclosure belongs to the same concept as the semantic segmentation method of images provided by the above-mentioned embodiments.
- Technical details that are not described in detail in this embodiment can be referred to the above-mentioned embodiments, and the same technical features This embodiment has the same effect as the above-mentioned embodiment.
- the embodiments of the present disclosure can be combined with multiple solutions of the semantic segmentation method for images provided in the above embodiments.
- the semantic segmentation method of images provided in this embodiment supplements the supervision information when the sample image is a labeled sample image. By basing the difference between the segmentation results and labels of the student model, supervised learning of the student model can be achieved and the semantic segmentation accuracy of the student model can be improved.
- the training step of the student model also includes: determining the supervision of the student model based on the difference between the third segmentation result and the label of the first sample image. Loss; accordingly, using global semantic loss, local feature loss, and consistency loss as supervision information to train the student model includes: using global semantic loss, local feature loss, consistency loss, and supervision loss as supervision information to train the student model.
- the training method of the student model can be considered as fully supervised training; when the sample image contains both the labeled first sample image and the unlabeled third sample image
- the training method of the student model can be considered as semi-supervised training.
- the pseudo labels can be determined based on the prediction results output by the first teacher model and the second teacher model to train the student model.
- the supervision loss can also be determined.
- the student model can be trained in combination with the above losses to improve the accuracy of the student model.
- the supervised loss can be determined according to the following steps: the cross-entropy loss of the third segmentation result and the label of the first sample image is used as the supervised loss of the student model.
- the supervision loss can be determined by the following formula:
- H ⁇ W can represent the prediction result Y and label
- the total number of pixels, y i and The prediction result Y and label can be expressed separately The predicted segmentation class of the i-th pixel in .
- other kinds of inter-image losses can also be calculated to determine the supervised loss.
- the total loss of student model training can be expressed by the formula means; where L can be the total loss; It can represent the supervised loss corresponding to the labeled first sample image; It can represent the consistency loss corresponding to the labeled first sample image. Consistency loss corresponding to the unlabeled second sample image comprehensive losses; It can represent the global semantic loss corresponding to the unlabeled second sample image; It can represent the local feature loss corresponding to the unlabeled second sample image; ⁇ 1 and ⁇ 2 are the weighted parameters of the loss function, and these two parameters can be set based on empirical values or experimental values.
- the technical solution of the embodiment of the present disclosure supplements the supervision information when the sample image is a labeled sample image.
- the semantic segmentation method of images provided by the embodiments of the present disclosure belongs to the same concept as the semantic segmentation method of images provided by the above-mentioned embodiments.
- Technical details that are not described in detail in this embodiment can be referred to the above-mentioned embodiments, and the same technical features This embodiment has the same effect as the above-mentioned embodiment.
- FIG. 3 is a schematic structural diagram of an image semantic segmentation device provided in Embodiment 4 of the present disclosure.
- the embodiments of the present disclosure are suitable for image semantic segmentation based on lightweight models.
- the semantic segmentation device for images provided by this embodiment may include:
- the input module 310 is configured to input the image to be segmented into the student model; the student model is trained according to the supervision information provided by the first teacher model and the second teacher model, where the depth of the first teacher model is greater than the depth of the student model and the second teacher model. The depth of the second teacher model is greater than the width of the student model and the width of the first teacher model; the output module 320 is configured to output the semantic segmentation result of the image to be segmented based on the student model.
- the semantic segmentation device for images may include:
- the model training module can be set to train the student model according to the following steps:
- the first segmentation result, the second segmentation result and the third segmentation result of the sample image are respectively output; determined based on the first segmentation result, the second segmentation result and the third segmentation result.
- Global semantic loss, local feature loss and consistency loss of the student model use global semantic loss, local feature loss and consistency loss as supervision information to train the student model.
- the model training module can be set to:
- the global semantic loss of the student model is determined; the feature image determined by the student model for generating the third segmentation result is compared with the feature image determined by the second teacher model for generating the second segmentation.
- the difference between the resulting feature images determines the local feature loss of the student model; based on the difference between the third segmentation result and the first segmentation result and the second segmentation result, the consistency loss of the student model is determined.
- the model training module can be configured to determine the global semantic loss according to the following steps:
- the model training module can be configured to determine local feature loss according to the following steps:
- the feature images determined by the second teacher model and the feature images determined by the student model are used to calculate feature differences channel by channel and pixel by pixel, and local feature losses are determined based on multiple feature differences.
- the model training module can be configured to determine the consistency loss according to the following steps:
- the third segmentation result is the sum of the cross-entropy losses of the first segmentation result and the second segmentation result, Consistency loss as a student model.
- the model training module can also be set to:
- the model training module can be set as:
- Global semantic loss, local feature loss, consistency loss and supervision loss are used as supervision information to train the student model.
- the model training module can be configured to determine the supervision loss according to the following steps:
- the cross-entropy loss of the third segmentation result and the label of the first sample image is used as the supervised loss of the student model.
- the first teacher model and the second teacher model are pre-trained models, and the parameters are fixed during the training process of the student model.
- the image semantic segmentation device may also include:
- the deployment module can be configured to deploy the student model in the local device in response to the remaining resource amount of the local device meeting the preset range before inputting the image to be segmented into the student model.
- the device for semantic segmentation of images provided by the embodiments of the present disclosure can execute the semantic segmentation method of images provided by any embodiment of the present disclosure, and has functional modules and beneficial effects corresponding to the execution method.
- the multiple units and modules included in the above-mentioned device are only divided according to functional logic, but are not limited to the above-mentioned divisions, as long as they can achieve the corresponding functions; in addition, the names of the multiple functional units are only for the convenience of distinguishing each other. , are not used to limit the protection scope of the embodiments of the present disclosure.
- Terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile phones, notebook computers, digital broadcast receivers, personal digital assistants (Personal Digital Assistant, PDA), tablet computers (Portable Android Device, PAD), portable multimedia players Mobile terminals such as (Portable Media Player, PMP), vehicle-mounted terminals (such as vehicle-mounted navigation terminals), and fixed terminals such as digital television (TV), desktop computers, etc.
- PDA Personal Digital Assistant
- PAD Portable Multimedia Players Mobile terminals
- PMP Portable Multimedia Player
- vehicle-mounted terminals such as vehicle-mounted navigation terminals
- fixed terminals such as digital television (TV), desktop computers, etc.
- TV digital television
- the electronic device 400 shown in FIG. 4 is only an example and should not bring any limitations to the functions and usage scope of the embodiments of the present disclosure.
- the electronic device 400 may include a processing device (such as a central processing unit, a graphics processor, etc.) 401, which may be stored in a read-only memory (Read-Only Memory, ROM) 402.
- ROM Read-Only Memory
- a variety of appropriate actions and processes are performed by the program in the program or the program loaded from the storage device 408 into the random access memory (Random Access Memory, RAM) 403 .
- RAM Random Access Memory
- various programs and data required for the operation of the electronic device 400 are also stored.
- the processing device 401, ROM 402 and RAM 403 are connected to each other via a bus 404.
- An input/output (I/O) interface 405 is also connected to bus 404.
- the following devices can be connected to the I/O interface 405: input devices 406 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a Liquid Crystal Display (LCD) , an output device 407 such as a speaker, a vibrator, etc.; a storage device 408 including a magnetic tape, a hard disk, etc.; and a communication device 409.
- the communication device 409 may allow the electronic device 400 to communicate wirelessly or wiredly with other devices to exchange data.
- FIG. 4 illustrates electronic device 400 with various means, implementation or availability of all illustrated means is not required. More or fewer means may alternatively be implemented or provided.
- embodiments of the present disclosure include a computer program product including a computer program carried on a non-transitory computer-readable medium, the computer program containing program code for performing the method illustrated in the flowchart.
- the computer program may be downloaded and installed from the network via communication device 409, or from storage device 408, or from ROM 402.
- the processing device 401 When the computer program is executed by the processing device 401, the above-mentioned functions defined in the semantic segmentation method of images according to the embodiment of the present disclosure are performed.
- Embodiments of the present disclosure provide a computer storage medium on which a computer program is stored.
- the program is executed by a processor, the semantic segmentation method for images provided in the above 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 above two.
- the computer-readable storage medium may be, for example, but is not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or any combination thereof.
- Examples of computer-readable storage media may include, but are not limited to: electrical connections having one or more wires, portable computer disks, hard drives, RAM, ROM, Erasable Programmable Read-Only Memory (EPROM) ) or flash memory (FLASH), 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 executed by instructions Use by or in connection with a 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 above.
- a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium that can send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device .
- Program code contained on a computer-readable medium can be transmitted using any appropriate medium, including but not limited to: wires, optical cables, radio frequency (Radio Frequency, RF), etc., or any suitable combination of the above.
- the client and server can communicate using any currently known or future developed network protocol, such as HyperText Transfer Protocol (HTTP), and can communicate with digital data in any form or medium.
- HTTP HyperText Transfer Protocol
- Data communications e.g., communications network
- Examples of communication networks include Local Area Networks (LANs), Wide Area Networks (WANs), the Internet (e.g., the Internet), and end-to-end networks (e.g., ad hoc end-to-end networks), as well as any current network for knowledge or future research and development.
- LANs Local Area Networks
- WANs Wide Area Networks
- the Internet e.g., the Internet
- end-to-end networks e.g., ad hoc end-to-end networks
- the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; it may also exist independently without being assembled into the electronic device.
- the above-mentioned computer-readable medium carries one or more programs.
- the electronic device executes the above-mentioned one or more programs.
- the depth of the first teacher model is greater than the depth of the student model and the depth of the second teacher model.
- the second teacher model The width of the model is greater than the width of the student model and the width of the first teacher model; the semantic segmentation result of the image to be segmented is output based on the student model.
- Computer program code for performing the operations of the present disclosure may be written in one or more programming languages, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and Includes conventional procedural programming languages—such as "C" 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 may be connected to the user computer through any kind of network, including a LAN or WAN, or may be connected to an external computer (eg, through the Internet using an Internet service provider).
- each block of the block diagram and/or flowchart illustration, and combinations of blocks in the block diagram and/or flowchart illustration can be implemented by special purpose hardware-based systems that perform the specified functions or operations. , or can be implemented using a combination of specialized hardware and computer instructions.
- the units involved in the embodiments of the present disclosure can be implemented in software or hardware. Among them, the name of a unit or module does not constitute a limitation on the unit or module itself.
- exemplary types of hardware logic components include: field programmable gate array (Field Programmable Gate Array, FPGA), application specific integrated circuit (Application Specific Integrated Circuit, ASIC), application specific standard product (Application Specific Standard Parts (ASSP), System on Chip (SOC), Complex Programming 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 connection with an instruction execution system, apparatus, or device.
- the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- Machine-readable media may include, but are not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, devices or devices, or any suitable combination of the foregoing. Examples of machine-readable storage media would include an electrical connection based on one or more wires, a portable computer disk, a hard drive, RAM, ROM, EPROM or flash memory, optical fiber, CD-ROM, optical storage device, magnetic storage device, or Any suitable combination of the above.
- Example 1 provides a semantic segmentation method for images, which method includes:
- the image to be segmented is input into the student model; the student model is trained according to the supervision information provided by the first teacher model and the second teacher model, wherein the depth of the first teacher model is greater than the depth of the student model and the second teacher model.
- the depth of the teacher model, the width of the second teacher model is greater than the width of the student model and the width of the first teacher model;
- the semantic segmentation result of the image to be segmented is output based on the student model.
- Example 2 provides a semantic segmentation of images Methods also include:
- the student model is trained according to the following steps:
- the second teacher model and the student model Based on the first teacher model, the second teacher model and the student model, output the first segmentation result, the second segmentation result and the third segmentation result of the sample image respectively;
- the student model is trained using the global semantic loss, the local feature loss and the consistency loss as supervision information.
- Example 3 provides a semantic segmentation method for images, further including:
- the global semantic loss, local feature loss and consistency loss of the student model are determined based on the first segmentation result, the second segmentation result and the third segmentation result, including:
- the student is determined Local feature loss of the model
- the consistency loss of the student model is determined according to the differences between the third segmentation result and the first segmentation result and the second segmentation result respectively.
- Example 4 provides a semantic segmentation method for images, further including:
- the global semantic loss is determined according to the following steps:
- the sum of the differences in multiple dimensions between the first global vector and the second global vector is used as the global semantic loss of the student model.
- Example 5 provides a semantic segmentation method for images, further including:
- the local feature loss is determined according to the following steps:
- the feature images determined by the second teacher model and the feature images determined by the student model are used to obtain feature differences channel by channel and pixel by pixel, and local feature losses are determined based on multiple feature differences.
- Example 6 provides a semantic segmentation method for images, further including:
- the consistency loss is determined according to the following steps:
- the sum of the cross-entropy losses of the third segmentation result and the first segmentation result and the second segmentation result is used as the consistency loss of the student model.
- Example 7 provides a semantic segmentation method for images, further including:
- the training step of the student model further includes:
- the global semantic loss, the local feature loss and the consistency loss as supervision information to train the student model includes:
- the student model is trained using the global semantic loss, the local feature loss, the consistency loss and the supervision loss as supervision information.
- Example 8 provides a semantic segmentation method for images, further including:
- the supervision loss is determined according to the following steps:
- the cross-entropy loss between the third segmentation result and the label of the first sample image is used as the supervision loss of the student model.
- Example 9 provides a semantic segmentation method for images, further including:
- the first teacher model and the second teacher model are pre-trained models, and the parameters are fixed during the training process of the student model.
- Example 10 provides a semantic segmentation method for images, further including:
- the method before inputting the image to be segmented into the student model, the method further includes:
- the student model is deployed in the local device.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Evolutionary Computation (AREA)
- Databases & Information Systems (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Computing Systems (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Evolutionary Biology (AREA)
- Data Mining & Analysis (AREA)
- Bioinformatics & Computational Biology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Computational Linguistics (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (14)
- 一种图像的语义分割方法,包括:将待分割图像输入学生模型;其中,所述学生模型根据第一教师模型和第二教师模型提供的监督信息训练得到,所述第一教师模型的深度大于所述学生模型的深度和所述第二教师模型的深度,所述第二教师模型的宽度大于所述学生模型的宽度和所述第一教师模型的宽度;基于所述学生模型输出所述待分割图像的语义分割结果。
- 根据权利要求1所述的方法,其中,所述学生模型根据下述方法训练得到:基于所述第一教师模型、所述第二教师模型和所述学生模型,分别输出样本图像的第一分割结果、第二分割结果和第三分割结果;根据所述第一分割结果、所述第二分割结果和所述第三分割结果确定所述学生模型的全局语义损失,局部特征损失和一致性损失;将所述全局语义损失、所述局部特征损失和所述一致性损失作为监督信息,训练所述学生模型。
- 根据权利要求2所述的方法,其中,所述根据所述第一分割结果、所述第二分割结果和所述第三分割结果确定所述学生模型的全局语义损失,局部特征损失和一致性损失,包括:根据所述第三分割结果与所述第一分割结果的差异,确定所述学生模型的全局语义损失;根据所述学生模型确定的用于生成所述第三分割结果的特征图像,与所述第二教师模型确定的用于生成所述第二分割结果的特征图像之间的差异,确定所述学生模型的局部特征损失;根据所述第三分割结果分别与所述第一分割结果和所述第二分割结果的差异,确定所述学生模型的一致性损失。
- 根据权利要求3所述的方法,其中,所述根据所述第三分割结果与所述第一分割结果的差异,确定所述学生模型的全局语义损失,包括:将所述第一分割结果和所述第三分割结果进行逐通道池化,分别得到第一全局向量和第二全局向量;将所述第一全局向量和所述第二全局向量间多个维度的差值之和,作为所述学生模型的全局语义损失。
- 根据权利要求3所述的方法,其中,所述根据所述学生模型确定的用于 生成所述第三分割结果的特征图像,与所述第二教师模型确定的用于生成所述第二分割结果的特征图像之间的差异,确定所述学生模型的局部特征损失,包括:将所述第二教师模型确定的特征图像和所述学生模型确定的特征图像进行逐通道、逐像素求取特征差值,并根据多个特征差值确定局部特征损失。
- 根据权利要求3所述的方法,其中,所述根据所述第三分割结果分别与所述第一分割结果和所述第二分割结果的差异,确定所述学生模型的一致性损失,包括:将所述第三分割结果分别与所述第一分割结果和所述第二分割结果的交叉熵损失之和,作为所述学生模型的一致性损失。
- 根据权利要求2所述的方法,其中,在所述样本图像包括有标签的第一样本图像的情况下,所述学生模型的训练方法,还包括:根据所述第三分割结果与所述第一样本图像的标签的差异,确定所述学生模型的监督损失;所述将所述全局语义损失、所述局部特征损失和所述一致性损失作为监督信息,训练所述学生模型,包括:将所述全局语义损失、所述局部特征损失、所述一致性损失和所述监督损失作为监督信息,训练所述学生模型。
- 根据权利要求7所述的方法,其中,所述根据所述第三分割结果与所述第一样本图像的标签的差异,确定所述学生模型的监督损失,包括:将所述第三分割结果与所述第一样本图像的标签的交叉熵损失,作为所述学生模型的监督损失。
- 根据权利要求1-8中任一所述的方法,其中,所述第一教师模型和所述第二教师模型为预先训练的模型,且在所述学生模型训练过程中参数固定。
- 根据权利要求1-8中任一所述的方法,在所述将待分割图像输入学生模型之前,还包括:响应于本端设备的资源剩余量符合预设范围,将所述学生模型部署于所述本端设备中。
- 一种图像的语义分割装置,包括:输入模块,设置为将待分割图像输入学生模型;其中,所述学生模型根据第一教师模型和第二教师模型提供的监督信息训练得到,所述第一教师模型的 深度大于所述学生模型的深度和所述第二教师模型的深度,所述第二教师模型的宽度大于所述学生模型的宽度和所述第一教师模型的宽度;输出模块,设置为基于所述学生模型输出所述待分割图像的语义分割结果。
- 一种电子设备,包括:至少一个处理器;存储装置,设置为存储至少一个程序;当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现如权利要求1-10中任一所述的图像的语义分割方法。
- 一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行如权利要求1-10中任一所述的图像的语义分割方法。
- 一种计算机程序产品,包括承载在非暂态计算机可读介质上的计算机程序,所述计算机程序包含用于执行如权利要求1-10中任一所述的图像的语义分割方法的程序代码。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/844,755 US20250182436A1 (en) | 2022-03-09 | 2023-03-03 | Semantic segmentation method and apparatus for image, and electronic device and storage medium |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210225180.8 | 2022-03-09 | ||
| CN202210225180.8A CN116797782A (zh) | 2022-03-09 | 2022-03-09 | 一种图像的语义分割方法、装置、电子设备及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023169334A1 true WO2023169334A1 (zh) | 2023-09-14 |
Family
ID=87937239
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/079602 Ceased WO2023169334A1 (zh) | 2022-03-09 | 2023-03-03 | 图像的语义分割方法、装置、电子设备及存储介质 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20250182436A1 (zh) |
| CN (1) | CN116797782A (zh) |
| WO (1) | WO2023169334A1 (zh) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118629038A (zh) * | 2024-06-20 | 2024-09-10 | 深圳市梓健生物科技有限公司 | 一种用于妇科微生物荧光图像的识别模型训练方法 |
| CN118823834A (zh) * | 2024-09-18 | 2024-10-22 | 紫光摩度教育科技有限公司 | 一种课堂行为分析方法、系统、计算机及存储介质 |
| CN118968457A (zh) * | 2024-10-18 | 2024-11-15 | 浙江有鹿机器人科技有限公司 | 一种使用涂鸦标注的高效语义场景补全方法及系统 |
| CN119904472A (zh) * | 2025-01-17 | 2025-04-29 | 湖南大学 | 一种基于视觉语言模型的半监督医学图像分割方法、系统 |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20240005648A1 (en) * | 2022-06-29 | 2024-01-04 | Objectvideo Labs, Llc | Selective knowledge distillation |
| US20240290332A1 (en) * | 2023-02-28 | 2024-08-29 | Qualcomm Incorporated | Knowledge distillation from non-streaming to streaming encoder |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111950638A (zh) * | 2020-08-14 | 2020-11-17 | 厦门美图之家科技有限公司 | 基于模型蒸馏的图像分类方法、装置和电子设备 |
| KR102225579B1 (ko) * | 2020-05-14 | 2021-03-10 | 아주대학교산학협력단 | 학습성능이 향상된 지식 증류법 기반 의미론적 영상 분할 방법 |
| CN113449851A (zh) * | 2021-07-15 | 2021-09-28 | 北京字跳网络技术有限公司 | 数据处理方法及设备 |
| CN113627545A (zh) * | 2021-08-16 | 2021-11-09 | 山东大学 | 一种基于同构多教师指导知识蒸馏的图像分类方法及系统 |
| CN113705362A (zh) * | 2021-08-03 | 2021-11-26 | 北京百度网讯科技有限公司 | 图像检测模型的训练方法、装置、电子设备及存储介质 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112465111B (zh) * | 2020-11-17 | 2024-06-21 | 大连理工大学 | 一种基于知识蒸馏和对抗训练的三维体素图像分割方法 |
| CN113538334B (zh) * | 2021-06-09 | 2025-01-03 | 香港中文大学深圳研究院 | 一种胶囊内窥镜图像病变识别装置及训练方法 |
-
2022
- 2022-03-09 CN CN202210225180.8A patent/CN116797782A/zh active Pending
-
2023
- 2023-03-03 US US18/844,755 patent/US20250182436A1/en active Pending
- 2023-03-03 WO PCT/CN2023/079602 patent/WO2023169334A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR102225579B1 (ko) * | 2020-05-14 | 2021-03-10 | 아주대학교산학협력단 | 학습성능이 향상된 지식 증류법 기반 의미론적 영상 분할 방법 |
| CN111950638A (zh) * | 2020-08-14 | 2020-11-17 | 厦门美图之家科技有限公司 | 基于模型蒸馏的图像分类方法、装置和电子设备 |
| CN113449851A (zh) * | 2021-07-15 | 2021-09-28 | 北京字跳网络技术有限公司 | 数据处理方法及设备 |
| CN113705362A (zh) * | 2021-08-03 | 2021-11-26 | 北京百度网讯科技有限公司 | 图像检测模型的训练方法、装置、电子设备及存储介质 |
| CN113627545A (zh) * | 2021-08-16 | 2021-11-09 | 山东大学 | 一种基于同构多教师指导知识蒸馏的图像分类方法及系统 |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118629038A (zh) * | 2024-06-20 | 2024-09-10 | 深圳市梓健生物科技有限公司 | 一种用于妇科微生物荧光图像的识别模型训练方法 |
| CN118823834A (zh) * | 2024-09-18 | 2024-10-22 | 紫光摩度教育科技有限公司 | 一种课堂行为分析方法、系统、计算机及存储介质 |
| CN118968457A (zh) * | 2024-10-18 | 2024-11-15 | 浙江有鹿机器人科技有限公司 | 一种使用涂鸦标注的高效语义场景补全方法及系统 |
| CN119904472A (zh) * | 2025-01-17 | 2025-04-29 | 湖南大学 | 一种基于视觉语言模型的半监督医学图像分割方法、系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250182436A1 (en) | 2025-06-05 |
| CN116797782A (zh) | 2023-09-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2023169334A1 (zh) | 图像的语义分割方法、装置、电子设备及存储介质 | |
| WO2024012255A1 (zh) | 语义分割模型训练方法、装置、电子设备及存储介质 | |
| US20260024320A1 (en) | Semantic segmentation model training method, electronic device and storage medium | |
| CN111696176B (zh) | 图像处理方法、装置、电子设备及计算机可读介质 | |
| WO2023232056A1 (zh) | 图像处理方法、装置、存储介质及电子设备 | |
| CN114422698B (zh) | 视频生成方法、装置、设备及存储介质 | |
| CN115761443A (zh) | 货物检测方法、装置、系统、电子设备及存储介质 | |
| CN116168207A (zh) | 图像剪裁方法、模型训练方法、装置、电子设备及介质 | |
| WO2023179420A1 (zh) | 一种图像处理方法、装置、电子设备及存储介质 | |
| US20240281930A1 (en) | Network model compression method, apparatus and device, image generation method, and medium | |
| US20260051096A1 (en) | Video editing method, device, and medium | |
| WO2023116744A1 (zh) | 图像处理方法、装置、设备及介质 | |
| US12437502B2 (en) | Method for generating objective function, apparatus, electronic device and computer readable medium | |
| CN114510911A (zh) | 文本处理方法、装置、计算机设备及存储介质 | |
| US20240330769A1 (en) | Object processing method, device, readable medium and electronic device | |
| CN117097797B (zh) | 云边端协同方法、装置、系统、电子设备及可读存储介质 | |
| US20240290135A1 (en) | Method, electornic device, and storage medium for image processing | |
| WO2023202361A1 (zh) | 视频生成方法、装置、介质及电子设备 | |
| CN114037715B (zh) | 图像分割方法、装置、设备及存储介质 | |
| CN117765250A (zh) | 一种图像的语义分割方法、装置、电子设备及存储介质 | |
| WO2024007938A1 (zh) | 一种多任务预测方法、装置、电子设备及存储介质 | |
| CN118332326A (zh) | 多模态数据的处理方法、装置、电子设备及存储介质 | |
| CN114283060B (zh) | 视频生成方法、装置、设备及存储介质 | |
| CN116758359B (zh) | 图像识别方法、装置及电子设备 | |
| CN121074927A (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: 23765912 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 18844755 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 05.12.2024) |
|
| WWP | Wipo information: published in national office |
Ref document number: 18844755 Country of ref document: US |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23765912 Country of ref document: EP Kind code of ref document: A1 |