期刊文献+
共找到5,662篇文章
< 1 2 250 >
每页显示 20 50 100
Botanical tree reconstruction from a single image via 3D GAN-based skeletonization
1
作者 Chi Weng MA Ruien SHEN +1 位作者 Deli DONG Shuangjiu XIAO 《虚拟现实与智能硬件(中英文)》 2026年第1期101-114,共14页
Background 3D botanical tree reconstruction from a single image plays a vital role in the field of computer graphics.However,accurately capturing the intricate branching patterns and detailed morphologies of trees rem... Background 3D botanical tree reconstruction from a single image plays a vital role in the field of computer graphics.However,accurately capturing the intricate branching patterns and detailed morphologies of trees remains a challenge.Methods In this study,we proposed a novel approach for single-image tree reconstruction using a conditional generative adversarial network to infer the 3D skeleton of a tree in the form of a 2D skeleton depth map.Based on the 2D skeleton depth map,a corresponding branching structure(3D skeleton)that inherits the tree shape in the input image and leaves can be generated using a procedural modeling technique.Result Experimental results show that the proposed method accurately reconstructs diverse tree structures across species.Both quantitative and qualitative evaluations demonstrate improved skeleton completeness,branching accuracy,and visual realism over baseline methods,while requiring no user input.Conclusions Our proposed approach for generating lifelike 3D tree models from a single image with no user input shows its proficiency in achieving efficient and reliable reconstruction.These results showcase the capability of the proposed model to recreate complex tree architectures while capturing their visual authenticity. 展开更多
关键词 Tree reconstruction Procedural modeling Plant modeling skeletonIZATION Deep learning
在线阅读 下载PDF
GaitMAFF:Adaptive Multi-Modal Fusion of Skeleton Maps and Silhouettes for Robust Gait Recognition in Complex Scenarios
2
作者 Zhongbin Luo Zhaoyang Guan +2 位作者 Wenxing You Yunteng Wang Yanqiu Bi 《Computers, Materials & Continua》 2026年第5期540-558,共19页
Gait recognition is a key biometric for long-distance identification,yet its performance is severely degraded by real-world challenges such as varying clothing,carrying conditions,and changing viewpoints.While combini... Gait recognition is a key biometric for long-distance identification,yet its performance is severely degraded by real-world challenges such as varying clothing,carrying conditions,and changing viewpoints.While combining silhouette and skeleton data is a promising direction,effectively fusing these heterogeneous modalities and adaptively weighting their contributions in response to diverse conditions remains a central problem.This paper introduces GaitMAFF,a novelMulti-modal Adaptive Feature Fusion Network,to address this challenge.Our approach first transforms discrete skeleton joints into a dense SkeletonMap representation to align with silhouettes,then employs an attention-based module to dynamically learn the fusion weights between the two modalities.These fused features are processed by a powerful spatio-temporal backbone withWeighted Global-Local Feature FusionModules(WFFM)to learn a discriminative representation.Extensive experiments on the challenging CCPG and Gait3D datasets show that GaitMAFF achieves state-of-the-art performance,with an average Rank-1 accuracy of 84.6%on CCPG and 58.7%on Gait3D.These results demonstrate that our adaptive fusion strategy effectively integrates complementary multimodal information,significantly enhancing gait recognition robustness and accuracy in complex scenes and providing a practical solution for real-world applications. 展开更多
关键词 Gait recognition multi-modal fusion adaptive feature fusion skeleton map SILHOUETTE
在线阅读 下载PDF
IoT-Based Real-Time Medical-Related Human Activity Recognition Using Skeletons and Multi-Stage Deep Learning for Healthcare 被引量:1
3
作者 Subrata Kumer Paul Abu Saleh Musa Miah +3 位作者 Rakhi Rani Paul Md.EkramulHamid Jungpil Shin Md Abdur Rahim 《Computers, Materials & Continua》 2025年第8期2513-2530,共18页
The Internet of Things(IoT)and mobile technology have significantly transformed healthcare by enabling real-time monitoring and diagnosis of patients.Recognizing Medical-Related Human Activities(MRHA)is pivotal for he... The Internet of Things(IoT)and mobile technology have significantly transformed healthcare by enabling real-time monitoring and diagnosis of patients.Recognizing Medical-Related Human Activities(MRHA)is pivotal for healthcare systems,particularly for identifying actions critical to patient well-being.However,challenges such as high computational demands,low accuracy,and limited adaptability persist in Human Motion Recognition(HMR).While some studies have integrated HMR with IoT for real-time healthcare applications,limited research has focused on recognizing MRHA as essential for effective patient monitoring.This study proposes a novel HMR method tailored for MRHA detection,leveraging multi-stage deep learning techniques integrated with IoT.The approach employs EfficientNet to extract optimized spatial features from skeleton frame sequences using seven Mobile Inverted Bottleneck Convolutions(MBConv)blocks,followed by Convolutional Long Short Term Memory(ConvLSTM)to capture spatio-temporal patterns.A classification module with global average pooling,a fully connected layer,and a dropout layer generates the final predictions.The model is evaluated on the NTU RGB+D 120 and HMDB51 datasets,focusing on MRHA such as sneezing,falling,walking,sitting,etc.It achieves 94.85%accuracy for cross-subject evaluations and 96.45%for cross-view evaluations on NTU RGB+D 120,along with 89.22%accuracy on HMDB51.Additionally,the system integrates IoT capabilities using a Raspberry Pi and GSM module,delivering real-time alerts via Twilios SMS service to caregivers and patients.This scalable and efficient solution bridges the gap between HMR and IoT,advancing patient monitoring,improving healthcare outcomes,and reducing costs. 展开更多
关键词 Real-time human motion recognition(HMR) ENConvLSTM EfficientNet ConvLSTM skeleton data NTU RGB+D 120 dataset MRHA
在线阅读 下载PDF
Hourglass-GCN for 3D Human Pose Estimation Using Skeleton Structure and View Correlation
4
作者 Ange Chen Chengdong Wu Chuanjiang Leng 《Computers, Materials & Continua》 SCIE EI 2025年第1期173-191,共19页
Previous multi-view 3D human pose estimation methods neither correlate different human joints in each view nor model learnable correlations between the same joints in different views explicitly,meaning that skeleton s... Previous multi-view 3D human pose estimation methods neither correlate different human joints in each view nor model learnable correlations between the same joints in different views explicitly,meaning that skeleton structure information is not utilized and multi-view pose information is not completely fused.Moreover,existing graph convolutional operations do not consider the specificity of different joints and different views of pose information when processing skeleton graphs,making the correlation weights between nodes in the graph and their neighborhood nodes shared.Existing Graph Convolutional Networks(GCNs)cannot extract global and deeplevel skeleton structure information and view correlations efficiently.To solve these problems,pre-estimated multiview 2D poses are designed as a multi-view skeleton graph to fuse skeleton priors and view correlations explicitly to process occlusion problem,with the skeleton-edge and symmetry-edge representing the structure correlations between adjacent joints in each viewof skeleton graph and the view-edge representing the view correlations between the same joints in different views.To make graph convolution operation mine elaborate and sufficient skeleton structure information and view correlations,different correlation weights are assigned to different categories of neighborhood nodes and further assigned to each node in the graph.Based on the graph convolution operation proposed above,a Residual Graph Convolution(RGC)module is designed as the basic module to be combined with the simplified Hourglass architecture to construct the Hourglass-GCN as our 3D pose estimation network.Hourglass-GCNwith a symmetrical and concise architecture processes three scales ofmulti-viewskeleton graphs to extract local-to-global scale and shallow-to-deep level skeleton features efficiently.Experimental results on common large 3D pose dataset Human3.6M and MPI-INF-3DHP show that Hourglass-GCN outperforms some excellent methods in 3D pose estimation accuracy. 展开更多
关键词 3D human pose estimation multi-view skeleton graph elaborate graph convolution operation Hourglass-GCN
在线阅读 下载PDF
Atractylodimers A-D,unprecedented sesquiterpenoid dimers with cage-like skeletons from Atractylodes macrocephala and their neuroprotective activities
5
作者 Bei Li Shiqi Zhou +7 位作者 Wei Wu Yulu Tian Yating Ren Jie Ma Yingda Zang Yuhe Yuan Dongming Zhang Chuangjun Li 《Chinese Journal of Natural Medicines》 2025年第12期122-128,共7页
Atractylodimers A-D(1-4),sesquiterpenoid dimers(SDs)featuring a unique cage-like structure,were isolated from the rhizomes of Atractylodes macrocephala.The most distinctive characteristic of these isolates was the hig... Atractylodimers A-D(1-4),sesquiterpenoid dimers(SDs)featuring a unique cage-like structure,were isolated from the rhizomes of Atractylodes macrocephala.The most distinctive characteristic of these isolates was the highly twisted“cap”structure based on highly twisted five-membered oxygen heterocyclic rings.Notably,compound 1 contained a furo[2,3b]furan ring,a caged 3,10-oxa-tricyclo[5.2.1.04,9]decane moiety,and 6/6/5/5/5/5/6/6 octocyclic skeleton.Compounds 2-3 exhibited a spiro-tetrahydrofuran ring,while compound 4 incorporated a caged spiro-2,5,9-oxa-tricyclo[5.2.1.0^(4,10)]decane scaffold for unit linkage.Their structures were definitively established through spectroscopic methods and X-ray diffraction experiments.Plausible biosynthetic pathways of compounds 1-4 were proposed.Compounds 1 and 2 demonstrated significant neuroprotective effects against serum deprivationinduced PC12 cell damage. 展开更多
关键词 Sesquiterpenoid dimers Caged polycyclic skeleton Atractylodes macrocephala X-ray diffraction Neuroprotective activities
原文传递
I_(2)-DMSO mediated tetra-functionalization of enaminones for the construction of novel furo[2,3:4,5]pyrimido[1,2-b]indazole skeletons via in situ capture of ketenimine cations
6
作者 You Zhou Li-Sheng Wang +6 位作者 Shuang-Gui Lei Bo-Cheng Tang Zhi-Cheng Yu Xing Li Yan-Dong Wu Kai-Lu Zheng An-Xin Wu 《Chinese Chemical Letters》 2025年第1期277-282,共6页
The first-ever synthesis of the unknown furo[2,3:4,5]pyrimido[1,2-b]indazole skeleton was demonstrated based on the undiscovered tetra-functionalization of enaminones,with simple substrates and reaction conditions.The... The first-ever synthesis of the unknown furo[2,3:4,5]pyrimido[1,2-b]indazole skeleton was demonstrated based on the undiscovered tetra-functionalization of enaminones,with simple substrates and reaction conditions.The key to realizing this process lies in the multiple trapping of the in situ generated ketenimine cation by the 3-aminoindazole,which results in the formation of four new chemical bonds and two new rings in one pot.Moreover,the products of this new reaction were found to exhibit aggregationinduced emission(AIE)without modification. 展开更多
关键词 Unknown skeleton Tetra-functionalization Ketenimine cations Aggregation-induced emission
原文传递
V_(2)CT_(X)MXene-derived ammonium vanadate with robust carbon skeleton for superior rate aqueous zinc-ion batteries
7
作者 Xiaojun Wang Yizhou Zhang +4 位作者 Linwei Guo Jianwei Li Peng Wang Lei Yang Zhiming Liu 《Chinese Chemical Letters》 2025年第8期530-537,共8页
Layered ammonium vanadate has become a promising cathode material for aqueous zinc ion batteries(ZIBs)due to its small mass and large ionic radius of ammonium ions as well as the consequent large layer spacing and hig... Layered ammonium vanadate has become a promising cathode material for aqueous zinc ion batteries(ZIBs)due to its small mass and large ionic radius of ammonium ions as well as the consequent large layer spacing and high specific capacity.However,the irreversible de-ammoniation caused by N·H···O bonds damaged would impair cycle life of ZIBs and the strong electrostatic interaction between Zn^(2+)and V-O frame could slower the mobility of Zn^(2+).Furthermore,the thermal instability of ammonium vanadate also limits the use of common carbon coating modification method to solve the problem.Herein,V_(2)CT_(X)MXene was innovatively selected as a bifunctional source to in-situ derivatized(NH_(4))_(2)V_(8)O_(20)·x H_(2)O with amorphous carbon-coated(NHVO@C)via one-step hydrothermal method in relatively moderate temperature.The amorphous carbon shell derived from the V_(2)CT_(X)MXene as a conductive framework to effectively improve the diffusion kinetics of Zn^(2+)and the robust carbon skeleton could alleviate the ammonium dissolution during long-term cycling.As a result,zinc ion batteries using NHVO@C as cathode exhibit superior electrochemical performance.Moreover,the assembled foldable or high loading(10.2 mg/cm^(2))soft-packed ZIBs further demonstrates its practical application.This study provided new insights into the development of the carbon cladding process for thermally unstable materials in moderate temperatures. 展开更多
关键词 Ammonium vanadate Carbon skeleton Ammonium dissolution Superior rate performance Zinc ionbatteries
原文传递
Robust graphene oxide-coated porous biochar skeleton constructed on SnO_(2) nanoparticles as high-performance composite anode for lithium-ion batteries
8
作者 Shu-Qing Nie Chang Miao +2 位作者 Guo-Cheng Li Yu Xin Wei Xiao 《Rare Metals》 2025年第7期4571-4581,共11页
SnO_(2)is regarded as a promising lithium storage material due to the advantage of sequential conversion-alloying reaction mechanism.Unfortunately,large volume expansion and undesirable reaction reversibility are iden... SnO_(2)is regarded as a promising lithium storage material due to the advantage of sequential conversion-alloying reaction mechanism.Unfortunately,large volume expansion and undesirable reaction reversibility are identified as two fatal drawbacks.Herein,SnO_(2)nanoparticles encapsulated in graphene oxide-coated porous biochar skeleton(SnO_(2)/PB@GO)are skillfully constructed via an efficient one-step hydrothermal process to be employed as composite anode materials,in which the PB skeleton extracted from waste tea-seed shells possesses enough space to buffer drastic volume variation and the GO coating acts as robust physical matrix to prevent structural degradation.Moreover,double-carbon components successfully anchor SnO_(2)nanoparticles to promote contact and reaction between Sn and Li_(2)O to guarantee high reaction reversibility and structural integration of SnO_(2)/PB@GO electrode.As expected,SnO_(2)/PB@GO-based cell achieves high reversible specific capacity of 783.5 mAh·g^(-1)after 100 cycles at0.1 A.g^(-1)and delivers desirable cycling stability with capacity retention ratio of 81.62%after 300 cycles at1.0 A.g^(-1).Therefore,this work may provide new perspectives on the modification of conversion or alloying typeanodes for lithium-ion batteries and present a feasible strategy to take full advantage of the waste biomass. 展开更多
关键词 Tin dioxide anode Porous biochar skeleton Graphene oxide coating Reaction reversibility Lithium-ion battery
原文传递
Transformer-based skeleton extraction from all-sky images for estimating the number of auroral arcs
9
作者 WANG Qian ZHANG Wei MIAO Miao 《Advances in Polar Science》 2025年第1期61-73,共13页
Studying various aurora morphology helps us understand space's physical processes and the mechanisms behind these patterns.Auroral arcs are the brightest and most prominent auroral patterns.Due to the difficulty i... Studying various aurora morphology helps us understand space's physical processes and the mechanisms behind these patterns.Auroral arcs are the brightest and most prominent auroral patterns.Due to the difficulty in precisely defining auroral shape edges,auroral arc skeleton extraction is expected as an alternative representation for studying auroral morphology,resorting skeletons extract key morphological features from complex auroral shapes.Transformer models provide a better understanding of the relationship between the overall morphology and the details when processing image data,so we proposed a Transformer-based method for auroral arc skeleton extraction.Combined with ridge-guided annotation on all-sky images,a Transformer-based skeleton extractor is trained and used to estimate the number of auroral arcs.Experiments demonstrate that the Transformer-based model can more effectively capture structural information and local details of auroral arcs,which is suitable for complex auroral morphologies. 展开更多
关键词 AURORA all-sky image skeleton extraction
在线阅读 下载PDF
Evaluating the feasibility of copper-based skeletons in lithium metal batteries operated at subzero temperature
10
作者 Yiyu Huang Ouwei Sheng +6 位作者 Qingyue Han Hongyan Li Lei Sun Qimeng Sheng Lijing Yan Zeheng Li Chengbin Jin 《Journal of Energy Chemistry》 2025年第5期765-772,共8页
The next-generation lithium(Li)metal batteries suffer severe low-temperature capacity degradation,appealing for expeditions on solutions.Herein,the feasibility of copper-based skeletons(i.e.,2D Cu foil,3D Cu mesh,and ... The next-generation lithium(Li)metal batteries suffer severe low-temperature capacity degradation,appealing for expeditions on solutions.Herein,the feasibility of copper-based skeletons(i.e.,2D Cu foil,3D Cu mesh,and CuZn mesh)frequently adopted in the stabilization of Li are evaluated at low temperatures.Li growth patterns and stripping behaviors on different skeletons and at different temperatures uncover the dendrite-free and dead-Li-less Li deposition/dissolution on CuZn mesh.Three-electrode impedance indicates the dynamic advantages of CuZn mesh,driving fast Li^(+)crossing through solidelectrolyte-interphase and charge transfer process.Notably,CuZn mesh enables the stable operation and fast charging(1.8 mA cm^(-2))of Li||LiFePO_(4)cells for over 120 cycles at-10℃ with a superior capacity retention of 88%.The success of CuZn mesh can be translated into lower temperature(-20℃)and 1.0-Ah-level pouch cells.This work provides fundamentals on improving low-temperature battery performances by skeletons with regulated spatial structure and lithiophilicity. 展开更多
关键词 Low temperature Lithium metal battery Copper-based skeleton
在线阅读 下载PDF
基于点云数据的树木骨架提取算法
11
作者 任力生 王雷 王芳 《中国农机化学报》 北大核心 2026年第3期68-73,80,共7页
树木点云模型对树木保护、树木生长情况监测、构造数字孪生体具有重要意义。传统的点云骨架提取算法在提取树木点云骨架时,会出现对原始树木分叉处以及树枝生长的最外边界不能正确提取的问题。基于此,提出一种基于点云的树木点云骨架提... 树木点云模型对树木保护、树木生长情况监测、构造数字孪生体具有重要意义。传统的点云骨架提取算法在提取树木点云骨架时,会出现对原始树木分叉处以及树枝生长的最外边界不能正确提取的问题。基于此,提出一种基于点云的树木点云骨架提取算法。首先,采用基于K—means的改进L1—中值骨架提取算法来提取树枝中间点,利用凸包算法对树木外边界点进行提取,并提出一种基于树木外边界点进行最近点搜索算法来提取树木分叉点。然后,将中间点、分叉点、边界点相融合得到树木点云骨架点。结果表明,通过豪斯多夫距离和倒角距离的定量评估,本算法提取的骨架点与原始点云具有较高的匹配度。相较于传统方法,本算法提取的骨架点经过归一化处理后,豪斯多夫距离和倒角距离均小于0.5,且整体表现优于对比算法。此外,采用三次贝塞尔曲线进行骨架线连接,能够有效保持树木的原始拓扑结构特征,显著提升骨架提取的准确性和完整性。 展开更多
关键词 树木骨架 点云数据 凸包算法 体素
在线阅读 下载PDF
基于视图学习和通道特征拓扑融合的骨架行为识别
12
作者 谭台哲 张泽翰 +3 位作者 胡平川 朱辉果 战荫伟 杨卓 《计算机工程与设计》 北大核心 2026年第1期217-225,共9页
在人体骨架行为识别中,图卷积网络可提取人体骨架拓扑结构来聚合特征信息。但现有方法既未有效关联骨架特征与拓扑关系,也忽略了不同视图下拓扑关系的变化性。为此,提出基于视图学习和通道特征拓扑融合的行为识别方法(VLCTF-GCN)。依据... 在人体骨架行为识别中,图卷积网络可提取人体骨架拓扑结构来聚合特征信息。但现有方法既未有效关联骨架特征与拓扑关系,也忽略了不同视图下拓扑关系的变化性。为此,提出基于视图学习和通道特征拓扑融合的行为识别方法(VLCTF-GCN)。依据骨架的视图特征学习拓扑关系,为每个视图构建具有区分性的共享视图拓扑关系。在不同聚合程度上,结合视图与自适应拓扑关系,融合骨架通道特征与拓扑关系,使得拓扑结构能够自适应关联骨架特征,通过多尺度时间卷积提取不同时间长度的关节变化。在两个大型数据集的实验结果表明,所提方法性能优于现有方法。 展开更多
关键词 行为识别 人体骨架 图卷积 通道特征拓扑融合 视图学习 多尺度时间卷积 共享拓扑
在线阅读 下载PDF
固定床骨架镍吸附剂的制备及其吸附脱除苯中噻吩性能
13
作者 罗国华 韩刚 +4 位作者 李亮 陈强宇 谢梦洁 张霖 赵德强 《工业催化》 2026年第3期76-81,共6页
以镍铝合金粉和拟薄水铝石为原料,经成型、干燥、焙烧、浸取活化等过程制得负载型骨架镍吸附剂,采用XRD、SEM、H_(2)-TPR和N_(2)吸附-脱附手段对吸附剂的理化性质进行表征,并采用固定床吸附装置评价吸附剂脱除苯中微量噻吩硫化物的性能... 以镍铝合金粉和拟薄水铝石为原料,经成型、干燥、焙烧、浸取活化等过程制得负载型骨架镍吸附剂,采用XRD、SEM、H_(2)-TPR和N_(2)吸附-脱附手段对吸附剂的理化性质进行表征,并采用固定床吸附装置评价吸附剂脱除苯中微量噻吩硫化物的性能。结果表明,负载型骨架镍吸附剂的抗压强度、吸附脱硫性能与前驱体的焙烧气氛及碱浸取抽铝活化时间存在密切关系。与空气气氛焙烧相比,氩气气氛中焙烧制备吸附剂的抗压强度及吸附脱硫性能较优,相同条件下制得的吸附剂抗压强度可达26.10 N/mm;另外,随着碱液浸取抽铝活化时间增加,吸附剂抗压强度逐渐下降,吸附容量提高,但过长的活化时间导致吸附剂的抗压强度迅速下降。采用氩气气氛于860℃焙烧4 h制得前驱体,在60℃下,前驱体经质量分数15%NaOH浸取活化4 h得到脱硫吸附剂。在吸附温度180℃、压力2.0 MPa、进料体积空速为2 h^(-1)的条件下,该吸附剂可将苯中的噻吩硫化物彻底脱除,且饱和吸附容量高达37.08 mg/g,表现出优异的吸附脱硫性能。 展开更多
关键词 镍铝合金粉 拟薄水铝石 骨架镍 噻吩 吸附脱硫
在线阅读 下载PDF
融合Voronoi骨架图RRT算法的防疫机器人路径规划
14
作者 伍锡如 吴思明 《电子测量技术》 北大核心 2026年第2期157-168,共12页
针对传统RRT算法在防疫机器人路径规划过程中搜索效率低,路径拐点多,环境适应性不足等问题,提出一种融合Voronoi骨架图的改进RRT路径规划算法。该算法使用广义Voronoi图从地图中构建离线骨架图,并利用Delaunay三角网的空外接圆特性对其... 针对传统RRT算法在防疫机器人路径规划过程中搜索效率低,路径拐点多,环境适应性不足等问题,提出一种融合Voronoi骨架图的改进RRT路径规划算法。该算法使用广义Voronoi图从地图中构建离线骨架图,并利用Delaunay三角网的空外接圆特性对其进行局部实时更新,确保骨架图在未知环境下的时效性;其次,基于骨架图快速获得初始启发式路径,生成关键路径节点作为RRT算法的子目标,在子目标节点之间引入椭圆约束和引力场偏置加速算法收敛,缩短规划时间;最后,设计一种基于双指针的自适应多段剪枝策略,实现路径平滑。仿真实验表明,所提出的算法相比于现有改进算法,在复杂场景下的平均采样节点数减少了55.57%,平均路径长度减少了6.45%,平均规划时间缩短了51.44%;证明了改进算法能够有效减少规划耗时,提高路径规划效率。 展开更多
关键词 防疫机器人 RRT算法 Voronoi骨架图 路径规划
原文传递
结合空间多层图卷积和时序分段Transformer的分心驾驶识别方法
15
作者 葛慧敏 欧阳宁 吴沛桐 《计算机工程与应用》 北大核心 2026年第4期152-167,共16页
识别分心驾驶行为是提升驾驶安全性的重要手段之一。目前基于图卷积的骨架动作识别方法采用单一的骨架图结构而忽略了关节点间的多种交互关系,且对骨架序列局部及全局时间特征提取能力不足。针对上述问题,提出一种结合空间多层图卷积和... 识别分心驾驶行为是提升驾驶安全性的重要手段之一。目前基于图卷积的骨架动作识别方法采用单一的骨架图结构而忽略了关节点间的多种交互关系,且对骨架序列局部及全局时间特征提取能力不足。针对上述问题,提出一种结合空间多层图卷积和时序分段Transformer的分心驾驶识别模型。在空间建模方面,通过多种索引方式构建包含多种空间关系的驾驶员关节点的多层图结构,并引入图注意力机制动态调整图结构中边的连接强度,利用层内与层间图卷积操作提取与融合空间特征。在时间建模方面,对时间序列进行分段处理,并使用Transformer来有效捕捉分段时间的局部特征及跨时段的全局特征。最终在Drive&Act、DAD数据集上对模型进行了性能验证,结果表明,模型相较于现有方法进一步提高了分心驾驶行为识别的准确率。 展开更多
关键词 智能交通 分心驾驶 基于骨架的动作识别 时序Transformer 空间多层图
在线阅读 下载PDF
柱壁加强型方钢管混凝土柱-H型钢梁节点恢复力模型研究
16
作者 陈丽华 方志强 《合肥工业大学学报(自然科学版)》 北大核心 2026年第3期411-416,425,共7页
为深入分析柱壁加强型方钢管混凝土柱-H型钢梁节点的抗震性能,在已完成相应拟静力试验的基础上,文章通过对试验数据回归计算分析,并结合试验加载过程和构件破坏特征来确定骨架曲线模型和滞回规则,建立此类节点的恢复力模型,最后将试验... 为深入分析柱壁加强型方钢管混凝土柱-H型钢梁节点的抗震性能,在已完成相应拟静力试验的基础上,文章通过对试验数据回归计算分析,并结合试验加载过程和构件破坏特征来确定骨架曲线模型和滞回规则,建立此类节点的恢复力模型,最后将试验数据代入恢复力模型得到恢复力曲线。与试验曲线对比分析后发现,采用考虑刚度退化的三折线型骨架模型可以较好地反映不同阶段节点的受力特征,恢复力滞回曲线与试验滞回曲线拟合良好。结果表明所建立的恢复力模型可以较好模拟节点滞回性能,为柱壁加强型方钢管混凝土柱-H型钢梁节点的弹塑性地震分析提供了参考。 展开更多
关键词 柱壁加强型节点 恢复力模型 三折线骨架曲线 刚度退化规律
在线阅读 下载PDF
镁合金表面ZIF-90/PA复合涂层的制备及性能
17
作者 刘伟 王少冲 纪茜 《电镀与涂饰》 北大核心 2026年第1期21-27,共7页
[目的]通过表面改性技术来改善AZ31B镁合金的耐蚀性及抗菌性。[方法]以溶剂热法在硅烷化AZ31B镁合金表面制备了一种含锌离子的沸石咪唑酯骨架材料涂层ZIF-90,随后通过植酸(PA)化学转化制得ZIF-90/PA复合涂层。利用X射线衍射(XRD)、扫描... [目的]通过表面改性技术来改善AZ31B镁合金的耐蚀性及抗菌性。[方法]以溶剂热法在硅烷化AZ31B镁合金表面制备了一种含锌离子的沸石咪唑酯骨架材料涂层ZIF-90,随后通过植酸(PA)化学转化制得ZIF-90/PA复合涂层。利用X射线衍射(XRD)、扫描电子显微镜(SEM)和傅里叶变换红外光谱(FTIR)分析了涂层的表面形貌和组织结构,通过电化学测量及析氢实验考察了涂层镁合金在模拟体液(SBF)中的耐腐蚀性能。采用金黄色葡萄球菌测试了涂层镁合金的抗菌性能。[结果]成功在AZ31B镁合金表面合成了ZIF-90/PA复合涂层。相比于PA涂层镁合金,ZIF-90/PA复合涂层镁合金在SBF中的容抗弧半径明显增大,腐蚀电流降低了1个数量级,腐蚀电位正移了0.217 V,析氢量明显降低,抗菌率由25.3%提高到98.2%。[结论]相较于单一的PA涂层,得益于较厚的涂层结构、致密的表面转化膜、良好的结合力,以及锌离子的抗菌作用,ZIF-90/PA复合涂层拥有更好的耐蚀性及抗菌性。 展开更多
关键词 医用镁合金 沸石咪唑骨架 植酸 化学转化 复合涂层 耐蚀性 抗菌性
在线阅读 下载PDF
自复位剪力墙弯矩-转角理论分析模型研究
18
作者 吴平川 王恒博 齐虎 《粉煤灰综合利用》 2026年第2期157-163,共7页
为研究自复位剪力墙弯矩受力特点,对剪力墙弯矩-转角进行理论推导,算出消压点、屈服点、极限点、卸载点弯矩和转角公式以及耗能能力公式。选取两个自复位剪力墙试验模型,将得到的荷载和初始刚度数值与试验值对比,结果表明:消压荷载理论... 为研究自复位剪力墙弯矩受力特点,对剪力墙弯矩-转角进行理论推导,算出消压点、屈服点、极限点、卸载点弯矩和转角公式以及耗能能力公式。选取两个自复位剪力墙试验模型,将得到的荷载和初始刚度数值与试验值对比,结果表明:消压荷载理论分析结果与试验结果差值在21%以内;屈服荷载理论分析结果与试验结果差值在12%以内;极限荷载理论分析结果与试验结果差值在5%以内;初始刚度二者相差24%以内。总体而言二者符合较好,证明了理论分析模型的准确性,为同类工程设计和理论研究提供了参考。 展开更多
关键词 自复位 剪力墙 理论分析 骨架曲线 抗震性能
在线阅读 下载PDF
Rock skeleton models and seismic porosity inversion 被引量:4
19
作者 贺锡雷 贺振华 +2 位作者 王绪本 熊晓军 蒋炼 《Applied Geophysics》 SCIE CSCD 2012年第3期349-358,363,共11页
By substituting rock skeleton modulus expressions into Gassmann approximate fluid equation, we obtain a seismic porosity inversion equation. However, conventional rock skeleton models and their expressions are quite d... By substituting rock skeleton modulus expressions into Gassmann approximate fluid equation, we obtain a seismic porosity inversion equation. However, conventional rock skeleton models and their expressions are quite different from each other, resuling in different seismic porosity inversion equations, potentially leading to difficulties in correctly applying them and evaluating their results. In response to this, a uniform relation with two adjusting parameters suitable for all rock skeleton models is established from an analysis and comparison of various conventional rock skeleton models and their expressions including the Eshelby-Walsh, Pride, Geertsma, Nur, Keys-Xu, and Krief models. By giving the two adjusting parameters specific values, different rock skeleton models with specific physical characteristics can be generated. This allows us to select the most appropriate rock skeleton model based on geological and geophysical conditions, and to develop more wise seismic porosity inversion. As an example of using this method for hydrocarbon prediction and fluid identification, we apply this improved porosity inversion, associated with rock physical data and well log data, to the ZJ basin. Research shows that the existence of an abundant hydrocarbon reservoir is dependent on a moderate porosity range, which means we can use the results of seismic porosity inversion to identify oil reservoirs and dry or water-saturated reservoirs. The seismic inversion results are closely correspond to well log porosity curves in the ZJ area, indicating that the uniform relations and inversion methods proposed in this paper are reliable and effective. 展开更多
关键词 Rock physics rock skeleton models adjusting parameters seismic porosityinversion Gassmann's equation
在线阅读 下载PDF
Skeletonization技术及其在深地震反射剖面解释中的应用 被引量:5
20
作者 李文辉 高锐 王海燕 《地球物理学进展》 CSCD 北大核心 2010年第4期1161-1167,共7页
"深部探测技术与实验研究"(SINOPROBE)专项的启动揭开了中国"入地"计划的序幕.大规模的深地震反射剖面是该计划最重要的组成部分之一,如何从深地震反射剖面中获取更多有用的信息成为我们即将面临的重要课题.Skeleto... "深部探测技术与实验研究"(SINOPROBE)专项的启动揭开了中国"入地"计划的序幕.大规模的深地震反射剖面是该计划最重要的组成部分之一,如何从深地震反射剖面中获取更多有用的信息成为我们即将面临的重要课题.Skeletonization技术是西方国家在实施深部探测计划时发展的一项深地震剖面信息提取分析技术,对我们具有重要的借鉴意义.本文在研究前人工作的基础上,综述了Skeletonization技术的基本原理及其在国内外的发展,并在此基础上介绍了该技术在深地震反射剖面解释中的应用,最后结合我国刚刚启动的SINOPROBE计划对其进一步的发展进行了展望. 展开更多
关键词 skeletonIZATION 深地震反射剖面 同相轴 属性分析 SINOPROBE
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部