SearcharxivSearch

arXiv subjects

Yuan Zheng

Publications and source records attributed to Yuan Zheng.

At least 19 recordsLinked to original sources

Computational Hermeneutics: Evaluating generative AI as a cultural technology

Generative AI systems are increasingly recognized as cultural technologies, yet current evaluation frameworks often treat culture as a variable to be measured rather than fundamental to the system's operation. Drawing on hermeneutic theory from the humanities, we argue that GenAI systems function as "context machines" that must inherently address three interpretive challenges: situatedness (meaning only emerges in context), plurality (multiple valid interpretations coexist), and ambiguity (interpretations naturally conflict). We present computational hermeneutics as an emerging framework offering an interpretive account of what GenAI systems do, and how they might do it better. We offer three principles for hermeneutic evaluation -- that benchmarks should be iterative, not one-off; include people, not just machines; and measure cultural context, not just model output. This perspective offers a nascent paradigm for designing and evaluating contemporary AI systems: shifting from standardized questions about accuracy to contextual ones about meaning.

cs.AI

Measuring Love Toward AI: Development and Validation of the Love Attitudes Scale toward Artificial Intelligence (LAS-AI)

Artificial intelligences (AIs) are increasingly capable of emotionally engaging with humans to the point of forming intimate relationships. Yet, current studies on romantic love toward AI lack statistically validated instruments to measure romantic love toward AI, hindering empirical research. To address this gap, we reinterpreted Lee's love styles theory in the AI context and developed the Love Attitudes Scale toward AI (LAS-AI). The resulting 24-item, six-factor scale was validated across four phases using three independent samples (N = 899), demonstrating strong psychometric properties. The findings further revealed that people primarily seek practical, passionate, and companionship-based relationships with AI (i.e., Pragma, Eros, and Storge), showing little interest in a playful or noncommittal approach (i.e., Ludus). We also provided an initial exploration of the similarities and differences between romantic love with humans and AI. The LAS-AI offers a robust tool for future research on human-AI romantic relationships, with prolific implications.

cs.HC

Explicit Semantic-Base-Empowered Communications for 6G Mobile Networks

Increasing demands for massive data transmission pose significant challenges to communication systems. Compared with traditional communication systems that focus on the accurate reconstruction of bit sequences, SemComs, which aim to deliver information connotation, are regarded as a key technology for 6G mobile networks. Most current SemComs utilize an end-to-end trained NN for semantic extraction and interpretation, which lacks interpretability for further optimization. Moreover, NN-based SemComs assume that the application and physical layers of the protocol stack can be jointly trained, which is incompatible with current digital communication systems. To overcome those drawbacks, we propose a SemCom system that employs explicit semantic bases (Sebs) as the basic units to represent semantic connotations. First, a mathematical model of Sebs is proposed to build an explicit KB. Then, the Seb-based SemCom architecture is proposed, including both a communication mode and a KB update mode to enable the evolution of communication systems. Sem-codec and channel codec modules are designed specifically, with the assistance of an explicit KB for the efficient and robust transmission of semantics. Moreover, UEP is strategically implemented, considering communication intent and the importance of Sebs, thereby ensuring the reliability of critical semantics. In addition, a Seb-based SemCom protocol stack that is compatible with the 5G protocol stack is proposed. To assess the effectiveness and compatibility of the proposed Seb-based SemComs, a case study focusing on an image-transmission task is conducted. The simulations show that our Seb-based SemComs outperform state-of-the-art works in LPIPS by over 20% under varying communication intents and exhibit robustness under fluctuating channel conditions, highlighting the advantages of the interpretability and flexibility afforded by explicit Sebs.

eess.SP

Large ferromagnetic-like band splitting in ultrathin ${\mathrm{SmC}}_{6}$ films

Two-dimensional (2D) magnetic materials provide a unique platform for exploring quantum phases from magnetic order in reduced dimensions. While there have been extensive studies on 2D magnetic materials based on 3$d$ electrons, experimental studies on 4$f$-electron counterparts are far fewer, particularly on their electronic structure. In this study, we report the successful synthesis of ultrathin ${\mathrm{SmC}}_{6}$ films using molecular beam epitaxy. Utilizing in situ angle-resolved photoemission spectroscopy (ARPES), we uncover a large band splitting in the valence bands, which we attribute to the ferromagnetic order driven by exchange couplings between Sm 4$f$ moments and conduction electrons. Despite the small magnetic moment of Sm, the observed splitting is comparable to those of Eu- and Gd-based systems with much larger local moments. Interestingly, the surface state also exhibits splitting with similar magnitude and can be eliminated by overannealing, while the valence bands with ferromagnetic-like splittings remain robust. Our work provides spectroscopic insight to understand the electronic origin of magnetic order in Sm-based compounds. Our study also offers a platform to study 2D magnetic materials based on 4$f$ electrons.

