175 research outputs found
Which Metric on the Space of Collider Events?
Which is the best metric for the space of collider events? Motivated by the
success of the Energy Mover's Distance in characterizing collider events, we
explore the larger space of unbalanced optimal transport distances, of which
the Energy Mover's Distance is a particular case. Geometric and computational
considerations favor an unbalanced optimal transport distance known as the
Hellinger-Kantorovich distance, which possesses a Riemannian structure that
lends itself to efficient linearization. We develop the particle linearized
unbalanced Optimal Transport (pluOT) framework for collider events based on the
linearized Hellinger-Kantorovich distance and demonstrate its efficacy in
boosted jet tagging. This provides a flexible and computationally efficient
optimal transport framework ideally suited for collider physics applications.Comment: 17 pages, 5 figures, 3 table
Historical information aware unequal error protection of scalable HEVC/H.265 streaming over free space optical channels
Free space optical (FSO) systems are capable of supporting high data rates between fixed points in the context of flawless video communications. Layered video coding facilitates the creation of different-resolution subset layers for variablethroughput transmission scenarios. In this paper, we propose Historical information Aware Unequal Error Protection (HAUEP) for the scalable high efficiency video codec (SHVC) used for streaming over FSO channels. Specifically, the objective function (OF) of the current video frame is designed based on historical information of its dependent frames. By optimizing this OF, specific subset layers may be selected in conjunction with carefully selected forward error correction (FEC) coding rates, where the expected video distortion is minimized and the required bitrate is reduced under the constraint of a specific throughput. Our simulation results show that the proposed system outperforms the traditional equal error protection (EEP) scheme by about 4.5 dB of Eb=N0 at a peak signal-to-noise ratio (PSNR) of 33 dB. From a throughput-oriented perspective, HA-UEP is capable of reducing the throughput to about 30% compared to that of the EEP benchmarker, while achieving an Eb=N0 gain of 4.5 dB
Status of research on diagnostic and treatment strategies for enamel hypoplasia
Enamel hypoplasia is a disease that results in enamel formation and mineralization abnormalities due to the effects of hereditary or environmental variables during tooth development. Affected teeth may appear to have an aberrant color and structural flaws. Patients often display clinical signs such as tooth defects, tooth sensitivity, and tooth discoloration. The disease can cause patients to feel physically and mentally uncomfortable and negatively impact their ability to chew, swallow, speak, and smile. In this review, the pathophysiology of enamel hypoplasia, which is caused by anomalies in gene regulation and changes in environmental variables, is summarized, along with a list of clinical diagnostic indicators based on the most commonly used disease classifications. The main points are as follows: â‘ enamel hypoplasia changes only the color and transparency of the affected teeth; â‘¡ lesions often occur symmetrically in groups; â‘¢ the age at which systemic diseases or nutritional disorders occur during tooth development can be predicted based on the patient's impaired teeth; and â‘£ banded or pitted brown depression on the enamel surface can easily be confused with dental fluorosis. It also elaborates on the comprehensive application of tooth bleaching, desensitization, direct or indirect restoration and other treatment modalities according to unique chief complaints by different patients and suggests the use of multidisciplinary cooperative sequential treatment for critical infants and young children. The goal of this review is to provide professionals with the most recent information and advice about enamel hypoplasis. Current literature on this condition is primarily case reports. To further standardize the diagnostic and management approaches for this disease, additional high-quality clinical research and systematic reviews are required
HaluEval: A Large-Scale Hallucination Evaluation Benchmark for Large Language Models
Large language models (LLMs), such as ChatGPT, are prone to generate
hallucinations, i.e., content that conflicts with the source or cannot be
verified by the factual knowledge. To understand what types of content and to
which extent LLMs are apt to hallucinate, we introduce the Hallucination
Evaluation benchmark for Large Language Models (HaluEval), a large collection
of generated and human-annotated hallucinated samples for evaluating the
performance of LLMs in recognizing hallucination. To generate these samples, we
propose a ChatGPT-based two-step framework, i.e., sampling-then-filtering.
Besides, we also hire some human labelers to annotate the hallucinations in
ChatGPT responses. The empirical results suggest that ChatGPT is likely to
generate hallucinated content in specific topics by fabricating unverifiable
information (i.e., about responses). Moreover, existing LLMs face
great challenges in recognizing the hallucinations in texts. However, our
experiments also prove that providing external knowledge or adding reasoning
steps can help LLMs recognize hallucinations. Our benchmark can be accessed at
https://github.com/RUCAIBox/HaluEval.Comment: Accepted to EMNLP 2023 Main Conference (Long Paper
HASS:Hardware-aware sparsity search for dataflow DNN accelerator
Deep Neural Networks (DNNs) excel in learning hierarchical representations from raw data, such as images, audio, and text. To compute these DNN models with high performance and energy efficiency, these models are usually deployed onto customized hardware accelerators. Among various accelerator designs, dataflow architecture has shown promising performance due to its layer-pipelined structure and its scalability in data parallelism.Exploiting weights and activations sparsity can further enhance memory storage and computation efficiency. However, existing approaches focus on exploiting sparsity in non-dataflow accelerators, which cannot be applied onto dataflow accelerators because of the large hardware design space introduced. As such, this could miss opportunities to find an optimal combination of sparsity features and hardware designs.In this paper, we propose a novel approach to exploit unstructured weights and activations sparsity for dataflow accelerators, using software and hardware co-optimization. We propose a Hardware-Aware Sparsity Search (HASS) to systematically determine an efficient sparsity solution for dataflow accelerators. Over a set of models, we achieve an efficiency improvement ranging from 1.3× to 4.2× compared to existing sparse designs, which are either non-dataflow or non-hardware-aware. Particularly, the throughput of MobileNetV3 can be optimized to 4895 images per second. HASS is open-source: https://github.com/Yu-Zhewen/HAS
The Dawn After the Dark: An Empirical Study on Factuality Hallucination in Large Language Models
In the era of large language models (LLMs), hallucination (i.e., the tendency
to generate factually incorrect content) poses great challenge to trustworthy
and reliable deployment of LLMs in real-world applications. To tackle the LLM
hallucination, three key questions should be well studied: how to detect
hallucinations (detection), why do LLMs hallucinate (source), and what can be
done to mitigate them (mitigation). To address these challenges, this work
presents a systematic empirical study on LLM hallucination, focused on the the
three aspects of hallucination detection, source and mitigation. Specially, we
construct a new hallucination benchmark HaluEval 2.0, and designs a simple yet
effective detection method for LLM hallucination. Furthermore, we zoom into the
different training or utilization stages of LLMs and extensively analyze the
potential factors that lead to the LLM hallucination. Finally, we implement and
examine a series of widely used techniques to mitigate the hallucinations in
LLMs. Our work has led to several important findings to understand the
hallucination origin and mitigate the hallucinations in LLMs. Our code and data
can be accessed at https://github.com/RUCAIBox/HaluEval-2.0.Comment: 24 pages, 8 figures, 13 table
- …