•   按检索    检索词:    高级检索
     排序:相关度 OA 时间 被引次数 点击次数 下载次数 共有10000条符合的查询结果,以下是第8801-8820项 搜索用时 173 毫秒
[首页] « 上一页 [436] [437] [438] [439] [440] 441 [442] [443] [444] [445] [446] 下一页 » 末  页»
8801.
  
稀疏矩阵向量乘(SpMV)是一种重要的数值线性代数运算,现有的优化存在预处理及通信时间考虑不全面、存储结构不具有普适性等问题。为了解决这些问题,提出异构平台下SpMV的自适应优化方案。所提方案利用皮尔逊相关系数确定相关度高的特征参数,并使用基于梯度提升决策树(GBDT)的极端梯度… …   相似文献
8802.
  
随着大语言模型(LLM)在金融领域的应用潜力不断显现;评估金融大模型的性能变得尤为重要。然而;由于当下的金融评估方法评估任务单一、评测数据集覆盖面不足以及测评基准数据污染等方面的局限;大模型在金融领域的潜力尚未得到充分探索。基于此;提出了中文金融大模型评估方法CFB;构建36个数… …   相似文献
8803.
本文提出一种名为E2E-DRNet的模型,旨在解决当前人工糖尿病视网膜病变(diabetic retinopathy,DR)诊断中分类性能差、耗时费力以及视网膜图像等级差异小、病灶不明显等问题.该模型基于EfficientNetV2,并结合了有效通道注意力模块.通过对DR数据集进… …   相似文献
8804.
  