cond-mat.str-el

Insight into the origin of multiwavelength emissions of PKS 1510-089 through modeling 12 SEDs from 2008 to 2015

PKS\,1510$-$089 is one of the most peculiar sources among the FSRQs, exhibiting a notable big blue bump (BBB). This provides an unique opportunity to explore the coupling between the activity of the central engine and the relativistic jet, offering further insight into the origin of the multiwavelength emissions. To this end, we collected multiwavelength data spanning four periods from 2008 to 2015 and performed the spectral energy distribution (SED) modeling using a one-zone homogeneous leptonic model. In the model, a multichromatic accretion disk (AD) is used to fit the optical/UV data sets, while the external radiation fields from the broad-line region (BLR) and dusty torus (DT) are properly considered to produce the high-energy $γ$-ray emissions. Our best fit to 12 SEDs yields the following results: (i) The innermost stable orbit ($R_{\rm ISO}$) of the AD is not stable but varies between $3\,R_{\rm S}$ and $18\,R_{\rm S}$ during these observations. (ii) The high-energy hump of the SED is well dominated by Compton scattering of the BLR photons, while the X-ray flux may be comprised of multiple radiation components. (iii) The $γ$-ray emitting regions are generally matter-dominated, with low magnetization, and are located beyond the BLR but within the DT. At such distance, the multiwavelength emissions are likely to originate from shock accelerations; (iv) For the energization of the relativistic jet, our study supports the Blandford$-$Znajek (BZ) mechanism, instead of the Blandford$-$Payne (BP) mechanism, as the latter fails to power the jet.

astro-ph.HE

TrafficKAN-GCN: Graph Convolutional-based Kolmogorov-Arnold Network for Traffic Flow Optimization

Urban traffic optimization is critical for improving transportation efficiency and alleviating congestion, particularly in large-scale dynamic networks. Traditional methods, such as Dijkstra's and Floyd's algorithms, provide effective solutions in static settings, but they struggle with the spatial-temporal complexity of real-world traffic flows. In this work, we propose TrafficKAN-GCN, a hybrid deep learning framework combining Kolmogorov-Arnold Networks (KAN) with Graph Convolutional Networks (GCN), designed to enhance urban traffic flow optimization. By integrating KAN's adaptive nonlinear function approximation with GCN's spatial graph learning capabilities, TrafficKAN-GCN captures both complex traffic patterns and topological dependencies. We evaluate the proposed framework using real-world traffic data from the Baltimore Metropolitan area. Compared with baseline models such as MLP-GCN, standard GCN, and Transformer-based approaches, TrafficKAN-GCN achieves competitive prediction accuracy while demonstrating improved robustness in handling noisy and irregular traffic data. Our experiments further highlight the framework's ability to redistribute traffic flow, mitigate congestion, and adapt to disruptive events, such as the Francis Scott Key Bridge collapse. This study contributes to the growing body of work on hybrid graph learning for intelligent transportation systems, highlighting the potential of combining KAN and GCN for real-time traffic optimization. Future work will focus on reducing computational overhead and integrating Transformer-based temporal modeling for enhanced long-term traffic prediction. The proposed TrafficKAN-GCN framework offers a promising direction for data-driven urban mobility management, balancing predictive accuracy, robustness, and computational efficiency.

cs.LG

ScribFormer: Transformer Makes CNN Work Better for Scribble-based Medical Image Segmentation

Most recent scribble-supervised segmentation methods commonly adopt a CNN framework with an encoder-decoder architecture. Despite its multiple benefits, this framework generally can only capture small-range feature dependency for the convolutional layer with the local receptive field, which makes it difficult to learn global shape information from the limited information provided by scribble annotations. To address this issue, this paper proposes a new CNN-Transformer hybrid solution for scribble-supervised medical image segmentation called ScribFormer. The proposed ScribFormer model has a triple-branch structure, i.e., the hybrid of a CNN branch, a Transformer branch, and an attention-guided class activation map (ACAM) branch. Specifically, the CNN branch collaborates with the Transformer branch to fuse the local features learned from CNN with the global representations obtained from Transformer, which can effectively overcome limitations of existing scribble-supervised segmentation methods. Furthermore, the ACAM branch assists in unifying the shallow convolution features and the deep convolution features to improve model's performance further. Extensive experiments on two public datasets and one private dataset show that our ScribFormer has superior performance over the state-of-the-art scribble-supervised segmentation methods, and achieves even better results than the fully-supervised segmentation methods. The code is released at https://github.com/HUANGLIZI/ScribFormer.

