首页 > 最新文献

Journal of Computer Science and Technology最新文献

英文 中文
Enhancing Storage Efficiency and Performance: A Survey of Data Partitioning Techniques 提高存储效率和性能:数据分区技术概览
IF 1.9 3区 计算机科学 Q4 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-06-06 DOI: 10.1007/s11390-024-3538-1
Peng-Ju Liu, Cui-Ping Li, Hong Chen

Data partitioning techniques are pivotal for optimal data placement across storage devices, thereby enhancing resource utilization and overall system throughput. However, the design of effective partition schemes faces multiple challenges, including considerations of the cluster environment, storage device characteristics, optimization objectives, and the balance between partition quality and computational efficiency. Furthermore, dynamic environments necessitate robust partition detection mechanisms. This paper presents a comprehensive survey structured around partition deployment environments, outlining the distinguishing features and applicability of various partitioning strategies while delving into how these challenges are addressed. We discuss partitioning features pertaining to database schema, table data, workload, and runtime metrics. We then delve into the partition generation process, segmenting it into initialization and optimization stages. A comparative analysis of partition generation and update algorithms is provided, emphasizing their suitability for different scenarios and optimization objectives. Additionally, we illustrate the applications of partitioning in prevalent database products and suggest potential future research directions and solutions. This survey aims to foster the implementation, deployment, and updating of high-quality partitions for specific system scenarios.

