354 research outputs found
Supervised Gromov-Wasserstein Optimal Transport
We introduce the supervised Gromov-Wasserstein (sGW) optimal transport, an
extension of Gromov-Wasserstein by incorporating potential infinity patterns in
the cost tensor. sGW enables the enforcement of application-induced constraints
such as the preservation of pairwise distances by implementing the constraints
as an infinity pattern. A numerical solver is proposed for the sGW problem and
the effectiveness is demonstrated in various numerical experiments. The
high-order constraints in sGW are transferred to constraints on the coupling
matrix by solving a minimal vertex cover problem. The transformed problem is
solved by the Mirror-C descent iteration coupled with the supervised optimal
transport solver. In the numerical experiments, we first validate the proposed
framework by applying it to matching synthetic datasets and investigating the
impact of the model parameters. Additionally, we successfully apply sGW to real
single-cell RNA sequencing data. Through comparisons with other
Gromov-Wasserstein variants on real data, we demonstrate that sGW offers the
novel utility of controlling distance preservation, leading to the automatic
estimation of overlapping portions of datasets, which brings improved stability
and flexibility in data-driven applications
Design and High-Throughput Screening of High Entropy Alloys
A balanced parameter was proposed to design the high entropy alloys (HEAs), which defined by average melting temperature Tm times entropy of mixing ΔSm over enthalpy of mixing ΔHm, Ω=TmΔSm/ΔHm, if Ω is larger than 1.1, we can predict that the entropy is high enough to overcome the enthalpy, and solid solution is likely to form rather than the intermetallic ordered phases. The composition can be further refined by using high-throughput screening by preparing the compositional gradient films. Multiple targets co-sputtering is usually used to prepare the films, and physical masking can separate the samples independently, chemical masking can also applied if possible. One example is the self-sharpening screening by using nanoindentations, the serration behaviors may related to the self-sharpening compositions
Co47.5Fe28.•5Ni19Si3.3Al1.7 High-entropy Skeletons Fabricated by Selective Laser Melting and Properties tuned by pressure infiltration of Al
High saturation magnetization and low coercivity are required for soft magnetic materials. This study investigated the Co47.5Fe28.5Ni19Si3.3Al1.7 high-entropy soft magnetic skeleton was prepared by selective laser melting. Then Al was pressure infiltrated into skeletons to obtain a dense composite material. The high-entropy composite materials possessed favorable compressive ductility and moderate soft magnetic properties. The high-entropy composite materials were obtained with Ms being 97.1 emu/g, 79.8 emu/g, 33 emu/g and possessing 19 Oe, 15.8Oe and 17Oe of Hc, respectively. However, the magnetostriction coefficient remains low level, about 5ppm. These reported properties are attributed to the special structure of the material studied in present experiment. Nevertheless, a novel strategy of structural designing was proposed in this paper
The Future of ChatGPT-enabled Labor Market: A Preliminary Study
As a phenomenal large language model, ChatGPT has achieved unparalleled
success in various real-world tasks and increasingly plays an important role in
our daily lives and work. However, extensive concerns are also raised about the
potential ethical issues, especially about whether ChatGPT-like artificial
general intelligence (AGI) will replace human jobs. To this end, in this paper,
we introduce a preliminary data-driven study on the future of ChatGPT-enabled
labor market from the view of Human-AI Symbiosis instead of Human-AI
Confrontation. To be specific, we first conduct an in-depth analysis of
large-scale job posting data in BOSS Zhipin, the largest online recruitment
platform in China. The results indicate that about 28% of occupations in the
current labor market require ChatGPT-related skills. Furthermore, based on a
large-scale occupation-centered knowledge graph, we develop a semantic
information enhanced collaborative filtering algorithm to predict the future
occupation-skill relations in the labor market. As a result, we find that
additional 45% occupations in the future will require ChatGPT-related skills.
In particular, industries related to technology, products, and operations are
expected to have higher proficiency requirements for ChatGPT-related skills,
while the manufacturing, services, education, and health science related
industries will have lower requirements for ChatGPT-related skills
TD^2-Net: Toward Denoising and Debiasing for Dynamic Scene Graph Generation
Dynamic scene graph generation (SGG) focuses on detecting objects in a video
and determining their pairwise relationships. Existing dynamic SGG methods
usually suffer from several issues, including 1) Contextual noise, as some
frames might contain occluded and blurred objects. 2) Label bias, primarily due
to the high imbalance between a few positive relationship samples and numerous
negative ones. Additionally, the distribution of relationships exhibits a
long-tailed pattern. To address the above problems, in this paper, we introduce
a network named TD-Net that aims at denoising and debiasing for dynamic
SGG. Specifically, we first propose a denoising spatio-temporal transformer
module that enhances object representation with robust contextual information.
This is achieved by designing a differentiable Top-K object selector that
utilizes the gumbel-softmax sampling strategy to select the relevant
neighborhood for each object. Second, we introduce an asymmetrical reweighting
loss to relieve the issue of label bias. This loss function integrates
asymmetry focusing factors and the volume of samples to adjust the weights
assigned to individual samples. Systematic experimental results demonstrate the
superiority of our proposed TD-Net over existing state-of-the-art
approaches on Action Genome databases. In more detail, TD-Net outperforms
the second-best competitors by 12.7 \% on mean-Recall@10 for predicate
classification.Comment: Accepted by AAAI 202
Rotational-Linear Attack: A New Framework of Cryptanalysis on ARX ciphers with Applications to Chaskey
In this paper, we formulate a new framework of cryptanalysis called rotational-linear attack on ARX ciphers. We firstly build an efficient distinguisher for the cipher consisted of the rotational attack and the linear attack together with some intermediate variables. Then a key recovery technique is introduced with which we can recover some bits of the last whitening key in the related-key scenario. To decrease data complexity of our attack, we also apply a new method, called bit flipping, in the rotational cryptanalysis for the first time and the effective partitioning technique to the key-recovery part.
Applying the new framework of attack to the MAC algorithm Chaskey, we build a full-round distinguisher over it. Besides, we have recovered bits of information of the key in the related-key scenario, for keys belonging to a large weak-key class based on 6-round distinguisher. The data complexity is and the time complexity is . Before our work, the rotational distinguisher can only be used to reveal key information by checking weak-key conditions. This is the first time it is applied in a last-rounds key-recovery attack. We build a 17-round rotational-linear distinguisher for ChaCha permutation as an improvement compared to single rotational cryptanalysis over it
Large-scale Point Cloud Registration Based on Graph Matching Optimization
Point Clouds Registration is a fundamental and challenging problem in 3D
computer vision. It has been shown that the isometric transformation is an
essential property in rigid point cloud registration, but the existing methods
only utilize it in the outlier rejection stage. In this paper, we emphasize
that the isometric transformation is also important in the feature learning
stage for improving registration quality. We propose a \underline{G}raph
\underline{M}atching \underline{O}ptimization based \underline{Net}work
(denoted as GMONet for short), which utilizes the graph matching method to
explicitly exert the isometry preserving constraints in the point feature
learning stage to improve %refine the point representation. Specifically, we
%use exploit the partial graph matching constraint to enhance the overlap
region detection abilities of super points ( down-sampled key points)
and full graph matching to refine the registration accuracy at the fine-level
overlap region. Meanwhile, we leverage the mini-batch sampling to improve the
efficiency of the full graph matching optimization. Given high discriminative
point features in the evaluation stage, we utilize the RANSAC approach to
estimate the transformation between the scanned pairs. The proposed method has
been evaluated on the 3DMatch/3DLoMatch benchmarks and the KITTI benchmark. The
experimental results show that our method achieves competitive performance
compared with the existing state-of-the-art baselines
Biomaterials targeting the microenvironment for spinal cord injury repair: progression and perspectives
Spinal cord injury (SCI) disrupts nerve pathways and affects sensory, motor, and autonomic function. There is currently no effective treatment for SCI. SCI occurs within three temporal periods: acute, subacute, and chronic. In each period there are different alterations in the cells, inflammatory factors, and signaling pathways within the spinal cord. Many biomaterials have been investigated in the treatment of SCI, including hydrogels and fiber scaffolds, and some progress has been made in the treatment of SCI using multiple materials. However, there are limitations when using individual biomaterials in SCI treatment, and these limitations can be significantly improved by combining treatments with stem cells. In order to better understand SCI and to investigate new strategies for its treatment, several combination therapies that include materials combined with cells, drugs, cytokines, etc. are summarized in the current review
- …