12,926 research outputs found
Adversarial Driving: Attacking End-to-End Autonomous Driving Systems
As the research in deep neural networks advances, deep convolutional networks
become feasible for automated driving tasks. There is an emerging trend of
employing end-to-end models in the automation of driving tasks. However,
previous research unveils that deep neural networks are vulnerable to
adversarial attacks in classification tasks. While for regression tasks such as
autonomous driving, the effect of these attacks remains rarely explored. In
this research, we devise two white-box targeted attacks against end-to-end
autonomous driving systems. The driving model takes an image as input and
outputs the steering angle. Our attacks can manipulate the behaviour of the
autonomous driving system only by perturbing the input image. Both attacks can
be initiated in real-time on CPUs without employing GPUs. This demo aims to
raise concerns over applications of end-to-end models in safety-critical
systems.Comment: 3 pages, 2 figure
Minimum Initial Marking Estimation in Labeled Petri Nets With Unobservable Transitions
In the literature, researchers have been studying the minimum initial marking (MIM) estimation problem in the labeled Petri nets with observable transitions. This paper extends the results to labeled Petri nets with unobservable transitions (with certain special structure) and proposes algorithms for the MIM estimation (MIM-UT). In particular, we assume that the Petri net structure is given and the unobservable transitions in the net are contact-free. Based on the observation of a sequence of labels, our objective is to find the set of MIM(s) that is(are) able to produce this sequence and has(have) the smallest total number of tokens. An algorithm is developed to find the set of MIM(s) with polynomial complexity in the length of the observed label sequence. Two heuristic algorithms are also proposed to reduce the computational complexity. An illustrative example is also provided to demonstrate the proposed algorithms and compare their performance
Thermoelectric effect in high mobility single layer epitaxial graphene
The thermoelectric response of high mobility single layer epitaxial graphene
on silicon carbide substrates as a function of temperature and magnetic field
have been investigated. For the temperature dependence of the thermopower, a
strong deviation from the Mott relation has been observed even when the carrier
density is high, which reflects the importance of the screening effect. In the
quantum Hall regime, the amplitude of the thermopower peaks is lower than a
quantum value predicted by theories, despite the high mobility of the sample. A
systematic reduction of the amplitude with decreasing temperature suggests that
the suppression of the thermopower is intrinsic to Dirac electrons in graphene.Comment: 5 pages, 4 figure
A Non-Invasive Interpretable NAFLD Diagnostic Method Combining TCM Tongue Features
Non-alcoholic fatty liver disease (NAFLD) is a clinicopathological syndrome
characterized by hepatic steatosis resulting from the exclusion of alcohol and
other identifiable liver-damaging factors. It has emerged as a leading cause of
chronic liver disease worldwide. Currently, the conventional methods for NAFLD
detection are expensive and not suitable for users to perform daily
diagnostics. To address this issue, this study proposes a non-invasive and
interpretable NAFLD diagnostic method, the required user-provided indicators
are only Gender, Age, Height, Weight, Waist Circumference, Hip Circumference,
and tongue image. This method involves merging patients' physiological
indicators with tongue features, which are then input into a fusion network
named SelectorNet. SelectorNet combines attention mechanisms with feature
selection mechanisms, enabling it to autonomously learn the ability to select
important features. The experimental results show that the proposed method
achieves an accuracy of 77.22\% using only non-invasive data, and it also
provides compelling interpretability matrices. This study contributes to the
early diagnosis of NAFLD and the intelligent advancement of TCM tongue
diagnosis. The project in this paper is available at:
https://github.com/cshan-github/SelectorNet
TongueSAM: An Universal Tongue Segmentation Model Based on SAM with Zero-Shot
Tongue segmentation serves as the primary step in automated TCM tongue
diagnosis, which plays a significant role in the diagnostic results. Currently,
numerous deep learning based methods have achieved promising results. However,
most of these methods exhibit mediocre performance on tongues different from
the training set. To address this issue, this paper proposes a universal tongue
segmentation model named TongueSAM based on SAM (Segment Anything Model). SAM
is a large-scale pretrained interactive segmentation model known for its
powerful zero-shot generalization capability. Applying SAM to tongue
segmentation enables the segmentation of various types of tongue images with
zero-shot. In this study, a Prompt Generator based on object detection is
integrated into SAM to enable an end-to-end automated tongue segmentation
method. Experiments demonstrate that TongueSAM achieves exceptional performance
across various of tongue segmentation datasets, particularly under zero-shot.
TongueSAM can be directly applied to other datasets without fine-tuning. As far
as we know, this is the first application of large-scale pretrained model for
tongue segmentation. The project and pretrained model of TongueSAM be publiced
in :https://github.com/cshan-github/TongueSAM
- …