99 research outputs found
What you say and how you say it : joint modeling of topics and discourse in microblog conversations
This paper presents an unsupervised framework for jointly modeling topic content and discourse behavior in microblog conversations. Concretely, we propose a neural model to discover word clusters indicating what a conversation concerns (i.e., topics) and those reflecting how participants voice their opinions (i.e., discourse).1 Extensive experiments show that our model can yield both coherent topics and meaningful discourse behavior. Further study shows that our topic and discourse representations can benefit the classification of microblog messages, especially when they are jointly trained with the classifier
Density-guided Translator Boosts Synthetic-to-Real Unsupervised Domain Adaptive Segmentation of 3D Point Clouds
3D synthetic-to-real unsupervised domain adaptive segmentation is crucial to
annotating new domains. Self-training is a competitive approach for this task,
but its performance is limited by different sensor sampling patterns (i.e.,
variations in point density) and incomplete training strategies. In this work,
we propose a density-guided translator (DGT), which translates point density
between domains, and integrates it into a two-stage self-training pipeline
named DGT-ST. First, in contrast to existing works that simultaneously conduct
data generation and feature/output alignment within unstable adversarial
training, we employ the non-learnable DGT to bridge the domain gap at the input
level. Second, to provide a well-initialized model for self-training, we
propose a category-level adversarial network in stage one that utilizes the
prototype to prevent negative transfer. Finally, by leveraging the designs
above, a domain-mixed self-training method with source-aware consistency loss
is proposed in stage two to narrow the domain gap further. Experiments on two
synthetic-to-real segmentation tasks (SynLiDAR semanticKITTI and
SynLiDAR semanticPOSS) demonstrate that DGT-ST outperforms
state-of-the-art methods, achieving 9.4 and 4.3 mIoU improvements,
respectively. Code is available at \url{https://github.com/yuan-zm/DGT-ST}.Comment: CVPR202
A feasibility study of multi-electrode high-purity germanium detector for Ge-76 neutrinoless double beta decay searching
Experiments to search for neutrinoless double-beta (0{\nu}\b{eta}\b{eta})
decay of 76Ge using a high-purity germanium (HPGe) detector rely heavily on
background suppression technologies to enhance their sensitivities. In this
work, we proposed a pulse-shape analysis method based on a neural network (NN)
and a light gradient boosting machine (lightGBM; LGB) to discriminate
single-electron (background) and double-electrons (0{\nu}\b{eta}\b{eta} signal)
events in a multi-electrode HPGe detector. In this paper, we describe a
multi-electrode HPGe detector system, a data-processing system, and pulse-shape
simulation procedures. We built a fully connected (FC) neural network and an
LGB model to classify the single- and double-electron events. The FC network is
trained with simulated single- and double-electron-induced pulses and tested in
an independent dataset generated by the pulse-shape simulation. The
discrimination efficiency of the FC neural network in the test set for the
0{\nu}\b{eta}\b{eta} double-electron events signal was 77.4%, the precision was
57.7%, and the training time was 430 min. The discrimination efficiency of LGB
model was 73.1%, the precision was 64.0%, and the training time was 1.5 min.
This study demonstrated that it is feasible to realize single- and
double-electron discrimination on multi-electrode HPGe detectors using an FC
neural network and LGB model. These results can be used as a reference for
future 76Ge 0{\nu}\b{eta}\b{eta} experiments.Comment: 16 pages,12 figure
Code Structure Guided Transformer for Source Code Summarization
Code summaries help developers comprehend programs and reduce their time to
infer the program functionalities during software maintenance. Recent efforts
resort to deep learning techniques such as sequence-to-sequence models for
generating accurate code summaries, among which Transformer-based approaches
have achieved promising performance. However, effectively integrating the code
structure information into the Transformer is under-explored in this task
domain. In this paper, we propose a novel approach named SG-Trans to
incorporate code structural properties into Transformer. Specifically, we
inject the local symbolic information (e.g., code tokens and statements) and
global syntactic structure (e.g., data flow graph) into the self-attention
module of Transformer as inductive bias. To further capture the hierarchical
characteristics of code, the local information and global structure are
designed to distribute in the attention heads of lower layers and high layers
of Transformer. Extensive evaluation shows the superior performance of SG-Trans
over the state-of-the-art approaches. Compared with the best-performing
baseline, SG-Trans still improves 1.4% and 2.0% in terms of METEOR score, a
metric widely used for measuring generation quality, respectively on two
benchmark datasets
Natural products modulate cell apoptosis: a promising way for treating endometrial cancer
Endometrial cancer (EC) is a prevalent epithelial malignancy in the uterine corpus’s endometrium and myometrium. Regulating apoptosis of endometrial cancer cells has been a promising approach for treating EC. Recent in-vitro and in-vivo studies show that numerous extracts and monomers from natural products have pro-apoptotic properties in EC. Therefore, we have reviewed the current studies regarding natural products in modulating the apoptosis of EC cells and summarized their potential mechanisms. The potential signaling pathways include the mitochondria-dependent apoptotic pathway, endoplasmic reticulum stress (ERS) mediated apoptotic pathway, the mitogen-activated protein kinase (MAPK) mediated apoptotic pathway, NF-κB-mediated apoptotic pathway, PI3K/AKT/mTOR mediated apoptotic pathway, the p21-mediated apoptotic pathway, and other reported pathways. This review focuses on the importance of natural products in treating EC and provides a foundation for developing natural products-based anti-EC agents
MeV Astrophysical Spectroscopic Surveyor (MASS): A Compton Telescope Mission Concept
We propose a future mission concept, the MeV Astrophysical Spectroscopic
Surveyor (MASS), which is a large area Compton telescope using 3D position
sensitive cadmium zinc telluride (CZT) detectors optimized for emission line
detection. The payload consists of two layers of CZT detectors in a misaligned
chessboard layout, with a total geometric area of 4096 cm for on-axis
observations. The detectors can be operated at room-temperature with an energy
resolution of 0.6\% at 0.662 MeV. The in-orbit background is estimated with a
mass model. At energies around 1 MeV, a line sensitivity of about
photons cm s can be obtained with a 1 Ms observation. The main
science objectives of MASS include nucleosynthesis in astrophysics and high
energy astrophysics related to compact objects and transient sources. The
payload CZT detectors weigh roughly 40 kg, suggesting that it can be integrated
into a micro- or mini-satellite. We have constructed a pathfinder, named as
MASS-Cube, to have a direct test of the technique with 4 detector units in
space in the near future.Comment: accepted for publication in Experimental Astronom
- …