cs.CV

Semantic Communications with Explicit Semantic Base for Image Transmission

Semantic communications, aiming at ensuring the successful delivery of the meaning of information, are expected to be one of the potential techniques for the next generation communications. However, the knowledge forming and synchronizing mechanism that enables semantic communication systems to extract and interpret the semantics of information according to the communication intents is still immature. In this paper, we propose a semantic image transmission framework with explicit semantic base (Seb), where Sebs are generated and employed as the knowledge shared between the transmitter and the receiver with flexible granularity. To represent images with Sebs, a novel Seb-based reference image generator is proposed to generate Sebs and then decompose the transmitted images. To further encode/decode the residual information for precise image reconstruction, a Seb-based image encoder/decoder is proposed. The key components of the proposed framework are optimized jointly by end-to-end (E2E) training, where the loss function is dedicatedly designed to tackle the problem of nondifferentiable operation in Seb-based reference image generator by introducing a gradient approximation mechanism. Extensive experiments show that the proposed framework outperforms state-of-art works by 0.5 - 1.5 dB in peak signal-to-noise ratio (PSNR) w.r.t. different signal-to-noise ratios (SNR).

eess.IV

ScribbleVC: Scribble-supervised Medical Image Segmentation with Vision-Class Embedding

Medical image segmentation plays a critical role in clinical decision-making, treatment planning, and disease monitoring. However, accurate segmentation of medical images is challenging due to several factors, such as the lack of high-quality annotation, imaging noise, and anatomical differences across patients. In addition, there is still a considerable gap in performance between the existing label-efficient methods and fully-supervised methods. To address the above challenges, we propose ScribbleVC, a novel framework for scribble-supervised medical image segmentation that leverages vision and class embeddings via the multimodal information enhancement mechanism. In addition, ScribbleVC uniformly utilizes the CNN features and Transformer features to achieve better visual feature extraction. The proposed method combines a scribble-based approach with a segmentation network and a class-embedding module to produce accurate segmentation masks. We evaluate ScribbleVC on three benchmark datasets and compare it with state-of-the-art methods. The experimental results demonstrate that our method outperforms existing approaches in terms of accuracy, robustness, and efficiency. The datasets and code are released on GitHub.

cs.CV

PSGformer: Enhancing 3D Point Cloud Instance Segmentation via Precise Semantic Guidance

Most existing 3D instance segmentation methods are derived from 3D semantic segmentation models. However, these indirect approaches suffer from certain limitations. They fail to fully leverage global and local semantic information for accurate prediction, which hampers the overall performance of the 3D instance segmentation framework. To address these issues, this paper presents PSGformer, a novel 3D instance segmentation network. PSGformer incorporates two key advancements to enhance the performance of 3D instance segmentation. Firstly, we propose a Multi-Level Semantic Aggregation Module, which effectively captures scene features by employing foreground point filtering and multi-radius aggregation. This module enables the acquisition of more detailed semantic information from global and local perspectives. Secondly, PSGformer introduces a Parallel Feature Fusion Transformer Module that independently processes super-point features and aggregated features using transformers. The model achieves a more comprehensive feature representation by the features which connect global and local features. We conducted extensive experiments on the ScanNetv2 dataset. Notably, PSGformer exceeds compared state-of-the-art methods by 2.2% on ScanNetv2 hidden test set in terms of mAP. Our code and models will be publicly released.

cs.CV

Pose-Aided Video-based Person Re-Identification via Recurrent Graph Convolutional Network