数据分区技术对于在存储设备间优化数据放置,从而提高资源利用率和整体系统吞吐量至关重要。然而,有效分区方案的设计面临多重挑战,包括集群环境、存储设备特性、优化目标以及分区质量和计算效率之间的平衡等方面的考虑。此外,动态环境也需要稳健的分区检测机制。本文围绕分区部署环境进行了全面调查,概述了各种分区策略的显著特点和适用性,同时深入探讨了如何应对这些挑战。我们讨论了与数据库模式、表数据、工作负载和运行时指标相关的分区特征。然后,我们深入探讨分区生成过程,将其划分为初始化和优化阶段。我们对分区生成和更新算法进行了比较分析,强调了它们对不同场景和优化目标的适用性。此外,我们还说明了分区在主流数据库产品中的应用,并提出了潜在的未来研究方向和解决方案。本调查旨在促进针对特定系统场景的高质量分区的实施、部署和更新。
{"title":"Enhancing Storage Efficiency and Performance: A Survey of Data Partitioning Techniques","authors":"Peng-Ju Liu, Cui-Ping Li, Hong Chen","doi":"10.1007/s11390-024-3538-1","DOIUrl":"https://doi.org/10.1007/s11390-024-3538-1","url":null,"abstract":"<p>Data partitioning techniques are pivotal for optimal data placement across storage devices, thereby enhancing resource utilization and overall system throughput. However, the design of effective partition schemes faces multiple challenges, including considerations of the cluster environment, storage device characteristics, optimization objectives, and the balance between partition quality and computational efficiency. Furthermore, dynamic environments necessitate robust partition detection mechanisms. This paper presents a comprehensive survey structured around partition deployment environments, outlining the distinguishing features and applicability of various partitioning strategies while delving into how these challenges are addressed. We discuss partitioning features pertaining to database schema, table data, workload, and runtime metrics. We then delve into the partition generation process, segmenting it into initialization and optimization stages. A comparative analysis of partition generation and update algorithms is provided, emphasizing their suitability for different scenarios and optimization objectives. Additionally, we illustrate the applications of partitioning in prevalent database products and suggest potential future research directions and solutions. This survey aims to foster the implementation, deployment, and updating of high-quality partitions for specific system scenarios.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141519208","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CAT: A Simple yet Effective Cross-Attention Transformer for One-Shot Object Detection CAT:用于单次物体检测的简单而有效的交叉注意变换器
IF 1.9 3区 计算机科学 Q4 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-06-06 DOI: 10.1007/s11390-024-1743-6
Wei-Dong Lin, Yu-Yan Deng, Yang Gao, Ning Wang, Ling-Qiao Liu, Lei Zhang, Peng Wang

Given a query patch from a novel class, one-shot object detection aims to detect all instances of this class in a target image through the semantic similarity comparison. However, due to the extremely limited guidance in the novel class as well as the unseen appearance difference between the query and target instances, it is difficult to appropriately exploit their semantic similarity and generalize well. To mitigate this problem, we present a universal Cross-Attention Transformer (CAT) module for accurate and efficient semantic similarity comparison in one-shot object detection. The proposed CAT utilizes the transformer mechanism to comprehensively capture bi-directional correspondence between any paired pixels from the query and the target image, which empowers us to sufficiently exploit their semantic characteristics for accurate similarity comparison. In addition, the proposed CAT enables feature dimensionality compression for inference speedup without performance loss. Extensive experiments on three object detection datasets MS-COCO, PASCAL VOC and FSOD under the one-shot setting demonstrate the effectiveness and efficiency of our model, e.g., it surpasses CoAE, a major baseline in this task, by 1.0% in average precision (AP) on MS-COCO and runs nearly 2.5 times faster.

给定一个新类别的查询补丁,单次对象检测旨在通过语义相似性比较来检测目标图像中该类别的所有实例。然而,由于新类别的指导性极其有限,而且查询实例和目标实例之间存在未见的外观差异,因此很难适当地利用它们的语义相似性并进行良好的泛化。为了缓解这一问题,我们提出了一种通用的交叉注意力转换器(CAT)模块,用于在单次对象检测中进行准确、高效的语义相似性比较。所提出的 CAT 利用变换器机制全面捕捉查询图像和目标图像中任何配对像素之间的双向对应关系,从而使我们能够充分利用它们的语义特征进行准确的相似性比较。此外,所提出的 CAT 还能压缩特征维度,从而在不损失性能的情况下加快推理速度。在 MS-COCO、PASCAL VOC 和 FSOD 三个对象检测数据集上进行的单次检测设置的广泛实验证明了我们模型的有效性和效率,例如,在 MS-COCO 上,它的平均精度 (AP) 比该任务的主要基准 CoAE 高出 1.0%,运行速度快了近 2.5 倍。
{"title":"CAT: A Simple yet Effective Cross-Attention Transformer for One-Shot Object Detection","authors":"Wei-Dong Lin, Yu-Yan Deng, Yang Gao, Ning Wang, Ling-Qiao Liu, Lei Zhang, Peng Wang","doi":"10.1007/s11390-024-1743-6","DOIUrl":"https://doi.org/10.1007/s11390-024-1743-6","url":null,"abstract":"<p>Given a query patch from a novel class, one-shot object detection aims to detect all instances of this class in a target image through the semantic similarity comparison. However, due to the extremely limited guidance in the novel class as well as the unseen appearance difference between the query and target instances, it is difficult to appropriately exploit their semantic similarity and generalize well. To mitigate this problem, we present a universal Cross-Attention Transformer (CAT) module for accurate and efficient semantic similarity comparison in one-shot object detection. The proposed CAT utilizes the transformer mechanism to comprehensively capture bi-directional correspondence between any paired pixels from the query and the target image, which empowers us to sufficiently exploit their semantic characteristics for accurate similarity comparison. In addition, the proposed CAT enables feature dimensionality compression for inference speedup without performance loss. Extensive experiments on three object detection datasets MS-COCO, PASCAL VOC and FSOD under the one-shot setting demonstrate the effectiveness and efficiency of our model, e.g., it surpasses CoAE, a major baseline in this task, by 1.0% in average precision (AP) on MS-COCO and runs nearly 2.5 times faster.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141519275","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Random Subspace Sampling for Classification with Missing Data 缺失数据分类的随机子空间采样
IF 1.9 3区 计算机科学 Q4 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-06-06 DOI: 10.1007/s11390-023-1611-9
Yun-Hao Cao, Jian-Xin Wu

Many real-world datasets suffer from the unavoidable issue of missing values, and therefore classification with missing data has to be carefully handled since inadequate treatment of missing values will cause large errors. In this paper, we propose a random subspace sampling method, RSS, by sampling missing items from the corresponding feature histogram distributions in random subspaces, which is effective and efficient at different levels of missing data. Unlike most established approaches, RSS does not train on fixed imputed datasets. Instead, we design a dynamic training strategy where the filled values change dynamically by resampling during training. Moreover, thanks to the sampling strategy, we design an ensemble testing strategy where we combine the results of multiple runs of a single model, which is more efficient and resource-saving than previous ensemble methods. Finally, we combine these two strategies with the random subspace method, which makes our estimations more robust and accurate. The effectiveness of the proposed RSS method is well validated by experimental studies.

现实世界中的许多数据集都不可避免地存在缺失值的问题,因此必须谨慎处理缺失数据的分类,因为对缺失值处理不当会导致很大的误差。在本文中,我们提出了一种随机子空间抽样方法--RSS,即从随机子空间中相应的特征直方图分布中抽取缺失项,这种方法在不同程度的缺失数据中都有效且高效。与大多数已有方法不同的是,RSS 不在固定的估算数据集上进行训练。相反,我们设计了一种动态训练策略,在训练过程中通过重新采样动态改变填充值。此外,得益于采样策略,我们还设计了一种集合测试策略,将单个模型的多次运行结果结合起来,这比以往的集合方法更高效、更节省资源。最后,我们将这两种策略与随机子空间方法相结合,从而使我们的估计更加稳健和准确。实验研究充分验证了所提出的 RSS 方法的有效性。
{"title":"Random Subspace Sampling for Classification with Missing Data","authors":"Yun-Hao Cao, Jian-Xin Wu","doi":"10.1007/s11390-023-1611-9","DOIUrl":"https://doi.org/10.1007/s11390-023-1611-9","url":null,"abstract":"<p>Many real-world datasets suffer from the unavoidable issue of missing values, and therefore classification with missing data has to be carefully handled since inadequate treatment of missing values will cause large errors. In this paper, we propose a random subspace sampling method, RSS, by sampling missing items from the corresponding feature histogram distributions in random subspaces, which is effective and efficient at different levels of missing data. Unlike most established approaches, RSS does not train on fixed imputed datasets. Instead, we design a dynamic training strategy where the filled values change dynamically by resampling during training. Moreover, thanks to the sampling strategy, we design an ensemble testing strategy where we combine the results of multiple runs of a single model, which is more efficient and resource-saving than previous ensemble methods. Finally, we combine these two strategies with the random subspace method, which makes our estimations more robust and accurate. The effectiveness of the proposed RSS method is well validated by experimental studies.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141519276","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards High-Performance Graph Processing: From a Hardware/Software Co-Design Perspective 实现高性能图形处理:从硬件/软件协同设计的角度出发
IF 1.9 3区 计算机科学 Q4 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-06-06 DOI: 10.1007/s11390-024-4150-0
Xiao-Fei Liao, Wen-Ju Zhao, Hai Jin, Peng-Cheng Yao, Yu Huang, Qing-Gang Wang, Jin Zhao, Long Zheng, Yu Zhang, Zhi-Yuan Shao

Graph processing has been widely used in many scenarios, from scientific computing to artificial intelligence. Graph processing exhibits irregular computational parallelism and random memory accesses, unlike traditional workloads. Therefore, running graph processing workloads on conventional architectures (e.g., CPUs and GPUs) often shows a significantly low compute-memory ratio with few performance benefits, which can be, in many cases, even slower than a specialized single-thread graph algorithm. While domain-specific hardware designs are essential for graph processing, it is still challenging to transform the hardware capability to performance boost without coupled software codesigns. This article presents a graph processing ecosystem from hardware to software. We start by introducing a series of hardware accelerators as the foundation of this ecosystem. Subsequently, the codesigned parallel graph systems and their distributed techniques are presented to support graph applications. Finally, we introduce our efforts on novel graph applications and hardware architectures. Extensive results show that various graph applications can be efficiently accelerated in this graph processing ecosystem.

图处理已被广泛应用于从科学计算到人工智能等多个领域。与传统工作负载不同,图处理具有不规则的计算并行性和随机内存访问。因此,在传统架构(如 CPU 和 GPU)上运行图处理工作负载时,计算内存比往往明显偏低,性能优势也不明显,在很多情况下甚至比专门的单线程图算法还要慢。虽然特定领域的硬件设计对图处理至关重要,但在没有耦合软件代码设计的情况下,将硬件能力转化为性能提升仍具有挑战性。本文介绍了从硬件到软件的图处理生态系统。我们首先介绍了一系列硬件加速器,作为该生态系统的基础。随后,介绍了支持图形应用的代码设计并行图形系统及其分布式技术。最后,我们介绍了我们在新型图形应用和硬件架构方面所做的努力。大量结果表明,各种图应用都可以在这个图处理生态系统中得到有效加速。
{"title":"Towards High-Performance Graph Processing: From a Hardware/Software Co-Design Perspective","authors":"Xiao-Fei Liao, Wen-Ju Zhao, Hai Jin, Peng-Cheng Yao, Yu Huang, Qing-Gang Wang, Jin Zhao, Long Zheng, Yu Zhang, Zhi-Yuan Shao","doi":"10.1007/s11390-024-4150-0","DOIUrl":"https://doi.org/10.1007/s11390-024-4150-0","url":null,"abstract":"<p>Graph processing has been widely used in many scenarios, from scientific computing to artificial intelligence. Graph processing exhibits irregular computational parallelism and random memory accesses, unlike traditional workloads. Therefore, running graph processing workloads on conventional architectures (e.g., CPUs and GPUs) often shows a significantly low compute-memory ratio with few performance benefits, which can be, in many cases, even slower than a specialized single-thread graph algorithm. While domain-specific hardware designs are essential for graph processing, it is still challenging to transform the hardware capability to performance boost without coupled software codesigns. This article presents a graph processing ecosystem from hardware to software. We start by introducing a series of hardware accelerators as the foundation of this ecosystem. Subsequently, the codesigned parallel graph systems and their distributed techniques are presented to support graph applications. Finally, we introduce our efforts on novel graph applications and hardware architectures. Extensive results show that various graph applications can be efficiently accelerated in this graph processing ecosystem.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141546853","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Qubit Mapping Based on Tabu Search 基于塔布搜索的 Qubit 映射
IF 1.9 3区 计算机科学 Q4 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-06-06 DOI: 10.1007/s11390-023-2121-5
Hui Jiang, Yu-Xin Deng, Ming Xu

The goal of qubit mapping is to map a logical circuit to a physical device by introducing additional gates as few as possible in an acceptable amount of time. We present an effective approach called Tabu Search Based Adjustment (TSA) algorithm to construct the mappings. It consists of two key steps: one is making use of a combined subgraph isomorphism and completion to initialize some candidate mappings, and the other is dynamically modifying the mappings by TSA. Our experiments show that, compared with state-of-the-art methods, TSA can generate mappings with a smaller number of additional gates and have better scalability for large-scale circuits.

量子位映射的目标是在可接受的时间内,通过引入尽可能少的附加门,将逻辑电路映射到物理设备。我们提出了一种名为基于塔布搜索调整(Tabu Search Based Adjustment,TSA)算法的有效方法来构建映射。它由两个关键步骤组成:一个是利用子图同构和补全组合来初始化一些候选映射,另一个是通过 TSA 动态修改映射。我们的实验表明,与最先进的方法相比,TSA 可以用较少的额外门数生成映射,对大规模电路具有更好的可扩展性。
{"title":"Qubit Mapping Based on Tabu Search","authors":"Hui Jiang, Yu-Xin Deng, Ming Xu","doi":"10.1007/s11390-023-2121-5","DOIUrl":"https://doi.org/10.1007/s11390-023-2121-5","url":null,"abstract":"<p>The goal of qubit mapping is to map a logical circuit to a physical device by introducing additional gates as few as possible in an acceptable amount of time. We present an effective approach called Tabu Search Based Adjustment (TSA) algorithm to construct the mappings. It consists of two key steps: one is making use of a combined subgraph isomorphism and completion to initialize some candidate mappings, and the other is dynamically modifying the mappings by TSA. Our experiments show that, compared with state-of-the-art methods, TSA can generate mappings with a smaller number of additional gates and have better scalability for large-scale circuits.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141519210","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
WavEnhancer: Unifying Wavelet and Transformer for Image Enhancement WavEnhancer:统一小波和变换器以增强图像效果
IF 1.9 3区 计算机科学 Q4 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-06-06 DOI: 10.1007/s11390-024-3414-z
Zi-Nuo Li, Xu-Hang Chen, Shu-Na Guo, Shu-Qiang Wang, Chi-Man Pun

Image enhancement is a widely used technique in digital image processing that aims to improve image aesthetics and visual quality. However, traditional methods of enhancement based on pixel-level or global-level modifications have limited effectiveness. Recently, as learning-based techniques gain popularity, various studies are now focusing on utilizing networks for image enhancement. However, these techniques often fail to optimize image frequency domains. This study addresses this gap by introducing a transformer-based model for improving images in the wavelet domain. The proposed model refines various frequency bands of an image and prioritizes local details and high-level features. Consequently, the proposed technique produces superior enhancement results. The proposed model’s performance was assessed through comprehensive benchmark evaluations, and the results suggest it outperforms the state-of-the-art techniques.

图像增强是数字图像处理中广泛使用的一种技术,旨在提高图像的美感和视觉质量。然而,基于像素级或全局级修改的传统增强方法效果有限。最近,随着基于学习的技术越来越受欢迎,各种研究开始关注利用网络进行图像增强。然而,这些技术往往无法优化图像频域。本研究通过引入一种基于变压器的模型来改善小波域中的图像,从而弥补了这一不足。所提出的模型会细化图像的各个频段,并优先考虑局部细节和高级特征。因此,所提出的技术能产生卓越的增强效果。通过全面的基准评估对所提出模型的性能进行了评估,结果表明它优于最先进的技术。
{"title":"WavEnhancer: Unifying Wavelet and Transformer for Image Enhancement","authors":"Zi-Nuo Li, Xu-Hang Chen, Shu-Na Guo, Shu-Qiang Wang, Chi-Man Pun","doi":"10.1007/s11390-024-3414-z","DOIUrl":"https://doi.org/10.1007/s11390-024-3414-z","url":null,"abstract":"<p>Image enhancement is a widely used technique in digital image processing that aims to improve image aesthetics and visual quality. However, traditional methods of enhancement based on pixel-level or global-level modifications have limited effectiveness. Recently, as learning-based techniques gain popularity, various studies are now focusing on utilizing networks for image enhancement. However, these techniques often fail to optimize image frequency domains. This study addresses this gap by introducing a transformer-based model for improving images in the wavelet domain. The proposed model refines various frequency bands of an image and prioritizes local details and high-level features. Consequently, the proposed technique produces superior enhancement results. The proposed model’s performance was assessed through comprehensive benchmark evaluations, and the results suggest it outperforms the state-of-the-art techniques.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141546856","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Transfer Function Design for Medical Volume Data Using a Knowledge Database Based on Deep Image and Primitive Intensity Profile Features Retrieval 基于深度图像和原始强度轮廓特征检索的知识数据库医学卷数据传输函数设计
IF 1.9 3区 计算机科学 Q2 Computer Science Pub Date : 2024-05-10 DOI: 10.1007/s11390-024-3419-7
Younhyun Jung, Jim Kong, Bin Sheng, Jinman Kim

Direct volume rendering (DVR) is a technique that emphasizes structures of interest (SOIs) within a volume visually, while simultaneously depicting adjacent regional information, e.g., the spatial location of a structure concerning its neighbors. In DVR, transfer function (TF) plays a key role by enabling accurate identification of SOIs interactively as well as ensuring appropriate visibility of them. TF generation typically involves non-intuitive trial-and-error optimization of rendering parameters, which is time-consuming and inefficient. Attempts at mitigating this manual process have led to approaches that make use of a knowledge database consisting of pre-designed TFs by domain experts. In these approaches, a user navigates the knowledge database to find the most suitable pre-designed TF for their input volume to visualize the SOIs. Although these approaches potentially reduce the workload to generate the TFs, they, however, require manual TF navigation of the knowledge database, as well as the likely fine tuning of the selected TF to suit the input. In this work, we propose a TF design approach, CBR-TF, where we introduce a new content-based retrieval (CBR) method to automatically navigate the knowledge database. Instead of pre-designed TFs, our knowledge database contains volumes with SOI labels. Given an input volume, our CBR-TF approach retrieves relevant volumes (with SOI labels) from the knowledge database; the retrieved labels are then used to generate and optimize TFs of the input. This approach largely reduces manual TF navigation and fine tuning. For our CBR-TF approach, we introduce a novel volumetric image feature which includes both a local primitive intensity profile along the SOIs and regional spatial semantics available from the co-planar images to the profile. For the regional spatial semantics, we adopt a convolutional neural network to obtain high-level image feature representations. For the intensity profile, we extend the dynamic time warping technique to address subtle alignment differences between similar profiles (SOIs). Finally, we propose a two-stage CBR scheme to enable the use of these two different feature representations in a complementary manner, thereby improving SOI retrieval performance. We demonstrate the capabilities of our CBR-TF approach with comparison with a conventional approach in visualization, where an intensity profile matching algorithm is used, and also with potential use-cases in medical volume visualization.

直接体积渲染(DVR)是一种在视觉上强调体积内感兴趣的结构(SOIs),同时描绘相邻区域信息的技术,例如,一个结构与其相邻结构的空间位置。在 DVR 中,传递函数(TF)起着关键作用,它能以交互方式准确识别 SOI,并确保其适当的可见性。TF 生成通常需要对渲染参数进行非直观的试错优化,既耗时又低效。为了减少这种手动过程,人们尝试使用由领域专家预先设计的 TF 组成的知识数据库。在这些方法中,用户通过浏览知识数据库来找到最适合其输入体积的预设计 TF,从而实现 SOI 可视化。虽然这些方法有可能减少生成 TF 的工作量,但它们需要对知识数据库进行手动 TF 导航,还可能需要对选定的 TF 进行微调以适应输入。在这项工作中,我们提出了一种 TF 设计方法--CBR-TF,其中我们引入了一种新的基于内容的检索(CBR)方法来自动导航知识数据库。我们的知识数据库不包含预先设计的 TF,而是包含带有 SOI 标签的卷。给定一个输入卷,我们的 CBR-TF 方法会从知识数据库中检索相关卷(带 SOI 标签);然后利用检索到的标签生成和优化输入的 TF。这种方法在很大程度上减少了人工 TF 导航和微调。在 CBR-TF 方法中,我们引入了一种新颖的容积图像特征,其中包括沿 SOI 的局部原始强度剖面和从共平面图像到剖面的区域空间语义。对于区域空间语义,我们采用卷积神经网络来获得高级图像特征表示。对于强度剖面,我们扩展了动态时间扭曲技术,以解决相似剖面(SOIs)之间微妙的配准差异。最后,我们提出了一种两阶段 CBR 方案,以互补的方式使用这两种不同的特征表示,从而提高 SOI 检索性能。我们将 CBR-TF 方法与可视化领域的传统方法(使用强度剖面匹配算法)以及医学体量可视化领域的潜在用例进行了比较,从而展示了 CBR-TF 方法的能力。
{"title":"A Transfer Function Design for Medical Volume Data Using a Knowledge Database Based on Deep Image and Primitive Intensity Profile Features Retrieval","authors":"Younhyun Jung, Jim Kong, Bin Sheng, Jinman Kim","doi":"10.1007/s11390-024-3419-7","DOIUrl":"https://doi.org/10.1007/s11390-024-3419-7","url":null,"abstract":"<p>Direct volume rendering (DVR) is a technique that emphasizes structures of interest (SOIs) within a volume visually, while simultaneously depicting adjacent regional information, e.g., the spatial location of a structure concerning its neighbors. In DVR, transfer function (TF) plays a key role by enabling accurate identification of SOIs interactively as well as ensuring appropriate visibility of them. TF generation typically involves non-intuitive trial-and-error optimization of rendering parameters, which is time-consuming and inefficient. Attempts at mitigating this manual process have led to approaches that make use of a knowledge database consisting of pre-designed TFs by domain experts. In these approaches, a user navigates the knowledge database to find the most suitable pre-designed TF for their input volume to visualize the SOIs. Although these approaches potentially reduce the workload to generate the TFs, they, however, require manual TF navigation of the knowledge database, as well as the likely fine tuning of the selected TF to suit the input. In this work, we propose a TF design approach, CBR-TF, where we introduce a new content-based retrieval (CBR) method to automatically navigate the knowledge database. Instead of pre-designed TFs, our knowledge database contains volumes with SOI labels. Given an input volume, our CBR-TF approach retrieves relevant volumes (with SOI labels) from the knowledge database; the retrieved labels are then used to generate and optimize TFs of the input. This approach largely reduces manual TF navigation and fine tuning. For our CBR-TF approach, we introduce a novel volumetric image feature which includes both a local primitive intensity profile along the SOIs and regional spatial semantics available from the co-planar images to the profile. For the regional spatial semantics, we adopt a convolutional neural network to obtain high-level image feature representations. For the intensity profile, we extend the dynamic time warping technique to address subtle alignment differences between similar profiles (SOIs). Finally, we propose a two-stage CBR scheme to enable the use of these two different feature representations in a complementary manner, thereby improving SOI retrieval performance. We demonstrate the capabilities of our CBR-TF approach with comparison with a conventional approach in visualization, where an intensity profile matching algorithm is used, and also with potential use-cases in medical volume visualization.</p>","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-05-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140930540","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Methods and tools for the development and evaluation of refactorings to improve the user experience in web applications. 开发和评估重构的方法和工具,以改善网络应用程序的用户体验。
IF 1.9 3区 计算机科学 Q2 Computer Science Pub Date : 2024-04-22 DOI: 10.24215/16666038.24.e06
Juan Cruz Gardey
{"title":"Methods and tools for the development and evaluation of refactorings to improve the user experience in web applications.","authors":"Juan Cruz Gardey","doi":"10.24215/16666038.24.e06","DOIUrl":"https://doi.org/10.24215/16666038.24.e06","url":null,"abstract":"","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-04-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140674398","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Governance of Technologies and Information Systems for the Higher Education: Systematic Mapping of Study 高等教育技术和信息系统的管理:研究的系统规划
IF 1.9 3区 计算机科学 Q2 Computer Science Pub Date : 2024-04-22 DOI: 10.24215/16666038.24.e05
Vicente Merchán-Rodríguez, C. Juiz
The pandemic has led to more attention to how technologies and information systems (T&IS) are governed in higher education institutions (HEI). However, many of the aspects are used to study them do not gather the expectations of those who benefit from these studies and the institutions are shocked as a result that major aspects of governance are not considered. This paper seeks to summarize the current knowledge that is available regarding the strategies adopted to know the state of governance of T&IS for the higher education between 2015 and 2021 years. A systematic mapping of studies was carried out to review the aspects that have been used by the researchers in the different studies. The results show that 30% of the works reviewed are broad and cover variables of operation, management, and government; they provide a renewed set of judgments, dimensions, and indicators to measure the level of institutional achievement, in addition COBIT v5 is the most widely used reference framework to measure capacities in governance of technology and information system for processes. The results obtained have made it possible to identify several opportunities in research such as creating a useful framework for HEI.
大流行病使人们更加关注高等教育机构(HEI)如何管理技术与信息系统(T&IS)。然而,用于研究它们的许多方面并不符合从这些研究中获益的人们的期望,而且由于没有考虑到治理的主要方面,这些机构感到震惊。本文旨在总结目前关于 2015 年至 2021 年期间为了解高等教育技术与创新管理状况而采取的战略的现有知识。本文对各项研究进行了系统梳理,回顾了研究人员在不同研究中采用的方法。结果表明,30%的研究成果涉及面很广,涵盖了运营、管理和政府等变量;它们提供了一套新的判断、维度和指标来衡量机构的成就水平,此外,COBIT v5 是衡量技术与信息系统流程治理能力最广泛使用的参考框架。所取得的成果使我们有可能确定一些研究机会,如为高等院校创建一个有用的框架。
{"title":"Governance of Technologies and Information Systems for the Higher Education: Systematic Mapping of Study","authors":"Vicente Merchán-Rodríguez, C. Juiz","doi":"10.24215/16666038.24.e05","DOIUrl":"https://doi.org/10.24215/16666038.24.e05","url":null,"abstract":"The pandemic has led to more attention to how technologies and information systems (T&IS) are governed in higher education institutions (HEI). However, many of the aspects are used to study them do not gather the expectations of those who benefit from these studies and the institutions are shocked as a result that major aspects of governance are not considered. This paper seeks to summarize the current knowledge that is available regarding the strategies adopted to know the state of governance of T&IS for the higher education between 2015 and 2021 years. A systematic mapping of studies was carried out to review the aspects that have been used by the researchers in the different studies. The results show that 30% of the works reviewed are broad and cover variables of operation, management, and government; they provide a renewed set of judgments, dimensions, and indicators to measure the level of institutional achievement, in addition COBIT v5 is the most widely used reference framework to measure capacities in governance of technology and information system for processes. The results obtained have made it possible to identify several opportunities in research such as creating a useful framework for HEI.","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-04-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140677309","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
GLC-Frame: A Framework and Library for Exploration of Multidimensional Data with General Line Coordinates GLC-Frame:用一般线性坐标探索多维数据的框架和库
IF 1.9 3区 计算机科学 Q2 Computer Science Pub Date : 2024-04-22 DOI: 10.24215/16666038.24.e02
Leandro Luque, A. Antonini, M. L. Ganuza, Silvia Castro
General Line Coordinates (GLC) are a relatively new set of line-based representations for visualizing multidimensional data with the distinctive characteristics of being reversible and lossless. Given these characteristics, the GLC have a high potential for exploratory multidimensional data analysis, however only partial implementations of some of the GLC techniques are available for the visualization community. In this paper, we present the GLC-Frame, an online exploration tool that supports a dual view and allows users to upload their own dataset and interactively explore the different GLC representations without writing code. We also present the GLC-Vis Library, an open-source data visualization library supporting GLC along with traditional interactions. Finally, we provide a set of usage examples showing how the different techniques behave in both the occlusion and the cluster identification problem. In addition, we present the interactions on GLC representations using the cars dataset. Both the GLC-Frame and the GLC-Vis Library provide an exploration space that will allow the visualization community to use these new techniques and evaluate their potential.
一般线坐标(GLC)是一套相对较新的基于线的多维数据可视化表示方法,具有可逆和无损的显著特点。鉴于这些特点,GLC 在探索性多维数据分析方面具有很高的潜力,但目前可视化领域仅能实现部分 GLC 技术。在本文中,我们介绍了在线探索工具 GLC-Frame,它支持双重视图,允许用户上传自己的数据集,并在不编写代码的情况下交互式地探索不同的 GLC 表示法。我们还介绍了 GLC-Vis 库,这是一个支持 GLC 和传统交互的开源数据可视化库。最后,我们提供了一组使用示例,展示了不同技术在闭塞和聚类识别问题中的表现。此外,我们还介绍了使用汽车数据集对 GLC 表示法进行的交互。GLC-Frame 和 GLC-Vis 库都提供了一个探索空间,可让可视化社区使用这些新技术并评估其潜力。
{"title":"GLC-Frame: A Framework and Library for Exploration of Multidimensional Data with General Line Coordinates","authors":"Leandro Luque, A. Antonini, M. L. Ganuza, Silvia Castro","doi":"10.24215/16666038.24.e02","DOIUrl":"https://doi.org/10.24215/16666038.24.e02","url":null,"abstract":"General Line Coordinates (GLC) are a relatively new set of line-based representations for visualizing multidimensional data with the distinctive characteristics of being reversible and lossless. Given these characteristics, the GLC have a high potential for exploratory multidimensional data analysis, however only partial implementations of some of the GLC techniques are available for the visualization community. In this paper, we present the GLC-Frame, an online exploration tool that supports a dual view and allows users to upload their own dataset and interactively explore the different GLC representations without writing code. We also present the GLC-Vis Library, an open-source data visualization library supporting GLC along with traditional interactions. Finally, we provide a set of usage examples showing how the different techniques behave in both the occlusion and the cluster identification problem. In addition, we present the interactions on GLC representations using the cars dataset. Both the GLC-Frame and the GLC-Vis Library provide an exploration space that will allow the visualization community to use these new techniques and evaluate their potential.","PeriodicalId":50222,"journal":{"name":"Journal of Computer Science and Technology","volume":null,"pages":null},"PeriodicalIF":1.9,"publicationDate":"2024-04-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140673241","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Computer Science and Technology
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1