SearcharxivSearch

arXiv subjects

Yasuhiro Yoshida

Publications and source records attributed to Yasuhiro Yoshida.

4 recordsLinked to original sources

Simultaneous estimation of multiple discrete unimodal distributions under stochastic order constraints

We study the problem of estimating multiple discrete unimodal distributions, motivated by search behavior analysis on a real-world platform. To incorporate prior knowledge of precedence relations among distributions, we impose stochastic order constraints and formulate the estimation task as a mixed-integer convex quadratic optimization problem. Experiments on both synthetic and real datasets show that the proposed method reduces the Jensen-Shannon divergence by 2.2% on average (up to 6.3%) when the sample size is small, while performing comparably to existing methods when sufficient data are available.

math.OC

Generalization Capability of Deep Learning for Predicting Drag Reduction in Pulsating Turbulent Pipe Flow with Arbitrary Acceleration and Deceleration

The spatiotemporal evolution of pulsating turbulent pipe flow was predicted by deep learning. A convolutional neural network (CNN) and long short-term memory (LSTM) were employed for long-term prediction by recursively predicting the local temporal evolution. To enhance prediction, physical components such as wall shear stress were informed into the training process. The datasets were obtained from direct numerical simulation (DNS). The model was trained exclusively on a limited set of sinusoidal pulsating flows driven by pressure gradients defined by their period and amplitude. Subsequently, 36 pulsating flows with arbitrary non-sinusoidal acceleration and deceleration were predicted to evaluate the generalization capability, defined as the predictive performance on unseen data during training. The model successfully predicted drag reduction rates ranging from $-1\%$ to $86\%$, with a mean absolute error of 9.2. This predictive performance for unseen pulsations indicates that local temporal prediction plays a central role, rather than learning the global profile of the pulsating waveforms. This implication was quantitatively verified by analyzing the differences in periodic $C_f$--$Re_b$ trajectories between the training and test datasets, demonstrating that flows exhibiting local similarity to the training data are more predictable. Furthermore, it was demonstrated that flows exhibiting intermittent laminar--turbulent transition and relaminarization become predictable when such regimes are incorporated into the training data. The results indicate that accurate prediction is achievable provided that the training data sufficiently cover the local flow-state space, highlighting the importance of appropriate training data selection for generalized flow prediction.

physics.flu-dyn

Targeting the Core: A Simple and Effective Method to Attack RAG-based Agents via Direct LLM Manipulation

AI agents, powered by large language models (LLMs), have transformed human-computer interactions by enabling seamless, natural, and context-aware communication. While these advancements offer immense utility, they also inherit and amplify inherent safety risks such as bias, fairness, hallucinations, privacy breaches, and a lack of transparency. This paper investigates a critical vulnerability: adversarial attacks targeting the LLM core within AI agents. Specifically, we test the hypothesis that a deceptively simple adversarial prefix, such as \textit{Ignore the document}, can compel LLMs to produce dangerous or unintended outputs by bypassing their contextual safeguards. Through experimentation, we demonstrate a high attack success rate (ASR), revealing the fragility of existing LLM defenses. These findings emphasize the urgent need for robust, multi-layered security measures tailored to mitigate vulnerabilities at the LLM level and within broader agent-based architectures.

cs.AI

Precision Knowledge Editing: Enhancing Safety in Large Language Models

Large language models (LLMs) have demonstrated remarkable capabilities, but they also pose risks related to the generation of toxic or harmful content. This work introduces Precision Knowledge Editing (PKE), an advanced technique that builds upon existing knowledge editing methods to more effectively identify and modify toxic parameter regions within LLMs. By leveraging neuron weight tracking and activation pathway tracing, PKE achieves finer granularity in toxic content management compared to previous methods like Detoxifying Instance Neuron Modification (DINM). Our experiments demonstrate that PKE significantly reduces the attack success rate (ASR) across various models, including Llama2-7b and Llama-3-8b-instruct, while maintaining overall model performance. Additionally, we also compared the performance of some closed-source models (gpt-4-0613 and Claude 3 Sonnet) in our experiments, and found that models adjusted using our method far outperformed the closed-source models in terms of safety. This research contributes to the ongoing efforts to make LLMs safer and more reliable for real-world applications.

cs.CL