Existing methods for video-based person re-identification (ReID) mainly learn the appearance feature of a given pedestrian via a feature extractor and a feature aggregator. However, the appearance models would fail when different pedestrians have similar appearances. Considering that different pedestrians have different walking postures and body proportions, we propose to learn the discriminative pose feature beyond the appearance feature for video retrieval. Specifically, we implement a two-branch architecture to separately learn the appearance feature and pose feature, and then concatenate them together for inference. To learn the pose feature, we first detect the pedestrian pose in each frame through an off-the-shelf pose detector, and construct a temporal graph using the pose sequence. We then exploit a recurrent graph convolutional network (RGCN) to learn the node embeddings of the temporal pose graph, which devises a global information propagation mechanism to simultaneously achieve the neighborhood aggregation of intra-frame nodes and message passing among inter-frame graphs. Finally, we propose a dual-attention method consisting of node-attention and time-attention to obtain the temporal graph representation from the node embeddings, where the self-attention mechanism is employed to learn the importance of each node and each frame. We verify the proposed method on three video-based ReID datasets, i.e., Mars, DukeMTMC and iLIDS-VID, whose experimental results demonstrate that the learned pose feature can effectively improve the performance of existing appearance models.

cs.CV

Effect of Stacking Order on the Electronic State of 1T-TaS$_2$

New theoretical proposals and experimental findings on transition metal dichalcogenide 1T-TaS$_2$ have revived interests in its possible Mott insulating state. We perform a comprehensive scanning tunneling microscopy and spectroscopy experiment on different single-step areas in pristine 1T-TaS$_2$. After accurately determining the relative displacement of Star-of-David super-lattices in two layers, we find different stacking orders can correspond to the similar large-gap spectrum on the upper terrace. When the measurement is performed away from the step edge, the large gap spectrum can always be maintained. The stacking order seems rarely disturb the large-gap spectrum in the ideal bulk material. We conclude that the large insulating gap is from the single-layer property, which is a correlation-induced Mott gap based on the single-band Hubbard model. Specific stacking orders can perturb the state and induce a small-gap or metallic spectrum for a limited area around the step edge, which we attribute to a surface and edge phenomenon. Our work provides more evidence about the surface electronic state and deepens our understanding of the Mott insulating state in 1T-TaS$_2$.

cond-mat.str-el

Reconcile the Bulk Metallic and Surface Insulating state in 1T-TaSe$_2$

The transition metal dichalcogenides 1T-TaS$_2$ and 1T-TaSe$_2$ have been extensively studied for the complicated correlated electronic properties. The origin of different surface electronic states remains controversial. We apply scanning tunneling microscopy and spectroscopy to restudy the surface electronic state of bulk 1T-TaSe$_2$. Both insulating and metallic states are identified in different areas of the same sample. The insulating state is similar to that in 1T-TaS$_2$, concerning both the dI/dV spectrum and the orbital texture. With further investigations in single-step areas, the discrepancy of electronic states is found to be associated with different stacking orders. The insulating state is most possibly a single-layer property, modulated to a metallic state in some particular stacking orders. Both the metallic and large-gap insulating spectra, together with their corresponding stacking orders, are dominant in 1T-TaSe$_2$. The connected metallic areas lead to the metallic transport behavior. We then reconcile the bulk metallic and surface insulating state in 1T-TaSe$_2$. The rich phenomena in 1T-TaSe$_2$ deepen our understanding of the correlated electronic state in bulk 1T-TaSe$_2$ and 1T-TaS$_2$.

cond-mat.str-el

Homotopy Based Reinforcement Learning with Maximum Entropy for Autonomous Air Combat

The Intelligent decision of the unmanned combat aerial vehicle (UCAV) has long been a challenging problem. The conventional search method can hardly satisfy the real-time demand during high dynamics air combat scenarios. The reinforcement learning (RL) method can significantly shorten the decision time via using neural networks. However, the sparse reward problem limits its convergence speed and the artificial prior experience reward can easily deviate its optimal convergent direction of the original task, which raises great difficulties for the RL air combat application. In this paper, we propose a homotopy-based soft actor-critic method (HSAC) which focuses on addressing these problems via following the homotopy path between the original task with sparse reward and the auxiliary task with artificial prior experience reward. The convergence and the feasibility of this method are also proved in this paper. To confirm our method feasibly, we construct a detailed 3D air combat simulation environment for the RL-based methods training firstly, and we implement our method in both the attack horizontal flight UCAV task and the self-play confrontation task. Experimental results show that our method performs better than the methods only utilizing the sparse reward or the artificial prior experience reward. The agent trained by our method can reach more than 98.3% win rate in the attack horizontal flight UCAV task and average 67.4% win rate when confronted with the agents trained by the other two methods.

cs.LG

Energy-Efficient Online Data Sensing and Processing in Wireless Powered Edge Computing Systems

