CN106023258B - An Improved Adaptive Gaussian Mixture Model Moving Object Detection Method - Google Patents
An Improved Adaptive Gaussian Mixture Model Moving Object Detection Method Download PDFInfo
- Publication number
- CN106023258B CN106023258B CN201610357287.2A CN201610357287A CN106023258B CN 106023258 B CN106023258 B CN 106023258B CN 201610357287 A CN201610357287 A CN 201610357287A CN 106023258 B CN106023258 B CN 106023258B
- Authority
- CN
- China
- Prior art keywords
- distribution
- gaussian
- value
- weight
- mixture model
- 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.)
- Active
Links
Classifications
-
- 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/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
Landscapes
- Image Analysis (AREA)
Abstract
Description
技术领域technical field
本发明涉及一种改进的自适应高斯混合模型运动目标检测方法。The invention relates to an improved adaptive Gaussian mixture model moving target detection method.
背景技术Background technique
目前,光流法、帧差法、背景减除法是运动目标检测的常用算法。其中,光流法计算复杂,需要专门的硬件支持,实时性和实用性都比较差。帧差法虽然能有效的去除静止的背景,但往往提取的目标比较粗糙,比实际的运动目标轮廓要大,并且目标中会出现空洞和“双影”现象。背景减除法可以在环境变化的情况下进行运动物体检测,但需要对背景图像进行实时更新。At present, optical flow method, frame difference method, and background subtraction method are commonly used algorithms for moving target detection. Among them, the optical flow method is computationally complex, requires special hardware support, and has poor real-time performance and practicability. Although the frame difference method can effectively remove the static background, the extracted target is often rough and larger than the actual moving target contour, and there will be holes and "double shadows" in the target. The background subtraction method can detect moving objects when the environment changes, but it needs to update the background image in real time.
从实际应用角度来看,背景减除法是使用最广泛的一种运动物体检测方法。其中,最常用的背景模型为高斯混合模型。但传统的高斯混合模型,由于其学习率和模型分布数的取值相对固定,容易造成数据冗余;同时,相对固定的参数取值还存在不能更好的适应环境变化等问题。From a practical application point of view, background subtraction is the most widely used method for moving object detection. Among them, the most commonly used background model is the Gaussian mixture model. However, the traditional Gaussian mixture model, due to its relatively fixed learning rate and model distribution number, is prone to data redundancy; at the same time, the relatively fixed parameter values still have problems such as not being able to better adapt to environmental changes.
上述问题是在运动目标检测过程中应当予以考虑并解决的问题。The above problems are problems that should be considered and solved in the process of moving target detection.
发明内容SUMMARY OF THE INVENTION
本发明的目的是提供一种改进的自适应高斯混合模型运动目标检测方法解决现有技术中存在的由于其学习率和模型分布数的取值相对固定,容易造成数据冗余;同时,相对固定的参数取值还存在不能更好的适应环境变化等问题。The purpose of the present invention is to provide an improved adaptive Gaussian mixture model moving target detection method to solve the problem in the prior art that due to the relatively fixed values of the learning rate and the model distribution number, it is easy to cause data redundancy; There are also problems such as not being able to better adapt to environmental changes in the value of the parameters.
本发明的技术解决方案是:The technical solution of the present invention is:
一种改进的自适应高斯混合模型运动目标检测方法,包括:An improved adaptive Gaussian mixture model moving target detection method, comprising:
S1、初始化高斯分布和参数,对k个高斯分布按照权值ωi,t的大小进行排序,其中i∈[1,K];S1. Initialize the Gaussian distribution and parameters, and sort the k Gaussian distributions according to the size of the weight ω i, t , where i ∈ [1, K];
S2、更新分布,依据是否与现有高斯分布匹配,进行更新,包括更新高权重分布、合并权重接近分布、删除低权重分布、增添新分布,具体为:S2, update the distribution, according to whether it matches the existing Gaussian distribution, update, including updating high-weight distribution, merging weight close distribution, deleting low-weight distribution, adding new distribution, specifically:
S21、如果像素值与已有分布都不匹配,若分布数K值未达到最大值,则新增一个高斯分布;若分布数K值已经达到最大值,则删除权值最小的高斯分布,再新增一个高斯分布;S21. If the pixel value does not match the existing distribution, if the K value of the distribution number does not reach the maximum value, add a Gaussian distribution; if the K value of the distribution number has reached the maximum value, delete the Gaussian distribution with the smallest weight, and then add another Gaussian distribution. Add a Gaussian distribution;
如果存在高斯分布满足公式(10),即均值相近,则进行分布合并,将权值较大的分布进行更新处理,权值较小的分布则删除;If there is a Gaussian distribution that satisfies the formula (10), that is, the mean value is similar, the distribution is merged, the distribution with a larger weight is updated, and the distribution with a smaller weight is deleted;
|μx-μy|≤Tμ (10)|μ x -μ y |≤T μ (10)
其中,Tμ为均值最小间隔的阈值,μx、μy表示两个不同分布的均值;Among them, T μ is the threshold of the minimum interval of the mean, and μ x and μ y represent the mean of two different distributions;
S22、对分布数与均值进行处理后,再进行权重的判断;如果权值低于阈值,则将不满足当前要求的高斯分布舍去。S22. After processing the distribution number and the mean, the weight is judged; if the weight is lower than the threshold, the Gaussian distribution that does not meet the current requirements is discarded.
进一步地,步骤S1中,参数均值μ0的初始化具体为:Further, in step S1, the initialization of the parameter mean value μ 0 is specifically:
参数方差的初始化具体为:Parametric variance The initialization is specifically:
式(1)、(2)中,N为视频图像数目;Xt为t时刻像素的取值。In formulas (1) and (2), N is the number of video images; X t is the value of the pixel at time t.
进一步地,步骤S1中,分布数K0的初始化具体为:Further, in step S1, the initialization of the distribution number K 0 is specifically:
其中,KL、KM、KS分别为三种级别的高斯分布数,TK1、TK2为分配初始分布数所需的阈值;K0值的取值为1~5。Among them, K L , K M , K S are the Gaussian distribution numbers of three levels respectively, T K1 , T K2 are the thresholds required for assigning the initial distribution numbers; the value of K 0 is 1-5.
进一步地,步骤S21中,权值更新计算公式如下:Further, in step S21, the weight update calculation formula is as follows:
ωk,t=(1-αk,t)*ωk,t-1+αk,t*Mk,t (5)ω k,t =(1-α k,t )*ω k,t-1 +α k,t *M k,t (5)
其中,ωk,t为t时刻第k个高斯混合模型的权值,αk,t为t时刻第k个高斯混合模型的学习率,Mk,t为匹配因子,对于匹配的模型Mk,t=1;否则,Mk,t=0。Among them, ω k,t is the weight of the kth Gaussian mixture model at time t, α k,t is the learning rate of the kth Gaussian mixture model at time t, M k,t is the matching factor, for the matching model M k ,t =1; otherwise, M k,t =0.
进一步地,步骤S21中,对于未匹配的模型,其均值μ与方差σ2不变;对于匹配的模型,其参数更新公式如下:Further, in step S21, for the unmatched model, the mean μ and the variance σ 2 remain unchanged; for the matched model, the parameter update formula is as follows:
ρk,t=αk,t*η(Xt,μk,t,σk,t) (6)ρ k,t =α k,t *η(X t , μ k,t ,σ k,t ) (6)
μk,t=(1-ρk,t)·μk,t-1+ρk,tXt (7)μ k,t =(1-ρ k,t )·μ k,t-1 +ρ k,t X t (7)
其中,ρk,t为t时刻第k个高斯混合模型的参数更新因子;η(Xt,μk,t,σk,t)为t时刻高斯混合模型,其计算公式如下:Among them, ρ k,t is the parameter update factor of the kth Gaussian mixture model at time t; η(X t , μ k,t ,σ k,t ) is the Gaussian mixture model at time t, and its calculation formula is as follows:
其中,δi,t为方差,I为二维单位矩阵,Xt为t时刻该点的像素值,μi,t为t时刻第i个高斯混合模型的均值。in, δ i, t is the variance, I is a two-dimensional unit matrix, X t is the pixel value of the point at time t, μ i, t is the mean of the ith Gaussian mixture model at time t.
进一步地,学习率αk,t更新具体为:Further, the learning rate α k,t is updated as follows:
其中,αk,t为t时刻第k个学习率的取值;α0为初始学习率,取值为0.01~0.1,fk,t为单位时间内高斯分布数更改的次数,即更新频率;Tf为对更新频率进行判断的阈值。Among them, α k, t is the value of the k-th learning rate at time t; α 0 is the initial learning rate, ranging from 0.01 to 0.1, and f k, t is the number of changes of the Gaussian distribution per unit time, that is, the update frequency ; T f is the threshold for judging the update frequency.
本发明的有益效果是:该种改进的自适应高斯混合模型运动目标检测方法,学习率和模型分布数的取值进行更新,解决数据冗余的问题;同时,对参数取值进行更新,能够更好的适应环境变化。该方法为基于计算机视频图像处理技术的运动目标检测算法,能够应用于实时视频处理系统,为车辆检测或火灾监测奠定关键性的理论与应用基础,具有非常好的应用前景。The beneficial effects of the invention are as follows: in the improved adaptive Gaussian mixture model moving target detection method, the values of the learning rate and the model distribution number are updated to solve the problem of data redundancy; better adapt to environmental changes. The method is a moving target detection algorithm based on computer video image processing technology, which can be applied to real-time video processing systems, lays a key theoretical and application foundation for vehicle detection or fire monitoring, and has very good application prospects.
附图说明Description of drawings
图1是实施例改进的自适应高斯混合模型运动目标检测方法的流程示意图。FIG. 1 is a schematic flowchart of an adaptive Gaussian mixture model moving object detection method improved by an embodiment.
图2是实施例改进的自适应高斯混合模型运动目标检测方法中分布更新的流程示意图。FIG. 2 is a schematic flowchart of distribution update in the adaptive Gaussian mixture model moving object detection method improved by the embodiment.
图3是实施例中采集的源图像。Figure 3 is a source image acquired in an embodiment.
图4是传统高斯混合模型检测结果图像。Figure 4 is an image of the detection result of the traditional Gaussian mixture model.
图5是实施例方法检测结果图像。FIG. 5 is an image of the detection result of the embodiment method.
具体实施方式Detailed ways
下面结合附图详细说明本发明的优选实施例。The preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
实施例Example
实施例综合使用了多种视频图像处理方法,通过对传统的高斯混合模型进行详细分析,设计了一种改进的自适应高斯混合模型运动目标检测方法。The embodiment comprehensively uses a variety of video image processing methods, and designs an improved adaptive Gaussian mixture model moving target detection method by analyzing the traditional Gaussian mixture model in detail.
运动物体在视频图像中的特征包括如下:运动物体具有较为明显的区别与背景事物的颜色;运动物体的移动速度或频率在肉眼可观测范围内;视频中光照等外界条件变化相对平缓。实施例所提出的改进的自适应高斯混合模型运动目标检测方法依据上述运动物体在视频图像中的特征来开发。其中的详细内容如下:The characteristics of moving objects in video images include the following: the moving objects have obvious differences with the color of the background objects; the moving speed or frequency of the moving objects is within the range that can be observed by the naked eye; the changes in external conditions such as lighting in the video are relatively gentle. The improved adaptive Gaussian mixture model moving object detection method proposed in the embodiment is developed according to the above-mentioned characteristics of moving objects in video images. The details are as follows:
均值和方差的初始化Initialization of mean and variance
初始均值μ0的计算公式如下:The calculation formula of the initial mean μ 0 is as follows:
初始方差的计算公式如下:initial variance The calculation formula is as follows:
其中,N为视频图像数目;Xt为t时刻像素的取值。Among them, N is the number of video images; X t is the value of the pixel at time t.
分布数初始化distribution number initialization
分布数K0的计算公式如下:The formula for calculating the distribution number K 0 is as follows:
其中,KL、KM、KS分别为三种级别的高斯分布数,TK1、TK2为分配初始分布数所需的阈值;K0值的取值一般为1~5。Among them, KL , KM , and KS are the three-level Gaussian distribution numbers, respectively, and T K1 and T K2 are the thresholds required to assign the initial distribution numbers; the value of K 0 is generally 1 to 5.
学习率更新Learning rate update
学习率αk,t更新具体为:The learning rate α k, t is updated as follows:
其中,αk,t为t时刻第k个学习率的取值;α0为初始学习率,取值为0.01~0.1,fk,t为单位时间内高斯分布数更改的次数,即更新频率;Tf为对更新频率进行判断的阈值。Among them, α k, t is the value of the k-th learning rate at time t; α 0 is the initial learning rate, ranging from 0.01 to 0.1, and f k, t is the number of changes of the Gaussian distribution per unit time, that is, the update frequency ; T f is the threshold for judging the update frequency.
其中,αi,t为t时刻第i个学习率的取值;α0为初始学习率,取值一般为0.01~0.1,f为单位时间内高斯分布数更改的次数,即更新频率;Tf为对更新频率进行判断的阈值。Among them, α i, t is the value of the i-th learning rate at time t; α 0 is the initial learning rate, which is generally 0.01 to 0.1, and f is the number of changes in the Gaussian distribution per unit time, that is, the update frequency; T f is the threshold for judging the update frequency.
权值、均值、方差更新Weight, mean, variance update
权值更新计算公式如下:The weight update calculation formula is as follows:
ωk,t=(1-αk,t)*ωk,t-1+αk,t*Mk,t (5)ω k,t =(1-α k,t )*ω k,t-1 +α k,t *M k,t (5)
其中,ωk,t为t时刻第k个高斯混合模型的权值。Mk,t为匹配因子,对于匹配的模型Mk,t=1;否则,Mk,t=0。Among them, ω k,t is the weight of the kth Gaussian mixture model at time t. M k,t is the matching factor, M k,t =1 for a matched model; otherwise, M k,t =0.
对于未匹配的模型,其均值μ与方差σ2不变。For unmatched models, the mean μ and variance σ 2 are unchanged.
对于匹配的模型,其参数更新公式如下:For the matched model, its parameter update formula is as follows:
ρk,t=αk,t*η(Xt,μk,t,σk,t) (6)ρ k,t =α k,t *η(X t , μ k,t ,σ k,t ) (6)
μk,t=(1-ρk,t)·μk,t-1+ρk,tXt (7)μ k,t =(1-ρ k,t )·μ k,t-1 +ρ k,t X t (7)
其中,ρk,tρ为参数更新因子;η(Xt,μk,t,σk,t)为t时刻高斯混合模型,其计算公式如下:Among them, ρ k,t ρ is the parameter update factor; η(X t , μ k,t ,σ k,t ) is the Gaussian mixture model at time t, and its calculation formula is as follows:
其中,δi,t为方差,I为二维单位矩阵。in, δ i,t is the variance, and I is the two-dimensional identity matrix.
高斯模型更新Gaussian model update
改进的高斯混合模型建立过程如下图1所示,对k个高斯分布按照权值ωi,t的大小进行排序,其中i∈[1,K]。依据是否与现有高斯分布匹配,按图2进行更新如果像素值与现有分布都不匹配,若分布数K值未达到最大值,则新增一个高斯分布;若分布数K值已经达到最大值,则删除权值最小的高斯分布,再新增一个高斯分布。The establishment process of the improved Gaussian mixture model is shown in Figure 1 below. The k Gaussian distributions are sorted according to the size of the weight ω i, t , where i ∈ [1, K]. According to whether it matches the existing Gaussian distribution, update it according to Figure 2. If the pixel value does not match the existing distribution, if the distribution number K value does not reach the maximum value, a new Gaussian distribution will be added; if the distribution number K value has reached the maximum value value, delete the Gaussian distribution with the smallest weight, and add another Gaussian distribution.
如果存在高斯分布满足公式(10),即均值相近,则进行分布合并,将权重较大的分布进行更新处理,较小的则删除。If there is a Gaussian distribution that satisfies the formula (10), that is, the mean values are similar, the distributions are merged, the distributions with larger weights are updated, and the smaller ones are deleted.
|μx-μy|≤Tμ (10)|μ x -μ y |≤T μ (10)
其中,Tμ为均值最小间隔的阈值。Among them, T μ is the threshold of the minimum interval of the mean.
对分布数与均值进行处理后,再进行权重的判断。如果权值低于阈值,则将不满足当前要求的高斯分布舍去。After processing the distribution number and the mean, the weight is judged. If the weight is lower than the threshold, the Gaussian distribution that does not meet the current requirements will be discarded.
实验验证Experimental verification
实施例方法基于Microsoft Visual Studio 2010平台,利用Opencv计算机视觉库进行开发,将原始视频图像图3导入,通过Opencv自带的高斯混合模型,对图3进行运动物体检测得到图4,利用实施例方法对图3进行运动物体检测得到图5,可以看出图5对比图4具有明显的边缘细节信息。The embodiment method is based on the Microsoft Visual Studio 2010 platform, and uses the Opencv computer vision library to develop, import the original video image Figure 3, and use the Gaussian mixture model that comes with Opencv to detect moving objects in Figure 3 to obtain Figure 4, using the embodiment method Figure 5 is obtained by detecting moving objects in Figure 3. It can be seen that Figure 5 has obvious edge detail information compared to Figure 4.
Claims (4)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610357287.2A CN106023258B (en) | 2016-05-26 | 2016-05-26 | An Improved Adaptive Gaussian Mixture Model Moving Object Detection Method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610357287.2A CN106023258B (en) | 2016-05-26 | 2016-05-26 | An Improved Adaptive Gaussian Mixture Model Moving Object Detection Method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN106023258A CN106023258A (en) | 2016-10-12 |
| CN106023258B true CN106023258B (en) | 2019-02-15 |
Family
ID=57094761
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201610357287.2A Active CN106023258B (en) | 2016-05-26 | 2016-05-26 | An Improved Adaptive Gaussian Mixture Model Moving Object Detection Method |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN106023258B (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107390187B (en) * | 2017-07-28 | 2020-04-14 | 西安电子科技大学 | Clutter suppression method based on mixed Gaussian distribution |
| US11776093B2 (en) * | 2019-07-16 | 2023-10-03 | University Of Florida Research Foundation, Incorporated | Automatic sharpness adjustment for imaging modalities |
| CN117746513B (en) * | 2024-02-19 | 2024-04-30 | 成都体育学院 | Sports technology teaching method and system based on video moving target detection and fusion |
| CN120071263B (en) * | 2025-04-29 | 2025-07-15 | 中网华信科技股份有限公司 | A highway tunnel fire monitoring and early warning method and system |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102881023A (en) * | 2012-08-08 | 2013-01-16 | 大唐移动通信设备有限公司 | Method and device for shortening background modeling time |
| CN103700114A (en) * | 2012-09-27 | 2014-04-02 | 中国航天科工集团第二研究院二O七所 | Complex background modeling method based on variable Gaussian mixture number |
| CN105354791A (en) * | 2015-08-21 | 2016-02-24 | 华南农业大学 | Improved adaptive Gaussian mixture foreground detection method |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7103584B2 (en) * | 2002-07-10 | 2006-09-05 | Ricoh Company, Ltd. | Adaptive mixture learning in a dynamic system |
| US20060195266A1 (en) * | 2005-02-25 | 2006-08-31 | Yeatman Timothy J | Methods for predicting cancer outcome and gene signatures for use therein |
-
2016
- 2016-05-26 CN CN201610357287.2A patent/CN106023258B/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102881023A (en) * | 2012-08-08 | 2013-01-16 | 大唐移动通信设备有限公司 | Method and device for shortening background modeling time |
| CN103700114A (en) * | 2012-09-27 | 2014-04-02 | 中国航天科工集团第二研究院二O七所 | Complex background modeling method based on variable Gaussian mixture number |
| CN105354791A (en) * | 2015-08-21 | 2016-02-24 | 华南农业大学 | Improved adaptive Gaussian mixture foreground detection method |
Non-Patent Citations (3)
| Title |
|---|
| Improved Adaptive Gaussian Mixture Model for Background Subtraction;Zivkovic Z.;《Proceedings of the 17th International Conference on Pattern Recognition Cambridge,United Kingdom》;20040826;第28-31页 |
| 基于改进的混合高斯模型的背景建模方法;栾胜利;《指挥控制与仿真》;20140228;第36卷(第1期);第84-99页参见第1-2节 |
| 基于改进的高斯混合模型的运动目标检测;范文超 等;《计算机科学》;20150331;第42卷(第5期);第286-319页 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106023258A (en) | 2016-10-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111737691B (en) | Method and device for generating adversarial samples | |
| CN107529650B (en) | Closed loop detection method and device and computer equipment | |
| CN103871029B (en) | A kind of image enhaucament and dividing method | |
| CN107103591B (en) | A Single Image Dehazing Method Based on Image Haze Concentration Estimation | |
| CN106023258B (en) | An Improved Adaptive Gaussian Mixture Model Moving Object Detection Method | |
| WO2021115356A1 (en) | Adaptive window width and window center position adjustment method, apparatus, computer system, and storage medium | |
| CN105354791A (en) | Improved adaptive Gaussian mixture foreground detection method | |
| CN114494771B (en) | Federal learning image classification method capable of defending back door attack | |
| CN108090470A (en) | A kind of face alignment method and device | |
| CN105046683A (en) | Object detection method based on adaptive-parameter-adjustment Gaussian mixture model | |
| CN103617632A (en) | Moving target detection method with adjacent frame difference method and Gaussian mixture models combined | |
| CN110909636B (en) | Face recognition method based on non-uniform distribution | |
| CN110929679A (en) | Non-supervision self-adaptive pedestrian re-identification method based on GAN | |
| TW201308254A (en) | Motion detection method for comples scenes | |
| CN104599291B (en) | Infrared motion target detection method based on structural similarity and significance analysis | |
| WO2021003803A1 (en) | Data processing method and apparatus, storage medium and electronic device | |
| CN114067394A (en) | Face living body detection method and device, electronic equipment and storage medium | |
| CN110956643A (en) | Improved vehicle tracking method and system based on MDNet | |
| CN107240100B (en) | Image segmentation method and system based on genetic algorithm | |
| US20200193201A1 (en) | Method, device and non-transitory computer readable medium of facial recognition | |
| CN107871315B (en) | A video image motion detection method and device | |
| CN101901486B (en) | Method for detecting moving target and device thereof | |
| CN115270964B (en) | Malicious traffic classification method based on improved federal learning algorithm | |
| CN115424185A (en) | Target identification method based on multi-dimensional sequence features | |
| CN113902899A (en) | Training method, target detection method, device, electronic device and storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| CB03 | Change of inventor or designer information | ||
| CB03 | Change of inventor or designer information |
Inventor after: Yang Chengshun Inventor after: Huang Xiaoning Inventor after: Huang Ying Inventor after: Huang Huai Inventor before: Huang Ying Inventor before: Huang Huai Inventor before: Yang Chengshun Inventor before: Huang Xiaoning |
|
| GR01 | Patent grant | ||
| GR01 | Patent grant | ||
| TR01 | Transfer of patent right | ||
| TR01 | Transfer of patent right |
Effective date of registration: 20200710 Address after: 211100 No. 1 Dongji Avenue, Jiangning District, Nanjing City, Jiangsu Province (Jiangning Development Zone) Patentee after: Nanjing jiutianyi Intelligent Technology Co., Ltd Address before: 1 No. 211167 Jiangsu city of Nanjing province Jiangning Science Park Hongjing Road Patentee before: NANJING INSTITUTE OF TECHNOLOGY |