333 research outputs found
Research on the Integration and Development Path of College Students’ Labor Education and College Student Associations
Student organizations in colleges and universities are important carriers for implementing the fundamental task of cultivating morality and cultivating people and promoting quality education, and college and university organizations have a good foundation for the masses of students and play an important role in educating people in ideological and political education. Therefore, it is necessary to combine the educational platform of college student clubs to explore and analyze the reality of labor education integrated into college associations, clarify the community groups in college clubs that can effectively integrate labor education, and drive the implementation of labor education for college students from multiple perspectives
A Game of Simulation: Modeling and Analyzing the Dragons of Game of Thrones
This paper outlines two approaches for mathematical, simulation, modeling,
and analysis of hypothetical creatures, in particular, the dragons of HBO's
television series Game of Thrones (GOT). Our first approach, the forward model,
utilizes quasi-empirical observations of various features of GOT dragons. We
then mathematically derive the growth rate, other dimensions, energy
consumption, etc. In the backward model, we use projected energy consumption by
given ecological impact to model an expected dragon in terms of physical
features. We compare and contrast both models to examine the plausibility of a
real-world existence for our titular dragons and provide brief analyses of
potential impacts on ecology.Comment: 16 page
K-Space-Aware Cross-Modality Score for Synthesized Neuroimage Quality Assessment
The problem of how to assess cross-modality medical image synthesis has been
largely unexplored. The most used measures like PSNR and SSIM focus on
analyzing the structural features but neglect the crucial lesion location and
fundamental k-space speciality of medical images. To overcome this problem, we
propose a new metric K-CROSS to spur progress on this challenging problem.
Specifically, K-CROSS uses a pre-trained multi-modality segmentation network to
predict the lesion location, together with a tumor encoder for representing
features, such as texture details and brightness intensities. To further
reflect the frequency-specific information from the magnetic resonance imaging
principles, both k-space features and vision features are obtained and employed
in our comprehensive encoders with a frequency reconstruction penalty. The
structure-shared encoders are designed and constrained with a similarity loss
to capture the intrinsic common structural information for both modalities. As
a consequence, the features learned from lesion regions, k-space, and
anatomical structures are all captured, which serve as our quality evaluators.
We evaluate the performance by constructing a large-scale cross-modality
neuroimaging perceptual similarity (NIRPS) dataset with 6,000 radiologist
judgments. Extensive experiments demonstrate that the proposed method
outperforms other metrics, especially in comparison with the radiologists on
NIRPS
On the Connection between the Repeated X-ray Quasi-periodic Oscillation and Warm Absorber in the Active Galaxy RE~J1034+396
We conduct an in-depth spectral analysis of XMM-Newton data
of the narrow line Seyfert 1 galaxy RE J1034+396. The long exposure ensures
high spectral quality and provides us with a detailed look at the intrinsic
absorption and emission features toward this target. Two warm-absorber (WA)
components with different ionization states ( and ) are required to
explain the intrinsic absorption features in the RGS spectra. The estimated
outflow velocities are around and for the high- and low-ionization WA components, respectively. Both
absorbers are located beyond the broad-line region and cannot significantly
affect the host environment. We analyze the warm absorbers in different flux
states. We also examine the May-2007 observation in the low and high phases of
quasi-periodic oscillation (QPO). In contrast to previous analyses showing a
negative correlation between the high-ionization WA and the QPO phase, we have
found no such variation in this WA component. We discover a broad emission bump
in the spectral range of Angstrom, covering the primary features of
the high-ionization WA. This emission bump shows a dramatic change in different
source states, and its intensity may positively correlate with the QPO phase.
The absence of this emission bump in previous work may contribute to the
suggested WA-QPO connection.Comment: 18 pages, 12 figures, accepted for publication in Ap
SmoothQuant+: Accurate and Efficient 4-bit Post-Training WeightQuantization for LLM
Large language models (LLMs) have shown remarkable capabilities in various
tasks. However their huge model size and the consequent demand for
computational and memory resources also pose challenges to model deployment.
Currently, 4-bit post-training quantization (PTQ) has achieved some success in
LLMs, reducing the memory footprint by approximately 75% compared to FP16
models, albeit with some accuracy loss. In this paper, we propose SmoothQuant+,
an accurate and efficient 4-bit weight-only PTQ that requires no additional
training, which enables lossless in accuracy for LLMs for the first time. Based
on the fact that the loss of weight quantization is amplified by the activation
outliers, SmoothQuant+ smoothes the activation outliers by channel before
quantization, while adjusting the corresponding weights for mathematical
equivalence, and then performs group-wise 4-bit weight quantization for linear
layers. We have integrated SmoothQuant+ into the vLLM framework, an advanced
high-throughput inference engine specially developed for LLMs, and equipped it
with an efficient W4A16 CUDA kernels, so that vLLM can seamlessly support
SmoothQuant+ 4-bit weight quantization. Our results show that, with
SmoothQuant+, the Code Llama-34B model can be quantized and deployed on a A100
40GB GPU, achieving lossless accuracy and a throughput increase of 1.9 to 4.0
times compared to the FP16 model deployed on two A100 40GB GPUs. Moreover, the
latency per token is only 68% of the FP16 model deployed on two A100 40GB GPUs.
This is the state-of-the-art 4-bit weight quantization for LLMs as we know
Action Sensitivity Learning for Temporal Action Localization
Temporal action localization (TAL), which involves recognizing and locating
action instances, is a challenging task in video understanding. Most existing
approaches directly predict action classes and regress offsets to boundaries,
while overlooking the discrepant importance of each frame. In this paper, we
propose an Action Sensitivity Learning framework (ASL) to tackle this task,
which aims to assess the value of each frame and then leverage the generated
action sensitivity to recalibrate the training procedure. We first introduce a
lightweight Action Sensitivity Evaluator to learn the action sensitivity at the
class level and instance level, respectively. The outputs of the two branches
are combined to reweight the gradient of the two sub-tasks. Moreover, based on
the action sensitivity of each frame, we design an Action Sensitive Contrastive
Loss to enhance features, where the action-aware frames are sampled as positive
pairs to push away the action-irrelevant frames. The extensive studies on
various action localization benchmarks (i.e., MultiThumos, Charades,
Ego4D-Moment Queries v1.0, Epic-Kitchens 100, Thumos14 and ActivityNet1.3) show
that ASL surpasses the state-of-the-art in terms of average-mAP under multiple
types of scenarios, e.g., single-labeled, densely-labeled and egocentric.Comment: Accepted to ICCV 202
- …