id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
6
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-04-25 00:00:00
authors_parsed
sequencelengths
1
2.83k
2504.09804
Liang Li
Rui Zhang, Liang Li, St\'ephane Lanteri, Hao Kang, Jiaqi Li
BO-SA-PINNs: Self-adaptive physics-informed neural networks based on Bayesian optimization for automatically designing PDE solvers
23 pages, 5 figure
null
null
null
cs.CE cs.LG cs.NA math.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Physics-informed neural networks (PINNs) is becoming a popular alternative method for solving partial differential equations (PDEs). However, they require dedicated manual modifications to the hyperparameters of the network, the sampling methods and loss function weights for different PDEs, which reduces the efficiency of the solvers. In this paper, we pro- pose a general multi-stage framework, i.e. BO-SA-PINNs to alleviate this issue. In the first stage, Bayesian optimization (BO) is used to select hyperparameters for the training process, and based on the results of the pre-training, the network architecture, learning rate, sampling points distribution and loss function weights suitable for the PDEs are automatically determined. The proposed hyperparameters search space based on experimental results can enhance the efficiency of BO in identifying optimal hyperparameters. After selecting the appropriate hyperparameters, we incorporate a global self-adaptive (SA) mechanism the second stage. Using the pre-trained model and loss information in the second-stage training, the exponential moving average (EMA) method is employed to optimize the loss function weights, and residual-based adaptive refinement with distribution (RAR-D) is used to optimize the sampling points distribution. In the third stage, L-BFGS is used for stable training. In addition, we introduce a new activation function that enables BO-SA-PINNs to achieve higher accuracy. In numerical experiments, we conduct comparative and ablation experiments to verify the performance of the model on Helmholtz, Maxwell, Burgers and high-dimensional Poisson equations. The comparative experiment results show that our model can achieve higher accuracy and fewer iterations in test cases, and the ablation experiments demonstrate the positive impact of every improvement.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:07:45 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhang", "Rui", "" ], [ "Li", "Liang", "" ], [ "Lanteri", "Stéphane", "" ], [ "Kang", "Hao", "" ], [ "Li", "Jiaqi", "" ] ]
2504.09805
Xing Hu
Xing Hu, Sam Toueg
You can lie but not deny: SWMR registers with signature properties in systems with Byzantine processes
null
null
null
null
cs.DC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We define and show how to implement SWMR registers that provide properties of unforgeable digital signatures - without actually using such signatures - in systems with Byzantine processes. More precisely, we first define SWMR verifiable registers. Intuitively, processes can use these registers to write values as if they are ``signed'', such that these ``signed values'' can be ``verified'' by any process and ``relayed'' to any process. We give a signature-free implementation of such registers from plain SWMR registers in systems with $n > 3f$ processes, $f$ of which can be Byzantine. We also give a signature-free implementation of SWMR sticky registers from SWMR registers in systems with $n > 3f$ processes. Once the writer $p$ writes a value $v$ into a SWMR sticky register $R$, the register never changes its value. Note that the value $v$ can be considered ``signed'' by $p$: once $p$ writes $v$ in $R$, $p$ cannot change the value in $R$ or deny that it wrote $v$ in $R$, and every reader can verify that $p$ wrote $v$ just by reading $R$. This holds even if the writer $p$ of $R$ is Byzantine. We prove that our implementations are optimal in the number of Byzantine processes they can tolerate. Since SWMR registers can be implemented in message-passing systems with Byzantine processes and $n > 3f$ [9], the results in this paper also show that one can implement verifiable registers and sticky registers in such systems.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:09:13 GMT" } ]
2025-04-15T00:00:00
[ [ "Hu", "Xing", "" ], [ "Toueg", "Sam", "" ] ]
2504.09807
Hongyu Li
Ximeng Ye, Hongyu Li, Zhen-Guo Yan
Virtual domain extension for imposing boundary conditions in flow simulation using pre-trained local neural operator
null
null
null
null
physics.flu-dyn cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper builds up a virtual domain extension (VDE) framework for imposing boundary conditions (BCs) in flow simulation using pre-trained local neural operator (LNO). It creates extended virtual domains to the input function to compensate for the corrosion nature of computational domains during LNO inference, thus turns the implementation of BC into the determination of field values on the extended domain. Several strategies to calculate the field values are proposed and validated in solving numerical examples, including padding operation, direct imposition, pressure symmetry, and optimization by backpropagation, and compared with boundary imposition in traditional solvers. It is found that the large time interval of LNO induces a relatively wide near-boundary domain to be processed, thus imposing BC on only a few nodes near the boundary following the immersed boundary conception in traditional solvers can hardly achieve high accuracy. With appropriate values assigned on the extended virtual domains, VDE can accurately impose BCs and lead to reasonable flow field predictions. This work provides a guidance for imposing BCs reliably in LNO prediction, which could facilitate the reuse of pre-trained LNO in more applications.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:18:12 GMT" } ]
2025-04-15T00:00:00
[ [ "Ye", "Ximeng", "" ], [ "Li", "Hongyu", "" ], [ "Yan", "Zhen-Guo", "" ] ]
2504.09810
Huayi Wei
Tian Tian and Chen Chunyu and Wei Huayi
High-Order Interior Penalty Finite Element Methods for Fourth-Order Phase-Field Models in Fracture Analysis
null
null
null
null
math.NA cs.NA math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents a novel approach for solving fourth-order phase-field models in brittle fracture mechanics using the Interior Penalty Finite Element Method (IP-FEM). The fourth-order model improves numerical stability and accuracy compared to traditional second-order phase-field models, particularly when simulating complex crack paths. The IP-FEM provides an efficient framework for discretizing these models, effectively handling nonconforming trial functions and complex boundary conditions. In this study, we leverage the FEALPy framework to implement a flexible computational tool that supports high-order IP-FEM discretizations. Our results show that as the polynomial order increases, the mesh dependence of the phase-field model decreases, offering improved accuracy and faster convergence. Additionally, we explore the trade-offs between computational cost and accuracy with varying polynomial orders and mesh sizes. The findings offer valuable insights for optimizing numerical simulations of brittle fracture in practical engineering applications.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:20:37 GMT" } ]
2025-04-15T00:00:00
[ [ "Tian", "Tian", "" ], [ "Chunyu", "Chen", "" ], [ "Huayi", "Wei", "" ] ]
2504.09811
Yu Li
Hanbing Fang, Yu Li
Volume estimates for the singular sets of mean curvature flows
null
null
null
null
math.DG
http://creativecommons.org/publicdomain/zero/1.0/
In this paper, we establish uniform and sharp volume estimates for the singular set and the quantitative singular strata of mean curvature flows starting from a smooth, closed, mean-convex hypersurface in $\mathbb R^{n+1}$.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:21:30 GMT" } ]
2025-04-15T00:00:00
[ [ "Fang", "Hanbing", "" ], [ "Li", "Yu", "" ] ]
2504.09812
Jingxuan Zhou
Jingxuan Zhou, Weidong Bao, Ji Wang, Zhengyi Zhong, Dayu Zhang
Efficient Multi-Task Modeling through Automated Fusion of Trained Models
null
null
null
null
cs.LG cs.AI
http://creativecommons.org/licenses/by/4.0/
Although multi-task learning is widely applied in intelligent services, traditional multi-task modeling methods often require customized designs based on specific task combinations, resulting in a cumbersome modeling process. Inspired by the rapid development and excellent performance of single-task models, this paper proposes an efficient multi-task modeling method that can automatically fuse trained single-task models with different structures and tasks to form a multi-task model. As a general framework, this method allows modelers to simply prepare trained models for the required tasks, simplifying the modeling process while fully utilizing the knowledge contained in the trained models. This eliminates the need for excessive focus on task relationships and model structure design. To achieve this goal, we consider the structural differences among various trained models and employ model decomposition techniques to hierarchically decompose them into multiple operable model components. Furthermore, we have designed an Adaptive Knowledge Fusion (AKF) module based on Transformer, which adaptively integrates intra-task and inter-task knowledge based on model components. Through the proposed method, we achieve efficient and automated construction of multi-task models, and its effectiveness is verified through extensive experiments on three datasets.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:21:45 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhou", "Jingxuan", "" ], [ "Bao", "Weidong", "" ], [ "Wang", "Ji", "" ], [ "Zhong", "Zhengyi", "" ], [ "Zhang", "Dayu", "" ] ]
2504.09813
Siyuan Niu
Siyuan Niu, Efekan K\"okc\"u, Sonika Johri, Anurag Ramesh, Avimita Chatterjee, David E. Bernal Neira, Daan Camps, Thomas Lubinski
A Practical Framework for Assessing the Performance of Observable Estimation in Quantum Simulation
null
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Simulating dynamics of physical systems is a key application of quantum computing, with potential impact in fields such as condensed matter physics and quantum chemistry. However, current quantum algorithms for Hamiltonian simulation yield results that are inadequate for real use cases and suffer from lengthy execution times when implemented on near-term quantum hardware. In this work, we introduce a framework for evaluating the performance of quantum simulation algorithms, focusing on the computation of observables, such as energy expectation values. Our framework provides end-to-end demonstrations of algorithmic optimizations that utilize Pauli term groups based on k-commutativity, generate customized Clifford measurement circuits, and implement weighted shot distribution strategies across these groups. These demonstrations span multiple quantum execution environments, allowing us to identify critical factors influencing runtime and solution accuracy. We integrate enhancements into the QED-C Application-Oriented Benchmark suite, utilizing problem instances from the open-source HamLib collection. Our results demonstrate a 27.1% error reduction through Pauli grouping methods, with an additional 37.6% improvement from the optimized shot distribution strategy. Our framework provides an essential tool for advancing quantum simulation performance using algorithmic optimization techniques, enabling systematic evaluation of improvements that could maximize near-term quantum computers' capabilities and advance practical quantum utility as hardware evolves.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:23:01 GMT" } ]
2025-04-15T00:00:00
[ [ "Niu", "Siyuan", "" ], [ "Kökcü", "Efekan", "" ], [ "Johri", "Sonika", "" ], [ "Ramesh", "Anurag", "" ], [ "Chatterjee", "Avimita", "" ], [ "Neira", "David E. Bernal", "" ], [ "Camps", "Daan", "" ], [ "Lubinski", "Thomas", "" ] ]
2504.09814
Beomseok Kang
Beomseok Kang, Niluthpol Chowdhury Mithun, Abhinav Rajvanshi, Han-Pang Chiu, Supun Samarasekera
DUDA: Distilled Unsupervised Domain Adaptation for Lightweight Semantic Segmentation
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Unsupervised Domain Adaptation (UDA) is essential for enabling semantic segmentation in new domains without requiring costly pixel-wise annotations. State-of-the-art (SOTA) UDA methods primarily use self-training with architecturally identical teacher and student networks, relying on Exponential Moving Average (EMA) updates. However, these approaches face substantial performance degradation with lightweight models due to inherent architectural inflexibility leading to low-quality pseudo-labels. To address this, we propose Distilled Unsupervised Domain Adaptation (DUDA), a novel framework that combines EMA-based self-training with knowledge distillation (KD). Our method employs an auxiliary student network to bridge the architectural gap between heavyweight and lightweight models for EMA-based updates, resulting in improved pseudo-label quality. DUDA employs a strategic fusion of UDA and KD, incorporating innovative elements such as gradual distillation from large to small networks, inconsistency loss prioritizing poorly adapted classes, and learning with multiple teachers. Extensive experiments across four UDA benchmarks demonstrate DUDA's superiority in achieving SOTA performance with lightweight models, often surpassing the performance of heavyweight models from other approaches.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:30:18 GMT" } ]
2025-04-15T00:00:00
[ [ "Kang", "Beomseok", "" ], [ "Mithun", "Niluthpol Chowdhury", "" ], [ "Rajvanshi", "Abhinav", "" ], [ "Chiu", "Han-Pang", "" ], [ "Samarasekera", "Supun", "" ] ]
2504.09815
Baocheng Zhang
Feifan He, Yongjie Pan, and Baocheng Zhang
Harvesting entanglement from the cylindrical gravitational wave spacetime
It will be published in Chinese Physics C
null
null
null
gr-qc hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the entanglement harvesting protocol within the context of cylindrical gravitational waves given first by Einstein and Rosen, focusing on the interactions between non-relativistic quantum systems and linearized quantum gravity. We study how two spatially separated detectors can extract entanglement from the specific spacetime in the presence of gravitational waves, which provides a precise quantification of the entanglement that can be harvested using these detectors. In particular, we obtain the relation between harvested entanglement and the distance to wave sources that emits gravitational waves and analyze the detectability using quantum Fisher information. The enhanced detectability demonstrates the advantages of cylindrical symmetric gravitational waves.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:32:14 GMT" } ]
2025-04-15T00:00:00
[ [ "He", "Feifan", "" ], [ "Pan", "Yongjie", "" ], [ "Zhang", "Baocheng", "" ] ]
2504.09816
Quentin Fitte-Rey
Quentin Fitte-Rey, Matyas Amrouche and Romain Deveaud
Augmented Relevance Datasets with Fine-Tuned Small LLMs
10 pages, 3 figures, and 6 tables. Accepted and presented to LLM4EVAL at WSDM '25
LLM4EVAL at WSDM '25, March 2025, Hannover, Germany
null
null
cs.IR cs.CL
http://creativecommons.org/licenses/by/4.0/
Building high-quality datasets and labeling query-document relevance are essential yet resource-intensive tasks, requiring detailed guidelines and substantial effort from human annotators. This paper explores the use of small, fine-tuned large language models (LLMs) to automate relevance assessment, with a focus on improving ranking models' performance by augmenting their training dataset. We fine-tuned small LLMs to enhance relevance assessments, thereby improving dataset creation quality for downstream ranking model training. Our experiments demonstrate that these fine-tuned small LLMs not only outperform certain closed source models on our dataset but also lead to substantial improvements in ranking model performance. These results highlight the potential of leveraging small LLMs for efficient and scalable dataset augmentation, providing a practical solution for search engine optimization.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:35:00 GMT" } ]
2025-04-15T00:00:00
[ [ "Fitte-Rey", "Quentin", "" ], [ "Amrouche", "Matyas", "" ], [ "Deveaud", "Romain", "" ] ]
2504.09817
Seunghwan Lee
Seunghwan Lee, Hansohl Cho
Stiffness, strength, energy dissipation and reusability in heterogeneous architected polycrystals
null
null
null
null
cond-mat.soft cond-mat.mtrl-sci
http://creativecommons.org/licenses/by-nc-nd/4.0/
We design, fabricate and test heterogeneous architected polycrystals, composed of hard plastomers and soft elastomers, which thus show outstanding mechanical resilience and energy dissipation simultaneously. Grain boundaries that separate randomly oriented single crystalline grains is carefully designed, first enabling coherent connectivity and strength in the grain boundary regions throughout the polycrystalline network. By combining experiments and numerical simulations on 3D-printed prototypes, we show that the interplay between grain interiors and grain boundaries is responsible for the grain-size effects emerging in these architected materials, analogous to those in their atomic or metallic counterparts. Furthermore, direct visualization of inter- and intra-grain deformation and failure mechanisms at the macroscopic scale reveals that crystallographic texture throughout the polycrystalline aggregates plays a fundamental role in the key mechanical features in our new heterogeneous polycrystals. Our results show that the engineered grain boundary and crystallographic texture not only modify the highly resilient yet dissipative global responses but also critically influence reusability in this new class of architected materials.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:35:51 GMT" } ]
2025-04-15T00:00:00
[ [ "Lee", "Seunghwan", "" ], [ "Cho", "Hansohl", "" ] ]
2504.09819
Chenyang Zhao
Chenyang Zhao, Jia Wan, and Antoni B. Chan
Density-based Object Detection in Crowded Scenes
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Compared with the generic scenes, crowded scenes contain highly-overlapped instances, which result in: 1) more ambiguous anchors during training of object detectors, and 2) more predictions are likely to be mistakenly suppressed in post-processing during inference. To address these problems, we propose two new strategies, density-guided anchors (DGA) and density-guided NMS (DG-NMS), which uses object density maps to jointly compute optimal anchor assignments and reweighing, as well as an adaptive NMS. Concretely, based on an unbalanced optimal transport (UOT) problem, the density owned by each ground-truth object is transported to each anchor position at a minimal transport cost. And density on anchors comprises an instance-specific density distribution, from which DGA decodes the optimal anchor assignment and re-weighting strategy. Meanwhile, DG-NMS utilizes the predicted density map to adaptively adjust the NMS threshold to reduce mistaken suppressions. In the UOT, a novel overlap-aware transport cost is specifically designed for ambiguous anchors caused by overlapped neighboring objects. Extensive experiments on the challenging CrowdHuman dataset with Citypersons dataset demonstrate that our proposed density-guided detector is effective and robust to crowdedness. The code and pre-trained models will be made available later.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:41:49 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhao", "Chenyang", "" ], [ "Wan", "Jia", "" ], [ "Chan", "Antoni B.", "" ] ]
2504.09820
Yiming Fang
Yiming Fang, Li Chen, Changsheng You, Dingzhu Wen, Pengcheng Zhu
Finite-Precision Conjugate Gradient Method for Massive MIMO Detection
13 pages, 7 figures
null
null
null
eess.SP cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The implementation of the conjugate gradient (CG) method for massive MIMO detection is computationally challenging, especially for a large number of users and correlated channels. In this paper, we propose a low computational complexity CG detection from a finite-precision perspective. First, we develop a finite-precision CG (FP-CG) detection to mitigate the computational bottleneck of each CG iteration and provide the attainable accuracy, convergence, and computational complexity analysis to reveal the impact of finite-precision arithmetic. A practical heuristic is presented to select suitable precisions. Then, to further reduce the number of iterations, we propose a joint finite-precision and block-Jacobi preconditioned CG (FP-BJ-CG) detection. The corresponding performance analysis is also provided. Finally, simulation results validate the theoretical insights and demonstrate the superiority of the proposed detection.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:46:05 GMT" } ]
2025-04-15T00:00:00
[ [ "Fang", "Yiming", "" ], [ "Chen", "Li", "" ], [ "You", "Changsheng", "" ], [ "Wen", "Dingzhu", "" ], [ "Zhu", "Pengcheng", "" ] ]
2504.09821
Guang-Zai Ye
Guang-Zai Ye, Chong-Ye Chen, Chao Niu, Cheng-Yong Zhang, Peng Liu
Spontaneous Vectorization in the Einstein-Born-Infeld-Vector Model
23 pages,12 figures
null
null
null
gr-qc
http://creativecommons.org/licenses/by/4.0/
We investigate spontaneous vectorization in the Einstein-Born-Infeld-Vector (EBIV) model, where a massless vector field is nonminimally coupled to a nonlinear Born-Infeld (BI) electromagnetic field. This coupling results in an effective mass for the vector field in a Born-Infeld black hole (BIBH) background, triggering tachyonic instability. We numerically construct and analyze such vectorized Born-Infeld black holes (VBIBHs), focusing on their domain of existence, thermodynamic properties, and energy distributions in both Reissner-Nordstr\"om (RN)-like and Schwarzschild-like backgrounds. In RN-like BI backgrounds, vectorized solutions emerge from the perturbative instability threshold and persist down to extremality, exhibiting higher entropy and lower free energy compared to their unvectorized counterparts. Conversely, in Schwarzschild-like backgrounds, VBIBHs show bifurcation behavior with two coexisting solution branches, only one of which is thermodynamically favored. We reveal a contrasting energy redistribution pattern between the internal and external fields in the two regimes, governed by the competition between the vector field and the nonlinear BI field. Our findings highlight the rich structure of spontaneous vectorization in nonlinear electrodynamics and provide novel insights into black hole physics beyond linear Maxwell theory.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:46:27 GMT" } ]
2025-04-15T00:00:00
[ [ "Ye", "Guang-Zai", "" ], [ "Chen", "Chong-Ye", "" ], [ "Niu", "Chao", "" ], [ "Zhang", "Cheng-Yong", "" ], [ "Liu", "Peng", "" ] ]
2504.09822
Xiaolei Zhang
Xiaolei Zhang
On the existence of parameterized noetherian rings
null
null
null
null
math.RA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A ring $R$ is called left strictly $(<\aleph_{\alpha})$-noetherian if $\aleph_{\alpha}$ is the minimum cardinal such that every ideal of $R$ is $(<\aleph_{\alpha})$-generated. In this note, we show that for every singular (resp., regular) cardinal $\aleph_{\alpha}$, there is a valuation domain $D$, which is strictly $(<\aleph_{\alpha})$-noetherian (resp., strictly $(<\aleph_{\alpha}^+)$-noetherian), positively answering a problem proposed in \cite{Marcos25} under some set theory assumption.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:46:43 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhang", "Xiaolei", "" ] ]
2504.09823
Hairong Zhang
Hairong Zhang, Jiaheng Si, Guohang Yan, Boyuan Qi, Pinlong Cai, Song Mao, Ding Wang, Botian Shi
RAKG:Document-level Retrieval Augmented Knowledge Graph Construction
9 pages, 6 figures
null
null
null
cs.IR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With the rise of knowledge graph based retrieval-augmented generation (RAG) techniques such as GraphRAG and Pike-RAG, the role of knowledge graphs in enhancing the reasoning capabilities of large language models (LLMs) has become increasingly prominent. However, traditional Knowledge Graph Construction (KGC) methods face challenges like complex entity disambiguation, rigid schema definition, and insufficient cross-document knowledge integration. This paper focuses on the task of automatic document-level knowledge graph construction. It proposes the Document-level Retrieval Augmented Knowledge Graph Construction (RAKG) framework. RAKG extracts pre-entities from text chunks and utilizes these pre-entities as queries for RAG, effectively addressing the issue of long-context forgetting in LLMs and reducing the complexity of Coreference Resolution. In contrast to conventional KGC methods, RAKG more effectively captures global information and the interconnections among disparate nodes, thereby enhancing the overall performance of the model. Additionally, we transfer the RAG evaluation framework to the KGC field and filter and evaluate the generated knowledge graphs, thereby avoiding incorrectly generated entities and relationships caused by hallucinations in LLMs. We further developed the MINE dataset by constructing standard knowledge graphs for each article and experimentally validated the performance of RAKG. The results show that RAKG achieves an accuracy of 95.91 % on the MINE dataset, a 6.2 % point improvement over the current best baseline, GraphRAG (89.71 %). The code is available at https://github.com/LMMApplication/RAKG.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:47:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhang", "Hairong", "" ], [ "Si", "Jiaheng", "" ], [ "Yan", "Guohang", "" ], [ "Qi", "Boyuan", "" ], [ "Cai", "Pinlong", "" ], [ "Mao", "Song", "" ], [ "Wang", "Ding", "" ], [ "Shi", "Botian", "" ] ]
2504.09824
Keyan Xu
Keyan Xu, Dingzirui Wang, Xuanliang Zhang, Qingfu Zhu, Wanxiang Che
Abacus-SQL: A Text-to-SQL System Empowering Cross-Domain and Open-Domain Database Retrieval
11 pages, 3figures
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The existing text-to-SQL systems have made significant progress in SQL query generation, but they still face numerous challenges. Existing systems often lack retrieval capabilities for open-domain databases, requiring users to manually filter relevant databases. Additionally, their cross-domain transferability is limited, making it challenging to accommodate diverse query requirements. To address these issues, we propose Abacus-SQL. Abacus-SQL utilizes database retrieval technology to accurately locate the required databases in an open-domain database environment. It also enhances the system cross-domain transfer ability through data augmentation methods. Moreover, Abacus-SQL employs Pre-SQL and Self-debug methods, thereby enhancing the accuracy of SQL queries. Experimental results demonstrate that Abacus-SQL performs excellently in multi-turn text-to-SQL tasks, effectively validating the approach's effectiveness. Abacus-SQL is publicly accessible at https://huozi.8wss.com/abacus-sql/.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:49:54 GMT" } ]
2025-04-15T00:00:00
[ [ "Xu", "Keyan", "" ], [ "Wang", "Dingzirui", "" ], [ "Zhang", "Xuanliang", "" ], [ "Zhu", "Qingfu", "" ], [ "Che", "Wanxiang", "" ] ]
2504.09825
Nathan Grieve
Nathan Grieve and Chatchai Noytaptim
On relative fields of definition for log pairs, Vojta's height inequalities and asymptotic coordinate size dynamics
Accepted by Taiwanese J. Math
null
null
null
math.NT math.AG
http://creativecommons.org/licenses/by/4.0/
We build on the perspective of the works \cite{Grieve:Noytaptim:fwd:orbits}, \cite{Matsuzawa:2023}, \cite{Grieve:qualitative:subspace}, \cite{Grieve:chow:approx}, \cite{Grieve:Divisorial:Instab:Vojta} (and others) and study the dynamical arithmetic complexity of rational points in projective varieties. Our main results make progress towards the attractive problem of asymptotic complexity of coordinate size dynamics in the sense formulated by Matsuzawa, in \cite[Question 1.1.2]{Matsuzawa:2023}, and building on earlier work of Silverman \cite{Silverman:1993}. A key tool to our approach here is a novel formulation of conjectural Vojta type inequalities for log canonical pairs and with respect to finite extensions of number fields. Among other features, these conjectured Diophantine arithmetic height inequalities raise the question of existence of log resolutions with respect to finite extensions of number fields which is another novel concept which we formulate in precise terms here and also which is of an independent interest.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:50:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Grieve", "Nathan", "" ], [ "Noytaptim", "Chatchai", "" ] ]
2504.09826
Niseem Magdy Abdelrahman
Niseem Magdy, Prithwish Tribedy, Chun Yuen Tsang and Zhangbu Xu
Understanding the Baryon Stopping at the Relativistic Heavy Ion Collider
8 pages, 6 figures
null
null
null
hep-ph nucl-ex nucl-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The nucleon exhibits a rich internal structure governed by Quantum Chromodynamics (QCD), where its electric charge arises from valence quarks, while its spin and mass emerge from complex interactions among valence quarks, sea (anti-)quarks, and gluons. At the advent of QCD, an alternative hypothesis emerged suggesting, at high energies, the transport of a nucleon's baryon number could be traced by a non-perturbative configuration of gluon fields connecting its three valence quarks, forming a $Y$-shaped topology known as the gluon junction. Recent measurements by the STAR experiment are compatible with this scenario. In light of these measurements, this study aims to explore the mechanisms of baryon transport in high-energy nuclear collisions using the PYTHIA-8 framework, which incorporates a state-of-the-art hadronization model with advanced Color Flow (CF) and Color Reconnection (CR) mechanisms which mimic signatures of a baryon junction. Within this model setup, we investigate (i) the rapidity slope of the net-baryon distributions in photon-included processes ($\gamma$+p) and (ii) baryon over charge transport in the isobaric (Ru+Ru and Zr+Zr) collisions. Our study highlights the importance of the CF and CR mechanisms in PYTHIA-8, which plays a crucial role in baryon transport. The results show that the CF and CR schemes significantly affect the isobaric baryon-to-charge ratio, leading to different predictions for baryon stopping and underscoring the need to account for CF and CR effects in comparisons with experimental measurements.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:51:29 GMT" } ]
2025-04-15T00:00:00
[ [ "Magdy", "Niseem", "" ], [ "Tribedy", "Prithwish", "" ], [ "Tsang", "Chun Yuen", "" ], [ "Xu", "Zhangbu", "" ] ]
2504.09828
Yang Lu
Hezhao Liu, Yang Lu, Mengke Li, Yiqun Zhang, Shreyank N Gowda, Chen Gong, Hanzi Wang
FATE: A Prompt-Tuning-Based Semi-Supervised Learning Framework for Extremely Limited Labeled Data
null
null
null
null
cs.CV cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Semi-supervised learning (SSL) has achieved significant progress by leveraging both labeled data and unlabeled data. Existing SSL methods overlook a common real-world scenario when labeled data is extremely scarce, potentially as limited as a single labeled sample in the dataset. General SSL approaches struggle to train effectively from scratch under such constraints, while methods utilizing pre-trained models often fail to find an optimal balance between leveraging limited labeled data and abundant unlabeled data. To address this challenge, we propose Firstly Adapt, Then catEgorize (FATE), a novel SSL framework tailored for scenarios with extremely limited labeled data. At its core, the two-stage prompt tuning paradigm FATE exploits unlabeled data to compensate for scarce supervision signals, then transfers to downstream tasks. Concretely, FATE first adapts a pre-trained model to the feature distribution of downstream data using volumes of unlabeled samples in an unsupervised manner. It then applies an SSL method specifically designed for pre-trained models to complete the final classification task. FATE is designed to be compatible with both vision and vision-language pre-trained models. Extensive experiments demonstrate that FATE effectively mitigates challenges arising from the scarcity of labeled samples in SSL, achieving an average performance improvement of 33.74% across seven benchmarks compared to state-of-the-art SSL methods. Code is available at https://anonymous.4open.science/r/Semi-supervised-learning-BA72.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:54:28 GMT" } ]
2025-04-15T00:00:00
[ [ "Liu", "Hezhao", "" ], [ "Lu", "Yang", "" ], [ "Li", "Mengke", "" ], [ "Zhang", "Yiqun", "" ], [ "Gowda", "Shreyank N", "" ], [ "Gong", "Chen", "" ], [ "Wang", "Hanzi", "" ] ]
2504.09829
Julio Jaramillo
Julio C\'esar Jaramillo Quiceno
$q$-Deformed Heisenberg Picture Equation
null
null
null
null
math-ph math.MP quant-ph
http://creativecommons.org/licenses/by-nc-sa/4.0/
In this paper we introduce the $q$-deformed Heisenberg picture equation. We consider some examples such as : the spinless particle, the electr\'on interaction with a magnnetic field and $q$-deformed harmonnic oscillator. The $q$-Heisenberg picture equation for any dynamical function at the end of the paper.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:56:11 GMT" } ]
2025-04-15T00:00:00
[ [ "Quiceno", "Julio César Jaramillo", "" ] ]
2504.09830
Yuting Li
Taotao Hu and Yuting Li and Jiameng Hong and Xiaodan Li and Dongyan Guo and Kangning Chen
Many-body localization properties of one-dimensional anisotropic spin-1/2 chains
null
null
null
null
cond-mat.dis-nn
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we theoretically investigate the many-body localization (MBL) properties of one-dimensional anisotropic spin-1/2 chains by using the exact matrix diagonalization method. Starting from the Ising spin-1/2 chain, we introduce different forms of external fields and spin coupling interactions, and construct three distinct anisotropic spin-1/2 chain models. The influence of these interactions on the MBL phase transition is systematically explored. We first analyze the eigenstate properties by computing the excited-state fidelity. The results show that MBL phase transitions occur in all three models, and that both the anisotropy parameter and the finite system size significantly affect the critical disorder strength of the transition. Moreover, we calculated the bipartite entanglement entropy of the system, and the critical points determined by the intersection of curves for different system sizes are basically consistent with those obtained from the excited-state fidelity. Then, the dynamical characteristics of the systems are studied through the time evolution of diagonal entropy (DE), local magnetization, and fidelity. These observations further confirm the occurrence of the MBL phase transition and allow for a clear distinction between the ergodic (thermal) phase and the many-body localized phase. Finally, to examine the effect of additional interactions on the transition, we incorporate Dzyaloshinskii-Moriya (DM) interactions into the three models. The results demonstrate that the MBL phase transition still occurs in the presence of DM interactions. However, the anisotropy parameter and finite system size significantly affect the critical disorder strength. Moreover, the critical behavior is somewhat suppressed, indicating that DM interactions tend to inhibit the onset of localization.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:56:42 GMT" } ]
2025-04-15T00:00:00
[ [ "Hu", "Taotao", "" ], [ "Li", "Yuting", "" ], [ "Hong", "Jiameng", "" ], [ "Li", "Xiaodan", "" ], [ "Guo", "Dongyan", "" ], [ "Chen", "Kangning", "" ] ]
2504.09831
Korel Gundem
Korel Gundem, Zhengling Qi
Offline Dynamic Inventory and Pricing Strategy: Addressing Censored and Dependent Demand
null
null
null
null
stat.ML cs.AI cs.LG math.ST stat.AP stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we study the offline sequential feature-based pricing and inventory control problem where the current demand depends on the past demand levels and any demand exceeding the available inventory is lost. Our goal is to leverage the offline dataset, consisting of past prices, ordering quantities, inventory levels, covariates, and censored sales levels, to estimate the optimal pricing and inventory control policy that maximizes long-term profit. While the underlying dynamic without censoring can be modeled by Markov decision process (MDP), the primary obstacle arises from the observed process where demand censoring is present, resulting in missing profit information, the failure of the Markov property, and a non-stationary optimal policy. To overcome these challenges, we first approximate the optimal policy by solving a high-order MDP characterized by the number of consecutive censoring instances, which ultimately boils down to solving a specialized Bellman equation tailored for this problem. Inspired by offline reinforcement learning and survival analysis, we propose two novel data-driven algorithms to solving these Bellman equations and, thus, estimate the optimal policy. Furthermore, we establish finite sample regret bounds to validate the effectiveness of these algorithms. Finally, we conduct numerical experiments to demonstrate the efficacy of our algorithms in estimating the optimal policy. To the best of our knowledge, this is the first data-driven approach to learning optimal pricing and inventory control policies in a sequential decision-making environment characterized by censored and dependent demand. The implementations of the proposed algorithms are available at https://github.com/gundemkorel/Inventory_Pricing_Control
[ { "version": "v1", "created": "Mon, 14 Apr 2025 02:57:51 GMT" } ]
2025-04-15T00:00:00
[ [ "Gundem", "Korel", "" ], [ "Qi", "Zhengling", "" ] ]
2504.09832
Alim Ruzi
Ran Ding, Alim Ruzi, Sitian Qian, Andrew Levin, Youpeng Wu, Qiang Li
Quantum Entanglement between gauge boson pairs at a Muon Collider
null
null
null
null
hep-ph
http://creativecommons.org/licenses/by/4.0/
Quantum entanglement is one of significant physics phenomena that can be examined at a particle collider. A muon collider can provide a stage on which we can study substantial physics phenomenon, starting from the precision measurements of the Standard Model and beyond to the undiscovered area of physics. In this work, we present a through study of quantum entanglement in $\mu^+\mu^-\to ZZ$ events at a future muon collider. By fixing the spin density matrix, observables quantifying entanglement between $Z$ boson pairs can be measured. After systematic Monte-Carlo simulation and background analysis, we measure the value of entanglement variables and perform hypothesis testing against the non-entangled hypothesis, finally observing the entanglement of the $ZZ$ system up to $2$ significance level.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:00:41 GMT" } ]
2025-04-15T00:00:00
[ [ "Ding", "Ran", "" ], [ "Ruzi", "Alim", "" ], [ "Qian", "Sitian", "" ], [ "Levin", "Andrew", "" ], [ "Wu", "Youpeng", "" ], [ "Li", "Qiang", "" ] ]
2504.09833
Hyunyoung Jung
Hyunyoung Jung, Zhaoyuan Gu, Ye Zhao, Hae-Won Park, and Sehoon Ha
PreCi: Pretraining and Continual Improvement of Humanoid Locomotion via Model-Assumption-Based Regularization
null
null
null
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Humanoid locomotion is a challenging task due to its inherent complexity and high-dimensional dynamics, as well as the need to adapt to diverse and unpredictable environments. In this work, we introduce a novel learning framework for effectively training a humanoid locomotion policy that imitates the behavior of a model-based controller while extending its capabilities to handle more complex locomotion tasks, such as more challenging terrain and higher velocity commands. Our framework consists of three key components: pre-training through imitation of the model-based controller, fine-tuning via reinforcement learning, and model-assumption-based regularization (MAR) during fine-tuning. In particular, MAR aligns the policy with actions from the model-based controller only in states where the model assumption holds to prevent catastrophic forgetting. We evaluate the proposed framework through comprehensive simulation tests and hardware experiments on a full-size humanoid robot, Digit, demonstrating a forward speed of 1.5 m/s and robust locomotion across diverse terrains, including slippery, sloped, uneven, and sandy terrains.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:02:02 GMT" } ]
2025-04-15T00:00:00
[ [ "Jung", "Hyunyoung", "" ], [ "Gu", "Zhaoyuan", "" ], [ "Zhao", "Ye", "" ], [ "Park", "Hae-Won", "" ], [ "Ha", "Sehoon", "" ] ]
2504.09834
Hidetake Tanaka
Hidetake Tanaka, Kazuma Yamasaki, Momoka Hirose, Takashi Nakano, Youmei Fan, Kazumasa Shimari, Raula Gaikovina Kula, Kenichi Matsumoto
Mining for Lags in Updating Critical Security Threats: A Case Study of Log4j Library
Accepted for publication in 22nd international conference on Mining Software Repositories (MSR 2025) : 5 pages, 5 figures
null
null
null
cs.SE
http://creativecommons.org/licenses/by/4.0/
The Log4j-Core vulnerability, known as Log4Shell, exposed significant challenges to dependency management in software ecosystems. When a critical vulnerability is disclosed, it is imperative that dependent packages quickly adopt patched versions to mitigate risks. However, delays in applying these updates can leave client systems exposed to exploitation. Previous research has primarily focused on NPM, but there is a need for similar analysis in other ecosystems, such as Maven. Leveraging the 2025 mining challenge dataset of Java dependencies, we identify factors influencing update lags and categorize them based on version classification (major, minor, patch release cycles). Results show that lags exist, but projects with higher release cycle rates tend to address severe security issues more swiftly. In addition, over half of vulnerability fixes are implemented through patch updates, highlighting the critical role of incremental changes in maintaining software security. Our findings confirm that these lags also appear in the Maven ecosystem, even when migrating away from severe threats.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:02:16 GMT" } ]
2025-04-15T00:00:00
[ [ "Tanaka", "Hidetake", "" ], [ "Yamasaki", "Kazuma", "" ], [ "Hirose", "Momoka", "" ], [ "Nakano", "Takashi", "" ], [ "Fan", "Youmei", "" ], [ "Shimari", "Kazumasa", "" ], [ "Kula", "Raula Gaikovina", "" ], [ "Matsumoto", "Kenichi", "" ] ]
2504.09835
Naoto Nishida
Naoto Nishida, Hinako Nozaki, Buntarou Shizuki
Laugh at Your Own Pace: Basic Performance Evaluation of Language Learning Assistance by Adjustment of Video Playback Speeds Based on Laughter Detection
6 pages, 5 figures
null
10.1145/3491140.3528299
null
cs.HC cs.MM
http://creativecommons.org/licenses/by-nc-sa/4.0/
Among various methods to learn a second language (L2), such as listening and shadowing, Extensive Viewing involves learning L2 by watching many videos. However, it is difficult for many L2 learners to smoothly and effortlessly comprehend video contents made for native speakers at the original speed. Therefore, we developed a language learning assistance system that automatically adjusts the playback speed according to the learner's comprehension. Our system judges that learners understand the contents if they laugh at the punchlines of comedy dramas, and vice versa. Experimental results show that this system supports learners with relatively low L2 ability (under 700 in TOEIC Score in the experimental condition) to understand video contents. Our system can widen learners' possible options of native speakers' videos as Extensive Viewing material.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:03:42 GMT" } ]
2025-04-15T00:00:00
[ [ "Nishida", "Naoto", "" ], [ "Nozaki", "Hinako", "" ], [ "Shizuki", "Buntarou", "" ] ]
2504.09836
Karthik Elamvazhuthi
Karthik Elamvazhuthi, Darshan Gadginmath, and Fabio Pasqualetti
Score Matching Diffusion Based Feedback Control and Planning of Nonlinear Systems
null
null
null
null
math.OC cs.LG cs.RO cs.SY eess.SY
http://creativecommons.org/licenses/by/4.0/
We propose a novel control-theoretic framework that leverages principles from generative modeling -- specifically, Denoising Diffusion Probabilistic Models (DDPMs) -- to stabilize control-affine systems with nonholonomic constraints. Unlike traditional stochastic approaches, which rely on noise-driven dynamics in both forward and reverse processes, our method crucially eliminates the need for noise in the reverse phase, making it particularly relevant for control applications. We introduce two formulations: one where noise perturbs all state dimensions during the forward phase while the control system enforces time reversal deterministically, and another where noise is restricted to the control channels, embedding system constraints directly into the forward process. For controllable nonlinear drift-free systems, we prove that deterministic feedback laws can exactly reverse the forward process, ensuring that the system's probability density evolves correctly without requiring artificial diffusion in the reverse phase. Furthermore, for linear time-invariant systems, we establish a time-reversal result under the second formulation. By eliminating noise in the backward process, our approach provides a more practical alternative to machine learning-based denoising methods, which are unsuitable for control applications due to the presence of stochasticity. We validate our results through numerical simulations on benchmark systems, including a unicycle model in a domain with obstacles, a driftless five-dimensional system, and a four-dimensional linear system, demonstrating the potential for applying diffusion-inspired techniques in linear, nonlinear, and settings with state space constraints.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:04:48 GMT" } ]
2025-04-15T00:00:00
[ [ "Elamvazhuthi", "Karthik", "" ], [ "Gadginmath", "Darshan", "" ], [ "Pasqualetti", "Fabio", "" ] ]
2504.09838
Fei Sun
Hanchuan Chen, Fei Sun, Yichao Liu, Hongming Fei, Zhihui Chen
Broadband source-surrounded cloak for on-chip antenna radiation pattern protection
4 pages, 3 figures, 1 table
null
null
null
physics.optics
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
As the frequency range of electromagnetic wave communication continues to expand and the integration of integrated circuits increases, electromagnetic waves emitted by on-chip antennas are prone to scattering from electronic components, which limits further improvements in integration and the protection of radiation patterns. Cloaks can be used to reduce electromagnetic scattering; however, they cannot achieve both broadband and omnidirectional effectiveness simultaneously. Moreover, their operating modes are typically designed for scenarios where the source is located outside the cloak, making it difficult to address this problem. In this work, we propose a dispersionless air-impedance-matched metamaterial over the 2-8 GHz bandwidth that achieves an adjustable effective refractive index ranging from 1.1 to 1.5, with transmittance maintained above 93%. Based on this metamaterial, we introduce a broadband source-surrounded cloak that can guide electromagnetic waves from a broadband source surrounded by the cloak in any propagation direction to bypass obstacles and reproduce the original wavefronts outside the cloak. Thereby protecting the radiation pattern from distortion due to scattering caused by obstacles. Our work demonstrates significant potential for enhancing the integration density of integrated circuits and improving the operational stability of communication systems.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:17:30 GMT" } ]
2025-04-15T00:00:00
[ [ "Chen", "Hanchuan", "" ], [ "Sun", "Fei", "" ], [ "Liu", "Yichao", "" ], [ "Fei", "Hongming", "" ], [ "Chen", "Zhihui", "" ] ]
2504.09839
Zhisheng Zhang
Zhisheng Zhang, Derui Wang, Qianyi Yang, Pengyang Huang, Junhan Pu, Yuxin Cao, Kai Ye, Jie Hao, Yixian Yang
SafeSpeech: Robust and Universal Voice Protection Against Malicious Speech Synthesis
Accepted to USENIX Security 2025
null
null
null
cs.SD cs.AI cs.CR cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Speech synthesis technology has brought great convenience, while the widespread usage of realistic deepfake audio has triggered hazards. Malicious adversaries may unauthorizedly collect victims' speeches and clone a similar voice for illegal exploitation (\textit{e.g.}, telecom fraud). However, the existing defense methods cannot effectively prevent deepfake exploitation and are vulnerable to robust training techniques. Therefore, a more effective and robust data protection method is urgently needed. In response, we propose a defensive framework, \textit{\textbf{SafeSpeech}}, which protects the users' audio before uploading by embedding imperceptible perturbations on original speeches to prevent high-quality synthetic speech. In SafeSpeech, we devise a robust and universal proactive protection technique, \textbf{S}peech \textbf{PE}rturbative \textbf{C}oncealment (\textbf{SPEC}), that leverages a surrogate model to generate universally applicable perturbation for generative synthetic models. Moreover, we optimize the human perception of embedded perturbation in terms of time and frequency domains. To evaluate our method comprehensively, we conduct extensive experiments across advanced models and datasets, both subjectively and objectively. Our experimental results demonstrate that SafeSpeech achieves state-of-the-art (SOTA) voice protection effectiveness and transferability and is highly robust against advanced adaptive adversaries. Moreover, SafeSpeech has real-time capability in real-world tests. The source code is available at \href{https://github.com/wxzyd123/SafeSpeech}{https://github.com/wxzyd123/SafeSpeech}.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:21:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhang", "Zhisheng", "" ], [ "Wang", "Derui", "" ], [ "Yang", "Qianyi", "" ], [ "Huang", "Pengyang", "" ], [ "Pu", "Junhan", "" ], [ "Cao", "Yuxin", "" ], [ "Ye", "Kai", "" ], [ "Hao", "Jie", "" ], [ "Yang", "Yixian", "" ] ]
2504.09840
Alvis Zahl
Alvis Zahl
Minimizing Eigenvalues of the Fractional Laplacian
null
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the minimizers of \begin{equation} \lambda_k^s(A) + |A| \end{equation} where $\lambda^s_k(A)$ is the $k$-th Dirichlet eigenvalue of the fractional Laplacian on $A$. Unlike in the case of the Laplacian, the free boundary of minimizers exhibit distinct global behavior. Our main results include: the existence of minimizers, optimal H\"older regularity for the corresponding eigenfunctions, and in the case where $\lambda_k$ is simple, non-degeneracy, density estimates, separation of the free boundary, and free boundary regularity. We propose a combinatorial toy problem related to the global configuration of such minimizers.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:21:30 GMT" } ]
2025-04-15T00:00:00
[ [ "Zahl", "Alvis", "" ] ]
2504.09841
Xudong Pan
Yang Feng and Xudong Pan
StruPhantom: Evolutionary Injection Attacks on Black-Box Tabular Agents Powered by Large Language Models
Work in Progress
null
null
null
cs.CR cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The proliferation of autonomous agents powered by large language models (LLMs) has revolutionized popular business applications dealing with tabular data, i.e., tabular agents. Although LLMs are observed to be vulnerable against prompt injection attacks from external data sources, tabular agents impose strict data formats and predefined rules on the attacker's payload, which are ineffective unless the agent navigates multiple layers of structural data to incorporate the payload. To address the challenge, we present a novel attack termed StruPhantom which specifically targets black-box LLM-powered tabular agents. Our attack designs an evolutionary optimization procedure which continually refines attack payloads via the proposed constrained Monte Carlo Tree Search augmented by an off-topic evaluator. StruPhantom helps systematically explore and exploit the weaknesses of target applications to achieve goal hijacking. Our evaluation validates the effectiveness of StruPhantom across various LLM-based agents, including those on real-world platforms, and attack scenarios. Our attack achieves over 50% higher success rates than baselines in enforcing the application's response to contain phishing links or malicious codes.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:22:04 GMT" } ]
2025-04-15T00:00:00
[ [ "Feng", "Yang", "" ], [ "Pan", "Xudong", "" ] ]
2504.09842
Abhishek Sharma
Sabarna Chakraborti, Arti Kashyap, Abhishek Sharma
Symphony of Symmetry Selective Resonances in Fe-MgO-ZnO-MgO-Fe
null
null
null
null
cond-mat.mes-hall
http://creativecommons.org/licenses/by/4.0/
We propose the perspective of symmetry-selective resonance of the $\Delta_1$ states in the Fe/MgO/ZnO/MgO/Fe heterostructures, offering a broad landscape to design magnetic tunnel junctions (MTJs) that yield a towering tunnel magnetoresistance (TMR) up to $3.5\times10^4\%$ with the resistance area (RA) product dipping down to a minimum of $0.05~\Omega\cdot\mu \text{m}^2$, while maintaining a nearly perfect (99\%) spin polarization. Our predictions are based on the self-consistent coupling of the non-equilibrium Green's function with density functional theory. We also present the charge current, spin current, and TMR with applied voltage of the Fe/MgO(3-layer)/ZnO(3-layer)/MgO(3-layer)/Fe MTJ, which offers a superior performance triad of TMR ($1.3\times10^4\%$), RA ($0.45~\Omega\cdot\mu \text{m}^2$), and spin polarization (99\%) over a regular Fe/MgO(6-layer)/Fe based MTJ (TMR $\approx 3.4\times10^3\%$, RA $\approx 22~\Omega\cdot\mu \text{m}^2$). We provide a comprehensive insight integrating the transmission eigenchannel, spectral density, and the band structure of the Fe contacts to establish the role of symmetry-selective resonance in the Fe/MgO/ZnO/MgO/Fe MTJ.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:27:22 GMT" } ]
2025-04-15T00:00:00
[ [ "Chakraborti", "Sabarna", "" ], [ "Kashyap", "Arti", "" ], [ "Sharma", "Abhishek", "" ] ]
2504.09843
Lu Yue
Lu Yue, Dongliang Zhou, Liang Xie, Erwei Yin and Feitian Zhang
ST-Booster: An Iterative SpatioTemporal Perception Booster for Vision-and-Language Navigation in Continuous Environments
11 pages, 7 figures
null
null
null
cs.CV cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Vision-and-Language Navigation in Continuous Environments (VLN-CE) requires agents to navigate unknown, continuous spaces based on natural language instructions. Compared to discrete settings, VLN-CE poses two core perception challenges. First, the absence of predefined observation points leads to heterogeneous visual memories and weakened global spatial correlations. Second, cumulative reconstruction errors in three-dimensional scenes introduce structural noise, impairing local feature perception. To address these challenges, this paper proposes ST-Booster, an iterative spatiotemporal booster that enhances navigation performance through multi-granularity perception and instruction-aware reasoning. ST-Booster consists of three key modules -- Hierarchical SpatioTemporal Encoding (HSTE), Multi-Granularity Aligned Fusion (MGAF), and ValueGuided Waypoint Generation (VGWG). HSTE encodes long-term global memory using topological graphs and captures shortterm local details via grid maps. MGAF aligns these dualmap representations with instructions through geometry-aware knowledge fusion. The resulting representations are iteratively refined through pretraining tasks. During reasoning, VGWG generates Guided Attention Heatmaps (GAHs) to explicitly model environment-instruction relevance and optimize waypoint selection. Extensive comparative experiments and performance analyses are conducted, demonstrating that ST-Booster outperforms existing state-of-the-art methods, particularly in complex, disturbance-prone environments.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:29:08 GMT" } ]
2025-04-15T00:00:00
[ [ "Yue", "Lu", "" ], [ "Zhou", "Dongliang", "" ], [ "Xie", "Liang", "" ], [ "Yin", "Erwei", "" ], [ "Zhang", "Feitian", "" ] ]
2504.09844
Juntao Zhao
Juntao Zhao, Qi Lu, Wei Jia, Borui Wan, Lei Zuo, Junda Feng, Jianyu Jiang, Yangrui Chen, Shuaishuai Cao, Jialing He, Kaihua Jiang, Yuanzhe Hu, Yanghua Peng, Haibin Lin, Xin Liu, Chuan Wu
OVERLORD: Ultimate Scaling of DataLoader for Multi-Source Large Foundation Model Training
null
null
null
null
cs.DC cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Modern frameworks for training large foundation models (LFMs) employ data loaders in a data parallel paradigm. While this design offers implementation simplicity, it introduces two fundamental challenges. First, due to the quadratic computational complexity of the attention operator, the non-uniform sample distribution over data-parallel ranks leads to a significant workload imbalance among loaders, which degrades the training efficiency. This paradigm also impedes the implementation of data mixing algorithms (e.g., curriculum learning) over different datasets. Second, to acquire a broad range of capability, LFMs training ingests data from diverse sources, each with distinct file access states. Colocating massive datasets within loader instances can easily exceed local pod memory capacity. Additionally, heavy sources with higher transformation latency require larger worker pools, further exacerbating memory consumption. We present OVERLORD, an industrial-grade distributed data loading architecture with three innovations: (1) A centralized and declarative data plane, which facilitates elastic data orchestration strategy, such as long-short context, multimodal, and curriculum learning; (2) Disaggregated multisource preprocessing through role-specific actors, i.e., Source Loaders and Data Constructors, leveraging autoscaling for Source Loaders towards heterogeneous and evolving source preprocessing cost; (3) Shadow Loaders with differential checkpointing for uninterrupted fault recovery. Deployed on production clusters scaling to multi-thousand GPU, OVERLORD achieves: (1) 4.5x end-to-end training throughput improvement, (2) a minimum 3.6x reduction in CPU memory usage, with further improvements to be added in later experiments.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:31:22 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhao", "Juntao", "" ], [ "Lu", "Qi", "" ], [ "Jia", "Wei", "" ], [ "Wan", "Borui", "" ], [ "Zuo", "Lei", "" ], [ "Feng", "Junda", "" ], [ "Jiang", "Jianyu", "" ], [ "Chen", "Yangrui", "" ], [ "Cao", "Shuaishuai", "" ], [ "He", "Jialing", "" ], [ "Jiang", "Kaihua", "" ], [ "Hu", "Yuanzhe", "" ], [ "Peng", "Yanghua", "" ], [ "Lin", "Haibin", "" ], [ "Liu", "Xin", "" ], [ "Wu", "Chuan", "" ] ]
2504.09845
Yongle Yu
Yongle Yu
Simultaneous Multiphoton-Multiatom Processes in Atomic Gases and Their Application in Enhancing Ultraweak Atomic Absorption Transitions
12 pages, 3 figures
null
null
null
physics.atom-ph cond-mat.quant-gas
http://creativecommons.org/licenses/by/4.0/
We investigate simultaneous multiphoton-multiatom (MPMA) processes in atomic gases subjected to laser fields. Our study reveals that the composite factor governing the transition rate of these processes can reach extraordinarily high magnitudes, with an intrinsic regulation mechanism causing the rate to exhibit near-saturation behavior. By integrating an MPMA process into an ultraweak atomic absorption transition, a substantial enhancement of the overall transition rate can be achieved. This enhancement enables the detection of transitions that would otherwise remain undetectable, thereby opening new avenues for exploring ultraweak quantum phenomena in atomic systems.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:32:34 GMT" } ]
2025-04-15T00:00:00
[ [ "Yu", "Yongle", "" ] ]
2504.09846
Asiful Arefeen
Asiful Arefeen, Saman Khamesian, Maria Adela Grando, Bithika Thompson, Hassan Ghasemzadeh
GlyTwin: Digital Twin for Glucose Control in Type 1 Diabetes Through Optimal Behavioral Modifications Using Patient-Centric Counterfactuals
null
null
null
null
cs.LG cs.AI cs.HC
http://creativecommons.org/licenses/by/4.0/
Frequent and long-term exposure to hyperglycemia (i.e., high blood glucose) increases the risk of chronic complications such as neuropathy, nephropathy, and cardiovascular disease. Current technologies like continuous subcutaneous insulin infusion (CSII) and continuous glucose monitoring (CGM) primarily model specific aspects of glycemic control-like hypoglycemia prediction or insulin delivery. Similarly, most digital twin approaches in diabetes management simulate only physiological processes. These systems lack the ability to offer alternative treatment scenarios that support proactive behavioral interventions. To address this, we propose GlyTwin, a novel digital twin framework that uses counterfactual explanations to simulate optimal treatments for glucose regulation. Our approach helps patients and caregivers modify behaviors like carbohydrate intake and insulin dosing to avoid abnormal glucose events. GlyTwin generates behavioral treatment suggestions that proactively prevent hyperglycemia by recommending small adjustments to daily choices, reducing both frequency and duration of these events. Additionally, it incorporates stakeholder preferences into the intervention design, making recommendations patient-centric and tailored. We evaluate GlyTwin on AZT1D, a newly constructed dataset with longitudinal data from 21 type 1 diabetes (T1D) patients on automated insulin delivery systems over 26 days. Results show GlyTwin outperforms state-of-the-art counterfactual methods, generating 76.6% valid and 86% effective interventions. These findings demonstrate the promise of counterfactual-driven digital twins in delivering personalized healthcare.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:32:39 GMT" } ]
2025-04-15T00:00:00
[ [ "Arefeen", "Asiful", "" ], [ "Khamesian", "Saman", "" ], [ "Grando", "Maria Adela", "" ], [ "Thompson", "Bithika", "" ], [ "Ghasemzadeh", "Hassan", "" ] ]
2504.09847
Yaozong Hu
Chanbeen Lee, Yaozong Hu, Gil Young Cho, and Haruki Watanabe
$\mathbb{Z}_N$ generalizations of three-dimensional stabilizer codes
36 pages, 25 figures
null
null
null
cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
In this work, we generalize several three-dimensional Z2 stabilizer models--including the X-cube model, the three-dimensional toric code, and Haah's code--to their ZN counterparts. Under periodic boundary conditions, we analyze their ground state degeneracies and topological excitations, and uncover behaviors that strongly depend on system size. For the X-cube model, we identify excitations with mobility restricted under local operations but relaxed under nonlocal ones derived from global topology. These excitations, previously confined to open boundaries in the Z2 model, now appear even under periodic boundaries. In the toric code, we observe nontrivial braiding between string and point excitations despite the absence of ground state degeneracy, indicating long-range entanglement independent of topological degeneracy. Again, this effect extends from open to periodic boundaries in the generalized models. For Haah's code, we find new excitations--fracton tripoles and monopoles--that remain globally constrained, along with a relaxation of immobility giving rise to lineons and planons. These results reveal new forms of topological order and suggest a broader framework for understanding fracton phases beyond the conventional Z2 setting.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:37:52 GMT" } ]
2025-04-15T00:00:00
[ [ "Lee", "Chanbeen", "" ], [ "Hu", "Yaozong", "" ], [ "Cho", "Gil Young", "" ], [ "Watanabe", "Haruki", "" ] ]
2504.09848
Jie Feng
Jie Feng, Jinwei Zeng, Qingyue Long, Hongyi Chen, Jie Zhao, Yanxin Xi, Zhilun Zhou, Yuan Yuan, Shengyuan Wang, Qingbin Zeng, Songwei Li, Yunke Zhang, Yuming Lin, Tong Li, Jingtao Ding, Chen Gao, Fengli Xu, Yong Li
A Survey of Large Language Model-Powered Spatial Intelligence Across Scales: Advances in Embodied Agents, Smart Cities, and Earth Science
null
null
null
null
cs.AI cs.CL
http://creativecommons.org/licenses/by/4.0/
Over the past year, the development of large language models (LLMs) has brought spatial intelligence into focus, with much attention on vision-based embodied intelligence. However, spatial intelligence spans a broader range of disciplines and scales, from navigation and urban planning to remote sensing and earth science. What are the differences and connections between spatial intelligence across these fields? In this paper, we first review human spatial cognition and its implications for spatial intelligence in LLMs. We then examine spatial memory, knowledge representations, and abstract reasoning in LLMs, highlighting their roles and connections. Finally, we analyze spatial intelligence across scales -- from embodied to urban and global levels -- following a framework that progresses from spatial memory and understanding to spatial reasoning and intelligence. Through this survey, we aim to provide insights into interdisciplinary spatial intelligence research and inspire future studies.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:38:31 GMT" } ]
2025-04-15T00:00:00
[ [ "Feng", "Jie", "" ], [ "Zeng", "Jinwei", "" ], [ "Long", "Qingyue", "" ], [ "Chen", "Hongyi", "" ], [ "Zhao", "Jie", "" ], [ "Xi", "Yanxin", "" ], [ "Zhou", "Zhilun", "" ], [ "Yuan", "Yuan", "" ], [ "Wang", "Shengyuan", "" ], [ "Zeng", "Qingbin", "" ], [ "Li", "Songwei", "" ], [ "Zhang", "Yunke", "" ], [ "Lin", "Yuming", "" ], [ "Li", "Tong", "" ], [ "Ding", "Jingtao", "" ], [ "Gao", "Chen", "" ], [ "Xu", "Fengli", "" ], [ "Li", "Yong", "" ] ]
2504.09849
Zijian Wu
Zijian Wu, Di Wu, Shen Fu, Yuelong Qiu, and Yong Zeng
CKMImageNet: A Dataset for AI-Based Channel Knowledge Map Towards Environment-Aware Communication and Sensing
null
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With the increasing demand for real-time channel state information (CSI) in sixth-generation (6G) mobile communication networks, channel knowledge map (CKM) emerges as a promising technique, offering a site-specific database that enables environment-awareness and significantly enhances communication and sensing performance by leveraging a priori wireless channel knowledge. However, efficient construction and utilization of CKMs require high-quality, massive, and location-specific channel knowledge data that accurately reflects the real-world environments. Inspired by the great success of ImageNet dataset in advancing computer vision and image understanding in artificial intelligence (AI) community, we introduce CKMImageNet, a dataset developed to bridge AI and environment-aware wireless communications and sensing by integrating location-specific channel knowledge data, high-fidelity environmental maps, and their visual representations. CKMImageNet supports a wide range of AI-driven approaches for CKM construction with spatially consistent and location-specific channel knowledge data, including both supervised and unsupervised, as well as discriminative and generative AI methods.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:40:35 GMT" } ]
2025-04-15T00:00:00
[ [ "Wu", "Zijian", "" ], [ "Wu", "Di", "" ], [ "Fu", "Shen", "" ], [ "Qiu", "Yuelong", "" ], [ "Zeng", "Yong", "" ] ]
2504.09850
Shokichi Takakura
Shokichi Takakura, Seng Pei Liew, Satoshi Hasegawa
Accelerating Differentially Private Federated Learning via Adaptive Extrapolation
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The federated learning (FL) framework enables multiple clients to collaboratively train machine learning models without sharing their raw data, but it remains vulnerable to privacy attacks. One promising approach is to incorporate differential privacy (DP)-a formal notion of privacy-into the FL framework. DP-FedAvg is one of the most popular algorithms for DP-FL, but it is known to suffer from the slow convergence in the presence of heterogeneity among clients' data. Most of the existing methods to accelerate DP-FL require 1) additional hyperparameters or 2) additional computational cost for clients, which is not desirable since 1) hyperparameter tuning is computationally expensive and data-dependent choice of hyperparameters raises the risk of privacy leakage, and 2) clients are often resource-constrained. To address this issue, we propose DP-FedEXP, which adaptively selects the global step size based on the diversity of the local updates without requiring any additional hyperparameters or client computational cost. We show that DP-FedEXP provably accelerates the convergence of DP-FedAvg and it empirically outperforms existing methods tailored for DP-FL.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:43:27 GMT" } ]
2025-04-15T00:00:00
[ [ "Takakura", "Shokichi", "" ], [ "Liew", "Seng Pei", "" ], [ "Hasegawa", "Satoshi", "" ] ]
2504.09851
Aikaterini Maria Panteleaki
Aikaterini Maria Panteleaki, Konstantinos Balaskas, Georgios Zervakis, Hussam Amrouch, Iraklis Anagnostopoulos
Carbon-Efficient 3D DNN Acceleration: Optimizing Performance and Sustainability
Submitted in ISVLSI 2025
null
null
null
cs.AR cs.AI
http://creativecommons.org/licenses/by/4.0/
As Deep Neural Networks (DNNs) continue to drive advancements in artificial intelligence, the design of hardware accelerators faces growing concerns over embodied carbon footprint due to complex fabrication processes. 3D integration improves performance but introduces sustainability challenges, making carbon-aware optimization essential. In this work, we propose a carbon-efficient design methodology for 3D DNN accelerators, leveraging approximate computing and genetic algorithm-based design space exploration to optimize Carbon Delay Product (CDP). By integrating area-efficient approximate multipliers into Multiply-Accumulate (MAC) units, our approach effectively reduces silicon area and fabrication overhead while maintaining high computational accuracy. Experimental evaluations across three technology nodes (45nm, 14nm, and 7nm) show that our method reduces embodied carbon by up to 30% with negligible accuracy drop.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:48:37 GMT" } ]
2025-04-15T00:00:00
[ [ "Panteleaki", "Aikaterini Maria", "" ], [ "Balaskas", "Konstantinos", "" ], [ "Zervakis", "Georgios", "" ], [ "Amrouch", "Hussam", "" ], [ "Anagnostopoulos", "Iraklis", "" ] ]
2504.09852
Boris Kriuk
Boris Kriuk, Simranjit Kaur Gill, Shoaib Aslam, Amir Fakhrutdinov
GFT: Gradient Focal Transformer
11 pages, 3 tables, 5 figures
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Fine-Grained Image Classification (FGIC) remains a complex task in computer vision, as it requires models to distinguish between categories with subtle localized visual differences. Well-studied CNN-based models, while strong in local feature extraction, often fail to capture the global context required for fine-grained recognition, while more recent ViT-backboned models address FGIC with attention-driven mechanisms but lack the ability to adaptively focus on truly discriminative regions. TransFG and other ViT-based extensions introduced part-aware token selection to enhance attention localization, yet they still struggle with computational efficiency, attention region selection flexibility, and detail-focus narrative in complex environments. This paper introduces GFT (Gradient Focal Transformer), a new ViT-derived framework created for FGIC tasks. GFT integrates the Gradient Attention Learning Alignment (GALA) mechanism to dynamically prioritize class-discriminative features by analyzing attention gradient flow. Coupled with a Progressive Patch Selection (PPS) strategy, the model progressively filters out less informative regions, reducing computational overhead while enhancing sensitivity to fine details. GFT achieves SOTA accuracy on FGVC Aircraft, Food-101, and COCO datasets with 93M parameters, outperforming ViT-based advanced FGIC models in efficiency. By bridging global context and localized detail extraction, GFT sets a new benchmark in fine-grained recognition, offering interpretable solutions for real-world deployment scenarios.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:49:06 GMT" } ]
2025-04-15T00:00:00
[ [ "Kriuk", "Boris", "" ], [ "Gill", "Simranjit Kaur", "" ], [ "Aslam", "Shoaib", "" ], [ "Fakhrutdinov", "Amir", "" ] ]
2504.09853
Hyeon Lee
Hyeon Lee, Kassel Liam Hingee, Janice L. Scealy, Andrew T. A. Wood, Eric Grunsky, J. S. Marron
Principal Subsimplex Analysis
null
null
null
null
stat.ME
http://creativecommons.org/licenses/by-nc-nd/4.0/
Compositional data, also referred to as simplicial data, naturally arise in many scientific domains such as geochemistry, microbiology, and economics. In such domains, obtaining sensible lower-dimensional representations and modes of variation plays an important role. A typical approach to the problem is applying a log-ratio transformation followed by principal component analysis (PCA). However, this approach has several well-known weaknesses: it amplifies variation in minor variables; it can obscure important variation within major elements; it is not directly applicable to data sets containing zeros and zero imputation methods give highly variable results; it has limited ability to capture linear patterns present in compositional data. In this paper, we propose novel methods that produce nested sequences of simplices of decreasing dimensions analogous to backwards principal component analysis. These nested sequences offer both interpretable lower dimensional representations and linear modes of variation. In addition, our methods are applicable to data sets contain zeros without any modification. We demonstrate our methods on simulated data and on relative abundances of diatom species during the late Pliocene. Supplementary materials and R implementations for this article are available online.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:50:05 GMT" } ]
2025-04-15T00:00:00
[ [ "Lee", "Hyeon", "" ], [ "Hingee", "Kassel Liam", "" ], [ "Scealy", "Janice L.", "" ], [ "Wood", "Andrew T. A.", "" ], [ "Grunsky", "Eric", "" ], [ "Marron", "J. S.", "" ] ]
2504.09854
Mohammad Arshad Rahman
Nafisa Lohawala and Mohammad Arshad Rahman
To Buy an Electric Vehicle or Not? A Bayesian Analysis of Consumer Intent in the United States
32 pages, three figures, five tables
null
null
null
econ.GN q-fin.EC stat.AP
http://creativecommons.org/licenses/by/4.0/
The adoption of electric vehicles (EVs) is considered critical to achieving climate goals, yet it hinges on consumer interest. This study explores how public intent to purchase EVs relates to four unexamined factors: exposure to EV information, perceptions of EVs' environmental benefits, views on government climate policy, and confidence in future EV infrastructure; while controlling for prior EV ownership, political affiliation, and demographic characteristics (e.g., age, gender, education, and geographic location). We utilize data from three nationally representative opinion polls conducted by the Pew Research Center between 2021 and 2023, and employ Bayesian techniques to estimate the ordinal probit and ordinal quantile models. Results from ordinal probit show that respondents who are well-informed about EVs, perceive them as environmentally beneficial, or are confident in development of charging stations are more likely to express strong interest in buying an EV, with covariate effects--a metric rarely reported in EV research--of 10.2, 15.5, and 19.1 percentage points, respectively. In contrast, those skeptical of government climate initiatives are more likely to express no interest, by more than 10 percentage points. Prior EV ownership exhibits the highest covariate effect (ranging from 19.0 to 23.1 percentage points), and the impact of most demographic variables is consistent with existing studies. The ordinal quantile models demonstrate significant variation in covariate effects across the distribution of EV purchase intent, offering insights beyond the ordinal probit model. This article is the first to use quantile modeling to reveal how covariate effects differ significantly throughout the spectrum of EV purchase intent.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:53:05 GMT" } ]
2025-04-15T00:00:00
[ [ "Lohawala", "Nafisa", "" ], [ "Rahman", "Mohammad Arshad", "" ] ]
2504.09855
Hongrui Shi
Hongrui Shi, Shunbao Li, Zhipeng Yuan, Po Yang
PestMA: LLM-based Multi-Agent System for Informed Pest Management
10 pages
null
null
null
cs.MA cs.AI
http://creativecommons.org/licenses/by-sa/4.0/
Effective pest management is complex due to the need for accurate, context-specific decisions. Recent advancements in large language models (LLMs) open new possibilities for addressing these challenges by providing sophisticated, adaptive knowledge acquisition and reasoning. However, existing LLM-based pest management approaches often rely on a single-agent paradigm, which can limit their capacity to incorporate diverse external information, engage in systematic validation, and address complex, threshold-driven decisions. To overcome these limitations, we introduce PestMA, an LLM-based multi-agent system (MAS) designed to generate reliable and evidence-based pest management advice. Building on an editorial paradigm, PestMA features three specialized agents, an Editor for synthesizing pest management recommendations, a Retriever for gathering relevant external data, and a Validator for ensuring correctness. Evaluations on real-world pest scenarios demonstrate that PestMA achieves an initial accuracy of 86.8% for pest management decisions, which increases to 92.6% after validation. These results underscore the value of collaborative agent-based workflows in refining and validating decisions, highlighting the potential of LLM-based multi-agent systems to automate and enhance pest management processes.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:53:59 GMT" } ]
2025-04-15T00:00:00
[ [ "Shi", "Hongrui", "" ], [ "Li", "Shunbao", "" ], [ "Yuan", "Zhipeng", "" ], [ "Yang", "Po", "" ] ]
2504.09856
Xiaoshang Jin
Xiaoshang Jin, Zhiwei L\"u
Estimate for the first Dirichlet eigenvalue of $p-$Laplacian on non-compact manifolds
9 pages
null
null
null
math.DG math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we establish a sharp lower bound for the first Dirichlet eigenvalue of the $p$-Laplacian on bounded domains of a complete, non-compact Riemannian manifold with non-negative Ricci curvature.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 03:55:56 GMT" } ]
2025-04-15T00:00:00
[ [ "Jin", "Xiaoshang", "" ], [ "Lü", "Zhiwei", "" ] ]
2504.09857
Feng Fu
Lucinda Gullison and Feng Fu
Working with Large Language Models to Enhance Messaging Effectiveness for Vaccine Confidence
null
null
null
null
cs.CY cs.AI physics.soc-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Vaccine hesitancy and misinformation are significant barriers to achieving widespread vaccination coverage. Smaller public health departments may lack the expertise or resources to craft effective vaccine messaging. This paper explores the potential of ChatGPT-augmented messaging to promote confidence in vaccination uptake. We conducted a survey in which participants chose between pairs of vaccination messages and assessed which was more persuasive and to what extent. In each pair, one message was the original, and the other was augmented by ChatGPT. At the end of the survey, participants were informed that half of the messages had been generated by ChatGPT. They were then asked to provide both quantitative and qualitative responses regarding how knowledge of a message's ChatGPT origin affected their impressions. Overall, ChatGPT-augmented messages were rated slightly higher than the original messages. These messages generally scored better when they were longer. Respondents did not express major concerns about ChatGPT-generated content, nor was there a significant relationship between participants' views on ChatGPT and their message ratings. Notably, there was a correlation between whether a message appeared first or second in a pair and its score. These results point to the potential of ChatGPT to enhance vaccine messaging, suggesting a promising direction for future research on human-AI collaboration in public health communication.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:06:46 GMT" } ]
2025-04-15T00:00:00
[ [ "Gullison", "Lucinda", "" ], [ "Fu", "Feng", "" ] ]
2504.09858
Wenjie Ma
Wenjie Ma, Jingxuan He, Charlie Snell, Tyler Griggs, Sewon Min, Matei Zaharia
Reasoning Models Can Be Effective Without Thinking
33 pages, 7 main figures, 2 tables
null
null
null
cs.AI cs.CL
http://creativecommons.org/licenses/by/4.0/
Recent LLMs have significantly improved reasoning capabilities, primarily by including an explicit, lengthy Thinking process as part of generation. In this paper, we question whether this explicit thinking is necessary. Using the state-of-the-art DeepSeek-R1-Distill-Qwen, we find that bypassing the thinking process via simple prompting, denoted as NoThinking, can be surprisingly effective. When controlling for the number of tokens, NoThinking outperforms Thinking across a diverse set of seven challenging reasoning datasets--including mathematical problem solving, formal theorem proving, and coding--especially in low-budget settings, e.g., 51.3 vs. 28.9 on ACM 23 with 700 tokens. Notably, the performance of NoThinking becomes more competitive with pass@k as k increases. Building on this observation, we demonstrate that a parallel scaling approach that uses NoThinking to generate N outputs independently and aggregates them is highly effective. For aggregation, we use task-specific verifiers when available, or we apply simple best-of-N strategies such as confidence-based selection. Our method outperforms a range of baselines with similar latency using Thinking, and is comparable to Thinking with significantly longer latency (up to 9x). Together, our research encourages a reconsideration of the necessity of lengthy thinking processes, while also establishing a competitive reference for achieving strong reasoning performance in low-budget settings or at low latency using parallel scaling.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:08:16 GMT" } ]
2025-04-15T00:00:00
[ [ "Ma", "Wenjie", "" ], [ "He", "Jingxuan", "" ], [ "Snell", "Charlie", "" ], [ "Griggs", "Tyler", "" ], [ "Min", "Sewon", "" ], [ "Zaharia", "Matei", "" ] ]
2504.09859
Seokweon Jung Mr.
Seokweon Jung, Hyeon Jeon, Jeongmin Rhee and Jinwook Seo
Can VLMs Assess Similarity Between Graph Visualizations?
null
null
null
null
cs.HC
http://creativecommons.org/licenses/by-nc-nd/4.0/
Graph visualizations have been studied for tasks such as clustering and temporal analysis, but how these visual similarities relate to established graph similarity measures remains unclear. In this paper, we explore the potential of Vision Language Models (VLMs) to approximate human-like perception of graph similarity. We generate graph datasets of various sizes and densities and compare VLM-derived visual similarity scores with feature-based measures. Our findings indicate VLMs can assess graph similarity in a manner similar to feature-based measures, even though differences among the measures exist. In future work, we plan to extend our research by conducting experiments on human visual graph perception.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:08:27 GMT" } ]
2025-04-15T00:00:00
[ [ "Jung", "Seokweon", "" ], [ "Jeon", "Hyeon", "" ], [ "Rhee", "Jeongmin", "" ], [ "Seo", "Jinwook", "" ] ]
2504.09860
Naoto Nishida
Naoto Nishida, Jun Rekimoto
SUMART: SUMmARizing Translation from Wordy to Concise Expression
3 pages, 2 figures
null
10.1109/VRW62533.2024.00119
null
cs.HC cs.AI
http://creativecommons.org/licenses/by-nc-sa/4.0/
We propose SUMART, a method for summarizing and compressing the volume of verbose subtitle translations. SUMART is designed for understanding translated captions (e.g., interlingual conversations via subtitle translation or when watching movies in foreign language audio and translated captions). SUMART is intended for users who want a big-picture and fast understanding of the conversation, audio, video content, and speech in a foreign language. During the training data collection, when a speaker makes a verbose statement, SUMART employs a large language model on-site to compress the volume of subtitles. This compressed data is then stored in a database for fine-tuning purposes. Later, SUMART uses data pairs from those non-compressed ASR results and compressed translated results for fine-tuning the translation model to generate more concise translations for practical uses. In practical applications, SUMART utilizes this trained model to produce concise translation results. Furthermore, as a practical application, we developed an application that allows conversations using subtitle translation in augmented reality spaces. As a pilot study, we conducted qualitative surveys using a SUMART prototype and a survey on the summarization model for SUMART. We envision the most effective use case of this system is where users need to consume a lot of information quickly (e.g., Speech, lectures, podcasts, Q&A in conferences).
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:13:09 GMT" } ]
2025-04-15T00:00:00
[ [ "Nishida", "Naoto", "" ], [ "Rekimoto", "Jun", "" ] ]
2504.09862
Zengyuan Lai
Zengyuan Lai, Jiarui Yang, Songpengcheng Xia, Lizhou Lin, Lan Sun, Renwen Wang, Jianran Liu, Qi Wu, Ling Pei
RadarLLM: Empowering Large Language Models to Understand Human Motion from Millimeter-wave Point Cloud Sequence
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Millimeter-wave radar provides a privacy-preserving solution for human motion analysis, yet its sparse point clouds pose significant challenges for semantic understanding. We present Radar-LLM, the first framework that leverages large language models (LLMs) for human motion understanding using millimeter-wave radar as the sensing modality. Our approach introduces two key innovations: (1) a motion-guided radar tokenizer based on our Aggregate VQ-VAE architecture that incorporates deformable body templates and masked trajectory modeling to encode spatiotemporal point clouds into compact semantic tokens, and (2) a radar-aware language model that establishes cross-modal alignment between radar and text in a shared embedding space. To address data scarcity, we introduce a physics-aware synthesis pipeline that generates realistic radar-text pairs from motion-text datasets. Extensive experiments demonstrate that Radar-LLM achieves state-of-the-art performance across both synthetic and real-world benchmarks, enabling accurate translation of millimeter-wave signals to natural language descriptions. This breakthrough facilitates comprehensive motion understanding in privacy-sensitive applications like healthcare and smart homes. We will release the full implementation to support further research on https://inowlzy.github.io/RadarLLM/.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:18:25 GMT" } ]
2025-04-15T00:00:00
[ [ "Lai", "Zengyuan", "" ], [ "Yang", "Jiarui", "" ], [ "Xia", "Songpengcheng", "" ], [ "Lin", "Lizhou", "" ], [ "Sun", "Lan", "" ], [ "Wang", "Renwen", "" ], [ "Liu", "Jianran", "" ], [ "Wu", "Qi", "" ], [ "Pei", "Ling", "" ] ]
2504.09863
Zihua Chai
Quanshen Shen, Wentao Ji, Junyu Guan, Li Qian, Zihua Chai, ChangKui Duan, Ya Wang, and Kangwei Xia
Investigation of Rare-Earth Ion-Photon Interaction and Strong Coupling in Optical Microcavities
null
null
null
null
quant-ph physics.optics
http://creativecommons.org/licenses/by-nc-nd/4.0/
The strong coupling between an emitter and a cavity is significant for advancing quantum networks. Due to their long optical and spin coherence times, rare-earth ions (REIs) represent a compelling platform for quantum networks. However, their inherently weak intra-4f optical transitions typically result in low coupling strength, thus restricting most current achievements to the weak coupling regime. This work proposes a scheme to realize an on-chip quantum network by coupling REIs to high-quality whispering gallery mode (WGM) microcavities. Additionally, we provide numerical validation for a parametric amplification technique to enhance the emitter-cavity coupling strength. As an extension of this approach, the coupled system efficiently achieves the quantum entanglement of local and flying qubits. This study deepens the understanding of emitter-cavity interactions and contributes to realizing REIs-based photonic platforms, which are crucial to distributed quantum computing and developing robust quantum networks.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:19:17 GMT" } ]
2025-04-15T00:00:00
[ [ "Shen", "Quanshen", "" ], [ "Ji", "Wentao", "" ], [ "Guan", "Junyu", "" ], [ "Qian", "Li", "" ], [ "Chai", "Zihua", "" ], [ "Duan", "ChangKui", "" ], [ "Wang", "Ya", "" ], [ "Xia", "Kangwei", "" ] ]
2504.09864
Peiyi Chen
Peiyi Chen, Qin Li and Gang Chen
Evaporative Refrigeration Effect in Evaporation and Condensation between Two Parallel Plates
28 pages, 4 figures
null
null
null
cond-mat.stat-mech cond-mat.mes-hall cond-mat.soft physics.app-ph physics.flu-dyn
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
It is well-known that evaporation can lead to cooling. However, little is known that evaporation can actually create a refrigeration effect, i.e., the vapor phase temperature can drop below the temperature of the liquid-vapor interface. This possibility was recently pointed out via modeling based on a quasi-continuum approach. Experimental evidence for this effect has been scarce so far. Here, we examine evaporation and condensation between two parallel plates, including the liquid films on both sides, by coupling the solution of the Boltzmann transport equation in the vapor phase with the continuum treatments in both liquid films. Our solution shows that the vapor phase temperature at the evaporating side can be much lower than the coldest wall temperature at the condensing surface, i.e., the evaporative refrigeration effect. Our work not only re-affirms the refrigeration effect, but clarifies that this effect is caused by two mechanisms. At the interface, the asymmetry in the distribution between the outgoing and the incoming molecules creates a cooling effect, which is the dominant mechanism. Additional cooling occurs within the Knudsen layer due to the sudden expansion similar to the Joule-Thomson effect, although with subtle differences in that the interfacial expansion is not an isenthalpic process. Our work will motivate future experiments to further confirm this prediction and explore its potential applications in air-conditioning and refrigeration.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:20:33 GMT" } ]
2025-04-15T00:00:00
[ [ "Chen", "Peiyi", "" ], [ "Li", "Qin", "" ], [ "Chen", "Gang", "" ] ]
2504.09866
Ziyu Zhuang
Ziyu Zhuang
PASS-FC: Progressive and Adaptive Search Scheme for Fact Checking of Comprehensive Claims
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by/4.0/
Automated fact-checking faces challenges in handling complex real-world claims. We present PASS-FC, a novel framework that addresses these issues through claim augmentation, adaptive question generation, and iterative verification. PASS-FC enhances atomic claims with temporal and entity context, employs advanced search techniques, and utilizes a reflection mechanism. We evaluate PASS-FC on six diverse datasets, demonstrating superior performance across general knowledge, scientific, real-world, and multilingual fact-checking tasks. Our framework often surpasses stronger baseline models. Hyperparameter analysis reveals optimal settings for evidence quantity and reflection label triggers, while ablation studies highlight the importance of claim augmentation and language-specific adaptations. PASS-FC's performance underscores its effectiveness in improving fact-checking accuracy and adaptability across various domains. We will open-source our code and experimental results to facilitate further research in this area.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:24:37 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhuang", "Ziyu", "" ] ]
2504.09867
The Anh Bui
The Anh Bui and Xuan Thinh Duong
Hardy spaces and Campanato spaces associated with Laguerre expansions and higher order Riesz transforms
44 pages
null
null
null
math.CA
http://creativecommons.org/licenses/by/4.0/
Let \(\mathcal{L}_\nu\) be the Laguerre differential operator which is the self-adjoint extension of the differential operator \[ L_\nu := \sum_{i=1}^n \left[-\frac{\partial^2}{\partial x_i^2} + x_i^2 + \frac{1}{x_i^2} \left(\nu_i^2 - \frac{1}{4} \right) \right] \] initially defined on \(C_c^\infty(\mathbb{R}_+^n)\) as its natural domain, where \(\nu \in [-1/2,\infty)^n\), \(n \geq 1\). In this paper, we first develop the theory of Hardy spaces \(H^p_{\mathcal{L}_\nu}\) associated with \(\mathcal{L}_\nu\) for the full range \(p \in (0,1]\). Then we investigate the corresponding BMO-type spaces and establish that they coincide with the dual spaces of \(H^p_{\mathcal{L}_\nu}\). Finally, we show boundedness of higher-order Riesz transforms on Lebesgue spaces, as well as on our new Hardy and BMO-type spaces.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:26:14 GMT" } ]
2025-04-15T00:00:00
[ [ "Bui", "The Anh", "" ], [ "Duong", "Xuan Thinh", "" ] ]
2504.09868
Yi Han
Yi Han, Zixin Lin, Dongjie Li, Lvping Chen, Yongliang Shi, and Gan Ma
NeRF-Based Transparent Object Grasping Enhanced by Shape Priors
null
null
null
null
cs.RO
http://creativecommons.org/licenses/by-nc-nd/4.0/
Transparent object grasping remains a persistent challenge in robotics, largely due to the difficulty of acquiring precise 3D information. Conventional optical 3D sensors struggle to capture transparent objects, and machine learning methods are often hindered by their reliance on high-quality datasets. Leveraging NeRF's capability for continuous spatial opacity modeling, our proposed architecture integrates a NeRF-based approach for reconstructing the 3D information of transparent objects. Despite this, certain portions of the reconstructed 3D information may remain incomplete. To address these deficiencies, we introduce a shape-prior-driven completion mechanism, further refined by a geometric pose estimation method we have developed. This allows us to obtain a complete and reliable 3D information of transparent objects. Utilizing this refined data, we perform scene-level grasp prediction and deploy the results in real-world robotic systems. Experimental validation demonstrates the efficacy of our architecture, showcasing its capability to reliably capture 3D information of various transparent objects in cluttered scenes, and correspondingly, achieve high-quality, stables, and executable grasp predictions.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:26:43 GMT" } ]
2025-04-15T00:00:00
[ [ "Han", "Yi", "" ], [ "Lin", "Zixin", "" ], [ "Li", "Dongjie", "" ], [ "Chen", "Lvping", "" ], [ "Shi", "Yongliang", "" ], [ "Ma", "Gan", "" ] ]
2504.09869
Jason Francis Parisi
J. F. Parisi and A. Diallo and S. Meschini
Revisiting Fusion in D-${}^{3}$He Plasmas With Spin-Polarized Fuel
24 pages, 19 figures
null
null
null
physics.plasm-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Spin-polarized fuel (SPF) is recognized for enhancing fusion reactivity, but it could provide other advantages particularly relevant to advanced fusion fuels. In this work, we calculate how SPF in D-${}^3$He plasmas affects not only D-${}^3$He fusion reactions but D-D fusion and subsequent secondary reactions. By incorporating multiple effects, we show how, under optimistic assumptions, the fusion power relative to unpolarized D-${}^3$He fusion power could increase by more than a factor of three by polarizing the deuterium and helium-3. Such an increase may increase the feasibility of fusion concepts using D-${}^3$He fuel. We perform a case study with a hypothetical pulsed magneto-inertial fusion device using polarized D-${}^3$He fuel, showing how the net electric power could increase by almost an order of magnitude. We also consider the potential of SPF to provide a path to fully aneutronic fusion. This work is a new look at how SPF could improve the feasibility of fusion concepts using advanced fuels.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:29:08 GMT" } ]
2025-04-15T00:00:00
[ [ "Parisi", "J. F.", "" ], [ "Diallo", "A.", "" ], [ "Meschini", "S.", "" ] ]
2504.09870
Marco Siracusa
Marco Siracusa (1), Olivia Hsu (2), Victor Soria-Pardos (1), Joshua Randall (3), Arnaud Grasset (3), Eric Biscondi (3), Doug Joseph (3), Randy Allen (1), Fredrik Kjolstad (2), Miquel Moret\'o Planas (1 and 4), Adri\`a Armejach (1 and 4) ((1) Barcelona Supercomputing Center, (2) Stanford University, (3) Arm, (4) Universitat Polit\`ecnica de Catalunya)
Ember: A Compiler for Efficient Embedding Operations on Decoupled Access-Execute Architectures
14 pages, 19 figures, under review
null
null
null
cs.AR cs.LG cs.PL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Irregular embedding lookups are a critical bottleneck in recommender models, sparse large language models, and graph learning models. In this paper, we first demonstrate that, by offloading these lookups to specialized access units, Decoupled Access-Execute (DAE) processors achieve 2.6$\times$ higher performance and 6.4$\times$ higher performance/watt than GPUs on end-to-end models. Then, we propose the Ember compiler for automatically generating optimized DAE code from PyTorch and TensorFlow. Conversely from other DAE compilers, Ember features multiple intermediate representations specifically designed for different optimization levels. In this way, Ember can implement all optimizations to match the performance of hand-written code, unlocking the full potential of DAE architectures at scale.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:29:46 GMT" } ]
2025-04-15T00:00:00
[ [ "Siracusa", "Marco", "", "1 and 4" ], [ "Hsu", "Olivia", "", "1 and 4" ], [ "Soria-Pardos", "Victor", "", "1 and 4" ], [ "Randall", "Joshua", "", "1 and 4" ], [ "Grasset", "Arnaud", "", "1 and 4" ], [ "Biscondi", "Eric", "", "1 and 4" ], [ "Joseph", "Doug", "", "1 and 4" ], [ "Allen", "Randy", "", "1 and 4" ], [ "Kjolstad", "Fredrik", "", "1 and 4" ], [ "Planas", "Miquel Moretó", "", "1 and 4" ], [ "Armejach", "Adrià", "", "1 and 4" ] ]
2504.09871
Rong An
Rong An and Xiang Jiang and Na Tang and Li-Gang Cao and Feng-Shou Zhang
Implication of shell quenching in scandium isotopes around N=20
10 pages, 4 figures
Chinese Physics C 49, 064105 (2025)
10.1088/1674-1137/adb416
null
nucl-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Shell closure structures are commonly observed phenomena associated with nuclear charge radii throughout the nuclide chart. Inspired by recent studies demonstrating that the abrupt change can be clearly observed in the charge radii of the scandium isotopic chain across the neutron number $N=20$, we further review the underlying mechanism of the enlarged charge radii for $^{42}$Sc based on the covariant density functional theory. The pairing correlations are tackled by solving the state-dependent Bardeen-Cooper-Schrieffer equations. Meanwhile, the neutron-proton correlation around the Fermi surface derived from the simultaneously unpaired proton and neutron is appropriately considered in describing the systematic evolution of nuclear charge radii. The calculated results suggest that the abrupt increase in charge radii across the $N=20$ shell closure seems to be improved along the scandium isotopic chain if the strong neutron-proton correlation is properly included.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:33:57 GMT" } ]
2025-04-15T00:00:00
[ [ "An", "Rong", "" ], [ "Jiang", "Xiang", "" ], [ "Tang", "Na", "" ], [ "Cao", "Li-Gang", "" ], [ "Zhang", "Feng-Shou", "" ] ]
2504.09872
Yozo Tonaki
Yozo Tonaki and Yusuke Kaino and Masayuki Uchida
Estimation for linear parabolic SPDEs in two space dimensions with unknown damping parameters
null
null
null
null
math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study parametric estimation for second order linear parabolic stochastic partial differential equations (SPDEs) in two space dimensions driven by two types of $Q$-Wiener processes based on high frequency spatio-temporal data. First, we give estimators for damping parameters of the $Q$-Wiener processes of the SPDE using realized quadratic variations based on temporal and spatial increments. We next propose minimum contrast estimators of four coefficient parameters in the SPDE and obtain estimators of the rest of unknown parameters in the SPDE using an approximate coordinate process. We also examine numerical simulations of the proposed estimators.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:34:19 GMT" } ]
2025-04-15T00:00:00
[ [ "Tonaki", "Yozo", "" ], [ "Kaino", "Yusuke", "" ], [ "Uchida", "Masayuki", "" ] ]
2504.09873
Nisarg Trivedi
Rishhabh Naik, Nisarg Trivedi, Davoud Ataee Tarzanagh, Laura Balzano
Truncated Matrix Completion - An Empirical Study
null
Proceedings of the 30th European Signal Processing Conference EUSIPCO 2022 847-851
10.23919/EUSIPCO55093.2022.9909952
null
cs.LG cs.AI cs.NA math.NA stat.ML
http://creativecommons.org/licenses/by-nc-nd/4.0/
Low-rank Matrix Completion (LRMC) describes the problem where we wish to recover missing entries of partially observed low-rank matrix. Most existing matrix completion work deals with sampling procedures that are independent of the underlying data values. While this assumption allows the derivation of nice theoretical guarantees, it seldom holds in real-world applications. In this paper, we consider various settings where the sampling mask is dependent on the underlying data values, motivated by applications in sensing, sequential decision-making, and recommender systems. Through a series of experiments, we study and compare the performance of various LRMC algorithms that were originally successful for data-independent sampling patterns.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:42:00 GMT" } ]
2025-04-15T00:00:00
[ [ "Naik", "Rishhabh", "" ], [ "Trivedi", "Nisarg", "" ], [ "Tarzanagh", "Davoud Ataee", "" ], [ "Balzano", "Laura", "" ] ]
2504.09874
Zhi Zhou
Chaoyu Quan, Pingzhong Zheng, Zhi Zhou
Maximum bound preservation of exponential integrators for Allen-Cahn equations
18 pages
null
null
null
math.NA cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We develop and analyze a class of arbitrarily high-order, maximum bound preserving time-stepping schemes for solving Allen-Cahn equations. These schemes are constructed within the iterative framework of exponential integrators, combined with carefully chosen numerical quadrature rules, including the Gauss-Legendre quadrature rule and the left Gauss-Radau quadrature rule. Notably, the proposed schemes are rigorously proven to unconditionally preserve the maximum bound without requiring any additional postprocessing techniques, while simultaneously achieving arbitrarily high-order temporal accuracy. A thorough error analysis in the $L^2$ norm is provided. Numerical experiments validate the theoretical results, demonstrate the effectiveness of the proposed methods, and highlight that an inappropriate choice of quadrature rules may violate the maximum bound principle, leading to incorrect dynamics.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:48:59 GMT" } ]
2025-04-15T00:00:00
[ [ "Quan", "Chaoyu", "" ], [ "Zheng", "Pingzhong", "" ], [ "Zhou", "Zhi", "" ] ]
2504.09875
Alaa Amri
Alaa Amri, V\'ictor Elvira, Amy L. Wilson
Particle Hamiltonian Monte Carlo
null
null
null
null
stat.CO
http://creativecommons.org/licenses/by/4.0/
In Bayesian inference, Hamiltonian Monte Carlo (HMC) is a popular Markov Chain Monte Carlo (MCMC) algorithm known for its efficiency in sampling from complex probability distributions. However, its application to models with latent variables, such as state-space models, poses significant challenges. These challenges arise from the need to compute gradients of the log-posterior of the latent variables, and the likelihood may be intractable due to the complexity of the underlying model. In this paper, we propose Particle Hamiltonian Monte Carlo (PHMC), an algorithm specifically designed for state-space models. PHMC leverages Sequential Monte Carlo (SMC) methods to estimate the marginal likelihood, infer latent variables (as in particle Metropolis-Hastings), and compute gradients of the log-posterior of model parameters. Importantly, PHMC avoids the need to calculate gradients of the log-posterior for latent variables, which addresses a major limitation of traditional HMC approaches. We assess the performance of Particle HMC on both simulated datasets and a real-world dataset involving crowdsourced cycling activities data. The results demonstrate that Particle HMC outperforms particle marginal Metropolis-Hastings with a Gaussian random walk, particularly in scenarios involving a large number of parameters.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:51:26 GMT" } ]
2025-04-15T00:00:00
[ [ "Amri", "Alaa", "" ], [ "Elvira", "Víctor", "" ], [ "Wilson", "Amy L.", "" ] ]
2504.09877
Atul Kumar
Atul Kumar, Nisha Gupta, and Saswati Dana
Constructing Micro Knowledge Graphs from Technical Support Documents
null
null
null
null
cs.IR cs.AI
http://creativecommons.org/licenses/by-nc-nd/4.0/
Short technical support pages such as IBM Technotes are quite common in technical support domain. These pages can be very useful as the knowledge sources for technical support applications such as chatbots, search engines and question-answering (QA) systems. Information extracted from documents to drive technical support applications is often stored in the form of Knowledge Graph (KG). Building KGs from a large corpus of documents poses a challenge of granularity because a large number of entities and actions are present in each page. The KG becomes virtually unusable if all entities and actions from these pages are stored in the KG. Therefore, only key entities and actions from each page are extracted and stored in the KG. This approach however leads to loss of knowledge represented by entities and actions left out of the KG as they are no longer available to graph search and reasoning functions. We propose a set of techniques to create micro knowledge graph (micrograph) for each of such web pages. The micrograph stores all the entities and actions in a page and also takes advantage of the structure of the page to represent exactly in which part of that page these entities and actions appeared, and also how they relate to each other. These micrographs can be used as additional knowledge sources by technical support applications. We define schemas for representing semi-structured and plain text knowledge present in the technical support web pages. Solutions in technical support domain include procedures made of steps. We also propose a technique to extract procedures from these webpages and the schemas to represent them in the micrographs. We also discuss how technical support applications can take advantage of the micrographs.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:57:49 GMT" } ]
2025-04-15T00:00:00
[ [ "Kumar", "Atul", "" ], [ "Gupta", "Nisha", "" ], [ "Dana", "Saswati", "" ] ]
2504.09878
Yunpeng Tan
Yunpeng Tan, Junlin Hao, Jiangkai Wu, Liming Liu, Qingyang Li, Xinggong Zhang
MCBlock: Boosting Neural Radiance Field Training Speed by MCTS-based Dynamic-Resolution Ray Sampling
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Neural Radiance Field (NeRF) is widely known for high-fidelity novel view synthesis. However, even the state-of-the-art NeRF model, Gaussian Splatting, requires minutes for training, far from the real-time performance required by multimedia scenarios like telemedicine. One of the obstacles is its inefficient sampling, which is only partially addressed by existing works. Existing point-sampling algorithms uniformly sample simple-texture regions (easy to fit) and complex-texture regions (hard to fit), while existing ray-sampling algorithms sample these regions all in the finest granularity (i.e. the pixel level), both wasting GPU training resources. Actually, regions with different texture intensities require different sampling granularities. To this end, we propose a novel dynamic-resolution ray-sampling algorithm, MCBlock, which employs Monte Carlo Tree Search (MCTS) to partition each training image into pixel blocks with different sizes for active block-wise training. Specifically, the trees are initialized according to the texture of training images to boost the initialization speed, and an expansion/pruning module dynamically optimizes the block partition. MCBlock is implemented in Nerfstudio, an open-source toolset, and achieves a training acceleration of up to 2.33x, surpassing other ray-sampling algorithms. We believe MCBlock can apply to any cone-tracing NeRF model and contribute to the multimedia community.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 04:59:28 GMT" } ]
2025-04-15T00:00:00
[ [ "Tan", "Yunpeng", "" ], [ "Hao", "Junlin", "" ], [ "Wu", "Jiangkai", "" ], [ "Liu", "Liming", "" ], [ "Li", "Qingyang", "" ], [ "Zhang", "Xinggong", "" ] ]
2504.09879
Marc Damie
Marc Damie, Jean-Benoist Leger, Florian Hahn, Andreas Peter
Revisiting the attacker's knowledge in inference attacks against Searchable Symmetric Encryption
Accepted in ACNS 2025
null
null
null
cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Encrypted search schemes have been proposed to address growing privacy concerns. However, several leakage-abuse attacks have highlighted some security vulnerabilities. Recent attacks assumed an attacker's knowledge containing data ``similar'' to the indexed data. However, this vague assumption is barely discussed in literature: how likely is it for an attacker to obtain a "similar enough" data? Our paper provides novel statistical tools usable on any attack in this setting to analyze its sensitivity to data similarity. First, we introduce a mathematical model based on statistical estimators to analytically understand the attackers' knowledge and the notion of similarity. Second, we conceive statistical tools to model the influence of the similarity on the attack accuracy. We apply our tools on three existing attacks to answer questions such as: is similarity the only factor influencing accuracy of a given attack? Third, we show that the enforcement of a maximum index size can make the ``similar-data'' assumption harder to satisfy. In particular, we propose a statistical method to estimate an appropriate maximum size for a given attack and dataset. For the best known attack on the Enron dataset, a maximum index size of 200 guarantees (with high probability) the attack accuracy to be below 5%.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:04:25 GMT" } ]
2025-04-15T00:00:00
[ [ "Damie", "Marc", "" ], [ "Leger", "Jean-Benoist", "" ], [ "Hahn", "Florian", "" ], [ "Peter", "Andreas", "" ] ]
2504.09880
Chung-Ru Lee
Chung-Ru Lee
The Universal Gap-to-Critical Temperature Ratio in Superconductors: a Statistical Mechanical Perspective
null
null
null
null
cond-mat.supr-con
http://creativecommons.org/publicdomain/zero/1.0/
We propose a statistical mechanical framework to unify the observed relationship between the superconducting energy gap $\Delta$, the pseudogap $\Delta^\ast$, and the critical temperature $T_\mathrm{c}$. In this model, fermions couple as a composite boson and condense to occupy a single bound state as the temperature drops. We derive a concise formula for $T_\mathrm{c}$ in terms of $\Delta$ and $\Delta^\ast$, namely: $$\frac{\Delta}{k_\mathrm{B} T_\mathrm{c}} = 1.4+4\log(\Delta^\ast/\Delta).$$ This expression reproduces the standard BCS gap-to-$T_\mathrm{c}$ ratio in the absence of a pseudogap, while naturally explaining its enhancement in unconventional superconductors. The model is supported by comparisons with experimental data from several cuprates and iron-based superconductors, which highlight its generality. This formulation also offers a theoretical explanation for the observed persistence of the pseudogap phase into the overdoped regime.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:04:25 GMT" } ]
2025-04-15T00:00:00
[ [ "Lee", "Chung-Ru", "" ] ]
2504.09881
Shunpeng Chen
Changwei Wang, Shunpeng Chen, Yukun Song, Rongtao Xu, Zherui Zhang, Jiguang Zhang, Haoran Yang, Yu Zhang, Kexue Fu, Shide Du, Zhiwei Xu, Longxiang Gao, Li Guo, Shibiao Xu
Focus on Local: Finding Reliable Discriminative Regions for Visual Place Recognition
Accepted by AAAI 2025
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Visual Place Recognition (VPR) is aimed at predicting the location of a query image by referencing a database of geotagged images. For VPR task, often fewer discriminative local regions in an image produce important effects while mundane background regions do not contribute or even cause perceptual aliasing because of easy overlap. However, existing methods lack precisely modeling and full exploitation of these discriminative regions. In this paper, we propose the Focus on Local (FoL) approach to stimulate the performance of image retrieval and re-ranking in VPR simultaneously by mining and exploiting reliable discriminative local regions in images and introducing pseudo-correlation supervision. First, we design two losses, Extraction-Aggregation Spatial Alignment Loss (SAL) and Foreground-Background Contrast Enhancement Loss (CEL), to explicitly model reliable discriminative local regions and use them to guide the generation of global representations and efficient re-ranking. Second, we introduce a weakly-supervised local feature training strategy based on pseudo-correspondences obtained from aggregating global features to alleviate the lack of local correspondences ground truth for the VPR task. Third, we suggest an efficient re-ranking pipeline that is efficiently and precisely based on discriminative region guidance. Finally, experimental results show that our FoL achieves the state-of-the-art on multiple VPR benchmarks in both image retrieval and re-ranking stages and also significantly outperforms existing two-stage VPR methods in terms of computational efficiency. Code and models are available at https://github.com/chenshunpeng/FoL
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:04:51 GMT" } ]
2025-04-15T00:00:00
[ [ "Wang", "Changwei", "" ], [ "Chen", "Shunpeng", "" ], [ "Song", "Yukun", "" ], [ "Xu", "Rongtao", "" ], [ "Zhang", "Zherui", "" ], [ "Zhang", "Jiguang", "" ], [ "Yang", "Haoran", "" ], [ "Zhang", "Yu", "" ], [ "Fu", "Kexue", "" ], [ "Du", "Shide", "" ], [ "Xu", "Zhiwei", "" ], [ "Gao", "Longxiang", "" ], [ "Guo", "Li", "" ], [ "Xu", "Shibiao", "" ] ]
2504.09882
Younghun Cho
Younghun Cho and Jee-Hwan Ryu
SIO-Mapper: A Framework for Lane-Level HD Map Construction Using Satellite Images and OpenStreetMap with No On-Site Visits
null
null
null
null
cs.RO
http://creativecommons.org/licenses/by-nc-sa/4.0/
High-definition (HD) maps, particularly those containing lane-level information regarded as ground truth, are crucial for vehicle localization research. Traditionally, constructing HD maps requires highly accurate sensor measurements collection from the target area, followed by manual annotation to assign semantic information. Consequently, HD maps are limited in terms of geographic coverage. To tackle this problem, in this paper, we propose SIO-Mapper, a novel lane-level HD map construction framework that constructs city-scale maps without physical site visits by utilizing satellite images and OpenStreetmap data. One of the key contributions of SIO-Mapper is its ability to extract lane information more accurately by introducing SIO-Net, a novel deep learning network that integrates features from satellite image and OpenStreetmap using both Transformer-based and convolution-based encoders. Furthermore, to overcome challenges in merging lanes over large areas, we introduce a novel lane integration methodology that combines cluster-based and graph-based approaches. This algorithm ensures the seamless aggregation of lane segments with high accuracy and coverage, even in complex road environments. We validated SIO-Mapper on the Naver Labs Open Dataset and NuScenes dataset, demonstrating better performance in various environments including Korea, the United States, and Singapore compared to the state-of-the-art lane-level HD mapconstruction methods.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:10:57 GMT" } ]
2025-04-15T00:00:00
[ [ "Cho", "Younghun", "" ], [ "Ryu", "Jee-Hwan", "" ] ]
2504.09883
Nisarg Trivedi
Nisarg Trivedi
Modelling & Steady State Compliance Testing of an Improved Time Synchronized Phasor Measurement Unit Based on IEEE Standard C37.118.1
null
IEEE India International Conference on Power Electronics (IICPE) 2018
10.1109/IICPE.2018.8709617
null
eess.SP cs.SY eess.SY physics.soc-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
Synchrophasor technology is an emerging and developing technology for monitoring and control of wide area measurement systems (WAMS). In an elementary WAMS, two identical phasors measured at two different locations have difference in the phase angles measured since their reference waveforms are not synchronized with each other. Phasor measurement units (PMUs) measure input phasors with respect to a common reference wave based on the atomic clock pulses received from global positioning system (GPS) satellites, eliminating variation in the measured phase angles due to distant locations of the measurement nodes. This has found tremendous applications in quick fault detection, fault location analysis, accurate current, voltage, frequency and phase angle measurements in WAMS. Commercially available PMU models are often proven to be expensive for research and development as well as for grid integration projects. This research article proposes an economic PMU model optimized for accurate steadystate performance based on recursive discrete Fourier transform (DFT) and provides results and detailed analysis of the proposed PMU model as per the steady state compliance specifications of IEEE standard C37.118.1. Results accurate up to 13 digits after decimal point are obtained through the developed PMU model for both nominal and off-nominal frequency inputs in steady state.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:13:34 GMT" } ]
2025-04-15T00:00:00
[ [ "Trivedi", "Nisarg", "" ] ]
2504.09884
Liu Yingying
Yingying Liu, Zhaojian Cai, Kai Cai
Markov Clustering based Fully Automated Nonblocking Hierarchical Supervisory Control of Large-Scale Discrete-Event Systems
7 pages, 1 figure, 1 Tables
null
null
null
eess.SY cs.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper we revisit the abstraction-based approach to synthesize a hierarchy of decentralized supervisors and coordinators for nonblocking control of large-scale discrete-event systems (DES), and augment it with a new clustering method for automatic and flexible grouping of relevant components during the hierarchical synthesis process. This method is known as Markov clustering, which not only automatically performs grouping but also allows flexible tuning the sizes of the resulting clusters using a single parameter. Compared to the existing abstraction-based approach that lacks effective grouping method for general cases, our proposed approach based on Markov clustering provides a fully automated and effective hierarchical synthesis procedure applicable to general large-scale DES. Moreover, it is proved that the resulting hierarchy of supervisors and coordinators collectively achieves global nonblocking (and maximally permissive) controlled behavior under the same conditions as those in the existing abstraction-based approach. Finally, a benchmark case study is conducted to empirically demonstrate the effectiveness of our approach.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:16:30 GMT" } ]
2025-04-15T00:00:00
[ [ "Liu", "Yingying", "" ], [ "Cai", "Zhaojian", "" ], [ "Cai", "Kai", "" ] ]
2504.09885
Zihao Liu
Zihao Liu, Mingwen Ou, Zunnan Xu, Jiaqi Huang, Haonan Han, Ronghui Li, Xiu Li
Separate to Collaborate: Dual-Stream Diffusion Model for Coordinated Piano Hand Motion Synthesis
12 pages, 4 figures
null
null
null
cs.SD cs.CV eess.AS
http://creativecommons.org/licenses/by/4.0/
Automating the synthesis of coordinated bimanual piano performances poses significant challenges, particularly in capturing the intricate choreography between the hands while preserving their distinct kinematic signatures. In this paper, we propose a dual-stream neural framework designed to generate synchronized hand gestures for piano playing from audio input, addressing the critical challenge of modeling both hand independence and coordination. Our framework introduces two key innovations: (i) a decoupled diffusion-based generation framework that independently models each hand's motion via dual-noise initialization, sampling distinct latent noise for each while leveraging a shared positional condition, and (ii) a Hand-Coordinated Asymmetric Attention (HCAA) mechanism suppresses symmetric (common-mode) noise to highlight asymmetric hand-specific features, while adaptively enhancing inter-hand coordination during denoising. The system operates hierarchically: it first predicts 3D hand positions from audio features and then generates joint angles through position-aware diffusion models, where parallel denoising streams interact via HCAA. Comprehensive evaluations demonstrate that our framework outperforms existing state-of-the-art methods across multiple metrics.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:17:41 GMT" } ]
2025-04-15T00:00:00
[ [ "Liu", "Zihao", "" ], [ "Ou", "Mingwen", "" ], [ "Xu", "Zunnan", "" ], [ "Huang", "Jiaqi", "" ], [ "Han", "Haonan", "" ], [ "Li", "Ronghui", "" ], [ "Li", "Xiu", "" ] ]
2504.09886
Aniello De Santo
Michael Kamerath and Aniello De Santo
Investigating Syntactic Biases in Multilingual Transformers with RC Attachment Ambiguities in Italian and English
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by-nc-nd/4.0/
This paper leverages past sentence processing studies to investigate whether monolingual and multilingual LLMs show human-like preferences when presented with examples of relative clause attachment ambiguities in Italian and English. Furthermore, we test whether these preferences can be modulated by lexical factors (the type of verb/noun in the matrix clause) which have been shown to be tied to subtle constraints on syntactic and semantic relations. Our results overall showcase how LLM behavior varies interestingly across models, but also general failings of these models in correctly capturing human-like preferences. In light of these results, we argue that RC attachment is the ideal benchmark for cross-linguistic investigations of LLMs' linguistic knowledge and biases.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:19:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Kamerath", "Michael", "" ], [ "De Santo", "Aniello", "" ] ]
2504.09887
Ying Liang
Yiwen Wang, Ying Liang, Yuxuan Zhang, Xinning Chai, Zhengxue Cheng, Yingsheng Qin, Yucai Yang, Rong Xie, Li Song
Enhanced Semantic Extraction and Guidance for UGC Image Super Resolution
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Due to the disparity between real-world degradations in user-generated content(UGC) images and synthetic degradations, traditional super-resolution methods struggle to generalize effectively, necessitating a more robust approach to model real-world distortions. In this paper, we propose a novel approach to UGC image super-resolution by integrating semantic guidance into a diffusion framework. Our method addresses the inconsistency between degradations in wild and synthetic datasets by separately simulating the degradation processes on the LSDIR dataset and combining them with the official paired training set. Furthermore, we enhance degradation removal and detail generation by incorporating a pretrained semantic extraction model (SAM2) and fine-tuning key hyperparameters for improved perceptual fidelity. Extensive experiments demonstrate the superiority of our approach against state-of-the-art methods. Additionally, the proposed model won second place in the CVPR NTIRE 2025 Short-form UGC Image Super-Resolution Challenge, further validating its effectiveness. The code is available at https://github.c10pom/Moonsofang/NTIRE-2025-SRlab.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:26:24 GMT" } ]
2025-04-15T00:00:00
[ [ "Wang", "Yiwen", "" ], [ "Liang", "Ying", "" ], [ "Zhang", "Yuxuan", "" ], [ "Chai", "Xinning", "" ], [ "Cheng", "Zhengxue", "" ], [ "Qin", "Yingsheng", "" ], [ "Yang", "Yucai", "" ], [ "Xie", "Rong", "" ], [ "Song", "Li", "" ] ]
2504.09888
Peng Zhao
Peng Zhao, Guming Zhao, Shaowei Li, Chen Zha, Ming Gong, and XiaoBo Zhu
Scalable fluxonium qubit architecture with tunable interactions between non-computational levels
19 pages,22 figures
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The fluxonium qubit has emerged as a promising candidate for superconducting quantum computing due to its long coherence times and high-fidelity gates. Nonetheless, further scaling up and improving performance remain critical challenges for establishing fluxoniums as a viable alternative to transmons. A key obstacle lies in developing scalable coupling architectures. In this work, we introduce a scalable fluxonium architecture that enables decoupling of qubit states while maintaining tunable couplings between non-computational states. Beyond the well-studied ZZ crosstalk, we identify that an always-on interaction involving non-computational levels can significantly degrade the fidelities of initialization, control, and readout in large systems, thereby impeding scalability. We demonstrate that this issue can be mitigated by implementing tunable couplings for fluxonium's plasmon transitions, meanwhile enabling fast, high-fidelity gates with passive ZZ suppression. Furthermore, since fluxonium transitions span multiple frequency octaves, we emphasize the importance of carefully designing coupling mechanisms and parameters to suppress residual interactions.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:31:47 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhao", "Peng", "" ], [ "Zhao", "Guming", "" ], [ "Li", "Shaowei", "" ], [ "Zha", "Chen", "" ], [ "Gong", "Ming", "" ], [ "Zhu", "XiaoBo", "" ] ]
2504.09889
Kevin Aguyar Brix
Kevin Aguyar Brix and Efren Ruiz
Unital shift equivalence
15 pages
null
null
null
math.DS math.OA
http://creativecommons.org/licenses/by/4.0/
We introduce and study a unital version of shift equivalence for finite square matrices over the nonnegative integers. In contrast to the classical case, we show that unital shift equivalence does not coincide with one-sided eventual conjugacy. We also prove that unital shift equivalent matrices define one-sided shifts of finite type that are continuously orbit equivalent. Consequently, unitally shift equivalent matrices have isomorphic topological full groups and isomorphic Leavitt path algebras, the latter being related to Hazrat's graded classification conjecture in algebra.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:33:31 GMT" } ]
2025-04-15T00:00:00
[ [ "Brix", "Kevin Aguyar", "" ], [ "Ruiz", "Efren", "" ] ]
2504.09890
Erika Kawakami
Asher Jennings, Ivan Grytsenko, Yiran Tian, Oleksiy Rybalko, Jun Wang, Josef Barabash, and Erika Kawakami
Probing the Quantum Capacitance of Rydberg Transitions of Surface Electrons on Liquid Helium via Microwave Frequency Modulation
null
null
null
null
cond-mat.mes-hall quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a method for probing the quantum capacitance associated with the Rydberg transition of surface electrons on liquid helium using RF reflectometry. Excitation to Rydberg states induces a redistribution of image charges on capacitively coupled electrodes, giving rise to a quantum capacitance. By applying frequency-modulated resonant microwaves to drive the Rydberg transition, we systematically measured a capacitance sensitivity of 0.38~aF/$\sqrt{\mathrm{Hz}}$. This level of sensitivity is sufficient to resolve the Rydberg transition of a single electron, providing a scalable pathway toward the implementation of qubit readout schemes based on surface electrons on helium.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:33:35 GMT" } ]
2025-04-15T00:00:00
[ [ "Jennings", "Asher", "" ], [ "Grytsenko", "Ivan", "" ], [ "Tian", "Yiran", "" ], [ "Rybalko", "Oleksiy", "" ], [ "Wang", "Jun", "" ], [ "Barabash", "Josef", "" ], [ "Kawakami", "Erika", "" ] ]
2504.09892
Vamsi Addanki
Vamsi Addanki, Chen Avin, Goran Dario Knabe, Giannis Patronas, Dimitris Syrivelis, Nikos Terzenidis, Paraskevas Bakopoulos, Ilias Marinos, Stefan Schmid
Vermilion: A Traffic-Aware Reconfigurable Optical Interconnect with Formal Throughput Guarantees
null
null
null
null
cs.NI cs.DS
http://creativecommons.org/licenses/by-nc-nd/4.0/
The increasing gap between datacenter traffic volume and the capacity of electrical switches has driven the development of reconfigurable network designs utilizing optical circuit switching. Recent advancements, particularly those featuring periodic fixed-duration reconfigurations, have achieved practical end-to-end delays of just a few microseconds. However, current designs rely on multi-hop routing to enhance utilization, which can lead to a significant reduction in worst-case throughput and added overhead from congestion control and routing complexity. These factors pose significant operational challenges for the large-scale deployment of these technologies. We present Vermilion, a reconfigurable optical interconnect that breaks the throughput barrier of existing periodic reconfigurable networks, without the need for multi-hop routing -- thus eliminating congestion control and simplifying routing to direct communication. Vermilion adopts a traffic-aware approach while retaining the simplicity of periodic fixed-duration reconfigurations, similar to RotorNet. We formally establish throughput bounds for Vermilion, demonstrating that it achieves at least $33\%$ more throughput in the worst-case compared to existing designs. The key innovation of Vermilion is its short traffic-aware periodic schedule, derived using a matrix rounding technique. This schedule is then combined with a traffic-oblivious periodic schedule to efficiently manage any residual traffic. Our evaluation results support our theoretical findings, revealing significant performance gains for datacenter workloads.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:35:42 GMT" } ]
2025-04-15T00:00:00
[ [ "Addanki", "Vamsi", "" ], [ "Avin", "Chen", "" ], [ "Knabe", "Goran Dario", "" ], [ "Patronas", "Giannis", "" ], [ "Syrivelis", "Dimitris", "" ], [ "Terzenidis", "Nikos", "" ], [ "Bakopoulos", "Paraskevas", "" ], [ "Marinos", "Ilias", "" ], [ "Schmid", "Stefan", "" ] ]
2504.09893
Xu Yin
Xu Yin, Min-Sung Yoon, Yuchi Huo, Kang Zhang, and Sung-Eui Yoon
LangPert: Detecting and Handling Task-level Perturbations for Robust Object Rearrangement
null
null
null
null
cs.RO cs.AI
http://creativecommons.org/licenses/by-sa/4.0/
Task execution for object rearrangement could be challenged by Task-Level Perturbations (TLP), i.e., unexpected object additions, removals, and displacements that can disrupt underlying visual policies and fundamentally compromise task feasibility and progress. To address these challenges, we present LangPert, a language-based framework designed to detect and mitigate TLP situations in tabletop rearrangement tasks. LangPert integrates a Visual Language Model (VLM) to comprehensively monitor policy's skill execution and environmental TLP, while leveraging the Hierarchical Chain-of-Thought (HCoT) reasoning mechanism to enhance the Large Language Model (LLM)'s contextual understanding and generate adaptive, corrective skill-execution plans. Our experimental results demonstrate that LangPert handles diverse TLP situations more effectively than baseline methods, achieving higher task completion rates, improved execution efficiency, and potential generalization to unseen scenarios.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:39:15 GMT" } ]
2025-04-15T00:00:00
[ [ "Yin", "Xu", "" ], [ "Yoon", "Min-Sung", "" ], [ "Huo", "Yuchi", "" ], [ "Zhang", "Kang", "" ], [ "Yoon", "Sung-Eui", "" ] ]
2504.09894
Zhehua Jiang
Zhehua Jiang, Jianhua Zhang, Mengyuan Zhan, Jiaqi Si, Junchao Huang, Hua Tong, Ning Xu
A mechanical approach to facilitate the formation of dodecagonal quasicrystals and their approximants
null
null
null
null
cond-mat.soft
http://creativecommons.org/licenses/by/4.0/
The conditions for forming quasicrystals and their approximants are stringent, normally requiring multiple length scales to stabilize the quasicrystalline order. Here we report an unexpected finding that the approximants and motifs of dodecagonal quasicrystals can be spontaneously formed in the simplest system of identical hard disks, utilizing the unstable feature of the initial square packing subject to mechanical perturbations. Because there is only one length scale involved, this finding challenges existing theories of quasicrystals and their approximants. By applying the same approach to a system known to form a dodecagonal quasicrystal, we develop decent quasicrystalline order in a purely mechanical manner. With the aid of thermal treatment, we achieve a significantly better quasicrystalline order than that from the direct self-assembly of the liquid state within the same period of time. In sufficiently low temperatures where the self-assembly of a liquid is significantly hindered, our approach still promotes the formation of quasicrystals. Our study thus opens a venue for high-efficiency search and formation of quasicrystals, and may have broader implications for the design and synthesis of quasicrystalline materials.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:39:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Jiang", "Zhehua", "" ], [ "Zhang", "Jianhua", "" ], [ "Zhan", "Mengyuan", "" ], [ "Si", "Jiaqi", "" ], [ "Huang", "Junchao", "" ], [ "Tong", "Hua", "" ], [ "Xu", "Ning", "" ] ]
2504.09895
Shuai Zhao
Shuai Zhao, Linchao Zhu, Yi Yang
Learning from Reference Answers: Versatile Language Model Alignment without Binary Human Preference Data
work in progress
null
null
null
cs.CL cs.AI cs.LG
http://creativecommons.org/licenses/by-nc-sa/4.0/
Large language models~(LLMs) are expected to be helpful, harmless, and honest. In various alignment scenarios, such as general human preference, safety, and confidence alignment, binary preference data collection and reward modeling are resource-intensive but necessary for human preference transferring. In this work, we explore using the similarity between sampled generations and high-quality reference answers as an alternative reward function for LLM alignment. Using similarity as a reward circumvents training reward models, and collecting a single reference answer potentially costs less time than constructing binary preference pairs when multiple candidates are available. Specifically, we develop \textit{RefAlign}, a versatile REINFORCE-style alignment algorithm, which is free of reference and reward models. Instead, RefAlign utilizes BERTScore between sampled generations and high-quality reference answers as the surrogate reward. Beyond general human preference optimization, RefAlign can be readily extended to diverse scenarios, such as safety and confidence alignment, by incorporating the similarity reward with task-related objectives. In various scenarios, {RefAlign} demonstrates comparable performance to previous alignment methods while offering high efficiency.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:43:21 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhao", "Shuai", "" ], [ "Zhu", "Linchao", "" ], [ "Yang", "Yi", "" ] ]
2504.09896
Md Kaosar Uddin
Aish Albladi, Md Kaosar Uddin, Minarul Islam, and Cheryl Seals
TWSSenti: A Novel Hybrid Framework for Topic-Wise Sentiment Analysis on Social Media Using Transformer Models
41 pages, 12 figures, includes algorithm and comparative tables
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Sentiment analysis is a crucial task in natural language processing (NLP) that enables the extraction of meaningful insights from textual data, particularly from dynamic platforms like Twitter and IMDB. This study explores a hybrid framework combining transformer-based models, specifically BERT, GPT-2, RoBERTa, XLNet, and DistilBERT, to improve sentiment classification accuracy and robustness. The framework addresses challenges such as noisy data, contextual ambiguity, and generalization across diverse datasets by leveraging the unique strengths of these models. BERT captures bidirectional context, GPT-2 enhances generative capabilities, RoBERTa optimizes contextual understanding with larger corpora and dynamic masking, XLNet models dependency through permutation-based learning, and DistilBERT offers efficiency with reduced computational overhead while maintaining high accuracy. We demonstrate text cleaning, tokenization, and feature extraction using Term Frequency Inverse Document Frequency (TF-IDF) and Bag of Words (BoW), ensure high-quality input data for the models. The hybrid approach was evaluated on benchmark datasets Sentiment140 and IMDB, achieving superior accuracy rates of 94\% and 95\%, respectively, outperforming standalone models. The results validate the effectiveness of combining multiple transformer models in ensemble-like setups to address the limitations of individual architectures. This research highlights its applicability to real-world tasks such as social media monitoring, customer sentiment analysis, and public opinion tracking which offers a pathway for future advancements in hybrid NLP frameworks.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:44:11 GMT" } ]
2025-04-15T00:00:00
[ [ "Albladi", "Aish", "" ], [ "Uddin", "Md Kaosar", "" ], [ "Islam", "Minarul", "" ], [ "Seals", "Cheryl", "" ] ]
2504.09898
Angelica Whisnant
Angelica S. Whisnant (1 and 2), Matthew S. Povich (1), Nikhil Patten (3), Henry A. Kobulnicky (3) ((1) Department of Physics and Astronomy, California State Polytechnic University Pomona, (2) Department of Astronomy, The Ohio State University, (3) Department of Physics and Astronomy, University of Wyoming)
The Milky Way Project MOBStIRS: Parametrizing Infrared Stellar-Wind Bow Shock Morphologies with Citizen Science
15 pages, 7 figures
null
null
null
astro-ph.GA astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
Mass-loss influences stellar evolution, especially for massive stars with strong winds. Stellar wind bow shock nebulae driven by Galactic OB stars can be used to measure mass-loss rates ($\dot{M}$). The standoff distance ($R_{0}$) between the star and the bow shock is set by momentum flux balance between the stellar wind and the surrounding interstellar medium (ISM). We created the Milky Way Project: MOBStIRS (Mass-loss rates for OB Stars driving IR bow Shocks) using the online Zooniverse citizen science platform. We enlisted several hundred students to measure $R_0$ and two other projected shape parameters for 764 cataloged IR bow shocks. MOBStIRS incorporated 1528 JPEG cutout images produced from Spitzer GLIMPSE and MIPSGAL survey data. Measurements were aggregated to compute shape parameters for each bow shock image deemed high-quality by participants. The average statistical uncertainty on $R_0$ is $12.5\%$ but varies from ${<}5\%$ to ${\sim}40\%$ among individual bow shocks, contributing significantly to the total error budget of $\dot{M}$. The derived nebular morphologies agree well with (magneto)hydrodynamic simulations of bow shocks driven by the winds of OB stars moving at $V_a = 10-40~km~s^{-1}$ with respect to the ambient interstellar medium (ISM). A systematic correction to $R_0$ to account for viewing angle appears unnecessary for computing $\dot{M}$. Slightly more than half of MOBStIRS bow shocks are asymmetric, which could indicate anisotropic stellar winds, ISM clumping on sub-pc scales, time-dependent instabilities, and/or misalignments between the local ISM magnetic field and the star-bow shock axis.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:46:21 GMT" } ]
2025-04-15T00:00:00
[ [ "Whisnant", "Angelica S.", "", "1 and 2" ], [ "Povich", "Matthew S.", "" ], [ "Patten", "Nikhil", "" ], [ "Kobulnicky", "Henry A.", "" ] ]
2504.09899
Satoshi Tsutsui
Ziwang Xu, Lanqing Guo, Satoshi Tsutsui, Shuyan Zhang, Alex C. Kot, Bihan Wen
Digital Staining with Knowledge Distillation: A Unified Framework for Unpaired and Paired-But-Misaligned Data
Accepted to IEEE Transactions on Medical Imaging
null
null
null
cs.CV eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Staining is essential in cell imaging and medical diagnostics but poses significant challenges, including high cost, time consumption, labor intensity, and irreversible tissue alterations. Recent advances in deep learning have enabled digital staining through supervised model training. However, collecting large-scale, perfectly aligned pairs of stained and unstained images remains difficult. In this work, we propose a novel unsupervised deep learning framework for digital cell staining that reduces the need for extensive paired data using knowledge distillation. We explore two training schemes: (1) unpaired and (2) paired-but-misaligned settings. For the unpaired case, we introduce a two-stage pipeline, comprising light enhancement followed by colorization, as a teacher model. Subsequently, we obtain a student staining generator through knowledge distillation with hybrid non-reference losses. To leverage the pixel-wise information between adjacent sections, we further extend to the paired-but-misaligned setting, adding the Learning to Align module to utilize pixel-level information. Experiment results on our dataset demonstrate that our proposed unsupervised deep staining method can generate stained images with more accurate positions and shapes of the cell targets in both settings. Compared with competing methods, our method achieves improved results both qualitatively and quantitatively (e.g., NIQE and PSNR).We applied our digital staining method to the White Blood Cell (WBC) dataset, investigating its potential for medical applications.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:48:05 GMT" } ]
2025-04-15T00:00:00
[ [ "Xu", "Ziwang", "" ], [ "Guo", "Lanqing", "" ], [ "Tsutsui", "Satoshi", "" ], [ "Zhang", "Shuyan", "" ], [ "Kot", "Alex C.", "" ], [ "Wen", "Bihan", "" ] ]
2504.09900
Muhammad Azeem Javed
Muhammad Fasih Tariq and Muhammad Azeem Javed
Small Object Detection with YOLO: A Performance Analysis Across Model Versions and Hardware
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
This paper provides an extensive evaluation of YOLO object detection models (v5, v8, v9, v10, v11) by com- paring their performance across various hardware platforms and optimization libraries. Our study investigates inference speed and detection accuracy on Intel and AMD CPUs using popular libraries such as ONNX and OpenVINO, as well as on GPUs through TensorRT and other GPU-optimized frameworks. Furthermore, we analyze the sensitivity of these YOLO models to object size within the image, examining performance when detecting objects that occupy 1%, 2.5%, and 5% of the total area of the image. By identifying the trade-offs in efficiency, accuracy, and object size adaptability, this paper offers insights for optimal model selection based on specific hardware constraints and detection requirements, aiding practitioners in deploying YOLO models effectively for real-world applications.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:49:31 GMT" } ]
2025-04-15T00:00:00
[ [ "Tariq", "Muhammad Fasih", "" ], [ "Javed", "Muhammad Azeem", "" ] ]
2504.09901
Dionne Ibarra
Dionne Ibarra and Daniel V. Mathews and Jessica S. Purcell
On Geometric triangulations of double twist knots
27 pages, 12 figures
null
null
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper we construct two different explicit triangulations of the family of double twist knots $K(p,q)$ using methods of triangulating Dehn fillings, with layered solid tori and their double covers. One construction yields the canonical triangulation, and one yields a triangulation that we conjecture is minimal. We prove that both are geometric, meaning they are built of positively oriented convex hyperbolic tetrahedra. We use the conjecturally minimal triangulation to present eight equations cutting out the A-polynomial of these knots.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:50:29 GMT" } ]
2025-04-15T00:00:00
[ [ "Ibarra", "Dionne", "" ], [ "Mathews", "Daniel V.", "" ], [ "Purcell", "Jessica S.", "" ] ]
2504.09902
Anja Heim
Anja Heim and Thomas Lang and Alexander Gall and Eduard Gr\"oller and Christoph Heinzl
Quantum Image Visualizer: Visual Debugging of Quantum Image Processing Circuits
9 pages, 7 figures, 1 table
null
null
null
cs.HC
http://creativecommons.org/licenses/by-nc-sa/4.0/
Quantum computing is an emerging field that utilizes the unique principles of quantum mechanics to offer significant advantages in algorithm execution over classical approaches. This potential is particularly promising in the domain of quantum image processing, which aims to manipulate all pixels simultaneously. However, the process of designing and verifying these algorithms remains a complex and error-prone task. To address this challenge, new methods are needed to support effective debugging of quantum circuits. The Quantum Image Visualizer is an interactive visual analysis tool that allows for the examination of quantum images and their transformation throughout quantum circuits. The framework incorporates two overview visualizations that trace image evolution across a sequence of gates based on the most probable outcomes. Interactive exploration allows users to focus on relevant gates, and select pixels of interest. Upon selection, detailed visualizations enable in-depth inspection of individual pixels and their probability distributions, revealing how specific gates influence the likelihood of pixel color values and the magnitude of these changes. An evaluation of the Quantum Image Visualizer was conducted through in-depth interviews with eight domain experts. The findings demonstrate the effectiveness and practical value of our approach in supporting visual debugging of quantum image processing circuits.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:50:41 GMT" } ]
2025-04-15T00:00:00
[ [ "Heim", "Anja", "" ], [ "Lang", "Thomas", "" ], [ "Gall", "Alexander", "" ], [ "Gröller", "Eduard", "" ], [ "Heinzl", "Christoph", "" ] ]
2504.09903
Chung-Chi Chen
Bo-Wei Chen, An-Zi Yen, Chung-Chi Chen
Refining Financial Consumer Complaints through Multi-Scale Model Interaction
null
null
null
null
cs.CL
http://creativecommons.org/licenses/by-nc-nd/4.0/
Legal writing demands clarity, formality, and domain-specific precision-qualities often lacking in documents authored by individuals without legal training. To bridge this gap, this paper explores the task of legal text refinement that transforms informal, conversational inputs into persuasive legal arguments. We introduce FinDR, a Chinese dataset of financial dispute records, annotated with official judgments on claim reasonableness. Our proposed method, Multi-Scale Model Interaction (MSMI), leverages a lightweight classifier to evaluate outputs and guide iterative refinement by Large Language Models (LLMs). Experimental results demonstrate that MSMI significantly outperforms single-pass prompting strategies. Additionally, we validate the generalizability of MSMI on several short-text benchmarks, showing improved adversarial robustness. Our findings reveal the potential of multi-model collaboration for enhancing legal document generation and broader text refinement tasks.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:51:31 GMT" } ]
2025-04-15T00:00:00
[ [ "Chen", "Bo-Wei", "" ], [ "Yen", "An-Zi", "" ], [ "Chen", "Chung-Chi", "" ] ]
2504.09904
Mert Asim Karaoglu
Mert Asim Karaoglu, Wenbo Ji, Ahmed Abbas, Nassir Navab, Benjamin Busam, Alexander Ladikos
LiteTracker: Leveraging Temporal Causality for Accurate Low-latency Tissue Tracking
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
Tissue tracking plays a critical role in various surgical navigation and extended reality (XR) applications. While current methods trained on large synthetic datasets achieve high tracking accuracy and generalize well to endoscopic scenes, their runtime performances fail to meet the low-latency requirements necessary for real-time surgical applications. To address this limitation, we propose LiteTracker, a low-latency method for tissue tracking in endoscopic video streams. LiteTracker builds on a state-of-the-art long-term point tracking method, and introduces a set of training-free runtime optimizations. These optimizations enable online, frame-by-frame tracking by leveraging a temporal memory buffer for efficient feature reuse and utilizing prior motion for accurate track initialization. LiteTracker demonstrates significant runtime improvements being around 7x faster than its predecessor and 2x than the state-of-the-art. Beyond its primary focus on efficiency, LiteTracker delivers high-accuracy tracking and occlusion prediction, performing competitively on both the STIR and SuPer datasets. We believe LiteTracker is an important step toward low-latency tissue tracking for real-time surgical applications in the operating room.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 05:53:57 GMT" } ]
2025-04-15T00:00:00
[ [ "Karaoglu", "Mert Asim", "" ], [ "Ji", "Wenbo", "" ], [ "Abbas", "Ahmed", "" ], [ "Navab", "Nassir", "" ], [ "Busam", "Benjamin", "" ], [ "Ladikos", "Alexander", "" ] ]
2504.09906
Zhiqiang He
Zhiqiang He, Zhi Liu
Plasticity-Aware Mixture of Experts for Learning Under QoE Shifts in Adaptive Video Streaming
null
null
null
null
cs.MM cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Adaptive video streaming systems are designed to optimize Quality of Experience (QoE) and, in turn, enhance user satisfaction. However, differences in user profiles and video content lead to different weights for QoE factors, resulting in user-specific QoE functions and, thus, varying optimization objectives. This variability poses significant challenges for neural networks, as they often struggle to generalize under evolving targets - a phenomenon known as plasticity loss that prevents conventional models from adapting effectively to changing optimization objectives. To address this limitation, we propose the Plasticity-Aware Mixture of Experts (PA-MoE), a novel learning framework that dynamically modulates network plasticity by balancing memory retention with selective forgetting. In particular, PA-MoE leverages noise injection to promote the selective forgetting of outdated knowledge, thereby endowing neural networks with enhanced adaptive capabilities. In addition, we present a rigorous theoretical analysis of PA-MoE by deriving a regret bound that quantifies its learning performance. Experimental evaluations demonstrate that PA-MoE achieves a 45.5% improvement in QoE over competitive baselines in dynamic streaming environments. Further analysis reveals that the model effectively mitigates plasticity loss by optimizing neuron utilization. Finally, a parameter sensitivity study is performed by injecting varying levels of noise, and the results align closely with our theoretical predictions.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:02:41 GMT" } ]
2025-04-15T00:00:00
[ [ "He", "Zhiqiang", "" ], [ "Liu", "Zhi", "" ] ]
2504.09907
Haoyun Zhang
Haoyun Zhang, Chengyang Zhang, Xueqian Wang, Gang Li, Xiao-Ping Zhang
A Novel Radar Constant False Alarm Rate Detection Algorithm Based on VAMP Deep Unfolding
null
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The combination of deep unfolding with vector approximate message passing (VAMP) algorithm, results in faster convergence and higher sparse recovery accuracy than traditional compressive sensing approaches. However, deep unfolding alters the parameters in traditional VAMP algorithm, resulting in the unattainable distribution parameter of the recovery error of non-sparse noisy estimation via traditional VAMP, which hinders the utilization of VAMP deep unfolding in constant false alarm rate (CFAR) detection in sub-Nyquist radar system. Based on VAMP deep unfolding, we provide a parameter convergence detector (PCD) to estimate the recovery error distribution parameter and implement CFAR detection. Compared to the state-of-the-art approaches, both the sparse solution and non-sparse noisy estimation are utilized to estimate the distribution parameter and implement CFAR detection in PCD, which leverages both the VAMP distribution property and the improved sparse recovery accuracy provided by deep unfolding. Simulation results indicate that PCD offers improved false alarm rate control performance and higher target detection rate.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:06:20 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhang", "Haoyun", "" ], [ "Zhang", "Chengyang", "" ], [ "Wang", "Xueqian", "" ], [ "Li", "Gang", "" ], [ "Zhang", "Xiao-Ping", "" ] ]
2504.09908
Camille Bowness
Camille Bowness, Simon A. Meynell, Michael Dobinson, Chloe Clear, Kais Jooya, Nicholas Brunelle, Mehdi Keshavarz, Katarina Boos, Melanie Gascoine, Shahrzad Taherizadegan, Christoph Simon, Mike L. W. Thewalt, Stephanie Simmons, Daniel B. Higginbottom
Laser-induced spectral diffusion and excited-state mixing of silicon T centres
18 pages, 12 figures
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
To find practical application as photon sources for entangled optical resource states or as spin-photon interfaces in entangled networks, semiconductor emitters must produce indistinguishable photons with high efficiency and spectral stability. Nanophotonic cavity integration increases efficiency and bandwidth, but it also introduces environmental charge instability and spectral diffusion. Among various candidates, silicon colour centres have emerged as compelling platforms for integrated-emitter quantum technologies. Here we investigate the dynamics of spectral wandering in nanophotonics-coupled, individual silicon T centres using spectral correlation measurements. We observe that spectral fluctuations are driven predominantly by the near-infrared excitation laser, consistent with a power-dependent Ornstein-Uhlenbeck process, and show that the spectrum is stable for up to 1.5 ms in the dark. We demonstrate a 35x narrowing of the emitter linewidth to 110 MHz using a resonance-check scheme and discuss the advantage for pairwise entanglement rates and optical resource state generators. Finally, we report laser-induced spin-mixing in the excited state and discuss potential mechanisms common to both phenomena. These effects must be considered in calibrating T centre devices for high-performance entanglement generation.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:09:17 GMT" } ]
2025-04-15T00:00:00
[ [ "Bowness", "Camille", "" ], [ "Meynell", "Simon A.", "" ], [ "Dobinson", "Michael", "" ], [ "Clear", "Chloe", "" ], [ "Jooya", "Kais", "" ], [ "Brunelle", "Nicholas", "" ], [ "Keshavarz", "Mehdi", "" ], [ "Boos", "Katarina", "" ], [ "Gascoine", "Melanie", "" ], [ "Taherizadegan", "Shahrzad", "" ], [ "Simon", "Christoph", "" ], [ "Thewalt", "Mike L. W.", "" ], [ "Simmons", "Stephanie", "" ], [ "Higginbottom", "Daniel B.", "" ] ]
2504.09909
Farha Nausheen
Farha Nausheen, Khandakar Ahmed, M Imad Khan
Quantum Natural Language Processing: A Comprehensive Review of Models, Methods, and Applications
null
null
null
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In recent developments, deep learning methodologies applied to Natural Language Processing (NLP) have revealed a paradox: They improve performance but demand considerable data and resources for their training. Alternatively, quantum computing exploits the principles of quantum mechanics to overcome the computational limitations of current methodologies, thereby establishing an emerging field known as quantum natural language processing (QNLP). This domain holds the potential to attain a quantum advantage in the processing of linguistic structures, surpassing classical models in both efficiency and accuracy. In this paper, it is proposed to categorise QNLP models based on quantum computing principles, architecture, and computational approaches. This paper attempts to provide a survey on how quantum meets language by mapping state-of-the-art in this area, embracing quantum encoding techniques for classical data, QNLP models for prevalent NLP tasks, and quantum optimisation techniques for hyper parameter tuning. The landscape of quantum computing approaches applied to various NLP tasks is summarised by showcasing the specific QNLP methods used, and the popularity of these methods is indicated by their count. From the findings, it is observed that QNLP approaches are still limited to small data sets, with only a few models explored extensively, and there is increasing interest in the application of quantum computing to natural language processing tasks.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:09:26 GMT" } ]
2025-04-15T00:00:00
[ [ "Nausheen", "Farha", "" ], [ "Ahmed", "Khandakar", "" ], [ "Khan", "M Imad", "" ] ]
2504.09910
Yujing Wang
Yujing Wang and Hainan Zhang and Liang Pang and Yongxin Tong and Binghui Guo and Hongwei Zheng and Zhiming Zheng
Learning to Erase Private Knowledge from Multi-Documents for Retrieval-Augmented Large Language Models
null
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Retrieval-Augmented Generation (RAG) is a promising technique for applying LLMs to proprietary domains. However, retrieved documents may contain sensitive knowledge, posing risks of privacy leakage in generative results. Thus, effectively erasing private information from retrieved documents is a key challenge for RAG. Unlike traditional text anonymization, RAG should consider: (1) the inherent multi-document reasoning may face de-anonymization attacks; (2) private knowledge varies by scenarios, so users should be allowed to customize which information to erase; (3) preserving sufficient publicly available knowledge for generation tasks. This paper introduces the privacy erasure task for RAG and proposes Eraser4RAG, a private knowledge eraser which effectively removes user-defined private knowledge from documents while preserving sufficient public knowledge for generation. Specifically, we first construct a global knowledge graph to identify potential knowledge across documents, aiming to defend against de-anonymization attacks. Then we randomly split it into private and public sub-graphs, and fine-tune Flan-T5 to rewrite the retrieved documents excluding private triples. Finally, PPO algorithm optimizes the rewriting model to minimize private triples and maximize public triples retention. Experiments on four QA datasets demonstrate that Eraser4RAG achieves superior erase performance than GPT-4o.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:10:31 GMT" } ]
2025-04-15T00:00:00
[ [ "Wang", "Yujing", "" ], [ "Zhang", "Hainan", "" ], [ "Pang", "Liang", "" ], [ "Tong", "Yongxin", "" ], [ "Guo", "Binghui", "" ], [ "Zheng", "Hongwei", "" ], [ "Zheng", "Zhiming", "" ] ]
2504.09911
Ken Sato
Ken Sato
Higher Chow cycles on Eisenstein K3 surfaces
22 pages, 10 figures
null
null
null
math.AG
http://creativecommons.org/licenses/by/4.0/
We construct higher Chow cycles of type (2,1) on some families of K3 surfaces with non-symplectic automorphisms of order 3 and prove that our cycles are indecomposable for very general members. The proof is a combination of some degeneration arguments, and explicit computations of the regulator map.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:18:07 GMT" } ]
2025-04-15T00:00:00
[ [ "Sato", "Ken", "" ] ]
2504.09912
Haoyun Zhang
Haoyun Zhang, Jianghong Han, Xueqian Wang, Gang Li, Xiao-Ping Zhang
Parameter Convergence Detector Based on VAMP Deep Unfolding: A Novel Radar Constant False Alarm Rate Detection Algorithm
null
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The sub-Nyquist radar framework exploits the sparsity of signals, which effectively alleviates the pressure on system storage and transmission bandwidth. Compressed sensing (CS) algorithms, such as the VAMP algorithm, are used for sparse signal processing in the sub-Nyquist radar framework. By combining deep unfolding techniques with VAMP, faster convergence and higher accuracy than traditional CS algorithms are achieved. However, deep unfolding disrupts the parameter constrains in traditional VAMP algorithm, leading to the distribution of non-sparse noisy estimation in VAMP deep unfolding unknown, and its distribution parameter unable to be obtained directly using method of traditional VAMP, which prevents the application of VAMP deep unfolding in radar constant false alarm rate (CFAR) detection. To address this problem, we explore the distribution of the non-sparse noisy estimation and propose a parameter convergence detector (PCD) to achieve CFAR detection based on VAMP deep unfolding. Compared to the state-of-the-art methods, PCD leverages not only the sparse solution, but also the non-sparse noisy estimation, which is used to iteratively estimate the distribution parameter and served as the test statistic in detection process. In this way, the proposed algorithm takes advantage of both the enhanced sparse recovery accuracy from deep unfolding and the distribution property of VAMP, thereby achieving superior CFAR detection performance. Additionally, the PCD requires no information about the power of AWGN in the environment, which is more suitable for practical application. The convergence performance and effectiveness of the proposed PCD are analyzed based on the Banach Fixed-Point Theorem. Numerical simulations and practical data experiments demonstrate that PCD can achieve better false alarm control and target detection performance.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:18:11 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhang", "Haoyun", "" ], [ "Han", "Jianghong", "" ], [ "Wang", "Xueqian", "" ], [ "Li", "Gang", "" ], [ "Zhang", "Xiao-Ping", "" ] ]
2504.09913
Jongmin Lee
Jonmin Lee, Ernest K. Ryu
Optimal Non-Asymptotic Rates of Value Iteration for Average-Reward Markov Decision Processes
null
null
null
null
math.OC
http://creativecommons.org/licenses/by/4.0/
While there is an extensive body of research on the analysis of Value Iteration (VI) for discounted cumulative-reward MDPs, prior work on analyzing VI for (undiscounted) average-reward MDPs has been limited, and most prior results focus on asymptotic rates in terms of Bellman error. In this work, we conduct refined non-asymptotic analyses of average-reward MDPs, obtaining a collection of convergence results that advance our understanding of the setup. Among our new results, most notable are the $\mathcal{O}(1/k)$-rates of Anchored Value Iteration on the Bellman error under the multichain setup and the span-based complexity lower bound that matches the $\mathcal{O}(1/k)$ upper bound up to a constant factor of $8$ in the weakly communicating and unichain setups
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:22:14 GMT" } ]
2025-04-15T00:00:00
[ [ "Lee", "Jonmin", "" ], [ "Ryu", "Ernest K.", "" ] ]
2504.09914
Vasileios Mezaris
Maria Tzelepi, Vasileios Mezaris
Improving Multimodal Hateful Meme Detection Exploiting LMM-Generated Knowledge
Accepted for publication, Multimodal Learning and Applications Workshop (MULA 2025) @ IEEE/CVF CVPR 2025, Nashville, TN, USA, June 2025. This is the authors' "accepted version"
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Memes have become a dominant form of communication in social media in recent years. Memes are typically humorous and harmless, however there are also memes that promote hate speech, being in this way harmful to individuals and groups based on their identity. Therefore, detecting hateful content in memes has emerged as a task of critical importance. The need for understanding the complex interactions of images and their embedded text renders the hateful meme detection a challenging multimodal task. In this paper we propose to address the aforementioned task leveraging knowledge encoded in powerful Large Multimodal Models (LMM). Specifically, we propose to exploit LMMs in a two-fold manner. First, by extracting knowledge oriented to the hateful meme detection task in order to build strong meme representations. Specifically, generic semantic descriptions and emotions that the images along with their embedded texts elicit are extracted, which are then used to train a simple classification head for hateful meme detection. Second, by developing a novel hard mining approach introducing directly LMM-encoded knowledge to the training process, providing further improvements. We perform extensive experiments on two datasets that validate the effectiveness of the proposed method, achieving state-of-the-art performance. Our code and trained models are publicly available at: https://github.com/IDT-ITI/LMM-CLIP-meme.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:23:44 GMT" } ]
2025-04-15T00:00:00
[ [ "Tzelepi", "Maria", "" ], [ "Mezaris", "Vasileios", "" ] ]
2504.09915
Yuxi Bi
Yuxi Bi, Yunfan Gao, Haofen Wang
StePO-Rec: Towards Personalized Outfit Styling Assistant via Knowledge-Guided Multi-Step Reasoning
null
null
null
null
cs.IR cs.MM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Advancements in Generative AI offers new opportunities for FashionAI, surpassing traditional recommendation systems that often lack transparency and struggle to integrate expert knowledge, leaving the potential for personalized fashion styling remain untapped. To address these challenges, we present PAFA (Principle-Aware Fashion), a multi-granular knowledge base that organizes professional styling expertise into three levels of metadata, domain principles, and semantic relationships. Using PAFA, we develop StePO-Rec, a knowledge-guided method for multi-step outfit recommendation. StePO-Rec provides structured suggestions using a scenario-dimension-attribute framework, employing recursive tree construction to align recommendations with both professional principles and individual preferences. A preference-trend re-ranking system further adapts to fashion trends while maintaining the consistency of the user's original style. Experiments on the widely used personalized outfit dataset IQON show a 28% increase in Recall@1 and 32.8% in MAP. Furthermore, case studies highlight improved explainability, traceability, result reliability, and the seamless integration of expertise and personalization.
[ { "version": "v1", "created": "Mon, 14 Apr 2025 06:24:56 GMT" } ]
2025-04-15T00:00:00
[ [ "Bi", "Yuxi", "" ], [ "Gao", "Yunfan", "" ], [ "Wang", "Haofen", "" ] ]