1,426 research outputs found
Exponential speedup of quantum algorithms for the pathfinding problem
Given in an unweighted undirected graph , the goal of the
pathfinding problem is to find an - path. In this work, we first
construct a graph based on welded trees and define a pathfinding problem in
the adjacency list oracle . Then we provide an efficient quantum algorithm
to find an - path in the graph . Finally, we prove that no classical
algorithm can find an - path in subexponential time with high
probability. The pathfinding problem is one of the fundamental graph-related
problems. Our findings suggest that quantum algorithms may potentially offer
advantages in more types of graphs to solve the pathfinding problem and open up
new possibilities for practical applications of quantum computations in various
fields.Comment: 10 pages,1 figur
Effect of cryomilling on zinc sulfide effectiveness as antibacterial substance for burn wound healing
This study aims to investigate the effect of the manufacturing process cryomilling on the antibacterial effectiveness of a novel antibacterial agent ZnS. ZnS nanoparticles are getting attention for their potential antibacterial properties due to the fact that release of Zn ions has demonstrated promising preliminary effects when applied on skin wounds. Particle size is essential to achieve bacteria inhibition and elimination since it has been shown that antibacterial activity can be increased with reduced particle size, which results in higher surface to volume ratio. In this study, ZnS nanoparticles were synthesized using one-pot colloidal synthesis as well as using biological Sulfate Reducing Bacteria synthesis under anaerobic environment with proper media. Both types of ZnS were further processed through cryomilling after synthesis to reduce the particle size. Scanning electron microscopy and X-ray diffraction techniques were used to characterize the morphology and crystallinity of the ZnS nanoparticles. To assess bacteria inhibition and elimination, in vitro ZOI studies consisting of inoculating cellulose disks on agar plates with Staphylococcus aureus (S. aureus) followed by incubation for 24 hours were performed. In vitro biofilm models consisting of inoculating cellulose disks on well-developed S. aureus biofilm on agar plates followed by 24-hour incubation were also conducted. CLSM was employed to qualitatively observe the antibacterial effectiveness; statistical analysis was also performed to quantitatively study the effectiveness of ZnS as antibacterial agents by counting the residual CFU left on the cellular disks. Results showed that the ZnS nanoparticles possess very good antibacterial properties against S. aureus, and incorporating cryomilling enhances ZnS antibacterial effectiveness
Multidimensional Electrical Networks and their Application to Exponential Speedups for Graph Problems
Recently, Apers and Piddock [TQC '23] strengthened the natural connection
between quantum walks and electrical networks by considering Kirchhoff's Law
and Ohm's Law. In this work, we develop the multidimensional electrical network
by defining Kirchhoff's Alternative Law and Ohm's Alternative Law based on the
novel multidimensional quantum walk framework by Jeffery and Zur [STOC '23].
This multidimensional electrical network allows us to sample from the
electrical flow obtained via a multidimensional quantum walk algorithm and
achieve exponential quantum-classical separations for certain graph problems.
We first use this framework to find a marked vertex in one-dimensional random
hierarchical graphs as defined by Balasubramanian, Li, and Harrow [arXiv '23].
In this work, they generalised the well known exponential quantum-classical
separation of the welded tree problem by Childs, Cleve, Deotto, Farhi, Gutmann,
and Spielman [STOC '03] to random hierarchical graphs. Our result partially
recovers their results with an arguably simpler analysis. Furthermore, by
constructing a -regular graph based on welded trees, this framework also
allows us to show an exponential speedup for the pathfinding problem. This
solves one of the open problems by Li [arXiv '23], where they construct a
non-regular graph and use the degree information to achieve a similar speedup.
In analogy to the connection between the (edge-vertex) incidence matrix of a
graph and Kirchhoff's Law and Ohm's Law in an electrical network, we also
rebuild the connection between the alternative incidence matrix and Kirchhoff's
Alternative Law and Ohm's Alternative Law. By establishing this connection, we
expect that the multidimensional electrical network could have more
applications beyond quantum walks.Comment: 39 page
Study on boundary search method for DFM mesh generation
The boundary mesh of the casting model was determined by direct calculation on the triangular facets extracted from the STL file of the 3D model. Then the inner and outer grids of the model were identified by the algorithm in which we named Inner Seed Grid Method. Finally, a program to automatically generate a 3D FDM mesh was compiled. In the paper, a method named Triangle Contraction Search Method (TCSM) was put forward to ensure not losing the boundary grids; while an algorithm to search inner seed grids to identify inner/outer grids of the casting model was also brought forward. Our algorithm was simple, clear and easy to construct program. Three examples for the casting mesh generation testified the validity of the program
DeepGATGO: A Hierarchical Pretraining-Based Graph-Attention Model for Automatic Protein Function Prediction
Automatic protein function prediction (AFP) is classified as a large-scale
multi-label classification problem aimed at automating protein enrichment
analysis to eliminate the current reliance on labor-intensive wet-lab methods.
Currently, popular methods primarily combine protein-related information and
Gene Ontology (GO) terms to generate final functional predictions. For example,
protein sequences, structural information, and protein-protein interaction
networks are integrated as prior knowledge to fuse with GO term embeddings and
generate the ultimate prediction results. However, these methods are limited by
the difficulty in obtaining structural information or network topology
information, as well as the accuracy of such data. Therefore, more and more
methods that only use protein sequences for protein function prediction have
been proposed, which is a more reliable and computationally cheaper approach.
However, the existing methods fail to fully extract feature information from
protein sequences or label data because they do not adequately consider the
intrinsic characteristics of the data itself. Therefore, we propose a
sequence-based hierarchical prediction method, DeepGATGO, which processes
protein sequences and GO term labels hierarchically, and utilizes graph
attention networks (GATs) and contrastive learning for protein function
prediction. Specifically, we compute embeddings of the sequence and label data
using pre-trained models to reduce computational costs and improve the
embedding accuracy. Then, we use GATs to dynamically extract the structural
information of non-Euclidean data, and learn general features of the label
dataset with contrastive learning by constructing positive and negative example
samples. Experimental results demonstrate that our proposed model exhibits
better scalability in GO term enrichment analysis on large-scale datasets.Comment: Accepted in BIOKDD'2
Shift-ConvNets: Small Convolutional Kernel with Large Kernel Effects
Recent studies reveal that the remarkable performance of Vision transformers
(ViTs) benefits from large receptive fields. For this reason, the large
convolutional kernel design becomes an ideal solution to make Convolutional
Neural Networks (CNNs) great again. However, the typical large convolutional
kernels turn out to be hardware-unfriendly operators, resulting in discount
compatibility of various hardware platforms. Thus, it is unwise to simply
enlarge the convolutional kernel size. In this paper, we reveal that small
convolutional kernels and convolution operations can achieve the closing
effects of large kernel sizes. Then, we propose a shift-wise operator that
ensures the CNNs capture long-range dependencies with the help of the sparse
mechanism, while remaining hardware-friendly. Experimental results show that
our shift-wise operator significantly improves the accuracy of a regular CNN
while markedly reducing computational requirements. On the ImageNet-1k, our
shift-wise enhanced CNN model outperforms the state-of-the-art models. Code &
models at https://github.com/lidc54/shift-wiseConv
- …