SearcharxivSearch

arXiv subjects

Baoying Wang

Publications and source records attributed to Baoying Wang.

5 recordsLinked to original sources

Emergence of chaos and fractality in the basin boundary of subcritical shear flow

From a dynamical systems perspective of subcritical transition in shear flows, the basin boundary separating the laminar and turbulent attractors, along with the edge state that governs the long-term dynamics on that boundary, are of fundamental interest. As the Reynolds number is increased from small values, a multiplicity of simple exact coherent structures (ECS) appear in phase space, of which one often undertakes the role of the edge state. At higher values of the Reynolds number, however, the dynamics on the basin boundary and the edge state are sensitive to initial conditions, as shown by a wealth of numerical and experimental studies. The mechanism behind this transition remains unclear. To address this, we examine the subcritical regime of Taylor-Couette flow using a minimal computational box and reveal a generic mechanism whereby the edge state becomes chaotic. The first step in this process involves the formation of a heteroclinic tangle between a travelling-wave-type ECS and an independently engendered chaotic saddle. The interaction causes the basin boundary to incorporate the saddle, thus inheriting its fractal structure, while the edge state itself remains the simple ECS. The transition of the edge state to chaos requires a second step: the formation of a heteroclinic cycle involving the ECS and the chaotic saddle. In consequence, the observation of a simple non-chaotic edge state at given values of the parameters is no guarantee that the same situation will hold at nearby values.

physics.flu-dyn

Relational Mediators: LLM Chatbots as Boundary Objects in Psychotherapy

As large language models (LLMs) are embedded into mental health technologies, they are often framed either as tools assisting therapists or autonomous therapeutic systems. Such perspectives overlook their potential to mediate relational complexities in therapy, particularly for systemically marginalized clients. Drawing on in-depth interviews with 12 therapists and 12 marginalized clients in China, including LGBTQ+ individuals or those from other marginalized backgrounds, we identify enduring relational challenges: difficulties building trust amid institutional barriers, the burden clients carry in educating therapists about marginalized identities, and challenges sustaining authentic self-disclosure across therapy and daily life. We argue that addressing these challenges requires AI systems capable of actively mediating underlying knowledge gaps, power asymmetries, and contextual disconnects. To this end, we propose the Dynamic Boundary Mediation Framework, which reconceptualizes LLM-enhanced systems as adaptive boundary objects that shift mediating roles across therapeutic stages. The framework delineates three forms of mediation: Epistemic (reducing knowledge asymmetries), Relational (rebalancing power dynamics), and Contextual (bridging therapy-life discontinuities). This framework offers a pathway toward designing relationally accountable AI systems that center the lived realities of marginalized users and more effectively support therapeutic relationships.

cs.HC

Feigenbaum universality in subcritical Taylor-Couette flow

Feigenbaum universality is shown to occur in subcritical shear flows. Our testing ground is the counter-rotation regime of the Taylor-Couette flow, where numerical calculations are performed within a small periodic domain. The accurate computation of up to the seventh period doubling bifurcation, assisted by a purposely defined Poincaré section, has enabled us to reproduce the two Feigenbaum universal constants with unprecedented accuracy in a fluid flow problem. We have further devised a method to predict the bifurcation diagram up to the accumulation point of the cascade based on the detailed inspection of just the first few period doubling bifurcations. Remarkably, the method is applicable beyond the accumulation point, with predictions remaining valid, in a statistical sense, for the chaotic dynamics that follows.

physics.flu-dyn

Mathematically established chaos and forecast of statistics with recurrent patterns in Taylor-Couette flow

The transition to chaos in the subcritical regime of counter-rotating Taylor-Couette flow is investigated using a minimal periodic domain capable of sustaining coherent structures. Following a Feigenbaum cascade, the dynamics are found to be remarkably well approximated by a simple discrete map that admits rigorous proof of its chaotic nature. The chaotic set that arises for the map features densely distributed periodic points that are in one-to-one correspondence with unstable periodic orbits (UPOs) of the Navier-Stokes system. This supports the increasingly accepted view that UPOs may serve as the backbone of turbulence and, indeed, we demonstrate that it is possible to reconstruct every statistical property of chaotic fluid flow from UPOs.

nlin.CD

Bin Packing Optimization via Deep Reinforcement Learning

The Bin Packing Problem (BPP) has attracted enthusiastic research interest recently, owing to widespread applications in logistics and warehousing environments. It is truly essential to optimize the bin packing to enable more objects to be packed into boxes. Object packing order and placement strategy are the two crucial optimization objectives of the BPP. However, existing optimization methods for BPP, such as the genetic algorithm (GA), emerge as the main issues in highly computational cost and relatively low accuracy, making it difficult to implement in realistic scenarios. To well relieve the research gaps, we present a novel optimization methodology of two-dimensional (2D)-BPP and three-dimensional (3D)-BPP for objects with regular shapes via deep reinforcement learning (DRL), maximizing the space utilization and minimizing the usage number of boxes. First, an end-to-end DRL neural network constructed by a modified Pointer Network consisting of an encoder, a decoder and an attention module is proposed to achieve the optimal object packing order. Second, conforming to the top-down operation mode, the placement strategy based on a height map is used to arrange the ordered objects in the boxes, preventing the objects from colliding with boxes and other objects in boxes. Third, the reward and loss functions are defined as the indicators of the compactness, pyramid, and usage number of boxes to conduct the training of the DRL neural network based on an on-policy actor-critic framework. Finally, a series of experiments are implemented to compare our method with conventional packing methods, from which we conclude that our method outperforms these packing methods in both packing accuracy and efficiency.

cs.RO