期刊文献+
共找到15篇文章
< 1 >
每页显示 20 50 100
Prediction of RNA m6A Methylation Sites in Multiple Tissues Based on Dual-branch Residual Network
1
作者 GUO Xiao-Tian GAO Wei +2 位作者 CHEN Dan LI Hui-Min TAN Xue-Wen 《生物化学与生物物理进展》 北大核心 2025年第11期2900-2915,共16页
Objective N6-methyladenosine(m6A),the most prevalent epigenetic modification in eukaryotic RNA,plays a pivotal role in regulating cellular differentiation and developmental processes,with its dysregulation implicated ... Objective N6-methyladenosine(m6A),the most prevalent epigenetic modification in eukaryotic RNA,plays a pivotal role in regulating cellular differentiation and developmental processes,with its dysregulation implicated in diverse pathological conditions.Accurate prediction of m6A sites is critical for elucidating their regulatory mechanisms and informing drug development.However,traditional experimental methods are time-consuming and costly.Although various computational approaches have been proposed,challenges remain in feature learning,predictive accuracy,and generalization.Here,we present m6A-PSRA,a dual-branch residual-network-based predictor that fully exploits RNA sequence information to enhance prediction performance and model generalization.Methods m6A-PSRA adopts a parallel dual-branch network architecture to comprehensively extract RNA sequence features via two independent pathways.The first branch applies one-hot encoding to transform the RNA sequence into a numerical matrix while strictly preserving positional information and sequence continuity.This ensures that the biological context conveyed by nucleotide order is retained.A bidirectional long short-term memory network(BiLSTM)then processes the encoded matrix,capturing both forward and backward dependencies between bases to resolve contextual correlations.The second branch employs a k-mer tokenization strategy(k=3),decomposing the sequence into overlapping 3-mer subsequences to capture local sequence patterns.A pre-trained Doc2vec model maps these subsequences into fixeddimensional vectors,reducing feature dimensionality while extracting latent global semantic information via context learning.Both branches integrate residual networks(ResNet)and a self-attention mechanism:ResNet mitigates vanishing gradients through skip connections,preserving feature integrity,while self-attention adaptively assigns weights to focus on sequence regions most relevant to methylation prediction.This synergy enhances both feature learning and generalization capability.Results Across 11 tissues from humans,mice,and rats,m6A-PSRA consistently outperformed existing methods in accuracy(ACC)and area under the curve(AUC),achieving>90%ACC and>95%AUC in every tissue tested,indicating strong cross-species and cross-tissue adaptability.Validation on independent datasets—including three human cell lines(MOLM1,HEK293,A549)and a long-sequence dataset(m6A_IND,1001 nt)—confirmed stable performance across varied biological contexts and sequence lengths.Ablation studies demonstrated that the dual-branch architecture,residual network,and self-attention mechanism each contribute critically to performance,with their combination reducing interference between pathways.Motif analysis revealed an enrichment of m6A sites in guanine(G)and cytosine(C),consistent with known regulatory patterns,supporting the model’s biological plausibility.Conclusion m6A-PSRA effectively captures RNA sequence features,achieving high prediction accuracy and robust generalization across tissues and species,providing an efficient computational tool for m6A methylation site prediction. 展开更多
关键词 N6-methyladenosine site Doc2vec BiLSTM dual-branch residual network self-attention
原文传递
An attention mechanism and fully connected layer-based dual-branch network for bioluminescent tomographic reconstruction
2
作者 Lin Wang Chenrui Pan +2 位作者 Minghua Zhao Xin Cao Xueli Chen 《Journal of Innovative Optical Health Sciences》 2025年第4期101-119,共19页
Bioluminescent tomography(BLT)is a noninvasive imaging technology that uses optical methods to study physiological and pathological processes at the cellular and molecular levels.It is a powerful tool for early diagno... Bioluminescent tomography(BLT)is a noninvasive imaging technology that uses optical methods to study physiological and pathological processes at the cellular and molecular levels.It is a powerful tool for early diagnosis and treatment of tumors,as well as drug development.However,the simplified optical transmission models and the ill-posed inverse reconstruction limit its wide applications.The development of deep learning has provided new potential for extending the applications of optical BLT.Researchers have introduced various methods such as neural networks and self-attention mechanisms to improve reconstruction accuracy.Despite these efforts,weak energy points around the reconstructed light source center still impact the accuracy of restoration.In this study,we propose a dual-branch network based on a combination of attention mechanism and fully connected layers(FC-AM)to reduce centroid error and improve reconstruction performance.The network architecture consists of a fully connected(FC)subnetwork and an attention mechanism-based dual-branch(AMDB)subnetwork.The FC subnetwork is used to process input data.AMDB subnetwork is used for deep feature extraction,and captures feature information from different perspectives in parallel.Each branch of the AMDB subnetwork is composed of four AM subnets,which extract features through multilayer linear transformations and attention mechanisms.The outputs of the AMDB are combined through feature fusion to produce the final result.Numerical simulations and experimental results demonstrate that the FC-AM network significantly improves BLT reconstruction performance compared to existing methods(KNN_LC and AMLC networks),offering enhanced stability and accuracy. 展开更多
关键词 Bioluminescent tomography dual-branch module robustness
原文传递
An Image Inpainting Approach Based on Parallel Dual-Branch Learnable Transformer Network
3
作者 Rongrong Gong Tingxian Zhang +2 位作者 Yawen Wei Dengyong Zhang Yan Li 《Computers, Materials & Continua》 2025年第10期1221-1234,共14页
Image inpainting refers to synthesizing missing content in an image based on known information to restore occluded or damaged regions,which is a typical manifestation of this trend.With the increasing complexity of im... Image inpainting refers to synthesizing missing content in an image based on known information to restore occluded or damaged regions,which is a typical manifestation of this trend.With the increasing complexity of image in tasks and the growth of data scale,existing deep learning methods still have some limitations.For example,they lack the ability to capture long-range dependencies and their performance in handling multi-scale image structures is suboptimal.To solve this problem,the paper proposes an image inpainting method based on the parallel dual-branch learnable Transformer network.The encoder of the proposed model generator consists of a dual-branch parallel structure with stacked CNN blocks and Transformer blocks,aiming to extract global and local feature information from images.Furthermore,a dual-branch fusion module is adopted to combine the features obtained from both branches.Additionally,a gated full-scale skip connection module is proposed to further enhance the coherence of the inpainting results and alleviate information loss.Finally,experimental results from the three public datasets demonstrate the superior performance of the proposed method. 展开更多
关键词 Artificial intelligence image inpainting transformer network dual-branch fusion gated full-scale skip connection
在线阅读 下载PDF
A Global-Local Parallel Dual-Branch Deep Learning Model with Attention-Enhanced Feature Fusion for Brain Tumor MRI Classification
4
作者 Zhiyong Li Xinlian Zhou 《Computers, Materials & Continua》 2025年第4期739-760,共22页
Brain tumor classification is crucial for personalized treatment planning.Although deep learning-based Artificial Intelligence(AI)models can automatically analyze tumor images,fine details of small tumor regions may b... Brain tumor classification is crucial for personalized treatment planning.Although deep learning-based Artificial Intelligence(AI)models can automatically analyze tumor images,fine details of small tumor regions may be overlooked during global feature extraction.Therefore,we propose a brain tumor Magnetic Resonance Imaging(MRI)classification model based on a global-local parallel dual-branch structure.The global branch employs ResNet50 with a Multi-Head Self-Attention(MHSA)to capture global contextual information from whole brain images,while the local branch utilizes VGG16 to extract fine-grained features from segmented brain tumor regions.The features from both branches are processed through designed attention-enhanced feature fusion module to filter and integrate important features.Additionally,to address sample imbalance in the dataset,we introduce a category attention block to improve the recognition of minority classes.Experimental results indicate that our method achieved a classification accuracy of 98.04%and a micro-average Area Under the Curve(AUC)of 0.989 in the classification of three types of brain tumors,surpassing several existing pre-trained Convolutional Neural Network(CNN)models.Additionally,feature interpretability analysis validated the effectiveness of the proposed model.This suggests that the method holds significant potential for brain tumor image classification. 展开更多
关键词 Deep learning attention mechanism feature fusion dual-branch structure brain tumor MRI classification
在线阅读 下载PDF
Dual-Branch Gaze Estimation Algorithm with Gaussian Mixture Distribution Heatmaps and Dynamic Adaptive Loss Function
5
作者 Songyin Dai Chaoran Zhang +2 位作者 Cheng Xu Chao Yan Jie Huang 《Journal of Beijing Institute of Technology》 2025年第5期433-446,共14页
Gaze estimation,a crucial non-verbal communication cue,has achieved remarkable progress through convolutional neural networks.However,accurate gaze prediction in uncon-strained environments,particularly in extreme hea... Gaze estimation,a crucial non-verbal communication cue,has achieved remarkable progress through convolutional neural networks.However,accurate gaze prediction in uncon-strained environments,particularly in extreme head poses,partial occlusions,and abnormal lighting,remains challenging.Existing models often struggle to effectively focus on discriminative ocular features,leading to suboptimal performance.To address these limitations,this paper proposes dual-branch gaze estimation with Gaussian mixture distribution heatmaps and dynamic adaptive loss function(DMGDL),a novel dual-branch gaze estimation algorithm.By introducing Gaussian mixture distribution heatmaps centered on pupil positions as spatial attention guides,the model is enabled to prioritize ocular regions.Additionally,a dual-branch network architecture is designed to separately extract features for yaw and pitch angles,enhancing flexibility and mitigating cross-angle interference.A dynamic adaptive loss function is further formulated to address discontinuities in angle estimation,improving robustness and convergence stability.Experimental evaluations on three benchmark datasets demonstrate that DMGDL outperforms state-of-the-art methods,achiev-ing a mean angular error of 3.98°on the Max-Planck institute for informatics face gaze(MPI-IFaceGaze)dataset,10.21°on the physically unconstrained gaze estimation in the wild(Gaze360)dataset and 6.14°on the real-time eye gaze estimation in natural environments(RT-Gene)dataset,exhibiting superior generalization and robustness. 展开更多
关键词 gaze estimation Gaussian mixture distribution heatmaps dynamic adaptive loss func-tion attention mechanism dual-branch network
在线阅读 下载PDF
DDFNet:real-time salient object detection with dual-branch decoding fusion for steel plate surface defects
6
作者 Tao Wang Wang-zhe Du +5 位作者 Xu-wei Li Hua-xin Liu Yuan-ming Liu Xiao-miao Niu Ya-xing Liu Tao Wang 《Journal of Iron and Steel Research International》 2025年第8期2421-2433,共13页
A novel dual-branch decoding fusion convolutional neural network model(DDFNet)specifically designed for real-time salient object detection(SOD)on steel surfaces is proposed.DDFNet is based on a standard encoder–decod... A novel dual-branch decoding fusion convolutional neural network model(DDFNet)specifically designed for real-time salient object detection(SOD)on steel surfaces is proposed.DDFNet is based on a standard encoder–decoder architecture.DDFNet integrates three key innovations:first,we introduce a novel,lightweight multi-scale progressive aggregation residual network that effectively suppresses background interference and refines defect details,enabling efficient salient feature extraction.Then,we propose an innovative dual-branch decoding fusion structure,comprising the refined defect representation branch and the enhanced defect representation branch,which enhance accuracy in defect region identification and feature representation.Additionally,to further improve the detection of small and complex defects,we incorporate a multi-scale attention fusion module.Experimental results on the public ESDIs-SOD dataset show that DDFNet,with only 3.69 million parameters,achieves detection performance comparable to current state-of-the-art models,demonstrating its potential for real-time industrial applications.Furthermore,our DDFNet-L variant consistently outperforms leading methods in detection performance.The code is available at https://github.com/13140W/DDFNet. 展开更多
关键词 Steel plate surface defect Real-time detection Salient object detection dual-branch decoder Multi-scale attention fusion Multi-scale residual fusion
原文传递
A Dimension-Splitting Variational Multiscale Element-Free Galerkin Method for Three-Dimensional Singularly Perturbed Convection-Diffusion Problems 被引量:1
7
作者 Jufeng Wang Yong Wu +1 位作者 Ying Xu Fengxin Sun 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第4期341-356,共16页
By introducing the dimensional splitting(DS)method into the multiscale interpolating element-free Galerkin(VMIEFG)method,a dimension-splitting multiscale interpolating element-free Galerkin(DS-VMIEFG)method is propose... By introducing the dimensional splitting(DS)method into the multiscale interpolating element-free Galerkin(VMIEFG)method,a dimension-splitting multiscale interpolating element-free Galerkin(DS-VMIEFG)method is proposed for three-dimensional(3D)singular perturbed convection-diffusion(SPCD)problems.In the DSVMIEFG method,the 3D problem is decomposed into a series of 2D problems by the DS method,and the discrete equations on the 2D splitting surface are obtained by the VMIEFG method.The improved interpolation-type moving least squares(IIMLS)method is used to construct shape functions in the weak form and to combine 2D discrete equations into a global system of discrete equations for the three-dimensional SPCD problems.The solved numerical example verifies the effectiveness of the method in this paper for the 3D SPCD problems.The numerical solution will gradually converge to the analytical solution with the increase in the number of nodes.For extremely small singular diffusion coefficients,the numerical solution will avoid numerical oscillation and has high computational stability. 展开更多
关键词 dimension-splitting multiscale interpolating element-free Galerkin(DS-VMIEFG)method interpolating variational multiscale element-free Galerkin(VMIEFG)method dimension splitting method singularly perturbed convection-diffusion problems
在线阅读 下载PDF
DB-DCAFN:dual-branch deformable cross-attention fusion network for bacterial segmentation
8
作者 Jingkun Wang Xinyu Ma +6 位作者 Long Cao Yilin Leng Zeyi Li Zihan Cheng Yuzhu Cao Xiaoping Huang Jian Zheng 《Visual Computing for Industry,Biomedicine,and Art》 EI 2023年第1期155-170,共16页
Sputum smear tests are critical for the diagnosis of respiratory diseases. Automatic segmentation of bacteria from spu-tum smear images is important for improving diagnostic efficiency. However, this remains a challen... Sputum smear tests are critical for the diagnosis of respiratory diseases. Automatic segmentation of bacteria from spu-tum smear images is important for improving diagnostic efficiency. However, this remains a challenging task owing to the high interclass similarity among different categories of bacteria and the low contrast of the bacterial edges. To explore more levels of global pattern features to promote the distinguishing ability of bacterial categories and main-tain sufficient local fine-grained features to ensure accurate localization of ambiguous bacteria simultaneously, we propose a novel dual-branch deformable cross-attention fusion network (DB-DCAFN) for accurate bacterial segmen-tation. Specifically, we first designed a dual-branch encoder consisting of multiple convolution and transformer blocks in parallel to simultaneously extract multilevel local and global features. We then designed a sparse and deformable cross-attention module to capture the semantic dependencies between local and global features, which can bridge the semantic gap and fuse features effectively. Furthermore, we designed a feature assignment fusion module to enhance meaningful features using an adaptive feature weighting strategy to obtain more accurate segmentation. We conducted extensive experiments to evaluate the effectiveness of DB-DCAFN on a clinical dataset comprising three bacterial categories: Acinetobacter baumannii, Klebsiella pneumoniae, and Pseudomonas aeruginosa. The experi-mental results demonstrate that the proposed DB-DCAFN outperforms other state-of-the-art methods and is effective at segmenting bacteria from sputum smear images. 展开更多
关键词 Bacterial segmentation dual-branch parallel encoder Deformable cross-attention module Feature assignment fusion module
在线阅读 下载PDF
Classification of EEG signals in depression by fusing temporal convolution and feature recalibration
9
作者 SUN Fanglin ZHAI Fengwen JIN Jing 《Journal of Measurement Science and Instrumentation》 2025年第4期547-557,共11页
Aiming at the problem of insufficient feature extraction in single scale neural network model and the problem that convolutional neural network cannot process sequential tasks in the classification of EEG signals in d... Aiming at the problem of insufficient feature extraction in single scale neural network model and the problem that convolutional neural network cannot process sequential tasks in the classification of EEG signals in depression,a hybrid model(BFTCNet)of dualbranch convolutional neural network(Bi_CNN)and temporal convolutional network(TCN)based on feature recalibration(FR)was proposed to classify EEG signals of depressed patients and healthy controls.Firstly,Bi_CNN module was used to extract the mixed EEG features between different frequency bands and different channels.Secondly,FR module was used to enhance the features extracted by Bi_CNN.Finally,TCN with dilated causal convolution was used for the sequence learning to capture the temporal dependency between features.In this study,128 EEG channels of resting-state(closed-eye)EEG data from the public dataset MODMA were used as experimental data,including 29 healthy controls and 24 depression patients.The performance of the model was evaluated by the 10-fold cross validation method.The proposed BFTCNet achieves a classification accuracy of 95.98%,F1 score value of 95.47%,sensitivity and specificity of 94.21%and 97.50%,respectively.Compared with the single-scale network model EEGNet-8,2,the classification accuracy and F1 value are improved by 1.5%and 1.48%,respectively.Meanwhile,the ablation experiment proved that each sub-module had its contribution to the improvement of the model’s classification ability. 展开更多
关键词 multi-channel EEG signal dual-branch convolutional neural network feature recalibration temporal convolutional network
在线阅读 下载PDF
Single Image Deraining Using Dual Branch Network Based on Attention Mechanism for IoT 被引量:1
10
作者 Di Wang Bingcai Wei Liye Zhang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第11期1989-2000,共12页
Extracting useful details from images is essential for the Internet of Things project.However,in real life,various external environments,such as badweather conditions,will cause the occlusion of key target information... Extracting useful details from images is essential for the Internet of Things project.However,in real life,various external environments,such as badweather conditions,will cause the occlusion of key target information and image distortion,resulting in difficulties and obstacles to the extraction of key information,affecting the judgment of the real situation in the process of the Internet of Things,and causing system decision-making errors and accidents.In this paper,we mainly solve the problem of rain on the image occlusion,remove the rain grain in the image,and get a clear image without rain.Therefore,the single image deraining algorithm is studied,and a dual-branch network structure based on the attention module and convolutional neural network(CNN)module is proposed to accomplish the task of rain removal.In order to complete the rain removal of a single image with high quality,we apply the spatial attention module,channel attention module and CNN module to the network structure,and build the network using the coder-decoder structure.In the experiment,with the structural similarity(SSIM)and the peak signal-to-noise ratio(PSNR)as evaluation indexes,the training and testing results on the rain removal dataset show that the proposed structure has a good effect on the single image deraining task. 展开更多
关键词 Internet of Things image deraining dual-branch network structure attention module convolutional neural network
在线阅读 下载PDF
Explore the Mystery of the Origin of the Double Helix and the Biomembrane
11
作者 Xiangchen Yin 《Journal of Biosciences and Medicines》 2015年第3期1-5,共5页
In nature, the most possible reason that helix is chosen as the basic structure of life molecule is based on its simplest chiral three-dimensional structure. The process of the conversion from chemical molecules to do... In nature, the most possible reason that helix is chosen as the basic structure of life molecule is based on its simplest chiral three-dimensional structure. The process of the conversion from chemical molecules to double helical molecules is completed by the topology effect which belongs to the simplest way to form helix, and no external power is needed;moreover, the energy of double helix has fixed drive direction [1]. The dual-branch loop helix (II)—the transition state of double helix has many uses, for example, it can be turned to double helix, and it may be broken into two fragments of a and b which can construct more complicated structures. So the dual- branch loop helix (II) can provide special "building block" of assembling biomembrane and other life molecules. 展开更多
关键词 Topology Double HELIX dual-branch Loop HELIX Building Block BIOMEMBRANE
在线阅读 下载PDF
Dual Branch PnP Based Network for Monocular 6D Pose Estimation
12
作者 Jia-Yu Liang Hong-Bo Zhang +2 位作者 Qing Lei Ji-Xiang Du Tian-Liang Lin 《Intelligent Automation & Soft Computing》 SCIE 2023年第6期3243-3256,共14页
Monocular 6D pose estimation is a functional task in the field of com-puter vision and robotics.In recent years,2D-3D correspondence-based methods have achieved improved performance in multiview and depth data-based s... Monocular 6D pose estimation is a functional task in the field of com-puter vision and robotics.In recent years,2D-3D correspondence-based methods have achieved improved performance in multiview and depth data-based scenes.However,for monocular 6D pose estimation,these methods are affected by the prediction results of the 2D-3D correspondences and the robustness of the per-spective-n-point(PnP)algorithm.There is still a difference in the distance from the expected estimation effect.To obtain a more effective feature representation result,edge enhancement is proposed to increase the shape information of the object by analyzing the influence of inaccurate 2D-3D matching on 6D pose regression and comparing the effectiveness of the intermediate representation.Furthermore,although the transformation matrix is composed of rotation and translation matrices from 3D model points to 2D pixel points,the two variables are essentially different and the same network cannot be used for both variables in the regression process.Therefore,to improve the effectiveness of the PnP algo-rithm,this paper designs a dual-branch PnP network to predict rotation and trans-lation information.Finally,the proposed method is verified on the public LM,LM-O and YCB-Video datasets.The ADD(S)values of the proposed method are 94.2 and 62.84 on the LM and LM-O datasets,respectively.The AUC of ADD(-S)value on YCB-Video is 81.1.These experimental results show that the performance of the proposed method is superior to that of similar methods. 展开更多
关键词 6D pose monocular RGB edge enhancement dual-branch PnP 2D-3D correspondence
在线阅读 下载PDF
A Progressive Feature Fusion-Based Manhole Cover Defect Recognition Method
13
作者 Tingting Hu Xiangyu Ren +2 位作者 Wanfa Sun Shengying Yang Boyang Feng 《Journal of Computer and Communications》 2024年第8期307-316,共10页
Manhole cover defect recognition is of significant practical importance as it can accurately identify damaged or missing covers, enabling timely replacement and maintenance. Traditional manhole cover detection techniq... Manhole cover defect recognition is of significant practical importance as it can accurately identify damaged or missing covers, enabling timely replacement and maintenance. Traditional manhole cover detection techniques primarily focus on detecting the presence of covers rather than classifying the types of defects. However, manhole cover defects exhibit small inter-class feature differences and large intra-class feature variations, which makes their recognition challenging. To improve the classification of manhole cover defect types, we propose a Progressive Dual-Branch Feature Fusion Network (PDBFFN). The baseline backbone network adopts a multi-stage hierarchical architecture design using Res-Net50 as the visual feature extractor, from which both local and global information is obtained. Additionally, a Feature Enhancement Module (FEM) and a Fusion Module (FM) are introduced to enhance the network’s ability to learn critical features. Experimental results demonstrate that our model achieves a classification accuracy of 82.6% on a manhole cover defect dataset, outperforming several state-of-the-art fine-grained image classification models. 展开更多
关键词 Feature Enhancement PROGRESSIVE dual-branch Feature Fusion
在线阅读 下载PDF
Satellite anomaly detection based on reconstruction discrepancy theory utilizing a new dual-branch reconstruction model
14
作者 ZHAO HaoTian QIU Shi +1 位作者 LIU Ming CAO XiBin 《Science China(Technological Sciences)》 SCIE EI CAS CSCD 2024年第10期3294-3307,共14页
To enhance the accuracy of deep learning methods based on reconstruction discrepancy in satellite anomaly detection tasks,this study proposes a dual-branch reconstruction model(DBRM)and designs a comprehensive satelli... To enhance the accuracy of deep learning methods based on reconstruction discrepancy in satellite anomaly detection tasks,this study proposes a dual-branch reconstruction model(DBRM)and designs a comprehensive satellite anomaly detection framework around this model.Firstly,we introduce the temporal-channel mixer(TC-Mixer)module,which mainly comprises a self-attention layer for capturing long-range temporal dependencies in telemetry data,and two types of feed-forward networks(FFN)for extract-ing complex patterns in the temporal and channel dimension of telemetry data.This design endows the TC-Mixer module with robust capabilities for extracting complicated dependencies in telemetry data.Secondly,with the TC-Mixer module as the main component,we designed the DBRM.This model utilizes a shared latent representation layer,allowing the regeneration branch and forecasting branch of the DBRM to share most of the feature extraction network architecture.This approach significantly en-hances the model’s regression accuracy while reducing computational complexity.Thirdly,using the DBRM as the core network model,we devised a comprehensive satellite anomaly detection framework.This includes an anomaly criterion that considers the reconstruction discrepancy of both the regeneration and forecasting branches,the peak-over-threshold(POT)method for anomaly thresholding,and the MIC-based feature engineering method,etc.Finally,we conducted comparative experiments with several SOTA anomaly detection algorithms on two public and one private satellite anomaly detection datasets.The experimental results validate the effectiveness and superiority of our proposed method. 展开更多
关键词 anomaly detection reconstruction discrepancy dual-branch reconstruction model(DBRM) satellite telemetry data time series
原文传递
Highly efficient recognition of similar objects based on ionic robotic tactile sensors
15
作者 Yongkang Kong Guanyin Cheng +6 位作者 Mengqin Zhang Yongting Zhao Wujun Meng Xin Tian Bihao Sun Fuping Yang Dapeng Wei 《Science Bulletin》 SCIE EI CAS CSCD 2024年第13期2089-2098,共10页
Tactile sensing provides robots the ability of object recognition,fine operation,natural interaction,etc.However,in the actual scenario,robotic tactile recognition of similar objects still faces difficulties such as l... Tactile sensing provides robots the ability of object recognition,fine operation,natural interaction,etc.However,in the actual scenario,robotic tactile recognition of similar objects still faces difficulties such as low efficiency and accuracy,resulting from a lack of high-performance sensors and intelligent recognition algorithms.In this paper,a flexible sensor combining a pyramidal microstructure with a gradient conformal ionic gel coating was demonstrated,exhibiting excellent signal-to-noise ratio(48 dB),low detection limit(1 Pa),high sensitivity(92.96 kPa^(-1)),fast response time(55 ms),and outstanding stability over 15,000 compression-release cycles.Furthermore,a Pressure-Slip Dual-Branch Convolutional Neural Network(PSNet)architecture was proposed to separately extract hardness and texture features and perform feature fusion.In tactile experiments on different kinds of leaves,a recognition rate of 97.16%was achieved,and surpassed that of human hands recognition(72.5%).These researches showed the great potential in a broad application in bionic robots,intelligent prostheses,and precise human–computer interaction. 展开更多
关键词 Tactile recognition Conformal ionic gel coating Flexible sensors dual-branch convolutional neural network
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部