Patent9 专利在线
高级搜索 ▼
申请号或专利号
公开号
专利名称
专利摘要
申请人
发明人
全部专利
发明专利
实用新型专利
外观设计专利
高级搜索 - 多字段组合检索
+ 增加条件
查询语句:
(请输入搜索条件)
普通搜索
当前查询到
330
条专利与查询词 "
【中文】白慧
"相关,搜索用时0.3437507秒!
排序方式:
按相关度排序
按申请日升序↑
按申请日降序↓
按公开日升序↑
按公开日降序↓
发明专利:
194
实用新型:
131
外观设计:
5
共
194
条,当前第
1-10
条
下一页
最后一页
返回搜索页
1:
[发明]
【中文】噪声环境下的轻量级人脸识别系统及识别方法 【EN】Lightweight face recognition system and recognition method under noise environment
申请号:
201911059976.5
公开号:CN110969089A 主分类号:G06K9/00
申请人:
【中文】北京交通大学【EN】Beijing Jiaotong University
申请日:2019.11.01 公开日:2020.04.07
发明人:
【中文】白慧
慧
;
郭璐璐【EN】Bai Huihui
;
Guo Lulu
摘要:【中文】本发明提供了一种噪声环境下的轻量级人脸识别系统及识别方法,属于计算机人脸识别技术领域,首先,输入噪声图片,使用3×3卷积核提取特征,然后添加去噪块,对卷积层提取到的特征进行特征去噪,然后使用深度可分离卷积,以及十层瓶颈结构,最后通过1×1卷积和线性全局深度可分离卷积得到输出特征。本发明提出了可以方便的与任何卷积神经网络结构相结合的有效独立的去噪声模块‑‑LD‑MobileFaceNet;在去噪操作中,采用非局部均值去噪方法提高了MobileFaceNet的性能,提高了噪声环境下的人脸识别准确率;移除了网络中部分的瓶颈层,使系统更加轻量化,在噪声数据集上实现了更好的鲁棒性;非线性激活函数swish代替PReLU,弥补了识别精度的损失,保证了不同噪声等级下的识别准确率。 【EN】The invention provides a lightweight face recognition system and a recognition method under a noise environment, which belong to the technical field of computer face recognition, firstly, a noise picture is input, a 3 x 3 convolution kernel is used for extracting features, then a denoising block is added, the features extracted by a convolution layer are denoised, then a depth separable convolution and ten layers of bottleneck structures are used, and finally, output features are obtained through 1 x 1 convolution and linear global depth separable convolution. The invention provides an effective independent de-noising module-LD-MobileFaceNet which can be conveniently combined with any convolutional neural network structure; in the denoising operation, a non-local mean denoising method is adopted to improve the performance of the MobileFaceNet and improve the accuracy of face recognition in a noise environment; a part of bottleneck layers in the network are removed, so that the system is lighter, and better robustness is realized on a noise data set; the nonlinear activation function swish replaces PReLU, loss of identification precision is made up, and identification accuracy under different noise levels is guaranteed.
详细信息
下载全文
2:
[发明]
【中文】一种基于深度双重注意力网络的视频超分辨率重建方法 【EN】Video super-resolution reconstruction method based on deep double attention network
申请号:
201911203785.1
公开号:CN110969577A 主分类号:G06T3/40
申请人:
【中文】北京交通大学【EN】Beijing Jiaotong University
申请日:2019.11.29 公开日:2020.04.07
发明人:
【中文】白慧
慧
;
李锋【EN】Bai Huihui
;
Li Feng
摘要:【中文】本发明提供的一种基于深度双重注意力网络的视频超分辨率重建方法,通过加载级联的运动补偿网络模型和重建网络模型,充分利用时空信息特征来实现精确的视频超分辨率重建;其中的运动补偿网络模型能够由粗糙到细致地逐步学习光流表示合成相邻帧的多尺度运动信息;在重建网络模型中利用双重注意力机制,并形成一个残差注意力单元,专注中间信息特征,能够更好的恢复图像细节;与现有技术相比,本方法可以在定量和定性评估方面有效地实现卓越的性能。 【EN】According to the video super-resolution reconstruction method based on the deep double attention network, accurate video super-resolution reconstruction is achieved by fully utilizing space-time information characteristics through loading the cascaded motion compensation network model and the reconstruction network model; the motion compensation network model can gradually learn optical flow from rough to fine to synthesize multi-scale motion information of adjacent frames; a double attention mechanism is utilized in a reconstruction network model, a residual attention unit is formed, and the intermediate information characteristics are concentrated, so that the image details can be better recovered; compared with the prior art, the method can effectively realize excellent performance in quantitative and qualitative evaluation.
详细信息
下载全文
3:
[发明]
【中文】用于目标检测网络的通道剪枝方法 【EN】Channel pruning method for target detection network
申请号:
201911041201.5
公开号:CN111062382A 主分类号:G06K9/32
申请人:
【中文】北京交通大学【EN】Beijing Jiaotong University
申请日:2019.10.30 公开日:2020.04.24
发明人:
【中文】白慧
慧
;
刘洪利【EN】Bai Huihui
;
Liu Hongli
摘要:【中文】本发明提供了一种用于目标检测网络的通道剪枝方法,属于计算机视觉识别技术领域,对待剪枝的通道进行BN层归一化;获取归一化后的通道重要性因子;对通道重要性因子进行排序,确定剪枝阈值;根据剪枝阈值,结合剪枝率对BN层通道进行剪枝。本发明易于实现,可以评估每个通道在整个网络中的重要性,剪枝后的结果可以使精度损失降到最低,可以有效地压缩模型的大小,同时避免了精度的损失。 【EN】The invention provides a channel pruning method for a target detection network, which belongs to the technical field of computer visual identification and is used for carrying out BN layer normalization on a channel to be pruned; acquiring normalized channel importance factors; sorting the channel importance factors and determining a pruning threshold; and pruning the BN layer channel according to the pruning threshold value and in combination with the pruning rate. The invention is easy to realize, can evaluate the importance of each channel in the whole network, and the result after pruning can reduce the precision loss to the minimum, thereby effectively compressing the size of the model and avoiding the precision loss.
详细信息
下载全文
4:
[发明]
一种快速检测支原体的引物对和试剂盒及其应用
申请号:
201911140433.6
公开号:CN110699471A 主分类号:C12Q1/689
申请人:
上海市东方医院(同济大学附属东方医院)
申请日:2019.11.20 公开日:2020.01.17
发明人:
刘中民
;
贾文文
;
白志慧
;
汤红明
摘要:本发明提供了一种快速检测支原体的引物对和试剂盒及其应用,属于支原体检测技术领域,包括上游引物和下游引物,所述上游引物的核苷酸序列如SEQ ID No.1或2所示,所述下游引物的核苷酸序列如SEQ ID No.3或4所示。采用本发明提供的引物对能够特异性检测支原体,对人源细胞和鼠源细胞基因无特异性,将所述引物对用于QPCR时能够实现对支原体的定量检测,检测限为3.1×10~2.8~10
7
copies。本发明所述引物能够实现支原体的快速、广泛、高灵敏度、可定量的检测,应用于支原体检测领域,更适用于细胞以及干细胞产品临床研究和应用中的支原体检测。
详细信息
下载全文
5:
[发明]
快速检测细菌的引物、试剂盒及其应用
申请号:
201910510071.9
公开号:CN110684853A 主分类号:C12Q1/689
申请人:
上海市东方医院(同济大学附属东方医院)
申请日:2019.06.13 公开日:2020.01.14
发明人:
刘中民
;
贾文文
;
白志慧
;
汤红明
摘要:本发明涉及快速检测细菌的引物、试剂盒及其应用,属于细菌检测技术领域。本发明提供了快速检测细菌的引物,所述检测用正向引物的核苷酸序列如SEQ ID NO.1所示,反向引物的核苷酸序列如SEQ ID NO.2所示;所述正向引物中的简并碱基W=A/T,所述反向引物中的简并碱基R=A/G。本发明所述引物能够实现细菌的快速、广泛、高灵敏度、可定量的检测,应用于细菌检测领域,更适用于细胞以及干细胞产品临床研究和应用中。
详细信息
下载全文
6:
[发明]
一种检测真菌的引物组、试剂盒、方法及应用
申请号:
202110232338.X
公开号:CN112593008A 主分类号:C12Q1/6895
申请人:
上海市东方医院(同济大学附属东方医院)
申请日:2021.03.03 公开日:2021.04.02
发明人:
刘中民
;
贾文文
;
白志慧
;
汤红明
摘要:本发明提供了一种检测真菌的引物组、试剂盒、方法及应用,属于真菌检测技术领域,所述引物组包括正向引物和反向引物;所述正向引物的核苷酸序列如SEQ ID No.1所示,所述反向引物的核苷酸序列如SEQ ID No.2所示。所述试剂盒包括所述的引物组和检测试剂。本发明提供的检测真菌的引物组以真菌18S rRNA部分保守区序列为模板设计,特异性好,检测范围广;所述检测方法具有快速、广泛、高灵敏度、可定量、操作方便的优势,能够实现细胞产品临床研究及应用过程中的真菌检测。
详细信息
下载全文
7:
[发明]
一种适用于基因测序仪的端粒酶活性检测试剂盒及其检测方法
申请号:
202211572176.5
公开号:CN116732154A 主分类号:C12Q1/6869
申请人:
上海市东方医院(同济大学附属东方医院)
申请日:2022.12.08 公开日:2023.09.12
发明人:
刘中民
;
贾文文
;
白志慧
;
汤红明
摘要:本发明属于生物技术领域,提供了一种适用于基因测序仪的端粒酶活性检测试剂盒及其检测方法,试剂盒包括以下组分:CHAPS裂解缓冲液、混合液A、混合液B、QD550分子量内标、甲酰胺溶液;所述混合液A中包括TRAP混合物、TS引物、dNTP;所述混合液B中包括TitaniumTaq缓冲液、FAM‑ACX引物、无核酸酶水、TitaniumTaqDNA聚合酶。本发明通过优化TRAP测定法的引物,并将TRAP测定法和测序仪联合使用,能可靠、稳定、快速地对端粒酶活性进行评价,并且能够实现对端粒酶活性的定量分析,从而使结果更加准确。
详细信息
下载全文
8:
[发明]
一种容置空间结构及由其构成的救生装置和救生衣
申请号:
200810085008.7
公开号:CN101531244 主分类号:B63C9/08(2006.01)I
申请人:
裴 文
;
车慧中
;
李皞白
;
江清标
;
林廸生
申请日:2008.03.13 公开日:2009.09.16
发明人:
裴 文
;
车慧中
;
李皞白
;
江清标
;
林廸生
摘要:本发明公开了一种容置空间结构,包含一封闭外罩,其内部形成一个容置空间,至少一个阀口设置于该封闭外罩上,还至少包括一个设于该容置空间中的弹性组件,所述的容置空间之体积于该容置空间内的空气被排除并由所述阀口闭合时缩至最小,容置空间之体积于阀口开启时依所述弹性组件的回复作用下扩至最大,达成无动力的充气效果。本发明还公开了一种救生装置,包括一前述的容置空间结构以及配置于容置空间结构两端处的一连接卡扣容置部及一卡扣凸出部。本发明还公开了一种救生衣,包括二个前述的容置空间结构、一段用于将两个容置空间结构固接成近似ㄇ字形之结构的塑料编织布、其一端与该段塑料编织布固接的一纵向编织带以及一横向的环状编织带。
详细信息
下载全文
9:
[发明]
草酸二甲酯中草酸含量的测定方法
申请号:
202210447209.7
公开号:CN114894925A 主分类号:G01N30/02
申请人:
中国神华煤制油化工有限公司
;
国能榆林化工有限公司
申请日:2022.04.26 公开日:2022.08.12
发明人:
张亚春
;
白文娟
;
李春雷
;
黄起中
;
葛喜慧
摘要:本发明属于检测技术领域,具体涉及一种草酸二甲酯中草酸含量的测定方法。本发明通过测定草酸二甲酯中的总酸含量,减去硝酸含量以获得准确的草酸含量结果,克服了两种混酸分别测量的难题,可以避免滴定时同为酸类物质的硝酸杂质参与反应而导致的草酸测定结果偏高的问题。采用本发明提供的测定方法测定草酸二甲酯中的草酸含量,可以消除硝酸和溶液基底的干扰,且测试结果平行性更好、准确度更高。
详细信息
下载全文
10:
[发明]
【中文】一种三氧化钨-二硫化钼型复合光催化剂及其制备方法和应用 【EN】Tungsten trioxide-molybdenum disulfide type composite photocatalyst and preparation method and application thereof
申请号:
201910899243.6
公开号:CN110975889A 主分类号:B01J27/051
申请人:
【中文】太原理工大学【EN】Taiyuan University of Technology
申请日:2019.09.23 公开日:2020.04.10
发明人:
【中文】白慧
;
白斌
;
白冰
;
马蒙蒙
;
黄伟【EN】Bai Hui
;
Bai Bin
;
Bai Bing
;
Ma Mengmeng
;
Huang Wei
摘要:【中文】本发明涉及光催化材料技术领域,具体涉及一种三氧化钨‑二硫化钼型复合光催化剂及其制备方法和应用。本发明提供的三氧化钨‑二硫化钼型复合光催化剂,包括二硫化钼基体和负载在所述二硫化钼基体表面的三氧化钨量子点。在本发明中,二硫化钼和三氧化钨均为窄带隙半导体,使得光催化剂能在可见光激发下产生光生电子空穴对;三氧化钨量子点能够吸收可见光并产生光生电子,通过将其负载到二硫化钼基体表面,使其与二硫化钼形成异质结构,提高了载流子的分离效率,延长了二硫化钼价带上光生电子的寿命,进而提高可见光下分解水产氢速率。 【EN】The invention relates to the technical field of photocatalytic materials, in particular to a tungsten trioxide-molybdenum disulfide type composite photocatalyst and a preparation method and application thereof. The tungsten trioxide-molybdenum disulfide type composite photocatalyst provided by the invention comprises a molybdenum disulfide matrix and tungsten trioxide quantum dots loaded on the surface of the molybdenum disulfide matrix. In the invention, molybdenum disulfide and tungsten trioxide are both narrow-bandgap semiconductors, so that the photocatalyst can generate photo-generated electron-hole pairs under the excitation of visible light; the tungsten trioxide quantum dots can absorb visible light and generate photo-generated electrons, and the photo-generated electrons are loaded on the surface of the molybdenum disulfide matrix to form a heterostructure with molybdenum disulfide, so that the separation efficiency of current carriers is improved, the service life of the photo-generated electrons on a molybdenum disulfide valence band is prolonged, and the hydrogen production rate of water under visible light is further improved.
详细信息
下载全文
共
194
条,当前第
1-10
条
下一页
最后一页
返回搜索页