信息超材料是一种人工结构阵列,其能够通过设计单元参数的排列方式定制等效材料和媒质属性,实现对电磁场和电磁波的灵活调控,带来全新的物理现象.基于信息超材料孔径的微波计算成像(Microwave Computational Imaging based Information Meta… …   相似文献
8805.
8806.
8807.
  
精准的网络流量预测是实现网络精细化和智能化管理的关键,也是网络运营商、云服务提供商等实现网络智能运维及应用服务保障的重要支撑,属于当前业界研究的热点.网络流量预测问题一般可被视为一种时间序列预测问题,现有时间序列预测模型虽然能起到一定作用,但这些通用模型很少考虑流量数据集本身特点… …   相似文献
8808.
  
数据订正是资料同化的核心过程之一,即通过修正和校准数据提高资料同化的效果。针对气象观测存在多种误差导致气象数据存在偏差的问题,综述深度学习在气象数据订正中的应用,应用场景包括气象模式订正、天气预报和气候预测。首先,介绍气象数据订正的重要性,同时回顾传统的气象数据订正方法,如统计学… …   相似文献
8809.
ObjectiveTexture shows different characteristics on different scales. On a smaller scale, the texture may appear more intricate and detailed, but on a larger scale, texture may present large structures and patterns. Therefore, texture patterns are complex and diverse and show various characteristics across patterns. For example, structural texture has clear geometric shape and arrangement, natural texture has randomness and complexity, and abstract texture presents a combination of different colors, lines, and patterns. While the human visual system can effectively distinguish an ordered structure from a disordered one, computers are generally unable to do so. Texture filtering is a basic and important tool in the fields of computer vision and computer graphics whose main purpose is to filter out unnecessary texture details and maintain the stability of the core structure. The mainstream texture filtering methods are mainly divided into local- and global-based methods. However, the existing texture filtering methods do not effectively guarantee the structural stability while filtering the texture. To address this problem, we propose an adaptive regularization of the weighted relative total variation for image smoothing algorithm.MethodThe main idea of this algorithm is to obtain a structure measure amplitude image with high texture structure discrimination and then use the relative total variation model to smooth this image according to the difference between the texture and structure. Our method implements texture filtering and structure preservation in three steps. First, we propose a multi-scale interval circular gradient operator that can effectively distinguish texture from structure. By inputting the intensity change information of the interval gradient in the horizontal and vertical directions (captured by the interval circular gradient operator) into the frame of directional anisotropic structure measurement (DASM), we generate a structure measure amplitude image with high contrast. In each iteration, we constantly adjust the scale radius of the interval circular gradient operator, where the scale radius of the interval circular gradient operator decreases as the number of iterations increases. On the one hand, this approach can capture the low-level semantic information of the texture structure in a large range at the initial stage of iteration and suppress the texture effectively. On the other hand, this approach can accurately capture the advanced semantic information of the texture structure at the end of the iteration to keep the structure stable. Second, given the high accuracy of the Gaussian mixture model in data classification, we separate the texture and structure layers of the structure measure amplitude image by using this model along with the EM algorithm. Before the separation operation, we conduct a morphological erosion operation on the image to refine the structure edge and shrink the structure area so as to improve the accuracy of the separation result. Finally, we adaptively assign regularization weights according to the structure measure amplitude image and the texture structure separation image. We assign a regularization term with high weight to the texture region for texture suppression, and we allocate a regularization term with a small weight in the structure area to maintain the stability of the fine structure and to ensure that the texture is filtered out in a large area to the greatest extent while maintaining the integrity of the structure.ResultWe ran our experiment on the Windows platform and implement our algorithm using Opencv and MATLAB. We defined three main parameters, including the maximum scale radius of the multi-scale interval circular gradient operator, the regular term of the texture region, and the regular term of the structure region. Maximum scale radius controls how much texture is suppressed. A larger regular term of the texture region corresponds to smoother filtering results, while a smaller regular term of the structure region corresponds to a better structure retention ability. On the visual level, by testing the images of oil paintings, cross embroideries, graffiti, murals, and natural scenes and comparing with the existing mainstream texture filtering methods, our proposed algorithm not only effectively suppresses the strong gradient texture but also maintains the stability of the edge of the weak gradient structure. In terms of quantitative measurement, by removing compressed traces of JPG images and smoothing Gaussian noise images, our proposed algorithm obtains the maximum peak signal-to-noise ratio (PSNR) and structural similarity index (SSIM) compared with the relative total variation, rolling guidance filtering, bilateral texture filtering, scale-aware texture filtering, and L0 gradient minimization.ConclusionCompared with the existing texture filtering methods, the proposed algorithm achieves strong gradient texture suppression and fine structure preservation by using the adaptive allocation of regularization weights and completes the differentiated filtering operation between the texture and structure. Experiments show that our algorithm can maintain the main structure of the image and achieve gradient smoothing. This algorithm can be used to design powerful image preprocessing methods for image stylization, detail enhancement, HDR tone mapping, superpixel segmentation, and other fields sensitive to strong gradient texture.… …   相似文献
《中国图象图形学报》2024,29(12):3578-3594
8810.
ObjectiveCholangiocarcinoma is a type of cancer with high fatality rate, and the early detection and treatment of cancer can significantly r… …   相似文献
《中国图象图形学报》2024,29(12):3817-3832
8811.
8812.
Hadoop系统作为大数据存储的分布式架构被广泛使用,运行时生成大量日志数据来记录设备的异常情况,这为定位和分析问题提供重要线索.然而,传统的日志异常检测模型通常在中心服务器上收集日志数据,导致数据收集过程中存在敏感信息泄露的风险.联邦学习作为一种新的机器学习范式,通过在本地服务… …   相似文献
8813.
8814.
  
借助于StyleGANs的解纠缠表示和多模态预训练模型中不同模态之间的语义对应关系,现有方法在跨模态风格迁移领域取得了较好的结果。然而,基于图像尺度分解的StyleGANs的潜在空间不利于局部属性的编辑,这会造成在迁移时对无关部分的干扰。该文提出细粒度文本引导的跨模态风格迁移模型… …   相似文献
8815.
8816.
提出并解决一种饱和脉冲多智能体系统在拒绝服务(Denial of service, DOS)攻击环境中的安全定制化一致性控制问题. 首先引入微分机制和加权策略, 构建一种带可调参数一致性模式项的系统模型, 以满足复杂场景对一致性的定制化需求. 其次结合饱和效应和脉冲机制, 为系统… …   相似文献
胡翔  熊余  张祖凡 《自动化学报》2024,50(12):2499-2512
8817.
  
针对多智能体在大型仓储环境中进行路径规划时,现有算法有智能体易陷入拥堵区域和耗时长的问题,提出一种改良的基于冲突搜索(CBS)算法。首先,优化现有单一的仓储环境建模方式,在易解决路径冲突的传统的栅格化建模的基础上,提出栅格-热力图的混合建模方式,并通过热力图定位仓储中的拥堵区域,… …   相似文献
8818.
针对当前众包平台面临的订单类型多样性(外卖订单与快递订单)和配送骑手的同质化(单一外卖型与单一快递型)问题, 且现有众包配送机制较少兼顾商家和顾客满意度, 在派单模式下考虑骑手的异质性, 通过引入全能型骑手, 将骑手划分为单一外卖型、单一快递型和全能型3类, 根据各类骑手可服务的… …   相似文献
8819.
  
大模型是指拥有庞大参数量的深度学习模型,具备强大的表征学习和生成能力,对自然语言处理等领域产生了深远影响。随着技术的不断进步,大模型在性能和应用范围上不断取得突破,成为人工智能领域的研究热点。然而,大模型的发展也面临着一些挑战,如模型训练成本高、参数冗余以及跨语言应用存在局限性等… …   相似文献
8820.
自主研制的申威智能加速卡上搭载了脉动阵列增强的申威众核处理器,其智能计算能力与主流GPU相当,但仍缺少配套的基础软件.为降低申威智能加速卡的使用门槛,有效支撑人工智能应用开发,设计面向申威智能加速卡的运行时系统SDAA,语义与主流的CUDA运行时保持一致.针对内存管理、数据传输、… …   相似文献
[首页] « 上一页 [436] [437] [438] [439] [440] 441 [442] [443] [444] [445] [446] 下一页 » 末  页»