This paper focuses on developing energy-efficient online data processing strategy of wireless powered MEC systems under stochastic fading channels. In particular, we consider a hybrid access point (HAP) transmitting RF energy to and processing the sensing data offloaded from multiple WDs. Under an average power constraint of the HAP, we aim to maximize the long-term average data sensing rate of the WDs while maintaining task data queue stability. We formulate the problem as a multi-stage stochastic optimization to control the energy transfer and task data processing in sequential time slots. Without the knowledge of future channel fading, it is very challenging to determine the sequential control actions that are tightly coupled by the battery and data buffer dynamics. To solve the problem, we propose an online algorithm named LEESE that applies the perturbed Lyapunov optimization technique to decompose the multi-stage stochastic problem into per-slot deterministic optimization problems. We show that each per-slot problem can be equivalently transformed into a convex optimization problem. To facilitate online implementation in large-scale MEC systems, instead of solving the per-slot problem with off-the-shelf convex algorithms, we propose a block coordinate descent (BCD)-based method that produces close-to-optimal solution in less than 0.04\% of the computation delay. Simulation results demonstrate that the proposed LEESE algorithm can provide 21.9\% higher data sensing rate than the representative benchmark methods considered, while incurring sub-millisecond computation delay suitable for real-time control under fading channel.

cs.IT

A Hybrid Vehicle Platoon for Connected and Automated Vehicles: Formulation, Stability Analysis, and Applications

Vehicle platooning has the potential to significantly improve traffic throughput and reduce fuel consumption and emissions and thus has attracted extensive attention recently. In this study, we propose a hybrid vehicle platoon system for the connected and automated vehicles (CAVs). First, a hybrid spacing policy combining the constant time gap (CTG) and constant spacing (CS) is formulated for the proposed platoon system, where the leader adopts the CTG and the followers use the CS policy. Based on the h2-norm string stability criteria, the notions of exogenous-head-to-tail string stability and hybrid string stability are newly introduced, and the sufficient conditions of the hybrid string stability in the frequency domain are derived using the Laplace transform. Numerical experiments are conducted to validate the hybrid string stability. Moreover, two typical scenarios and several measurements of effectiveness (MOE) are adopted to verify the effectiveness of the proposed hybrid platoon system in various aspects. The results show that the hybrid platoon system performs better than the CS-based platoon system. It also indicates that the hybrid platoon system has obvious advantages over the CTG-based platoon system under the periodical fluctuation scenario and it is also comparable to the CTG-based platoon system under the large deceleration and acceleration scenario. The findings have demonstrated the merits of the combined implementation of CTG and CS policy in enhancing the performance and applicability of the platoon system for CAVs.

eess.SY

Flow Instability Transferability Characteristics within a Reversible Pump Turbine (RPT) under Large Guide Vane Opening (GVO)

Reversible pump turbines are praised for their operational flexibility leading to their recent wide adoption within pumped storage hydropower plants. However, frequently imposed off-design operating conditions in these plants give rise to large flow instability within RPT flow zones, where the vaneless space (VS) between the runner and guide vanes is claimed to be the base. Recent studies have pointed out the possibility of these instabilities stretching to other flow zones causing more losses and subsequent machine operational performance degradation. This study therefore intends to investigate the VS flow instability, its propagation characteristics, and the effect of machine influx and runner blade number on the same. CFD-backed simulations are conducted on ten flow conditions spanning from turbine zone through runaway vicinities to turbine brake (OC1 to OC15), using three runner models with different blades (7BL, 8BL, and 9BL). While VS pressure pulsation amplitudes increased with runner blades number decrease, the continuously decreasing flow led to gradual VS pressure pulsation level drop within the Turbine zone before increasing to Runaway and dropping back to deep turbine brake zone. The effect of the same parameters on the transmission mode to VS upstream flow zones is more remarkable than the downstream flow zones.

physics.flu-dyn

Time-Optimal Guidance for Intercepting Moving Targets with Impact-Angle Constraints

The minimum-time path for intercepting a moving target with a prescribed impact angle is studied in the paper. The candidate paths from Pontryagin's maximum principle are analyzed, so that each candidate is related to a zero of a real-valued function. It is found that the real-valued functions or their first-order derivatives can be converted to polynomials of at most fourth degree. As a result, each canidate path can be computed within a constant time by embedding a standard polynomial solver into the typical bisection method. The control strategy along the shortest candidate eventually gives rise to the time-optimal guidance law. Finally, the developments of the paper is illustrated and verified by three numerical examples.

math.OC