The emergence of non-volatile memory(NVM)has introduced new opportunities for performance optimizations in existing storage *** better utilize its byte-addressability and near-DRAM performance,NVM can be attached on t...
详细信息
The emergence of non-volatile memory(NVM)has introduced new opportunities for performance optimizations in existing storage *** better utilize its byte-addressability and near-DRAM performance,NVM can be attached on the memory bus and accessed via load/store memory instructions rather than the conventional block *** this scenario,a cache line(usually 64 bytes)becomes the data transfer unit between volatile and non-volatile ***,the failure-atomicity of write on NVM is the memory bit width(usually 8 bytes).This mismatch between the data transfer unit and the atomicity unit may introduce write amplification and compromise data consistency of node-based data structures such as B+-*** this paper,we propose WOBTree,a Write-Optimized B+-Tree for NVM to address the mismatch problem without expensive *** minimizes the update granularity from a tree node to a much smaller subnode and carefully arranges the write operations in it to ensure crash consistency and reduce write *** results show that compared with previous persistent B+-tree solutions,WOBTree reduces the write amplification by up to 86× and improves write performance by up to 61× while maintaining similar search performance.
Unsupervised deep cross-modal hash retrieval aims to map multi-modal features into binary hash codes without labels, which is of interest due to its storage efficiency, query speed and convenient applications. However...
Current crowdwork research still has issues related to trust. Workers and employers do not know each other, so problems related to trust will arise. This trust issue will influence the desire to use the crowdwork syst...
详细信息
Mathematical reasoning is one of the crucial abilities of general artificial intelligence, which requires machines to master mathematical logic and knowledge from solving problems. However, existing approaches are not...
详细信息
Black-box models are frequently deployed for high stakes prediction tasks in a variety of domains (e.g., disease diagnosis and agricultural prediction). The predictions of these opaque systems are often plagued by a l...
详细信息
Communication has been widely employed to enhance multi-agent collaboration. Previous research has typically assumed delay-free communication, a strong assumption that is challenging to meet in practice. However, real...
详细信息
LIME, or ‘Local Interpretability Model-agnostic Explanations’ is a well-known post-hoc explanation technique for the interpretation of black-box models. While very useful, recent studies show that LIME suffers from ...
LIME, or ‘Local Interpretability Model-agnostic Explanations’ is a well-known post-hoc explanation technique for the interpretation of black-box models. While very useful, recent studies show that LIME suffers from stability problems: explanations provided for the same process can be different, making it difficult to trust their reliability. This paper investigates the stability of LIME when explaining multivariate time series classification problems. We demonstrate that due to the temporal dependency in time series data, the traditional artificial neighbour generation methods used in LIME have a higher risk of creating out-of-distribution inputs. We disucss how this behavior is one of the reasons resulting in unstable explanations. In addition, LIME weights neighbours based on user-defined hyperparameters which are problem-dependent and hard to tune, and we show how unsuitable hyperparameters can contribute to the generation of unstable explanations. As a preliminary step towards addressing these issues, we propose to employ a generative approach with an adaptive weighting method in the LIME framework. Specifically, we adopt a generative model based on variational autoencoder to create within-distribution neighbours, reducing the out-of-distribution problem, while the adaptive weight method eliminates the need for user-defined hyperparameters. Experiments on real-world datasets demonstrate the effectiveness of the proposed method in providing more stable explanations using the LIME framework.
The cutting-edge technologies in the ever-evolving sector of data analytics has been accelerated by the requirement for efficient and secure techniques of acquiring business intelligence. This approach provides a solu...
详细信息
With the rapid development of technology, the use of social media by the public, especially among young people, is increasing. One of the social media platforms currently used by young people is the TikTok application...
详细信息
Time-varying linear state-space models are powerful tools for obtaining mathematically interpretable representations of neural signals. For example, switching and decomposed models describe complex systems using laten...
暂无评论