CN110717575B - Frame buffer free convolutional neural network system and method - Google Patents
Frame buffer free convolutional neural network system and method Download PDFInfo
- Publication number
- CN110717575B CN110717575B CN201810767312.3A CN201810767312A CN110717575B CN 110717575 B CN110717575 B CN 110717575B CN 201810767312 A CN201810767312 A CN 201810767312A CN 110717575 B CN110717575 B CN 110717575B
- Authority
- CN
- China
- Prior art keywords
- neural network
- convolutional neural
- interest
- region
- image frame
- 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
Images
Classifications
-
- 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
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
-
- 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/25—Determination of region of interest [ROI] or a volume of interest [VOI]
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Life Sciences & Earth Sciences (AREA)
- Artificial Intelligence (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Molecular Biology (AREA)
- Computational Linguistics (AREA)
- Biophysics (AREA)
- Biomedical Technology (AREA)
- Mathematical Physics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
Abstract
Description
技术领域technical field
本发明涉及一种卷积神经网络(CNN),特别是关于一种无帧缓冲器的卷积神经网络系统。The present invention relates to a convolutional neural network (CNN), in particular to a framebufferless convolutional neural network system.
背景技术Background technique
卷积神经网络(convolutional neural network,CNN)为人工神经网络(artificial neural network)的一种,可用于机器学习(machine learning)。卷积神经网络可应用于信号处理,例如图像处理及计算机视觉。Convolutional neural network (CNN) is a kind of artificial neural network, which can be used for machine learning. Convolutional neural networks can be applied to signal processing, such as image processing and computer vision.
图1显示传统卷积神经网络900的方块图,揭示于Li Du等人所提出的“用于物联网的可重置串流之深卷积神经网络加速器(AReconfigurable Streaming DeepConvolutional Neural Network Accelerator for Internet of Things)”,2017年8月,电机电子工程师学会(IEEE)电路与系统会刊(IEEE Transactions on Circuits andSystems)I:定期论文,其内容视为本说明书的一部份。卷积神经网络900包含缓冲组(buffer bank)91,其包含单端口的静态随机存取存储器(SRAM),用以储存中间数据(intermediate data)且与帧缓冲器(frame buffer)92交换数据,该帧缓冲器92包含动态随机存取存储器(DRAM),例如双倍数据率同步动态随机存取存储器(DDR DRAM),用以储存整个影像帧,供卷积神经网络操作之用。缓冲组91被分为二部分:输入层与输出层。卷积神经网络900包含列(column)缓冲器93,用以将缓冲组91的输出重映射(remap)至卷积单元(convolution unit,CU)引擎阵列94。卷积单元引擎阵列94包含多个卷积单元以执行高度平行的卷积运算。卷积单元引擎阵列94包含预取(pre-fetch)控制器941,用以周期的从直接存储器访问(direct memory access,DMA)控制器(未显示)取得参数且更新卷积单元引擎阵列94的权重与偏压值。卷积神经网络900还包含累积(accumulation)缓冲器95,具草稿(scratchpad)存储器,用以储存卷积单元引擎阵列94的部分卷积结果。累积缓冲器95包含最大池化(max pool)951以池化输出层数据。卷积神经网络900包含指令解码器96,用以储存预存于帧缓冲器92的命令。Figure 1 shows a block diagram of a conventional convolutional
如图1所示的传统卷积神经网络系统,帧缓冲器包含动态随机存取存储器(DRAM),例如双倍数据率同步动态随机存取存储器(DDR DRAM),用以储存整个影像帧,供卷积神经网络操作之用。举例而言,分辨率为320x240的影像帧需占用空间为320x240x8位的帧缓冲器。然而,双倍数据率同步动态随机存取存储器(DDR DRAM)并不适用于低功率应用,例如穿戴式或物联网(IoT)装置。因此亟需提出一种新颖的卷积神经网络系统,以适用于低功率应用。In a conventional convolutional neural network system as shown in Figure 1, the frame buffer contains dynamic random access memory (DRAM), such as double data rate synchronous dynamic random access memory (DDR DRAM), to store the entire image frame for Convolutional neural network operations. For example, an image frame with a resolution of 320x240 takes up a frame buffer of 320x240x8 bits. However, double data rate synchronous dynamic random access memory (DDR DRAM) is not suitable for low power applications such as wearable or Internet of Things (IoT) devices. Therefore, it is urgent to propose a novel convolutional neural network system suitable for low-power applications.
发明内容SUMMARY OF THE INVENTION
鉴于上述,本发明实施例的目的之一在于提出一种无帧缓冲器的卷积神经网络系统。本实施例可使用简易系统架构以执行卷积神经网络操作于高分辨率影像帧。In view of the above, one of the objectives of the embodiments of the present invention is to provide a frame buffer-free convolutional neural network system. This embodiment can use a simple system architecture to perform convolutional neural network operations on high-resolution image frames.
根据本发明的一实施例,一种无帧缓冲器的卷积神经网络系统包括感兴趣区域单元、卷积神经网络单元及追踪单元。感兴趣区域单元提取特征,据以产生输入影像帧的感兴趣区域。卷积神经网络单元处理输入影像帧的感兴趣区域以检测对象。追踪单元比较不同时间提取的特征,使得卷积神经网络单元据以选择地处理输入影像帧,其中该感兴趣区域单元产生基于区块的特征,据以决定每一影像区块是否执行卷积神经网络操作。According to an embodiment of the present invention, a frame bufferless convolutional neural network system includes a region of interest unit, a convolutional neural network unit and a tracking unit. The region of interest unit extracts features to generate a region of interest of the input image frame. A convolutional neural network unit processes the region of interest of the input image frame to detect objects. The tracking unit compares the features extracted at different times, so that the convolutional neural network unit selectively processes the input image frame, wherein the region-of-interest unit generates block-based features to determine whether to perform convolutional neural network for each image block. network operations.
根据本发明的另一实施例,一种用于无帧缓冲器的卷积神经网络的方法,包括:提取特征,据以产生输入影像帧的感兴趣区域;执行卷积神经网络操作于该输入影像帧的感兴趣区域,以检测对象;以及比较不同时间提取的特征,据以选择地处理该输入影像帧,其中产生该感兴趣区域的步骤包含:产生基于区块的特征,据以决定每一影像区块是否执行卷积神经网络操作。According to another embodiment of the present invention, a method for a framebufferless convolutional neural network includes: extracting features from which to generate a region of interest of an input image frame; performing a convolutional neural network operation on the input a region of interest of an image frame to detect objects; and comparing features extracted at different times to selectively process the input image frame, wherein the step of generating the region of interest comprises: generating block-based features to determine each Whether an image block performs convolutional neural network operations.
附图说明Description of drawings
图1显示传统卷积神经网络的方块图。Figure 1 shows a block diagram of a traditional convolutional neural network.
图2A显示本发明实施例的无帧缓冲器的卷积神经网络系统的方块图。FIG. 2A shows a block diagram of a frame buffer-less convolutional neural network system according to an embodiment of the present invention.
图2B显示本发明实施例的用于无帧缓冲器的卷积神经网络的方法的流程图。FIG. 2B shows a flowchart of a method for a frame bufferless convolutional neural network according to an embodiment of the present invention.
图3显示图2A的感兴趣区域单元的具体结构方块图。FIG. 3 is a block diagram showing the specific structure of the region of interest unit of FIG. 2A .
图4A例示决定图,其包含4x6区块。Figure 4A illustrates a decision map, which includes 4x6 blocks.
图4B例示另一决定图,其更新于图4A之后。FIG. 4B illustrates another decision diagram, which is updated after FIG. 4A.
图5显示图2A的缓存器的具体结构方块图。FIG. 5 is a block diagram showing a specific structure of the register of FIG. 2A .
图6显示图2A的卷积神经网络单元的具体结构方块图。FIG. 6 is a block diagram showing the specific structure of the convolutional neural network unit of FIG. 2A .
具体实施方式Detailed ways
图2A显示本发明实施例的无帧缓冲器(framebuffer-less)的卷积神经网络(CNN)系统100的方块图,图2B显示本发明实施例的无帧缓冲器的卷积神经网络(CNN)方法200的流程图。FIG. 2A shows a block diagram of a framebuffer-less convolutional neural network (CNN)
在本实施例中,无帧缓冲器的卷积神经网络系统(以下简称系统)100可包括感兴趣区域(region of interest,ROI)单元11,用以于输入影像帧中产生感兴趣区域(步骤21)。由于本实施例的系统100不含帧缓冲器,感兴趣区域单元11可采用基于扫描线的技术与基于区块的机制,用以在输入影像帧中找出感兴趣区域。其中,输入影像帧分割为多个影像区块,排列为矩阵形式,例如4x6影像区块。In this embodiment, the frame buffer-less convolutional neural network system (hereinafter referred to as the system) 100 may include a region of interest (ROI)
在本实施例中,感兴趣区域单元11产生基于区块的特征,据以决定每一影像区块是否执行卷积神经网络(CNN)操作。图3显示图2A的感兴趣区域单元11的具体结构方块图。在本实施例中,感兴趣区域单元11可包含特征提取器111,例如用以从输入影像帧中提取浅特征(shallow feature)。在一例子中,特征提取器111根据基于区块的直方图(histogram)以产生区块的(浅)特征。在另一例子中,特征提取器111根据频率分析以产生区块的(浅)特征。In this embodiment, the region-of-
感兴趣区域单元11还可包含分类器112,例如支持向量机(support vectormachine,SVM),用以决定输入影像帧的每一区块是否执行卷积神经网络操作。藉此,可产生决定图(decision map)12,其包含代表输入影像帧的多个区块(其可排列为矩阵形式)。图4A例示决定图12,其包含4x6区块,其中X表示相关区块不需执行卷积神经网络操作,C表示相关区块需执行卷积神经网络操作,且D表示相关区块检测到对象(例如一只狗)。藉此,可决定感兴趣区域并执行卷积神经网络操作。The region of
参阅图2B,系统100可包含缓存器13,例如静态随机存取存储器(SRAM),用以储存(感兴趣区域单元11的)特征提取器111所产生的(浅)特征(步骤22)。图5显示图2A的缓存器13的具体结构方块图。在本实施例中,缓存器13可包含二个特征图(feature map),亦即,第一特征图131A,用以储存前一影像帧(于前一时间t-1)的特征;及第二特征图131B,用以储存目前影像帧(于目前时间t)的特征。缓存器13还可包含滑动视窗(sliding window)132,其大小可为40x40x8位,用以储存输入影像帧的区块。2B, the
参阅图2A,本实施例的系统100可包含卷积神经网络(CNN)单元14,其接收并处理(感兴趣区域单元11)所产生的输入影像帧的感兴趣区域,以检测对象(步骤23)。其中,本实施例的卷积神经网络单元14仅于感兴趣区域执行,而非如具有帧缓冲器的传统系统是执行于整个输入影像帧。Referring to FIG. 2A , the
图6显示图2A的卷积神经网络单元14的具体结构方块图。其中,卷积神经网络单元14可包含卷积单元141,其包含多个卷积引擎(convolution engine),用以执行卷积操作。卷积神经网络单元14可包含激励(activation)单元142,当检测到默认特征时,可执行激励功能。卷积神经网络单元14还可包含池化(pooling)单元143,用以对输入影像帧执行降低取样率(down-sampling)或池化(pooling)。FIG. 6 is a block diagram showing the specific structure of the convolutional
本实施例的系统100可包含追踪单元15,用以比较(前一影像帧的)第一特征图131A与(目前影像帧的)第二特征图131B,接着更新决定图12(步骤24)。追踪单元15分析第一特征图131A与第二特征图131B之间的内容变化。图4B例示另一决定图12,其更新于图4A之后。在这个例子中,在前一时间,位于第5~6列与第3行的区块有检测到对象(如图4A所标示的D),但在目前时间,该对象消失(如第四B图所标示的X)。据此,卷积神经网络单元14不需针对无特征变化的区块执行卷积神经网络操作。换句话说,卷积神经网络单元14选择地针对具特征变化的区块执行卷积神经网络操作。因此,系统100可大量地加速操作。The
相较于传统卷积神经网络系统,上述实施例的卷积神经网络操作可大量降低(且加速)。此外,由于本发明实施例不需要帧缓冲器,本实施例可较佳适用于低功率应用,例如穿戴式或物联网(IoT)装置。对于分辨率为320x240且(非重迭)滑动视窗大小为40x40的影像帧,具有帧缓冲器的传统系统需要8x6滑动视窗以执行卷积神经网络操作。相反的,本实施例的系统100仅需很少(小于10)的滑动视窗以执行卷积神经网络操作。Compared to conventional convolutional neural network systems, the convolutional neural network operations of the above-described embodiments can be greatly reduced (and accelerated). Furthermore, since the embodiment of the present invention does not require a frame buffer, this embodiment may be better suited for low-power applications, such as wearable or Internet of Things (IoT) devices. For image frames with a resolution of 320x240 and a (non-overlapping) sliding window size of 40x40, conventional systems with frame buffers require an 8x6 sliding window to perform convolutional neural network operations. In contrast, the
以上所述仅为本发明之较佳实施例而已,并非用以限定本发明之专利保护范围;凡其它未脱离发明所揭示之精神下所完成的等效改变或修饰,均应包含在下述的权利要求范围内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the scope of patent protection of the present invention; all other equivalent changes or modifications made without departing from the spirit disclosed in the invention shall be included in the following within the scope of the claims.
【附图标记说明】[Description of reference numerals]
100 无帧缓冲器的卷积神经网络系统100 Framebufferless Convolutional Neural Network Systems
11 感兴趣区域单元11 Region of Interest Unit
111 特征提取器111 Feature Extractor
112 分类器112 Classifiers
12 决定图12 Decision map
13 缓存器13 Register
131A 第一特征图131A first characteristic map
131B 第二特征图131B second characteristic map
132 滑动视窗132 Sliding window
14 卷积神经网络单元14 Convolutional Neural Network Units
141 卷积单元141 Convolutional units
142 激励单元142 Excitation Unit
143 池化单元143 Pooling unit
15 追踪单元15 Tracking Unit
200 用于无帧缓冲器的卷积神经网络的方法200 Methods for Framebufferless Convolutional Neural Networks
21 在输入影像帧中产生感兴趣区域21 Generate regions of interest in input image frames
22 储存特征于特征图22 Store features in feature map
23 处理感兴趣区域以检测对象23 Process regions of interest to detect objects
24 比较特征并于具特征变化的区块执行卷积神经网络操作24 Compare features and perform convolutional neural network operations on blocks with feature changes
900 卷积神经网络900 Convolutional Neural Networks
91 缓冲组91 Buffer group
92 帧缓冲器92 frame buffer
93 列缓冲器93 column buffer
94 卷积单元引擎阵列94 Convolutional Cell Engine Array
941 预取控制器941 Prefetch Controller
95 累积缓冲器95 Accumulation buffer
951 最大池化951 Max Pooling
96 指令解码器96 instruction decoder
Claims (18)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810767312.3A CN110717575B (en) | 2018-07-13 | 2018-07-13 | Frame buffer free convolutional neural network system and method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810767312.3A CN110717575B (en) | 2018-07-13 | 2018-07-13 | Frame buffer free convolutional neural network system and method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110717575A CN110717575A (en) | 2020-01-21 |
CN110717575B true CN110717575B (en) | 2022-07-26 |
Family
ID=69208451
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810767312.3A Active CN110717575B (en) | 2018-07-13 | 2018-07-13 | Frame buffer free convolutional neural network system and method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110717575B (en) |
Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101271514A (en) * | 2007-03-21 | 2008-09-24 | 株式会社理光 | Image detection method and device for fast object detection and objective output |
CN103914702A (en) * | 2013-01-02 | 2014-07-09 | 国际商业机器公司 | System and method for boosting object detection performance in videos |
CN104268900A (en) * | 2014-09-26 | 2015-01-07 | 中安消技术有限公司 | Motion object detection method and device |
CN104298976A (en) * | 2014-10-16 | 2015-01-21 | 电子科技大学 | License plate detection method based on convolutional neural network |
CN104504362A (en) * | 2014-11-19 | 2015-04-08 | 南京艾柯勒斯网络科技有限公司 | Face detection method based on convolutional neural network |
WO2015095733A1 (en) * | 2013-12-19 | 2015-06-25 | Objectvideo, Inc. | System and method for identifying faces in unconstrained media |
CN105512640A (en) * | 2015-12-30 | 2016-04-20 | 重庆邮电大学 | Method for acquiring people flow on the basis of video sequence |
CN105718868A (en) * | 2016-01-18 | 2016-06-29 | 中国科学院计算技术研究所 | Face detection system and method for multi-pose faces |
CN106096561A (en) * | 2016-06-16 | 2016-11-09 | 重庆邮电大学 | Infrared pedestrian detection method based on image block degree of depth learning characteristic |
CN106878674A (en) * | 2017-01-10 | 2017-06-20 | 哈尔滨工业大学深圳研究生院 | A parking detection method and device based on surveillance video |
CN107016409A (en) * | 2017-03-20 | 2017-08-04 | 华中科技大学 | A kind of image classification method and system based on salient region of image |
CN107492115A (en) * | 2017-08-30 | 2017-12-19 | 北京小米移动软件有限公司 | The detection method and device of destination object |
CN107704797A (en) * | 2017-08-08 | 2018-02-16 | 深圳市安软慧视科技有限公司 | Real-time detection method and system and equipment based on pedestrian in security protection video and vehicle |
CN107832683A (en) * | 2017-10-24 | 2018-03-23 | 亮风台(上海)信息科技有限公司 | A kind of method for tracking target and system |
CN108229319A (en) * | 2017-11-29 | 2018-06-29 | 南京大学 | The ship video detecting method merged based on frame difference with convolutional neural networks |
CN108229523A (en) * | 2017-04-13 | 2018-06-29 | 深圳市商汤科技有限公司 | Image detection, neural network training method, device and electronic equipment |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8195598B2 (en) * | 2007-11-16 | 2012-06-05 | Agilence, Inc. | Method of and system for hierarchical human/crowd behavior detection |
US10354290B2 (en) * | 2015-06-16 | 2019-07-16 | Adobe, Inc. | Generating a shoppable video |
US10410096B2 (en) * | 2015-07-09 | 2019-09-10 | Qualcomm Incorporated | Context-based priors for object detection in images |
-
2018
- 2018-07-13 CN CN201810767312.3A patent/CN110717575B/en active Active
Patent Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101271514A (en) * | 2007-03-21 | 2008-09-24 | 株式会社理光 | Image detection method and device for fast object detection and objective output |
CN103914702A (en) * | 2013-01-02 | 2014-07-09 | 国际商业机器公司 | System and method for boosting object detection performance in videos |
WO2015095733A1 (en) * | 2013-12-19 | 2015-06-25 | Objectvideo, Inc. | System and method for identifying faces in unconstrained media |
CN104268900A (en) * | 2014-09-26 | 2015-01-07 | 中安消技术有限公司 | Motion object detection method and device |
CN104298976A (en) * | 2014-10-16 | 2015-01-21 | 电子科技大学 | License plate detection method based on convolutional neural network |
CN104504362A (en) * | 2014-11-19 | 2015-04-08 | 南京艾柯勒斯网络科技有限公司 | Face detection method based on convolutional neural network |
CN105512640A (en) * | 2015-12-30 | 2016-04-20 | 重庆邮电大学 | Method for acquiring people flow on the basis of video sequence |
CN105718868A (en) * | 2016-01-18 | 2016-06-29 | 中国科学院计算技术研究所 | Face detection system and method for multi-pose faces |
CN106096561A (en) * | 2016-06-16 | 2016-11-09 | 重庆邮电大学 | Infrared pedestrian detection method based on image block degree of depth learning characteristic |
CN106878674A (en) * | 2017-01-10 | 2017-06-20 | 哈尔滨工业大学深圳研究生院 | A parking detection method and device based on surveillance video |
CN107016409A (en) * | 2017-03-20 | 2017-08-04 | 华中科技大学 | A kind of image classification method and system based on salient region of image |
CN108229523A (en) * | 2017-04-13 | 2018-06-29 | 深圳市商汤科技有限公司 | Image detection, neural network training method, device and electronic equipment |
CN107704797A (en) * | 2017-08-08 | 2018-02-16 | 深圳市安软慧视科技有限公司 | Real-time detection method and system and equipment based on pedestrian in security protection video and vehicle |
CN107492115A (en) * | 2017-08-30 | 2017-12-19 | 北京小米移动软件有限公司 | The detection method and device of destination object |
CN107832683A (en) * | 2017-10-24 | 2018-03-23 | 亮风台(上海)信息科技有限公司 | A kind of method for tracking target and system |
CN108229319A (en) * | 2017-11-29 | 2018-06-29 | 南京大学 | The ship video detecting method merged based on frame difference with convolutional neural networks |
Non-Patent Citations (4)
Title |
---|
The Detection of Typical Targets under the Background of Land War;Xiaowen Wu 等;《2017 29th Chinese Control And Decision Conference(CCDC)》;20170717;第4313-4318页 * |
基于卷积神经网络的人流量统计;张雅俊 等;《重庆邮电大学学报( 自然科学版)》;20170415;第29卷(第2期);第265-271页 * |
基于卷积神经网络的高分辨率SAR图像飞机目标检测方法;王思雨 等;《雷达学报》;20170503;第6卷(第2期);第195-203页 * |
视觉感知启发的面向出舱活动的物体识别技术研究;张菊莉 等;《载人航天》;20180117;第24卷(第1期);第41-47页 * |
Also Published As
Publication number | Publication date |
---|---|
CN110717575A (en) | 2020-01-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10769485B2 (en) | Framebuffer-less system and method of convolutional neural network | |
CN112951213B (en) | End-to-end online speech detection and recognition method, system and device | |
CN111222562B (en) | Target detection method based on space self-attention mechanism | |
CN110991311A (en) | A target detection method based on densely connected deep network | |
WO2023116632A1 (en) | Video instance segmentation method and apparatus based on spatio-temporal memory information | |
CN107784288A (en) | A kind of iteration positioning formula method for detecting human face based on deep neural network | |
CN110782430A (en) | Small target detection method and device, electronic equipment and storage medium | |
CN107194414A (en) | A kind of SVM fast Incremental Learning Algorithms based on local sensitivity Hash | |
CN117152438A (en) | A lightweight street view image semantic segmentation method based on improved DeepLabV3+ network | |
CN117934893A (en) | Semi-supervised target detection method, device, computer equipment and storage medium | |
CN114943729B (en) | A cell counting method and system for high-resolution cell images | |
CN111179212A (en) | Method for realizing micro target detection chip integrating distillation strategy and deconvolution | |
CN110717575B (en) | Frame buffer free convolutional neural network system and method | |
CN113095471B (en) | Method for improving efficiency of detection model | |
CN110490312B (en) | Pooling calculation method and circuit | |
Wang et al. | Research on vehicle object detection based on deep learning | |
CN113343979A (en) | Method, apparatus, device, medium and program product for training a model | |
TWI696127B (en) | Framebuffer-less system and method of convolutional neural network | |
CN112818833A (en) | Face multitask detection method, system, device and medium based on deep learning | |
CN111914808A (en) | Gesture recognition system realized based on FPGA and recognition method thereof | |
CN110110589A (en) | Face classification method based on FPGA parallel computation | |
CN112052935B (en) | Convolutional neural network system | |
US11544523B2 (en) | Convolutional neural network method and system | |
CN115049896A (en) | Soft threshold attention mechanism applied to computer vision | |
CN113111995B (en) | Method for shortening model reasoning and model post-processing running time |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |