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.14516 | Weirong Chen | Weirong Chen, Ganlin Zhang, Felix Wimbauer, Rui Wang, Nikita
Araslanov, Andrea Vedaldi, Daniel Cremers | Back on Track: Bundle Adjustment for Dynamic Scene Reconstruction | Project page: https://wrchen530.github.io/projects/batrack/ | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Traditional SLAM systems, which rely on bundle adjustment, struggle with
highly dynamic scenes commonly found in casual videos. Such videos entangle the
motion of dynamic elements, undermining the assumption of static environments
required by traditional systems. Existing techniques either filter out dynamic
elements or model their motion independently. However, the former often results
in incomplete reconstructions, whereas the latter can lead to inconsistent
motion estimates. Taking a novel approach, this work leverages a 3D point
tracker to separate the camera-induced motion from the observed motion of
dynamic objects. By considering only the camera-induced component, bundle
adjustment can operate reliably on all scene elements as a result. We further
ensure depth consistency across video frames with lightweight post-processing
based on scale maps. Our framework combines the core of traditional SLAM --
bundle adjustment -- with a robust learning-based 3D tracker front-end.
Integrating motion decomposition, bundle adjustment and depth refinement, our
unified framework, BA-Track, accurately tracks the camera motion and produces
temporally coherent and scale-consistent dense reconstructions, accommodating
both static and dynamic elements. Our experiments on challenging datasets
reveal significant improvements in camera pose estimation and 3D reconstruction
accuracy.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:29:42 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Weirong",
""
],
[
"Zhang",
"Ganlin",
""
],
[
"Wimbauer",
"Felix",
""
],
[
"Wang",
"Rui",
""
],
[
"Araslanov",
"Nikita",
""
],
[
"Vedaldi",
"Andrea",
""
],
[
"Cremers",
"Daniel",
""
]
] |
2504.14517 | Souvik Pal | S.Eswara Rao and Souvik Pal | Representations of Hamiltonian vector fields on a torus | 25 pages | null | null | null | math.RT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, our main aim is to study the structure of Shen-Larsson modules
over the Hamiltonian Lie algebra (also referred to as the Lie algebra of
Hamiltonian vector fields on a torus in the literature). We first obtain
necessary and sufficient conditions for these modules to be irreducible and
then explicitly determine the Jordan-H\"older series for all those modules that
are not irreducible, which we call exceptional modules. We further show that
the submodules of these exceptional modules can be essentially realized as
kernels and images of appropriate differential maps of the modules of tensor
fields on a (symplectic) torus. In particular, we provide complete answers to
the questions recently raised by Pei-Sheng-Tang-Zhao [J. Inst. Math. Jussieu
2023]. We finally utilize our techniques to give simpler conceptual proofs of
some well-known results concerning the irreducibility of Shen-Larsson modules
over the (complex) polynomial vector fields on a torus as well as its
subalgebra of divergence zero vector fields, by following a uniform approach.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:31:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Rao",
"S. Eswara",
""
],
[
"Pal",
"Souvik",
""
]
] |
2504.14518 | Armand Noubissie | Armand Noubissie and Alain Togbe | On some ternary Diophantine equations of Signature $(p,p,k)$ | 9 pages | Bulletin of Malaysian Math. Soc., 2021 | null | null | math.NT | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we summarize the work on ternary Diophantine equation of the
form $Ax^n+By^n=cz^m$, where $m \in \{2,3,n\} $, $n\geqslant 7 $ is a prime.
Moreover, we completely solve some particular cases ($A=5^{\alpha}, ~B=64,~
c=3, ~m=2; \quad A=2^{\alpha},~ B=27, ~c \in \{7,13\}, ~m=3$).
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:33:11 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Noubissie",
"Armand",
""
],
[
"Togbe",
"Alain",
""
]
] |
2504.14519 | Yuliang Liu | Zhouyang Li, Yuliang Liu, Wei Zhang, Tailing Yuan, Bin Chen, Chengru
Song, Di Zhang | SlimPipe: Memory-Thrifty and Efficient Pipeline Parallelism for
Long-Context LLM Training | null | null | null | null | cs.LG cs.AI | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Pipeline Parallelism (PP) serves as a crucial technique for training Large
Language Models (LLMs), owing to its capability to alleviate memory pressure
from model states with relatively low communication overhead. However, in
long-context scenarios, existing pipeline parallelism methods fail to address
the substantial activation memory pressure, primarily due to the peak memory
consumption resulting from the accumulation of activations across multiple
microbatches. Moreover, these approaches inevitably introduce considerable
pipeline bubbles, further hindering efficiency.
To tackle these challenges, we propose SlimPipe, a novel approach to
fine-grained pipeline parallelism that employs uniform sequence slicing coupled
with one-forward-one-backward (1F1B) schedule. It reduces the accumulated
activations from several microbatches to just one, which is split into several
slices. Although the slices are evenly partitioned, the computation cost is not
equal across slices due to causal attention. We develop a sophisticated
workload redistribution technique to address this load imbalance. SlimPipe
achieves (1) near-zero memory overhead and (2) minimal pipeline bubbles
simultaneously. The effectiveness of SlimPipe has been proven by thorough
testing with diverse model architectures, context window sizes, and
SlimPipe-specific configurations. For example, on the Llama 70B model, compared
to state-of-the-art methods, SlimPipe significantly boosts the Model FLOPs
Utilization (MFU) to up to $1.57\times$ for a context length of 512K. More
notably, for a context length of 2048K, it maintains over 45% utilization on
256 NVIDIA Hopper 80GB GPUs, while other approaches either suffer significant
performance drops or fail entirely due to memory constraints.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:33:33 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Zhouyang",
""
],
[
"Liu",
"Yuliang",
""
],
[
"Zhang",
"Wei",
""
],
[
"Yuan",
"Tailing",
""
],
[
"Chen",
"Bin",
""
],
[
"Song",
"Chengru",
""
],
[
"Zhang",
"Di",
""
]
] |
2504.14520 | Ahsan Bilal | Ahsan Bilal, Muhammad Ahmed Mohsin, Muhammad Umer, Muhammad Awais Khan
Bangash, Muhammad Ali Jamshed | Meta-Thinking in LLMs via Multi-Agent Reinforcement Learning: A Survey | Submitted to IEEE Transactions on Artificial Intelligence | null | null | null | cs.AI cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This survey explores the development of meta-thinking capabilities in Large
Language Models (LLMs) from a Multi-Agent Reinforcement Learning (MARL)
perspective. Meta-thinking self-reflection, assessment, and control of thinking
processes is an important next step in enhancing LLM reliability, flexibility,
and performance, particularly for complex or high-stakes tasks. The survey
begins by analyzing current LLM limitations, such as hallucinations and the
lack of internal self-assessment mechanisms. It then talks about newer methods,
including RL from human feedback (RLHF), self-distillation, and
chain-of-thought prompting, and each of their limitations. The crux of the
survey is to talk about how multi-agent architectures, namely supervisor-agent
hierarchies, agent debates, and theory of mind frameworks, can emulate
human-like introspective behavior and enhance LLM robustness. By exploring
reward mechanisms, self-play, and continuous learning methods in MARL, this
survey gives a comprehensive roadmap to building introspective, adaptive, and
trustworthy LLMs. Evaluation metrics, datasets, and future research avenues,
including neuroscience-inspired architectures and hybrid symbolic reasoning,
are also discussed.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:34:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bilal",
"Ahsan",
""
],
[
"Mohsin",
"Muhammad Ahmed",
""
],
[
"Umer",
"Muhammad",
""
],
[
"Bangash",
"Muhammad Awais Khan",
""
],
[
"Jamshed",
"Muhammad Ali",
""
]
] |
2504.14521 | Zhenzhong Song | Zhenzhong Song, Jianping Li, Jun Zhang, Hanyun Wen, Suqin Zhang, Wei
Jiang and Xingxing Zhou | Pulmonary electrical impedance tomography based on deep recurrent neural
networks | null | null | null | null | physics.bio-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Electrical impedance tomography (EIT) is a non-invasive functional imaging
technology. In order to enhance the quality of lung EIT images, novel
algorithms, namely LSTM-LSTM, LSTM-BiLSTM, BiLSTM-LSTM, and BiLSTM-BiLSTM,
leveraging LSTM or BiLSTM networks, were developed. Simulation results
demonstrate that the optimized deep recurrent neural network significantly
enhanced the quality of the reconstructed images. Specifically, the correlation
coefficients of the LSTM-LSTM and the LSTM-BiLSTM algorithms exhibited maximum
increases of 27.5% and 25.4% over the LSTM algorithm, respectively. Moreover,
in comparison to the BiLSTM algorithm, the correlation coefficients of the
BiLSTM-LSTM and BiLSTM-BiLSTM algorithms increased by 11.7% and 13.4%,
respectively. Overall, the quality of EIT images showed notable enhancement.
This research offers a valuable approach for enhancing EIT image quality and
presents a novel application of LSTM networks in EIT technology.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:38:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Song",
"Zhenzhong",
""
],
[
"Li",
"Jianping",
""
],
[
"Zhang",
"Jun",
""
],
[
"Wen",
"Hanyun",
""
],
[
"Zhang",
"Suqin",
""
],
[
"Jiang",
"Wei",
""
],
[
"Zhou",
"Xingxing",
""
]
] |
2504.14522 | Liudmila Zavolokina | Liudmila Zavolokina, Kilian Sprenkamp, Zoya Katashinskaya, Daniel
Gordon Jones | Biased by Design: Leveraging AI Biases to Enhance Critical Thinking of
News Readers | European Conference on Information Systems (ECIS) | null | null | null | cs.HC cs.AI | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This paper explores the design of a propaganda detection tool using Large
Language Models (LLMs). Acknowledging the inherent biases in AI models,
especially in political contexts, we investigate how these biases might be
leveraged to enhance critical thinking in news consumption. Countering the
typical view of AI biases as detrimental, our research proposes strategies of
user choice and personalization in response to a user's political stance,
applying psychological concepts of confirmation bias and cognitive dissonance.
We present findings from a qualitative user study, offering insights and design
recommendations (bias awareness, personalization and choice, and gradual
introduction of diverse perspectives) for AI tools in propaganda detection.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:39:00 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zavolokina",
"Liudmila",
""
],
[
"Sprenkamp",
"Kilian",
""
],
[
"Katashinskaya",
"Zoya",
""
],
[
"Jones",
"Daniel Gordon",
""
]
] |
2504.14523 | Estelle Aflalo Guez | Gabriela Ben Melech Stan, Estelle Aflalo, Avinash Madasu, Vasudev Lal,
Phillip Howard | Learning from Reasoning Failures via Synthetic Data Generation | null | null | null | null | cs.AI | http://creativecommons.org/licenses/by/4.0/ | Training models on synthetic data has emerged as an increasingly important
strategy for improving the performance of generative AI. This approach is
particularly helpful for large multimodal models (LMMs) due to the relative
scarcity of high-quality paired image-text data compared to language-only data.
While a variety of methods have been proposed for generating large multimodal
datasets, they do not tailor the synthetic data to address specific
deficiencies in the reasoning abilities of LMMs which will be trained with the
generated dataset. In contrast, humans often learn in a more efficient manner
by seeking out examples related to the types of reasoning where they have
failed previously. Inspired by this observation, we propose a new approach for
synthetic data generation which is grounded in the analysis of an existing
LMM's reasoning failures. Our methodology leverages frontier models to
automatically analyze errors produced by a weaker LMM and propose new examples
which can be used to correct the reasoning failure via additional training,
which are then further filtered to ensure high quality. We generate a large
multimodal instruction tuning dataset containing over 553k examples using our
approach and conduct extensive experiments demonstrating its utility for
improving the performance of LMMs on multiple downstream tasks. Our results
show that models trained on our synthetic data can even exceed the performance
of LMMs trained on an equivalent amount of additional real data, demonstrating
the high value of generating synthetic data targeted to specific reasoning
failure modes in LMMs. We will make our dataset and code publicly available.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:45:53 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Stan",
"Gabriela Ben Melech",
""
],
[
"Aflalo",
"Estelle",
""
],
[
"Madasu",
"Avinash",
""
],
[
"Lal",
"Vasudev",
""
],
[
"Howard",
"Phillip",
""
]
] |
2504.14524 | Ojha Preetam Kumar | Preetam Kumar Ojha | Hierarchical Robust PCA for Scalable Data Quality Monitoring in
Multi-level Aggregation Pipelines | 3 pages, 3 figures ,submitted to IEEE Access | null | null | null | cs.DB | http://creativecommons.org/licenses/by-sa/4.0/ | Data quality (DQ) remains a fundamental concern in big data pipelines,
especially when aggregations occur at multiple hierarchical levels. Traditional
DQ validation rules often fail to scale or generalize across dimensions such as
user interactions, sessions, profiles, accounts, and regions. In this paper, we
present a novel application of Hierarchical Robust Principal Component Analysis
(HrPCA) as a scalable, unsupervised anomaly detection technique tailored to DQ
monitoring in multi-level aggregation pipelines. We propose a modular framework
that decomposes the data at each hierarchical level into low-rank
representations and sparse residuals, allowing the detection of subtle
inconsistencies, outliers, and misalignments in the aggregated data. We
evaluated our approach using synthetic hierarchical datasets with controlled
anomalies and demonstrated how HrPCA outperforms traditional rule-based methods
in detecting data corruption and rollup inconsistencies.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:46:13 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ojha",
"Preetam Kumar",
""
]
] |
2504.14525 | Yuxing Deng | Yuxing Deng | Rigidity of positively curved Steady gradient Ricci solitons on
orbifolds | 32 pages,1 figure | null | null | null | math.DG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we study gradient Ricci soitons on smooth orbifolds. We prove
that the scalar curvature of a complete shrinking or steady gradient Ricci
soliton on an orbifold is nonnegative. We also show that a complete
$\kappa$-noncollapsed steady gradient Ricci soliton on a Riemannian orbifold
with positive curvature operator, compact singularity and linear curvature
decay must be a finite quotient of the Bryant soliton. Finally, we show that a
complete steady gradient Ricci soliton on a Riemannian orbifold with positive
sectional curvature must be a finite quotient of the Bryant soliton if it is
asymptotically quotient cylindrical.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:49:57 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Deng",
"Yuxing",
""
]
] |
2504.14526 | Tong Zeng | Tong Zeng, Longfeng Wu, Liang Shi, Dawei Zhou, Feng Guo | Are Vision LLMs Road-Ready? A Comprehensive Benchmark for
Safety-Critical Driving Video Understanding | null | null | null | null | cs.CV cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Vision Large Language Models (VLLMs) have demonstrated impressive
capabilities in general visual tasks such as image captioning and visual
question answering. However, their effectiveness in specialized,
safety-critical domains like autonomous driving remains largely unexplored.
Autonomous driving systems require sophisticated scene understanding in complex
environments, yet existing multimodal benchmarks primarily focus on normal
driving conditions, failing to adequately assess VLLMs' performance in
safety-critical scenarios. To address this, we introduce DVBench, a pioneering
benchmark designed to evaluate the performance of VLLMs in understanding
safety-critical driving videos. Built around a hierarchical ability taxonomy
that aligns with widely adopted frameworks for describing driving scenarios
used in assessing highly automated driving systems, DVBench features 10,000
multiple-choice questions with human-annotated ground-truth answers, enabling a
comprehensive evaluation of VLLMs' capabilities in perception and reasoning.
Experiments on 14 SOTA VLLMs, ranging from 0.5B to 72B parameters, reveal
significant performance gaps, with no model achieving over 40% accuracy,
highlighting critical limitations in understanding complex driving scenarios.
To probe adaptability, we fine-tuned selected models using domain-specific data
from DVBench, achieving accuracy gains ranging from 5.24 to 10.94 percentage
points, with relative improvements of up to 43.59%. This improvement
underscores the necessity of targeted adaptation to bridge the gap between
general-purpose VLLMs and mission-critical driving applications. DVBench
establishes an essential evaluation framework and research roadmap for
developing VLLMs that meet the safety and robustness requirements for
real-world autonomous systems. We released the benchmark toolbox and the
fine-tuned model at: https://github.com/tong-zeng/DVBench.git.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:50:44 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zeng",
"Tong",
""
],
[
"Wu",
"Longfeng",
""
],
[
"Shi",
"Liang",
""
],
[
"Zhou",
"Dawei",
""
],
[
"Guo",
"Feng",
""
]
] |
2504.14527 | Quentin Ehret | Quentin Ehret | An alternative approach to deformations of restricted Lie-Rinehart
algebras | null | null | null | null | math.RT | http://creativecommons.org/licenses/by/4.0/ | In this paper, we develop a new approach to the deformation theory of
restricted Lie-Rinehart algebras in positive characteristic, based on the
deformation theory of restricted morphisms introduced in our earlier work. We
provide a full cohomology complex adapted to restricted Lie-Rinehart algebras
in characteristic 2, define formal deformations, study obstructions and
equivalence classes, and show that these are controlled by the cohomology we
introduce. In characteristic $p\geq 3$, we construct 2-cocycles and investigate
their relationship with formal deformations. Explicit computations are given in
characteristic 2 to illustrate the theory.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:51:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ehret",
"Quentin",
""
]
] |
2504.14528 | Patr\'icia Pereira | Patr\'icia Pereira, Anders Lansner and Pawel Herman | Incremental Attractor Neural Network Modelling of the Lifespan Retrieval
Curve | IJCNN 2022 | null | null | null | q-bio.NC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The human lifespan retrieval curve describes the proportion of recalled
memories from each year of life. It exhibits a reminiscence bump - a tendency
for aged people to better recall memories formed during their young adulthood
than from other periods of life. We have modelled this using an attractor
Bayesian Confidence Propagation Neural Network (BCPNN) with incremental
learning. We systematically studied the synaptic mechanisms underlying the
reminiscence bump in this network model after introduction of an exponential
decay of the synaptic learning rate and examined its sensitivity to network
size and other relevant modelling mechanisms. The most influential parameters
turned out to be the synaptic learning rate at birth and the time constant of
its exponential decay with age, which set the bump position in the lifespan
retrieval curve. The other parameters mainly influenced the general magnitude
of this curve. Furthermore, we introduced the parametrization of the recency
phenomenon - the tendency to better remember the most recent memories -
reflected in the curve's upwards tail in the later years of the lifespan. Such
recency was achieved by adding a constant baseline component to the
exponentially decaying synaptic learning rate.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 07:55:57 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Pereira",
"Patrícia",
""
],
[
"Lansner",
"Anders",
""
],
[
"Herman",
"Pawel",
""
]
] |
2504.14529 | Cheng Li | Juhi Dutta, Jayita Lahiri, Cheng Li, Gudrid Moortgat-Pick, Sheikh
Farah Tabira and Julia Anabell Ziegler | Search for Dark Matter in 2HDMS at LHC and future Lepton Colliders | null | null | null | DESY-25-061 | hep-ph | http://creativecommons.org/licenses/by/4.0/ | We investigate the phenomenological prospects of the Two Higgs Doublet and
Complex Singlet Scalar Extension (2HDMS) in the context of dark matter (DM) and
Higgs phenomenology. The 2HDMS provides an enlarged Higgs sector along with a
DM candidate. In this work, we perform an exhaustive scan to find
representative benchmarks which are consistent with all theoretical and
experimental constraints. We choose benchmarks with light, intermediate and
massive DM masses and in some cases, also accommodate the 95 GeV excess in
$b\bar{b}$ and $\gamma\gamma$ channels observed at the Large Electron-Positron
Collider (LEP) and Large Hadron Collider (LHC). We focus on the relevant
signatures at the LHC and at proposed future lepton colliders including
electron-positron and muon colliders. Using a cut and count analysis, we show
that while the High Luminosity LHC (HL-LHC) may give a hint of new physics,
future lepton colliders prove to be efficient discovery probes for the 2HDMS.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:03:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dutta",
"Juhi",
""
],
[
"Lahiri",
"Jayita",
""
],
[
"Li",
"Cheng",
""
],
[
"Moortgat-Pick",
"Gudrid",
""
],
[
"Tabira",
"Sheikh Farah",
""
],
[
"Ziegler",
"Julia Anabell",
""
]
] |
2504.14530 | Zhijing Jin | Zhijing Jin | Causality for Natural Language Processing | PhD Thesis 2024 | null | null | null | cs.CL cs.AI cs.CY cs.LG | http://creativecommons.org/licenses/by-sa/4.0/ | Causal reasoning is a cornerstone of human intelligence and a critical
capability for artificial systems aiming to achieve advanced understanding and
decision-making. This thesis delves into various dimensions of causal reasoning
and understanding in large language models (LLMs). It encompasses a series of
studies that explore the causal inference skills of LLMs, the mechanisms behind
their performance, and the implications of causal and anticausal learning for
natural language processing (NLP) tasks. Additionally, it investigates the
application of causal reasoning in text-based computational social science,
specifically focusing on political decision-making and the evaluation of
scientific impact through citations. Through novel datasets, benchmark tasks,
and methodological frameworks, this work identifies key challenges and
opportunities to improve the causal capabilities of LLMs, providing a
comprehensive foundation for future research in this evolving field.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:11:11 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jin",
"Zhijing",
""
]
] |
2504.14531 | Wenjie Hu | Wenjie Hu, Cecilia Ka Yuk Chan | Closing the Evaluation Gap: Developing a Behavior-Oriented Framework for
Assessing Virtual Teamwork Competency | null | null | null | null | cs.CY | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The growing reliance on remote work and digital collaboration has made
virtual teamwork competencies essential for professional and academic success.
However, the evaluation of such competencies remains a significant challenge.
Existing assessment methods, predominantly based on self-reports and peer
evaluations, often focus on short-term results or subjective perceptions rather
than systematically examining observable teamwork behaviors. These limitations
hinder the identification of specific areas for improvement and fail to support
meaningful progress in skill development. Informed by group dynamic theory,
this study developed a behavior-oriented framework for assessing virtual
teamwork competencies among engineering students. Using focus group interviews
combined with the Critical Incident Technique, the study identified three key
dimensions - Group Task Dimension, Individual Task Dimension and Social
Dimension - along with their behavioral indicators and student-perceived
relationships between these components. The resulting framework provides a
foundation for more effective assessment practices and supports the development
of virtual teamwork competency essential for success in increasingly digital
and globalized professional environments.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:12:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Hu",
"Wenjie",
""
],
[
"Chan",
"Cecilia Ka Yuk",
""
]
] |
2504.14532 | Shijun Mao | Shijun Mao | Correlations and fluctuations in a magnetized three-flavor PNJL model
with and without inverse magnetic catalysis effect | 11 pages, 7 figures | null | null | null | nucl-th hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The correlations $\chi^{BQ}_{11},\ \chi^{BS}_{11} ,\ \chi^{QS}_{11}$ and
quadratic (quartic) fluctuations $\chi^{B,\ Q,\ S}_{2,4}$ of baryon number $B$,
electric charge $Q$ and strangeness $S$ are investigated in a three-flavor PNJL
model at finite temperature and magnetic field. The inverse magnetic catalysis
(IMC) effect is introduced through the magnetic field dependent parameters
$G(eB)$ or $T_0(eB)$, and we make comparison of the results in the cases with
and without IMC effect. Since including IMC effect does not change the strength
of phase transition under external magnetic field, it does not lead to
qualitative difference in the correlations and fluctuations, but modifies their
values. Under vanishing and nonvanishing magnetic field, the correlations and
fluctuations increase with temperature, and then show the peak around the
pseudocritical temperatures of chiral restoration and deconfinement phase
transitions. The peak structure in $\chi^{BQ}_{11}$, $\chi^B_{4}$ and
$\chi^Q_{4}$ are much more apparent than in others. The correlations and
fluctuations along the phase transition line under external magnetic field are
characterized by the scaled correlations ${\hat
{\chi}}_{11}^{XY}=\frac{\chi_{11}^{XY}(eB,T_{pc}^c(eB))}{\chi_{11}^{XY}(eB=0,T_{pc}^c(eB=0))}$
and scaled quadratic (quartic) fluctuations ${\hat
{\chi}}_{2,4}^{X}=\frac{\chi_{2,4}^{X}(eB,T_{pc}^c(eB))}{\chi_{2,4}^{X}(eB=0,T_{pc}^c(eB=0))}$,
with $X,\ Y=B,\ Q,\ S$ and $X \neq Y$ at the pseudocritical temperature
$T_{pc}^c$ of chiral restoration phase transition. They increase with magnetic
fields due to the increase of phase transition strength under magnetic fields.
Among them, ${\hat {\chi}}_{11}^{BQ}$ increases fastest, which may serve as the
magnetometer of QCD.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:13:41 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mao",
"Shijun",
""
]
] |
2504.14533 | Yingxun Zhang | Meiqi Sun, Dandan Niu, Junping Yang, Ying Cui, Zhuxia Li, Qiang Zhao,
Kai Zhao, and Yingxun Zhang | An effective finite-range Gogny-type interaction for the quantum
molecular dynamics like model | 9 pages, 5 figures | null | null | null | nucl-th nucl-ex | http://creativecommons.org/licenses/by/4.0/ | In this work, we propose an effective finite-range Gogny-type interaction
that can be directly used in the quantum molecular dynamics (QMD) like model.
Two methods for determining the parameters of the effective interaction are
discussed. The first method establishes an approach to connect the conventional
Gogny interaction in nuclear structure to that in heavy-ion collisions, the
second method allows for the description of the symmetry energy varying from
the supersoft to stiff, as well as the momentum-dependent symmetry potential,
exhibiting behaviors ranging from monotonic to non-monotonic variations. This
effective interaction opens up opportunities for a deeper understanding of
finite-range interactions and non-monotonic momentum-dependent symmetry
potentials in future studies.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:17:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Sun",
"Meiqi",
""
],
[
"Niu",
"Dandan",
""
],
[
"Yang",
"Junping",
""
],
[
"Cui",
"Ying",
""
],
[
"Li",
"Zhuxia",
""
],
[
"Zhao",
"Qiang",
""
],
[
"Zhao",
"Kai",
""
],
[
"Zhang",
"Yingxun",
""
]
] |
2504.14534 | Liang Peng | Liang Peng, Boxi Wu, Haoran Cheng, Yibo Zhao, Xiaofei He | SUDO: Enhancing Text-to-Image Diffusion Models with Self-Supervised
Direct Preference Optimization | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Previous text-to-image diffusion models typically employ supervised
fine-tuning (SFT) to enhance pre-trained base models. However, this approach
primarily minimizes the loss of mean squared error (MSE) at the pixel level,
neglecting the need for global optimization at the image level, which is
crucial for achieving high perceptual quality and structural coherence. In this
paper, we introduce Self-sUpervised Direct preference Optimization (SUDO), a
novel paradigm that optimizes both fine-grained details at the pixel level and
global image quality. By integrating direct preference optimization into the
model, SUDO generates preference image pairs in a self-supervised manner,
enabling the model to prioritize global-level learning while complementing the
pixel-level MSE loss. As an effective alternative to supervised fine-tuning,
SUDO can be seamlessly applied to any text-to-image diffusion model.
Importantly, it eliminates the need for costly data collection and annotation
efforts typically associated with traditional direct preference optimization
methods. Through extensive experiments on widely-used models, including Stable
Diffusion 1.5 and XL, we demonstrate that SUDO significantly enhances both
global and local image quality. The codes are provided at
\href{https://github.com/SPengLiang/SUDO}{this link}.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:18:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Peng",
"Liang",
""
],
[
"Wu",
"Boxi",
""
],
[
"Cheng",
"Haoran",
""
],
[
"Zhao",
"Yibo",
""
],
[
"He",
"Xiaofei",
""
]
] |
2504.14535 | Kuanting Wu | Kuanting Wu, Kei Ota, Asako Kanezaki | FlowLoss: Dynamic Flow-Conditioned Loss Strategy for Video Diffusion
Models | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Video Diffusion Models (VDMs) can generate high-quality videos, but often
struggle with producing temporally coherent motion. Optical flow supervision is
a promising approach to address this, with prior works commonly employing
warping-based strategies that avoid explicit flow matching. In this work, we
explore an alternative formulation, FlowLoss, which directly compares flow
fields extracted from generated and ground-truth videos. To account for the
unreliability of flow estimation under high-noise conditions in diffusion, we
propose a noise-aware weighting scheme that modulates the flow loss across
denoising steps. Experiments on robotic video datasets suggest that FlowLoss
improves motion stability and accelerates convergence in early training stages.
Our findings offer practical insights for incorporating motion-based
supervision into noise-conditioned generative models.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:22:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wu",
"Kuanting",
""
],
[
"Ota",
"Kei",
""
],
[
"Kanezaki",
"Asako",
""
]
] |
2504.14536 | Dong Zhang | Dong Zhang, Yanjun Zhou, Jingyi Yu | The Ephemeral Shadow: Hyperreal Beings in Stimulative Performance | null | null | null | null | cs.HC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The Ephemeral Shadow is an interactive art installation centered on the
concept of "simulacrum," focusing on the reconstruction of subjectivity at the
intersection of reality and virtuality. Drawing inspiration from the aesthetic
imagery of traditional shadow puppetry, the installation combines robotic
performance and digital projection to create a multi-layered visual space,
presenting a progressively dematerialized hyperreal experience. By blurring the
audience's perception of the boundaries between entity and image, the work
employs the replacement of physical presence with imagery as its core
technique, critically reflecting on issues of technological subjectivity,
affective computing, and ethics. Situated within the context of posthumanism
and digital media, the installation prompts viewers to contemplate: as digital
technologies increasingly approach and simulate "humanity," how can we reshape
identity and perception while safeguarding the core values and ethical
principles of human subjectivity?
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:22:57 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Dong",
""
],
[
"Zhou",
"Yanjun",
""
],
[
"Yu",
"Jingyi",
""
]
] |
2504.14537 | Bahram Mashhoon | Z. Mardaninezhad and B. Mashhoon | G\"odel's Universe and the Local Limit of Nonlocal Gravity | 18 pages | null | null | null | gr-qc | http://creativecommons.org/licenses/by/4.0/ | We consider the G\"odel universe within the context of the local limit of
nonlocal gravity. This theory differs from Einstein's general relativity (GR)
through the existence of a scalar susceptibility function $S(x)$ that is a
characteristic feature of the gravitational field and vanishes in the GR limit.
We show that G\"odel's spacetime is a solution of the modified gravitational
field equations provided $S$ is a constant, in conformity with the spatial
homogeneity of the G\"odel universe.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:35:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mardaninezhad",
"Z.",
""
],
[
"Mashhoon",
"B.",
""
]
] |
2504.14538 | Yiting Ran | Yiting Ran, Xintao Wang, Tian Qiu, Jiaqing Liang, Yanghua Xiao and
Deqing Yang | BookWorld: From Novels to Interactive Agent Societies for Creative Story
Generation | 19 pages, 4 figures | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Recent advances in large language models (LLMs) have enabled social
simulation through multi-agent systems. Prior efforts focus on agent societies
created from scratch, assigning agents with newly defined personas. However,
simulating established fictional worlds and characters remain largely
underexplored, despite its significant practical value. In this paper, we
introduce BookWorld, a comprehensive system for constructing and simulating
book-based multi-agent societies. BookWorld's design covers comprehensive
real-world intricacies, including diverse and dynamic characters, fictional
worldviews, geographical constraints and changes, e.t.c. BookWorld enables
diverse applications including story generation, interactive games and social
simulation, offering novel ways to extend and explore beloved fictional works.
Through extensive experiments, we demonstrate that BookWorld generates
creative, high-quality stories while maintaining fidelity to the source books,
surpassing previous methods with a win rate of 75.36%. The code of this paper
can be found at the project page: https://bookworld2025.github.io/.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 08:56:27 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ran",
"Yiting",
""
],
[
"Wang",
"Xintao",
""
],
[
"Qiu",
"Tian",
""
],
[
"Liang",
"Jiaqing",
""
],
[
"Xiao",
"Yanghua",
""
],
[
"Yang",
"Deqing",
""
]
] |
2504.14540 | Quentin Ehret | Quentin Ehret and Nicolas Gilliers | Jacobson identities for post-Lie algebras in positive characteristic | null | null | null | null | math.RA | http://creativecommons.org/licenses/by/4.0/ | Let $p$ be a prime number. Given a restricted Lie algebra over a field of
characteristic $p$ and a post-Lie operation over it, we prove the Jacobson
identities for a $p$-structure built from the Lie bracket and the post-Lie
operation, called sub-adjacent $p$-structure. Furthermore, we give sufficient
conditions for the sub-adjacent Lie algebra to be restricted if equipped with
this sub-adjacent $p$-structure. This construction is ''axiomatized'' by
introducing the notion of restricted post-Lie algebras, and we work out several
examples.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:05:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ehret",
"Quentin",
""
],
[
"Gilliers",
"Nicolas",
""
]
] |
2504.14541 | Yi Yu | Yi Yu, Song Xia, Xun Lin, Chenqi Kong, Wenhan Yang, Shijian Lu,
Yap-Peng Tan, Alex C. Kot | Towards Model Resistant to Transferable Adversarial Examples via Trigger
Activation | Accepted by IEEE TIFS 2025 | null | null | null | cs.CR cs.CV cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Adversarial examples, characterized by imperceptible perturbations, pose
significant threats to deep neural networks by misleading their predictions. A
critical aspect of these examples is their transferability, allowing them to
deceive {unseen} models in black-box scenarios. Despite the widespread
exploration of defense methods, including those on transferability, they show
limitations: inefficient deployment, ineffective defense, and degraded
performance on clean images. In this work, we introduce a novel training
paradigm aimed at enhancing robustness against transferable adversarial
examples (TAEs) in a more efficient and effective way. We propose a model that
exhibits random guessing behavior when presented with clean data
$\boldsymbol{x}$ as input, and generates accurate predictions when with
triggered data $\boldsymbol{x}+\boldsymbol{\tau}$. Importantly, the trigger
$\boldsymbol{\tau}$ remains constant for all data instances. We refer to these
models as \textbf{models with trigger activation}. We are surprised to find
that these models exhibit certain robustness against TAEs. Through the
consideration of first-order gradients, we provide a theoretical analysis of
this robustness. Moreover, through the joint optimization of the learnable
trigger and the model, we achieve improved robustness to transferable attacks.
Extensive experiments conducted across diverse datasets, evaluating a variety
of attacking methods, underscore the effectiveness and superiority of our
approach.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:07:10 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yu",
"Yi",
""
],
[
"Xia",
"Song",
""
],
[
"Lin",
"Xun",
""
],
[
"Kong",
"Chenqi",
""
],
[
"Yang",
"Wenhan",
""
],
[
"Lu",
"Shijian",
""
],
[
"Tan",
"Yap-Peng",
""
],
[
"Kot",
"Alex C.",
""
]
] |
2504.14542 | Erick Fredj | Erick Fredj and Iggy Segev Gal and Noam Lavi and Shahar Belkar and
Mark Wasserman and Ding Zhaohui and Yann Delorme | A Lightweight Neural Network for Accelerating Radiative Transfer
Modeling in WRF | null | null | null | null | cs.DC | http://creativecommons.org/licenses/by/4.0/ | Radiative transfer calculations in weather and climate models are notoriously
complex and computationally intensive, which poses significant challenges.
Traditional methods, while accurate, can be prohibitively slow, necessitating
the development of more efficient alternatives. Recently, empirical emulators
based on neural networks (NN) have been proposed as a solution to this problem.
These emulators aim to replicate the radiation parametrization used in the
models, at a fraction of the computational cost. However, a common issue with
these emulators is that their accuracy has often been insufficiently evaluated,
especially for extreme events for which the amount of training data is sparse.
The current study proposes such a model for accelerating radiative heat
transfer modeling in WRF, and validates the accuracy of the approach for an
extreme weather scenario.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:10:32 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Fredj",
"Erick",
""
],
[
"Gal",
"Iggy Segev",
""
],
[
"Lavi",
"Noam",
""
],
[
"Belkar",
"Shahar",
""
],
[
"Wasserman",
"Mark",
""
],
[
"Zhaohui",
"Ding",
""
],
[
"Delorme",
"Yann",
""
]
] |
2504.14544 | Yaobin Chen | Yaobin Chen, Zhicheng Liu, Yihang Xiao, Junchi Zhang | Extreme Points of Base Polytope of Submodular Set Functions and Limit
for Quotient Convergent Graph Sequence | 40 pages | null | null | null | math.CO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Submodular set functions are of great importance in mathematics and
theoretical computer science, serving as fundamental tools in optimization,
combinatorics, and economics due to their natural properties and wide-ranging
applications. In 2023, Lov\'asz systematically extended the theory of
submodular set functions from finite sets to general set algebras and proposed
several open problems about the behavior of submodular functions in infinite
settings, including the characterization of extreme points of the base polytope
of submodular set functions.
We characterize conditions under which the extreme points of the base
polytope of a submodular function are restricting measures with respect to its
majorizing measure. Applying this result, we characterize the core of
increasing subadditive non-atomic games and provide a positive answer to a
question of Krist\'of B\'erzi, M\'arton Borb\'enyi, L\'aszl\'o Lov\'asz and
L\'aszl\'o M\'arton T\'oth regarding the rank function for graphing's cycle
matroid.
Furthermore, building on the limit theory for set functions, we prove that
the limit of convergent sequence of bounded-degree graphs' cycle matroids can
be represented as the cycle matroid of a graphing, analogous to the
completeness result for local-global convergence.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:20:42 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Yaobin",
""
],
[
"Liu",
"Zhicheng",
""
],
[
"Xiao",
"Yihang",
""
],
[
"Zhang",
"Junchi",
""
]
] |
2504.14545 | Fei Zhu | Fei Zhu and Zhaoxiang Zhang | TrustLoRA: Low-Rank Adaptation for Failure Detection under
Out-of-distribution Data | null | null | null | null | cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Reliable prediction is an essential requirement for deep neural models that
are deployed in open environments, where both covariate and semantic
out-of-distribution (OOD) data arise naturally. In practice, to make safe
decisions, a reliable model should accept correctly recognized inputs while
rejecting both those misclassified covariate-shifted and semantic-shifted
examples. Besides, considering the potential existing trade-off between
rejecting different failure cases, more convenient, controllable, and flexible
failure detection approaches are needed. To meet the above requirements, we
propose a simple failure detection framework to unify and facilitate
classification with rejection under both covariate and semantic shifts. Our key
insight is that by separating and consolidating failure-specific reliability
knowledge with low-rank adapters and then integrating them, we can enhance the
failure detection ability effectively and flexibly. Extensive experiments
demonstrate the superiority of our framework.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:20:55 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhu",
"Fei",
""
],
[
"Zhang",
"Zhaoxiang",
""
]
] |
2504.14546 | Samudrajit Thapa | Micha{\l} Balcerek, Samudrajit Thapa, Krzysztof Burnecki, Holger
Kantz, Ralf Metzler, Agnieszka Wy{\l}oma\'nska, Aleksei Chechkin | Multifractional Brownian motion with telegraphic, stochastically varying
exponent | null | null | null | null | cond-mat.stat-mech cond-mat.soft physics.bio-ph | http://creativecommons.org/licenses/by/4.0/ | The diversity of diffusive systems exhibiting long-range correlations
characterized by a stochastically varying Hurst exponent calls for a generic
multifractional model. We present a simple, analytically tractable model which
fills the gap between mathematical formulations of multifractional Brownian
motion and empirical studies. In our model, called telegraphic multifractional
Brownian motion, the Hurst exponent is modelled by a smoothed telegraph process
which results in a stationary beta distribution of exponents as observed in
biological experiments. We also provide a methodology to identify our model in
experimental data and present concrete examples from biology, climate and
finance to demonstrate the efficacy of our approach.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:24:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Balcerek",
"Michał",
""
],
[
"Thapa",
"Samudrajit",
""
],
[
"Burnecki",
"Krzysztof",
""
],
[
"Kantz",
"Holger",
""
],
[
"Metzler",
"Ralf",
""
],
[
"Wyłomańska",
"Agnieszka",
""
],
[
"Chechkin",
"Aleksei",
""
]
] |
2504.14547 | Ran Jing | Ran Jing, Boyi Zhou, Dingchen Kang, Wenjun Zheng, Zijian Zhou, Heng
Wang, Xinzhong Chen, Juntao Yao, Bing Cheng, Ji-Hoon Park, Lukas Wehmeier,
Zhenbing Dai, Shoujing Chen, Christopher D. Prainito, G. L. Carr, Ilya
Charaev, Denis Bandurin, Genda Gu, Qiang Li, Karl. K. Berggren, D. N. Basov,
Xu Du and Mengkun Liu | Bolometric Superconducting Optical Nanoscopy (BOSON) | 13 pages, 4 figures | null | null | null | quant-ph cond-mat.mes-hall | http://creativecommons.org/licenses/by/4.0/ | Superconducting transition-edge sensors are renowned for their extraordinary
photon sensitivity and energy resolution, finding applications spanning quantum
information, astronomy, and nanophotonics. Here, we report the development of
BOlometric Superconducting Optical Nanoscopy (BOSON), a novel platform that
integrates bolometric detection at the superconducting transition edges with
near-field optical techniques. BOSON enables the mapping of photoinduced
changes in superconductivity with unprecedented spatial resolution and photon
sensitivity. By incorporating BOSON with low-dimensional materials, we achieved
polariton imaging at nanowatt excitation levels--at least four orders of
magnitude lower than the power typically required in prior near-field nanoscopy
experiments. Our findings highlight the potential for BOSON to advance scanning
probe based optical platforms to enable the detection of photons, polaritons,
and Cooper pair dynamics at the nanoscale. This paves the way for quantum
sensing applications using single-polariton detection and can offer deeper
insights into quasiparticle dynamics.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:33:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jing",
"Ran",
""
],
[
"Zhou",
"Boyi",
""
],
[
"Kang",
"Dingchen",
""
],
[
"Zheng",
"Wenjun",
""
],
[
"Zhou",
"Zijian",
""
],
[
"Wang",
"Heng",
""
],
[
"Chen",
"Xinzhong",
""
],
[
"Yao",
"Juntao",
""
],
[
"Cheng",
"Bing",
""
],
[
"Park",
"Ji-Hoon",
""
],
[
"Wehmeier",
"Lukas",
""
],
[
"Dai",
"Zhenbing",
""
],
[
"Chen",
"Shoujing",
""
],
[
"Prainito",
"Christopher D.",
""
],
[
"Carr",
"G. L.",
""
],
[
"Charaev",
"Ilya",
""
],
[
"Bandurin",
"Denis",
""
],
[
"Gu",
"Genda",
""
],
[
"Li",
"Qiang",
""
],
[
"Berggren",
"Karl. K.",
""
],
[
"Basov",
"D. N.",
""
],
[
"Du",
"Xu",
""
],
[
"Liu",
"Mengkun",
""
]
] |
2504.14548 | Rongfeng Lu | Lifeng Lin, Rongfeng Lu, Quan Chen, Haofan Ren, Ming Lu, Yaoqi Sun,
Chenggang Yan and Anke Xue | VGNC: Reducing the Overfitting of Sparse-view 3DGS via Validation-guided
Gaussian Number Control | 10 pages,8 figures | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by/4.0/ | Sparse-view 3D reconstruction is a fundamental yet challenging task in
practical 3D reconstruction applications. Recently, many methods based on the
3D Gaussian Splatting (3DGS) framework have been proposed to address
sparse-view 3D reconstruction. Although these methods have made considerable
advancements, they still show significant issues with overfitting. To reduce
the overfitting, we introduce VGNC, a novel Validation-guided Gaussian Number
Control (VGNC) approach based on generative novel view synthesis (NVS) models.
To the best of our knowledge, this is the first attempt to alleviate the
overfitting issue of sparse-view 3DGS with generative validation images.
Specifically, we first introduce a validation image generation method based on
a generative NVS model. We then propose a Gaussian number control strategy that
utilizes generated validation images to determine the optimal Gaussian numbers,
thereby reducing the issue of overfitting. We conducted detailed experiments on
various sparse-view 3DGS baselines and datasets to evaluate the effectiveness
of VGNC. Extensive experiments show that our approach not only reduces
overfitting but also improves rendering quality on the test set while
decreasing the number of Gaussian points. This reduction lowers storage demands
and accelerates both training and rendering. The code will be released.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:38:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Lin",
"Lifeng",
""
],
[
"Lu",
"Rongfeng",
""
],
[
"Chen",
"Quan",
""
],
[
"Ren",
"Haofan",
""
],
[
"Lu",
"Ming",
""
],
[
"Sun",
"Yaoqi",
""
],
[
"Yan",
"Chenggang",
""
],
[
"Xue",
"Anke",
""
]
] |
2504.14549 | Yu Liu | Boxiang Xu, Yu Liu and Shaoguang Shi | Local Behavior of Fractional Equations in Grushin-type Spaces | null | null | null | null | math.AP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | In this paper, we establish the
De Giorgi-Nash-Moser theory for a wide class of nonlinear equations driven by
nonlocal, possibly degenerate, integro-differential operators, with the
fractional $p$-Laplacian operator in Grushin-type spaces $\mathbb{G}^n$ serving
as a prototypical example. Among other results, we prove that the weak
solutions to this class of problems are both bounded and H\"{o}lder continuous,
while also establishing general estimates, such as fractional Caccioppoli-type
estimates with tail terms and logarithmic-type bounds.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:38:40 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xu",
"Boxiang",
""
],
[
"Liu",
"Yu",
""
],
[
"Shi",
"Shaoguang",
""
]
] |
2504.14550 | Xiaopeng Ye | Xiaopeng Ye, Chen Xu, Jun Xu, Xuyang Xie, Gang Wang, Zhenhua Dong | Regret-aware Re-ranking for Guaranteeing Two-sided Fairness and Accuracy
in Recommender Systems | null | null | null | null | cs.IR | http://creativecommons.org/licenses/by-nc-nd/4.0/ | In multi-stakeholder recommender systems (RS), users and providers operate as
two crucial and interdependent roles, whose interests must be well-balanced.
Prior research, including our work BankFair, has demonstrated the importance of
guaranteeing both provider fairness and user accuracy to meet their interests.
However, when they balance the two objectives, another critical factor emerges
in RS: individual fairness, which manifests as a significant disparity in
individual recommendation accuracy, with some users receiving high accuracy
while others are left with notably low accuracy. This oversight severely harms
the interests of users and exacerbates social polarization. How to guarantee
individual fairness while ensuring user accuracy and provider fairness remains
an unsolved problem. To bridge this gap, in this paper, we propose our method
BankFair+. Specifically, BankFair+ extends BankFair with two steps: (1)
introducing a non-linear function from regret theory to ensure individual
fairness while enhancing user accuracy; (2) formulating the re-ranking process
as a regret-aware fuzzy programming problem to meet the interests of both
individual user and provider, therefore balancing the trade-off between
individual fairness and provider fairness. Experiments on two real-world
recommendation datasets demonstrate that BankFair+ outperforms all baselines
regarding individual fairness, user accuracy, and provider fairness.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:43:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ye",
"Xiaopeng",
""
],
[
"Xu",
"Chen",
""
],
[
"Xu",
"Jun",
""
],
[
"Xie",
"Xuyang",
""
],
[
"Wang",
"Gang",
""
],
[
"Dong",
"Zhenhua",
""
]
] |
2504.14551 | Efe G\"urel | Efe G\"urel | A Product Identity For Dirichlet Series Satisfying Hecke's Functional
Equation | 15 pages | Hacettepe J. Math. Stat. (2025) 1-14 | 10.15672/hujms.1595265 | null | math.NT | http://creativecommons.org/licenses/by-nc-sa/4.0/ | In this paper, we give an analogue of Wilton's product formula for Dirichlet
series that satisfy Hecke's functional equation. We apply our results to obtain
identities for Hecke series, L-functions associated to modular forms,
Ramanujan's L-function, Epstein zeta functions, Dedekind zeta functions of
imaginary quadratic fields and Dirichlet L-functions. A $4$-term product
identity for Riemann zeta function is also given.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:49:41 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gürel",
"Efe",
""
]
] |
2504.14552 | Huda Alsulami | Huda Alsulami and Silvia Liverani | Evaluating the Cauchy Combination Test for Count Data | 16 pages, 3 tables, 2 figures | null | null | null | stat.ME stat.CO | http://creativecommons.org/licenses/by/4.0/ | The Cauchy combination test (CCT) is a $p$-value combination method used in
multiple-hypothesis testing and is robust under dependence structures. This
study aims to evaluate the CCT for independent and correlated count data where
the individual $p$-values are derived from tests based on Normal approximation
to the negative binomial distribution. The correlated count data are modelled
via copula methods. The CCT performance is evaluated in a simulation study to
assess the type 1 error rate and the statistical power and compare it with
existing methods. In addition, we consider the influence of factors such as the
success parameter of the negative binomial distribution, the number of
individual $p$-values, and the correlation strength. Our results indicate that
the negative binomial success parameter and the number of combined individual
$p$-values may influence the type 1 error rate for the CCT under independence
or weak dependence. The choice of copula method for modelling the correlation
between count data has a significant influence on type 1 error rates for both
the CCT and MinP tests. The CCT has more control over managing the type 1 error
rate as the strength increases in the Gumbel-Hougaard copula. This knowledge
may have significant implications for practical applications.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:54:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Alsulami",
"Huda",
""
],
[
"Liverani",
"Silvia",
""
]
] |
2504.14553 | Weijun Zhuang | Weijun Zhuang, Qizhang Li, Xin Li, Ming Liu, Xiaopeng Hong, Feng Gao,
Fan Yang, Wangmeng Zuo | Grounding-MD: Grounded Video-language Pre-training for Open-World Moment
Detection | null | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Temporal Action Detection and Moment Retrieval constitute two pivotal tasks
in video understanding, focusing on precisely localizing temporal segments
corresponding to specific actions or events. Recent advancements introduced
Moment Detection to unify these two tasks, yet existing approaches remain
confined to closed-set scenarios, limiting their applicability in open-world
contexts. To bridge this gap, we present Grounding-MD, an innovative, grounded
video-language pre-training framework tailored for open-world moment detection.
Our framework incorporates an arbitrary number of open-ended natural language
queries through a structured prompt mechanism, enabling flexible and scalable
moment detection. Grounding-MD leverages a Cross-Modality Fusion Encoder and a
Text-Guided Fusion Decoder to facilitate comprehensive video-text alignment and
enable effective cross-task collaboration. Through large-scale pre-training on
temporal action detection and moment retrieval datasets, Grounding-MD
demonstrates exceptional semantic representation learning capabilities,
effectively handling diverse and complex query conditions. Comprehensive
evaluations across four benchmark datasets including ActivityNet, THUMOS14,
ActivityNet-Captions, and Charades-STA demonstrate that Grounding-MD
establishes new state-of-the-art performance in zero-shot and supervised
settings in open-world moment detection scenarios. All source code and trained
models will be released.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:54:25 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhuang",
"Weijun",
""
],
[
"Li",
"Qizhang",
""
],
[
"Li",
"Xin",
""
],
[
"Liu",
"Ming",
""
],
[
"Hong",
"Xiaopeng",
""
],
[
"Gao",
"Feng",
""
],
[
"Yang",
"Fan",
""
],
[
"Zuo",
"Wangmeng",
""
]
] |
2504.14554 | Chongye Guo | Chongye Guo, Jinhu Fu, Junfeng Fang, Kun Wang, and Guorui Feng | REDEditing: Relationship-Driven Precise Backdoor Poisoning on
Text-to-Image Diffusion Models | 10 pages, 7 figures | null | null | null | cs.CR cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The rapid advancement of generative AI highlights the importance of
text-to-image (T2I) security, particularly with the threat of backdoor
poisoning. Timely disclosure and mitigation of security vulnerabilities in T2I
models are crucial for ensuring the safe deployment of generative models. We
explore a novel training-free backdoor poisoning paradigm through model
editing, which is recently employed for knowledge updating in large language
models. Nevertheless, we reveal the potential security risks posed by model
editing techniques to image generation models. In this work, we establish the
principles for backdoor attacks based on model editing, and propose a
relationship-driven precise backdoor poisoning method, REDEditing. Drawing on
the principles of equivalent-attribute alignment and stealthy poisoning, we
develop an equivalent relationship retrieval and joint-attribute transfer
approach that ensures consistent backdoor image generation through concept
rebinding. A knowledge isolation constraint is proposed to preserve benign
generation integrity. Our method achieves an 11\% higher attack success rate
compared to state-of-the-art approaches. Remarkably, adding just one line of
code enhances output naturalness while improving backdoor stealthiness by 24\%.
This work aims to heighten awareness regarding this security vulnerability in
editable image generation models.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 09:54:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Guo",
"Chongye",
""
],
[
"Fu",
"Jinhu",
""
],
[
"Fang",
"Junfeng",
""
],
[
"Wang",
"Kun",
""
],
[
"Feng",
"Guorui",
""
]
] |
2504.14556 | Yousef Emami | Yousef Emami, Hao Gao, SeyedSina Nabavirazani, Luis Almeida | LLM-Enabled In-Context Learning for Data Collection Scheduling in
UAV-assisted Sensor Networks | 8 pages, 7 figures, | null | null | null | cs.AI cs.ET cs.LG cs.RO | http://creativecommons.org/licenses/by-nc-nd/4.0/ | Unmanned Aerial Vehicles (UAVs) are increasingly being used in various
private and commercial applications, e.g. traffic control, package delivery,
and Search and Rescue (SAR) operations. Machine Learning (ML) methods used in
UAV-assisted Sensor Networks (UASNETs) and especially in Deep Reinforcement
Learning (DRL) face challenges such as complex and lengthy model training, gaps
between simulation and reality, and low sample efficiency, which conflict with
the urgency of emergencies such as SAR operations. This paper proposes
In-Context Learning (ICL)-based Data Collection Scheduling (ICLDC) scheme, as
an alternative to DRL in emergencies. The UAV collects and transmits logged
sensory data, to an LLM, to generate a task description in natural language,
from which it obtains a data collection schedule to be executed by the UAV. The
system continuously adapts by adding feedback to task descriptions and
utilizing feedback for future decisions. This method is tested against
jailbreaking attacks, where task description is manipulated to undermine
network performance, highlighting the vulnerability of LLMs to such attacks.
The proposed ICLDC outperforms the Maximum Channel Gain by reducing cumulative
packet loss by approximately 56\%. ICLDC presents a promising direction for
intelligent scheduling and control in UAV-assisted data collection.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:05:07 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Emami",
"Yousef",
""
],
[
"Gao",
"Hao",
""
],
[
"Nabavirazani",
"SeyedSina",
""
],
[
"Almeida",
"Luis",
""
]
] |
2504.14557 | Hongxiang Fan | Charlie Campbell, Hao Mark Chen, Wayne Luk, Hongxiang Fan | Enhancing LLM-based Quantum Code Generation with Multi-Agent
Optimization and Quantum Error Correction | Paper accepted by DAC'25 | null | null | null | quant-ph cs.MA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Multi-agent frameworks with Large Language Models (LLMs) have become
promising tools for generating general-purpose programming languages using
test-driven development, allowing developers to create more accurate and robust
code. However, their potential has not been fully unleashed for domain-specific
programming languages, where specific domain exhibits unique optimization
opportunities for customized improvement. In this paper, we take the first step
in exploring multi-agent code generation for quantum programs. By identifying
the unique optimizations in quantum designs such as quantum error correction,
we introduce a novel multi-agent framework tailored to generating accurate,
fault-tolerant quantum code. Each agent in the framework focuses on distinct
optimizations, iteratively refining the code using a semantic analyzer with
multi-pass inference, alongside an error correction code decoder. We also
examine the effectiveness of inference-time techniques, like Chain-of-Thought
(CoT) and Retrieval-Augmented Generation (RAG) in the context of quantum
programming, uncovering observations that are different from general-purpose
code generation. To evaluate our approach, we develop a test suite to measure
the impact each optimization has on the accuracy of the generated code. Our
findings indicate that techniques such as structured CoT significantly improve
the generation of quantum algorithms by up to 50%. In contrast, we have also
found that certain techniques such as RAG show limited improvement, yielding an
accuracy increase of only 4%. Moreover, we showcase examples of AI-assisted
quantum error prediction and correction, demonstrating the effectiveness of our
multi-agent framework in reducing the quantum errors of generated quantum
programs.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:06:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Campbell",
"Charlie",
""
],
[
"Chen",
"Hao Mark",
""
],
[
"Luk",
"Wayne",
""
],
[
"Fan",
"Hongxiang",
""
]
] |
2504.14558 | Yi Yang | Yi Yang, Yayun Hu, Zi-Xiang Hu | A Review on the Applications of Density Functional Theory to the FQH
System | 11 pages, 11 figures | null | null | null | cond-mat.str-el cond-mat.mes-hall | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The fractional quantum Hall (FQH) effect remains a captivating area in
condensed matter physics, characterized by strongly correlated topological
order, fractionalized excitations, and anyonic statistics. Numerical
simulations, such as exact diagonalization, density matrix renormalization
group, matrix product states, and Monte Carlo methods, are essential to examine
the properties of strongly correlated systems. Recently, density functional
theory (DFT) has been employed in this field within the framework of composite
fermion (CF) theory. In this paper, we assess how DFT addresses major
challenges in FQH system, such as computing ground state and low-energy
excitations. We emphasize the critical insights provided by DFT-based methods
into the CF model, edge effects, and the nature of fractional charge and
magnetoroton excitations. Furthermore, we examine the advantages and
limitations of DFT approaches, highlight the interplay between numerical
simulations and theoretical models. We finally discuss the future potential of
time-dependent DFT (TDDFT) for modeling non-equilibrium dynamics.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:08:02 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yang",
"Yi",
""
],
[
"Hu",
"Yayun",
""
],
[
"Hu",
"Zi-Xiang",
""
]
] |
2504.14559 | Gayana Jayasinghe | Gayana Jayasinghe | Supersymmetric harmonic oscillators on singular geometries | 36 pages. Comments welcome | null | null | null | math.DG math.SP | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Equivariant localization expresses global invariants in terms of local
invariants, and many of them appearing in equivariant index theory,
(holomorphic) Morse theory, geometric quantization and supersymmetric
localization can be characterized as renormalized supertraces over cohomology
groups of Hilbert complexes associated to local model geometries. This paper
extends such local invariants, introducing and studying twisted de Rham and
Dolbeault complexes (including Witten deformed versions) on singular spaces
equipped with generalized radial (K\"ahler Hamiltonian) Morse functions and
singular metrics arising naturally in algebraic geometry and moduli problems.
We use the $\mathcal{N}=2$ supersymmetry and nilpotency properties of these
complexes to extend an ansatz of Cheeger for the eigensections of the
associated Laplace/Schr\"odinger type operators, reducing the problem to the
study of Sturm-Liouville operators and one dimensional Schr\"odinger operators
corresponding to different choices of domains, including those with del-bar
Neumann boundary conditions for Dolbeault complexes. We define renormalized
Lefschetz numbers and Morse polynomials generalizing those established in the
smooth and conic settings where they have been used to compute many invariants
of interest in physics and mathematics. We study structures on links of
topological cones with singular K\"ahler metrics, which we use to describe
associated analytic invariants including local cohomology groups. The
techniques and results collected here are broadly applicable in the study of
global analysis on singular spaces, including proofs of localization theorems
with numerous applications.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:16:42 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jayasinghe",
"Gayana",
""
]
] |
2504.14560 | Haiyan Qin | Haiyan Qin, Zhiwei Xie, Jingjing Li, Liangchen Li, Xiaotong Feng,
Junzhan Liu and Wang Kang | ReasoningV: Efficient Verilog Code Generation with Adaptive Hybrid
Reasoning Model | 9 pages, 4 figures | null | null | null | cs.AR cs.AI | http://creativecommons.org/licenses/by-nc-sa/4.0/ | Large Language Models (LLMs) have advanced Verilog code generation
significantly, yet face challenges in data quality, reasoning capabilities, and
computational efficiency. This paper presents ReasoningV, a novel model
employing a hybrid reasoning strategy that integrates trained intrinsic
capabilities with dynamic inference adaptation for Verilog code generation. Our
framework introduces three complementary innovations: (1) ReasoningV-5K, a
high-quality dataset of 5,000 functionally verified instances with reasoning
paths created through multi-dimensional filtering of PyraNet samples; (2) a
two-stage training approach combining parameter-efficient fine-tuning for
foundational knowledge with full-parameter optimization for enhanced reasoning;
and (3) an adaptive reasoning mechanism that dynamically adjusts reasoning
depth based on problem complexity, reducing token consumption by up to 75\%
while preserving performance. Experimental results demonstrate ReasoningV's
effectiveness with a pass@1 accuracy of 57.8\% on VerilogEval-human, achieving
performance competitive with leading commercial models like Gemini-2.0-flash
(59.5\%) and exceeding the previous best open-source model by 10.4 percentage
points. ReasoningV offers a more reliable and accessible pathway for advancing
AI-driven hardware design automation, with our model, data, and code available
at https://github.com/BUAA-CLab/ReasoningV.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:16:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Qin",
"Haiyan",
""
],
[
"Xie",
"Zhiwei",
""
],
[
"Li",
"Jingjing",
""
],
[
"Li",
"Liangchen",
""
],
[
"Feng",
"Xiaotong",
""
],
[
"Liu",
"Junzhan",
""
],
[
"Kang",
"Wang",
""
]
] |
2504.14561 | Adri\'an Riesco | Adrian Riesco and Kazuhiro Ogata and Masaki Nakamura and Daniel Gaina
and Duong Dinh Tran and Kokichi Futatsugi | Proof Scores: A Survey (full version) | Proof Scores: A Survey. ACM Comput. Surv. (April 2025) | null | 10.1145/3729166 | null | cs.LO | http://creativecommons.org/licenses/by/4.0/ | Proof scores can be regarded as outlines of the formal verification of system
properties. They have been historically used by the OBJ family of specification
languages. The main advantage of proof scores is that they follow the same
syntax as the specification language they are used in, so specifiers can easily
adopt them and use as many features as the particular language provides. In
this way, proof scores have been successfully used to prove properties of a
large number of systems and protocols. However, proof scores also present a
number of disadvantages that prevented a large audience from adopting them as
proving mechanism. In this paper we present the theoretical foundations of
proof scores; the different systems where they have been adopted and their
latest developments; the classes of systems successfully verified using proof
scores, including the main techniques used for it; the main reasons why they
have not been widely adopted; and finally we discuss some directions of future
work that might solve the problems discussed previously.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:17:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Riesco",
"Adrian",
""
],
[
"Ogata",
"Kazuhiro",
""
],
[
"Nakamura",
"Masaki",
""
],
[
"Gaina",
"Daniel",
""
],
[
"Tran",
"Duong Dinh",
""
],
[
"Futatsugi",
"Kokichi",
""
]
] |
2504.14562 | Wafa Johal | Sergei Volodin, Hala Khodr, Pierre Dillenbourg and Wafa Johal | Going Down the Abstraction Stream with Augmented Reality and Tangible
Robots: the Case of Vector Instruction | null | null | null | null | cs.HC cs.RO | http://creativecommons.org/licenses/by-sa/4.0/ | Despite being used in many engineering and scientific areas such as physics
and mathematics and often taught in high school, graphical vector addition
turns out to be a topic prone to misconceptions in understanding even at
university-level physics classes. To improve the learning experience and the
resulting understanding of vectors, we propose to investigate how concreteness
fading implemented with the use of augmented reality and tangible robots could
help learners to build a strong representation of vector addition.
We design a gamified learning environment consisting of three concreteness
fading stages and conduct an experiment with 30 participants. Our results shows
a positive learning gain. We analyze extensively the behavior of the
participants to understand the usage of the technological tools -- augmented
reality and tangible robots -- during the learning scenario. Finally, we
discuss how the combination of these tools shows real advantages in
implementing the concreteness fading paradigm. Our work provides empirical
insights into how users utilize concrete visualizations conveyed by a
haptic-enabled robot and augmented reality in a learning scenario.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:20:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Volodin",
"Sergei",
""
],
[
"Khodr",
"Hala",
""
],
[
"Dillenbourg",
"Pierre",
""
],
[
"Johal",
"Wafa",
""
]
] |
2504.14563 | Efe G\"urel | Efe G\"urel | Resolution Of Multiplicative Anomaly Of Zeta Regularization For
Polynomials | 13 pages | null | null | null | math.NT math-ph math.MP | http://creativecommons.org/licenses/by-nc-sa/4.0/ | In this paper, the problem of multiplicative anomaly of zeta regularization
is solved for polynomials. For a regularizable sequence $\Lambda$, we
explicitly calculate the zeta regularized product of
$(\Lambda-z_1)\dots(\Lambda-z_n)$ for $z_1,\dots,z_n\in\mathbb{C}$. We give an
explicit formula for the discrepancies between polynomials. Our results imply
Mizuno's theorem as a special case. We furthermore give novel regularized
product formulas for multi-dimensional products in terms of Barnes multiple
gamma functions, zeros of the Riemann zeta function and zeros of the Bessel
function of the first kind.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:23:09 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gürel",
"Efe",
""
]
] |
2504.14564 | Weili Zhang | Nianci Jiang and Weili Zhang | Quenched correlation decay for random splittings of some prototypical 3D
flows including the ABC flow | null | null | null | null | math.DS math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | For the long-time dynamical challenges of some prototypical 3D flows
including the ABC flow on $\mathbb{T}^3$, we apply a random splitting method to
establish two fundamental indicators of chaotic dynamics. First, under general
assumptions, we establish that these random splittings exhibit Lagrangian
chaos, characterized by a positive top Lyapunov exponent. Furthermore, we
demonstrate the almost-sure quenched correlation decay of these random
splittings, which is a stronger property than the almost-sure positivity of
Lyapunov exponents alone. This framework is then applied to construct ideal
dynamo in kinematic dynamo theory and to establish exponential mixing of
passive scalars.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:43:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jiang",
"Nianci",
""
],
[
"Zhang",
"Weili",
""
]
] |
2504.14565 | Shangde Gao | Shangde Gao, Ke Liu, Yichao Fu, Hongxia Xu, Jian Wu | Matrix Factorization with Dynamic Multi-view Clustering for Recommender
System | null | null | null | null | cs.IR cs.SI | http://creativecommons.org/licenses/by/4.0/ | Matrix factorization (MF), a cornerstone of recommender systems, decomposes
user-item interaction matrices into latent representations. Traditional MF
approaches, however, employ a two-stage, non-end-to-end paradigm, sequentially
performing recommendation and clustering, resulting in prohibitive
computational costs for large-scale applications like e-commerce and IoT, where
billions of users interact with trillions of items. To address this, we propose
Matrix Factorization with Dynamic Multi-view Clustering (MFDMC), a unified
framework that balances efficient end-to-end training with comprehensive
utilization of web-scale data and enhances interpretability. MFDMC leverages
dynamic multi-view clustering to learn user and item representations,
adaptively pruning poorly formed clusters. Each entity's representation is
modeled as a weighted projection of robust clusters, capturing its diverse
roles across views. This design maximizes representation space utilization,
improves interpretability, and ensures resilience for downstream tasks.
Extensive experiments demonstrate MFDMC's superior performance in recommender
systems and other representation learning domains, such as computer vision,
highlighting its scalability and versatility.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:47:21 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gao",
"Shangde",
""
],
[
"Liu",
"Ke",
""
],
[
"Fu",
"Yichao",
""
],
[
"Xu",
"Hongxia",
""
],
[
"Wu",
"Jian",
""
]
] |
2504.14566 | Huipan Guan | Shang Zhang, HuiPan Guan, XiaoBo Ding, Ruoyan Xiong, and Yue Zhang | SMTT: Novel Structured Multi-task Tracking with Graph-Regularized Sparse
Representation for Robust Thermal Infrared Target Tracking | null | null | null | null | cs.CV | http://creativecommons.org/licenses/by/4.0/ | Thermal infrared target tracking is crucial in applications such as
surveillance, autonomous driving, and military operations. In this paper, we
propose a novel tracker, SMTT, which effectively addresses common challenges in
thermal infrared imagery, such as noise, occlusion, and rapid target motion, by
leveraging multi-task learning, joint sparse representation, and adaptive graph
regularization. By reformulating the tracking task as a multi-task learning
problem, the SMTT tracker independently optimizes the representation of each
particle while dynamically capturing spatial and feature-level similarities
using a weighted mixed-norm regularization strategy. To ensure real-time
performance, we incorporate the Accelerated Proximal Gradient method for
efficient optimization. Extensive experiments on benchmark datasets - including
VOT-TIR, PTB-TIR, and LSOTB-TIR - demonstrate that SMTT achieves superior
accuracy, robustness, and computational efficiency. These results highlight
SMTT as a reliable and high-performance solution for thermal infrared target
tracking in complex environments.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:56:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Shang",
""
],
[
"Guan",
"HuiPan",
""
],
[
"Ding",
"XiaoBo",
""
],
[
"Xiong",
"Ruoyan",
""
],
[
"Zhang",
"Yue",
""
]
] |
2504.14567 | Ilya Shirokov | I.M.Shirokov | Hopf-type theorems for convex surfaces | 9 pages, 2 figures | null | null | null | math.MG math.GT | http://creativecommons.org/licenses/by/4.0/ | In this paper we study variations of the Hopf theorem concerning continuous
maps $f$ of a compact Riemannian manifold $M$ of dimension $n$ to
$\mathbb{R}^n$. We investigate the case when $M$ is a closed convex
$n$-dimensional surface and prove that the Hopf theorem (as well its
quantitative generalization) is still valid but with the replacement of
geodesic to quasigeodesic in the sense of Alexandrov (and Petrunin). Besides,
we study a discrete version of the Hopf theorem. We say that a pair of points
$a$ and $b$ are $f$-neighbors if $f(a) = f(b)$. We prove that if $(P,d)$ is a
triangulation of a convex polyhedron in $\mathbb{R}^3$, with a metric $d$,
compatable with topology of $P$, and $f \colon P \to \mathbb{R}^2$ is a
simplicial map of general position, then there exists a polygonal path in the
space of $f$-neighbors that connects a pair of `antipodal' points with a pair
of identical points. Finally, we prove that the set of $f$-neighbors realizing
a given distance $\delta > 0$ (in a specific interval), has non-trivial first
Steenrod homology with coefficients in $\mathbb{Z}$.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:57:43 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Shirokov",
"I. M.",
""
]
] |
2504.14568 | Mihai Udrescu | Stefan-Alexandru Jura, Mihai Udrescu | Quantum-Enhanced Weight Optimization for Neural Networks Using Grover's
Algorithm | null | null | null | null | quant-ph cs.LG | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The main approach to hybrid quantum-classical neural networks (QNN) is
employing quantum computing to build a neural network (NN) that has quantum
features, which is then optimized classically. Here, we propose a different
strategy: to use quantum computing in order to optimize the weights of a
classical NN. As such, we design an instance of Grover's quantum search
algorithm to accelerate the search for the optimal parameters of an NN during
the training process, a task traditionally performed using the backpropagation
algorithm with the gradient descent method. Indeed, gradient descent has issues
such as exploding gradient, vanishing gradient, or convexity problem. Other
methods tried to address such issues with strategies like genetic searches, but
they carry additional problems like convergence consistency. Our original
method avoids these issues -- because it does not calculate gradients -- and
capitalizes on classical architectures' robustness and Grover's quadratic
speedup in high-dimensional search spaces to significantly reduce test loss
(58.75%) and improve test accuracy (35.25%), compared to classical NN weight
optimization, on small datasets. Unlike most QNNs that are trained on small
datasets only, our method is also scalable, as it allows the optimization of
deep networks; for an NN with 3 hidden layers, trained on the Digits dataset
from scikit-learn, we obtained a mean accuracy of 97.7%. Moreover, our method
requires a much smaller number of qubits compared to other QNN approaches,
making it very practical for near-future quantum computers that will still
deliver a limited number of logical qubits.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 10:59:04 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jura",
"Stefan-Alexandru",
""
],
[
"Udrescu",
"Mihai",
""
]
] |
2504.14569 | Lawrence Liu | Lawrence Liu, Inesh Chakrabarti, Yixiao Li, Mengdi Wang, Tuo Zhao, Lin
F. Yang | NoWag: A Unified Framework for Shape Preserving Compression of Large
Language Models | null | null | null | null | cs.LG cs.AI | http://creativecommons.org/licenses/by/4.0/ | Large language models (LLMs) exhibit remarkable performance across various
natural language processing tasks but suffer from immense computational and
memory demands, limiting their deployment in resource-constrained environments.
To address this challenge, we propose NoWag: (Normalized Weight and Activation
Guided Compression), a unified framework for zero-shot shape preserving
compression algorithms. We compressed Llama-2 7B/13B/70B and Llama-3 8/70BB
models, using two popular forms of shape-preserving compression, vector
quantization NoWag-VQ (NoWag for Vector Quantization), and
unstructured/semi-structured pruning NoWag-P (NoWag for Pruning). We found that
NoWag-VQ significantly outperforms state-of-the-art zero shot VQ, and that
NoWag-P performs competitively against state-of-the-art methods. These results
suggest commonalities between these compression paradigms that could inspire
future work. Our code is available at https://github.com/LawrenceRLiu/NoWag
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:00:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liu",
"Lawrence",
""
],
[
"Chakrabarti",
"Inesh",
""
],
[
"Li",
"Yixiao",
""
],
[
"Wang",
"Mengdi",
""
],
[
"Zhao",
"Tuo",
""
],
[
"Yang",
"Lin F.",
""
]
] |
2504.14570 | Amit Kumar | Amit Kumar and Domenico Campolo and Ravi N. Banavar | Haptic-based Complementary Filter for Rigid Body Rotations | 7 pages, 6 figures | null | null | null | cs.RO cs.SY eess.SY | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | The non-commutative nature of 3D rotations poses well-known challenges in
generalizing planar problems to three-dimensional ones, even more so in
contact-rich tasks where haptic information (i.e., forces/torques) is involved.
In this sense, not all learning-based algorithms that are currently available
generalize to 3D orientation estimation. Non-linear filters defined on
$\mathbf{\mathbb{SO}(3)}$ are widely used with inertial measurement sensors;
however, none of them have been used with haptic measurements. This paper
presents a unique complementary filtering framework that interprets the
geometric shape of objects in the form of superquadrics, exploits the symmetry
of $\mathbf{\mathbb{SO}(3)}$, and uses force and vision sensors as measurements
to provide an estimate of orientation. The framework's robustness and almost
global stability are substantiated by a set of experiments on a dual-arm
robotic setup.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:02:01 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kumar",
"Amit",
""
],
[
"Campolo",
"Domenico",
""
],
[
"Banavar",
"Ravi N.",
""
]
] |
2504.14571 | Thomas Kosch | Thomas Kosch, Sebastian Feger | Prompt-Hacking: The New p-Hacking? | null | null | null | null | cs.HC | http://creativecommons.org/licenses/by/4.0/ | As Large Language Models (LLMs) become increasingly embedded in empirical
research workflows, their use as analytical tools raises pressing concerns for
scientific integrity. This opinion paper draws a parallel between
"prompt-hacking", the strategic tweaking of prompts to elicit desirable outputs
from LLMs, and the well-documented practice of "p-hacking" in statistical
analysis. We argue that the inherent biases, non-determinism, and opacity of
LLMs make them unsuitable for data analysis tasks demanding rigor,
impartiality, and reproducibility. We emphasize how researchers may
inadvertently, or even deliberately, adjust prompts to confirm hypotheses while
undermining research validity. We advocate for a critical view of using LLMs in
research, transparent prompt documentation, and clear standards for when LLM
use is appropriate. We discuss how LLMs can replace traditional analytical
methods, whereas we recommend that LLMs should only be used with caution,
oversight, and justification.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:19:47 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Kosch",
"Thomas",
""
],
[
"Feger",
"Sebastian",
""
]
] |
2504.14572 | Alexander Shlimovich | Steve Hanneke, Shay Moran, Alexander Shlimovich, Amir Yehudayoff | Data Selection for ERMs | null | null | null | null | cs.LG stat.ML | http://creativecommons.org/licenses/by/4.0/ | Learning theory has traditionally followed a model-centric approach, focusing
on designing optimal algorithms for a fixed natural learning task (e.g., linear
classification or regression). In this paper, we adopt a complementary
data-centric perspective, whereby we fix a natural learning rule and focus on
optimizing the training data. Specifically, we study the following question:
given a learning rule $\mathcal{A}$ and a data selection budget $n$, how well
can $\mathcal{A}$ perform when trained on at most $n$ data points selected from
a population of $N$ points? We investigate when it is possible to select $n \ll
N$ points and achieve performance comparable to training on the entire
population.
We address this question across a variety of empirical risk minimizers. Our
results include optimal data-selection bounds for mean estimation, linear
classification, and linear regression. Additionally, we establish two general
results: a taxonomy of error rates in binary classification and in stochastic
convex optimization. Finally, we propose several open questions and directions
for future research.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:26:01 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Hanneke",
"Steve",
""
],
[
"Moran",
"Shay",
""
],
[
"Shlimovich",
"Alexander",
""
],
[
"Yehudayoff",
"Amir",
""
]
] |
2504.14573 | Kei Ota | Jiawei Jiang, Kei Ota, Devesh K. Jha, Asako Kanezaki | Modality Selection and Skill Segmentation via Cross-Modality Attention | null | null | null | null | cs.RO cs.AI | http://creativecommons.org/licenses/by/4.0/ | Incorporating additional sensory modalities such as tactile and audio into
foundational robotic models poses significant challenges due to the curse of
dimensionality. This work addresses this issue through modality selection. We
propose a cross-modality attention (CMA) mechanism to identify and selectively
utilize the modalities that are most informative for action generation at each
timestep. Furthermore, we extend the application of CMA to segment primitive
skills from expert demonstrations and leverage this segmentation to train a
hierarchical policy capable of solving long-horizon, contact-rich manipulation
tasks.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:32:43 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jiang",
"Jiawei",
""
],
[
"Ota",
"Kei",
""
],
[
"Jha",
"Devesh K.",
""
],
[
"Kanezaki",
"Asako",
""
]
] |
2504.14574 | MingYuan Wang | Mingyuan Wang, Manli Zhou, Hengda Ji, Tao Lan | Utilizing Optic Fiber Interferometry in Forced Vibration Experimentation
for Educational Purposes | null | null | null | null | physics.ed-ph physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This study introduces an experimental teaching method that employs optic
fiber interferometry (OFI) to investigate forced vibration phenomena. It is
designed for undergraduate physics majors with foundational mechanics and
optics training and optics-focused graduate students. This approach aims to
deepen students' understanding of forced vibration theory and interferometric
measurement principles while fostering skills in experimental design, data
analysis, and problem solving. Leveraging OFI's high-precision displacement
measurement capabilities, the experiment enabled accurate tracking of frequency
and displacement variations. By scanning the driving force frequency, students
obtained amplitude frequency curves to determine the system's natural
frequency, which closely aligned with theoretical predictions. This method may
bridge theoretical concepts and practical applications, offering insights into
teaching vibration theory and precision measurement techniques and equipping
students with integrated knowledge for real-world challenges.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:32:46 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Wang",
"Mingyuan",
""
],
[
"Zhou",
"Manli",
""
],
[
"Ji",
"Hengda",
""
],
[
"Lan",
"Tao",
""
]
] |
2504.14575 | Zhi-Yong Zhou | Xiu-Li Gao, Jun-Xi Cui, Yu-Hui Zhou, Zhi-Yong Zhou | Updated analysis of charmonium states in a relativized quark potential
model | 19 pages, 10 tables | null | null | null | hep-ph hep-ex | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Motivated by recent experimental observations of charmonium(-like) states, we
investigate their interpretation as conventional charmonium states within the
framework of relativized quark potential model. We find a consistent
description of the updated masses of charmonia, bottomonia and some selected
charmed mesons, then systematically compute open-charm strong decay widths and
electromagnetic transition widths for radially excited charmonium states up to
$n=5$. The numerical results show significantly improved agreement with
experimental masses and widths. Notably, the newly-observed $\chi_{c1}(4010)$
and $\chi_{c1}(4274)$ are tentatively associated with the $\chi_{c1}(2P)$ and
$\chi_{c1}(3P)$ respectively, while the $\chi_{c0}(4500)$ and $\chi_{c0}(4700)$
are interpreted as the $\chi_{c0}(4P)$ and $\chi_{c0}(5P)$ states. For the
controversial $\chi_{c1}(3872)$ state, we suggest its potential connection to
$\chi_{c1}(4010)$, as a two-pole structure due to the $\chi_{c1}(2P)$ coupling
to $D\bar{D}$ channels. Intriguingly, the predicted mass of $\chi_{c0}(2P)$ is
about 3851 MeV, diverging from the original estimate of 3916 MeV in the Godfrey
and Isgur's work but consistent with non-relativistic potential model
predictions. This calculation might provide more insight to the future
experimental investigation of charmonium(-like) states.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:36:30 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gao",
"Xiu-Li",
""
],
[
"Cui",
"Jun-Xi",
""
],
[
"Zhou",
"Yu-Hui",
""
],
[
"Zhou",
"Zhi-Yong",
""
]
] |
2504.14576 | Cosimo Bambi | Cosimo Bambi | An interstellar mission to test astrophysical black holes | 5 pages, no figures | null | null | null | gr-qc astro-ph.HE physics.pop-ph physics.space-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Black holes are the sources of the strongest gravitational fields that can be
found today in the Universe and are ideal laboratories for testing Einstein's
theory of General Relativity in the strong field regime. In this letter, I show
that the possibility of an interstellar mission to send small spacecrafts to
the nearest black hole, although very speculative and extremely challenging, is
not completely unrealistic. Certainly we do not have the necessary technology
today, but it may be available in the next 20-30 years. The mission may last
80-100 years, but we would be able to obtain very valuable information about
black holes and General Relativity that could be unlikely obtained in other
ways.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:41:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bambi",
"Cosimo",
""
]
] |
2504.14577 | Zhiming Pan | Jian-Keng Yuan, Zhiming Pan, Congjun Wu | Unconventional magnetism in spin-orbit coupled systems | 14 pages, 10 figures | null | null | null | cond-mat.str-el | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | ``Unconventional magnetism" was proposed to describe the exotic states
arising from Landau-Pomeranchuk instabilities in the spin channel nearly two
decades ago. Its odd-partial-wave-channel (e.g. $p$-wave) states break parity
giving rise to the dynamic generation of spin-orbit coupling, while its
even-partial-wave-channel (e.g. $d$-wave) states break time-reversal symmetry.
Both types of states can exhibit collinear and non-collinear spin
configurations over Fermi surfaces with the former and latter termed as the
$\alpha$ and $\beta$-phases, respectively. The collinear states in even
partial-wave channels are in the same symmetry class of ``altermagnetism". In
this work, we investigate unconventional magnetism in both $p$- and $d$-wave
channels within spin-orbit coupled systems with parity and time-reversal
symmetries maintained. Based on the Ginzburg-Landau free energy analysis, the
$p$-wave channel yields the gyrotropic, Rashba, Dresselhaus-type spin-orbit
couplings. They compete and mix evolving from the $\beta$-phase to the
$\alpha$-phase with various types of spin-momentum lockings. Analyses are
performed in parallel for the $d$-wave unconventional magnetism. We emphasize
that the single-particle dispersion is not sufficient to justify the spin-group
type symmetry of the full Hamiltonian. Furthermore, Goldstone manifolds and
excitations are examined in each unconventional magnetic phase.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:49:11 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Yuan",
"Jian-Keng",
""
],
[
"Pan",
"Zhiming",
""
],
[
"Wu",
"Congjun",
""
]
] |
2504.14578 | Biao Dong | Biao Dong, Xiao-Fei Zhang, Wei Han, Renyuan Liao, Xue-Ying Yang,
Wu-Ming Liu, and Yong-Chang Zhang | Non-Equilibrium Probing of Topological Supersolids in Spin-Orbit-Coupled
Dipolar Condensates | null | null | null | null | cond-mat.quant-gas quant-ph | http://creativecommons.org/licenses/by/4.0/ | A chiral supersolid is a quantum phase that simultaneously exhibits
crystalline order, superfluidity, and topological spin texture, with
spontaneously broken translational, U(1) gauge, and chiral symmetries. Here, we
demonstrate a chiral supersolid with tunable non-equilibrium dynamics in a
spin-orbit coupled dipolar Bose-Einstein condensate. By adjusting dipolar
interaction and spin-orbit coupling, we uncover two distinct quantum phase
transitions: (i) a first-order transition from a single skyrmion superfluid to
a triangular meron supersolid, and (ii) a second-order transition from this
superfluid to a square skyrmion supersolid. These phases are characterized by
their lattice symmetries, nonclassical rotational inertia, and spin textures.
Under parity-time symmetric dissipation, we predict phase-dependent damping of
the current oscillations, directly linked to the superfluid fraction. The
predicted chiral supersolid phase can be experimentally observed in ultracold
magnetic atoms with spin-orbit coupling. Our results establish dipolar quantum
gases as a platform for designing topological matter with spintronic
functionality.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:49:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Dong",
"Biao",
""
],
[
"Zhang",
"Xiao-Fei",
""
],
[
"Han",
"Wei",
""
],
[
"Liao",
"Renyuan",
""
],
[
"Yang",
"Xue-Ying",
""
],
[
"Liu",
"Wu-Ming",
""
],
[
"Zhang",
"Yong-Chang",
""
]
] |
2504.14579 | Alexandru Chirv\u{a}situ L. | Alexandru Chirvasitu | Fixed-point permanence under actions by finite quantum groups | 7 pages + references | null | null | null | math.OA math.FA math.QA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Given an action by a finite quantum group $\mathbb{G}$ on a von Neumann
algebra $M$, we prove that a number of familiar $W^*$ properties are equivalent
for $M$ and the fixed-point algebra $M^{\mathbb{G}}$ (i.e. hold or not
simultaneously for the two algebras); these include being hyperfinite, atomic,
diffuse and of type $I$, $II$ or $III$. Moreover, in all cases the canonical
central projections of $M$ and $M^{\mathbb{G}}$ cutting out the summand with
the respective property coincide. The result generalizes its
classical-$\mathbb{G}$ analogue due to Jones-Takesaki.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 11:51:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chirvasitu",
"Alexandru",
""
]
] |
2504.14580 | Viet Hung Pham | Viet Hung Pham, Malte Wagenfeld, Regina Bernhaupt | Virtual Reality for Urban Walkability Assessment | Presented at CHI 2025 (arXiv:2504.07475) | null | null | CHIXR/2025/02 | cs.HC | http://creativecommons.org/licenses/by/4.0/ | Traditional urban planning methodologies often fail to capture the complexity
of contemporary urbanization and environmental sustainability challenges. This
study investigates the integration of Generative Design, Virtual Reality (VR),
and Digital Twins (DT) to enhance walkability in urban planning. VR provides
distinct benefits over conventional approaches, including 2D maps, static
renderings, and physical models, by allowing stakeholders to engage with urban
designs more intuitively, identify walkability challenges, and suggest
iterative improvements. Preliminary findings from structured interviews with
Eindhoven residents provide critical insights into pedestrian preferences and
walkability considerations. The next phase of the study involves the
development of VR-DT integrated prototypes to simulate urban environments,
assess walkability, and explore the role of Generative Design in generating
adaptive urban planning solutions. The objective is to develop a
decision-support tool that enables urban planners to incorporate diverse
stakeholder perspectives, optimize pedestrian-oriented urban design, and
advance regenerative development principles. By leveraging these emerging
technologies, this research contributes to the evolution of data-driven,
participatory urban planning frameworks aimed at fostering sustainable and
walkable cities.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:05:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Pham",
"Viet Hung",
""
],
[
"Wagenfeld",
"Malte",
""
],
[
"Bernhaupt",
"Regina",
""
]
] |
2504.14581 | Evangelos Varvelis | Evangelos Varvelis, Joachim Ankerhold | Photonic Qubit Gates via 1D Scattering from an Array of Two-Level
Emitters | 9 pages, 6 figures | null | null | null | quant-ph physics.optics | http://creativecommons.org/licenses/by/4.0/ | Photonic quantum computing offers a promising platform for quantum
information processing, benefiting from the long coherence times of photons and
their ease of manipulation. This paper presents a scheme for implementing a
deterministic phase gate for dual-rail number encoded photonic qubits,
leveraging a standard 1D waveguide coupled to an array of two-level emitters
(TLE). Using a transfer matrix approach, we develop a protocol for
deterministic phase gate operation, demonstrating its robustness against
non-waveguide mode coupling and disorder. Finally, we relax the idealized
assumption of monochromatic light, considering finite-bandwidth pulses. Despite
these realistic considerations, our results indicate high fidelity for the
proposed phase gate protocol. Finally we will discuss two qubit operations.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:07:12 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Varvelis",
"Evangelos",
""
],
[
"Ankerhold",
"Joachim",
""
]
] |
2504.14582 | Zheng Chen | Zheng Chen, Kai Liu, Jue Gong, Jingkai Wang, Lei Sun, Zongwei Wu, Radu
Timofte, Yulun Zhang, Xiangyu Kong, Xiaoxuan Yu, Hyunhee Park, Suejin Han,
Hakjae Jeon, Dafeng Zhang, Hyung-Ju Chun, Donghun Ryou, Inju Ha, Bohyung Han,
Lu Zhao, Yuyi Zhang, Pengyu Yan, Jiawei Hu, Pengwei Liu, Fengjun Guo,
Hongyuan Yu, Pufan Xu, Zhijuan Huang, Shuyuan Cui, Peng Guo, Jiahui Liu,
Dongkai Zhang, Heng Zhang, Huiyuan Fu, Huadong Ma, Yanhui Guo, Sisi Tian, Xin
Liu, Jinwen Liang, Jie Liu, Jie Tang, Gangshan Wu, Zeyu Xiao, Zhuoyuan Li,
Yinxiang Zhang, Wenxuan Cai, Vijayalaxmi Ashok Aralikatti, Nikhil Akalwadi, G
Gyaneshwar Rao, Chaitra Desai, Ramesh Ashok Tabib, Uma Mudenagudi, Marcos V.
Conde, Alejandro Merino, Bruno Longarela, Javier Abad, Weijun Yuan, Zhan Li,
Zhanglu Chen, Boyang Yao, Aagam Jain, Milan Kumar Singh, Ankit Kumar, Shubh
Kawa, Divyavardhan Singh, Anjali Sarvaiya, Kishor Upla, Raghavendra
Ramachandra, Chia-Ming Lee, Yu-Fan Lin, Chih-Chung Hsu, Risheek V Hiremath,
Yashaswini Palani, Yuxuan Jiang, Qiang Zhu, Siyue Teng, Fan Zhang, Shuyuan
Zhu, Bing Zeng, David Bull, Jingwei Liao, Yuqing Yang, Wenda Shao, Junyi
Zhao, Qisheng Xu, Kele Xu, Sunder Ali Khowaja, Ik Hyun Lee, Snehal Singh
Tomar, Rajarshi Ray, Klaus Mueller, Sachin Chaudhary, Surya Vashisth, Akshay
Dudhane, Praful Hambarde, Satya Naryan Tazi, Prashant Patil, Santosh Kumar
Vipparthi, Subrahmanyam Murala, Bilel Benjdira, Anas M. Ali, Wadii Boulila,
Zahra Moammeri, Ahmad Mahmoudi-Aznaveh, Ali Karbasi, Hossein Motamednia,
Liangyan Li, Guanhua Zhao, Kevin Le, Yimo Ning, Haoxuan Huang, Jun Chen | NTIRE 2025 Challenge on Image Super-Resolution ($\times$4): Methods and
Results | NTIRE 2025 webpage: https://www.cvlai.net/ntire/2025. Code:
https://github.com/zhengchen1999/NTIRE2025_ImageSR_x4 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper presents the NTIRE 2025 image super-resolution ($\times$4)
challenge, one of the associated competitions of the 10th NTIRE Workshop at
CVPR 2025. The challenge aims to recover high-resolution (HR) images from
low-resolution (LR) counterparts generated through bicubic downsampling with a
$\times$4 scaling factor. The objective is to develop effective network designs
or solutions that achieve state-of-the-art SR performance. To reflect the dual
objectives of image SR research, the challenge includes two sub-tracks: (1) a
restoration track, emphasizes pixel-wise accuracy and ranks submissions based
on PSNR; (2) a perceptual track, focuses on visual realism and ranks results by
a perceptual score. A total of 286 participants registered for the competition,
with 25 teams submitting valid entries. This report summarizes the challenge
design, datasets, evaluation protocol, the main results, and methods of each
team. The challenge serves as a benchmark to advance the state of the art and
foster progress in image SR.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:08:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Zheng",
""
],
[
"Liu",
"Kai",
""
],
[
"Gong",
"Jue",
""
],
[
"Wang",
"Jingkai",
""
],
[
"Sun",
"Lei",
""
],
[
"Wu",
"Zongwei",
""
],
[
"Timofte",
"Radu",
""
],
[
"Zhang",
"Yulun",
""
],
[
"Kong",
"Xiangyu",
""
],
[
"Yu",
"Xiaoxuan",
""
],
[
"Park",
"Hyunhee",
""
],
[
"Han",
"Suejin",
""
],
[
"Jeon",
"Hakjae",
""
],
[
"Zhang",
"Dafeng",
""
],
[
"Chun",
"Hyung-Ju",
""
],
[
"Ryou",
"Donghun",
""
],
[
"Ha",
"Inju",
""
],
[
"Han",
"Bohyung",
""
],
[
"Zhao",
"Lu",
""
],
[
"Zhang",
"Yuyi",
""
],
[
"Yan",
"Pengyu",
""
],
[
"Hu",
"Jiawei",
""
],
[
"Liu",
"Pengwei",
""
],
[
"Guo",
"Fengjun",
""
],
[
"Yu",
"Hongyuan",
""
],
[
"Xu",
"Pufan",
""
],
[
"Huang",
"Zhijuan",
""
],
[
"Cui",
"Shuyuan",
""
],
[
"Guo",
"Peng",
""
],
[
"Liu",
"Jiahui",
""
],
[
"Zhang",
"Dongkai",
""
],
[
"Zhang",
"Heng",
""
],
[
"Fu",
"Huiyuan",
""
],
[
"Ma",
"Huadong",
""
],
[
"Guo",
"Yanhui",
""
],
[
"Tian",
"Sisi",
""
],
[
"Liu",
"Xin",
""
],
[
"Liang",
"Jinwen",
""
],
[
"Liu",
"Jie",
""
],
[
"Tang",
"Jie",
""
],
[
"Wu",
"Gangshan",
""
],
[
"Xiao",
"Zeyu",
""
],
[
"Li",
"Zhuoyuan",
""
],
[
"Zhang",
"Yinxiang",
""
],
[
"Cai",
"Wenxuan",
""
],
[
"Aralikatti",
"Vijayalaxmi Ashok",
""
],
[
"Akalwadi",
"Nikhil",
""
],
[
"Rao",
"G Gyaneshwar",
""
],
[
"Desai",
"Chaitra",
""
],
[
"Tabib",
"Ramesh Ashok",
""
],
[
"Mudenagudi",
"Uma",
""
],
[
"Conde",
"Marcos V.",
""
],
[
"Merino",
"Alejandro",
""
],
[
"Longarela",
"Bruno",
""
],
[
"Abad",
"Javier",
""
],
[
"Yuan",
"Weijun",
""
],
[
"Li",
"Zhan",
""
],
[
"Chen",
"Zhanglu",
""
],
[
"Yao",
"Boyang",
""
],
[
"Jain",
"Aagam",
""
],
[
"Singh",
"Milan Kumar",
""
],
[
"Kumar",
"Ankit",
""
],
[
"Kawa",
"Shubh",
""
],
[
"Singh",
"Divyavardhan",
""
],
[
"Sarvaiya",
"Anjali",
""
],
[
"Upla",
"Kishor",
""
],
[
"Ramachandra",
"Raghavendra",
""
],
[
"Lee",
"Chia-Ming",
""
],
[
"Lin",
"Yu-Fan",
""
],
[
"Hsu",
"Chih-Chung",
""
],
[
"Hiremath",
"Risheek V",
""
],
[
"Palani",
"Yashaswini",
""
],
[
"Jiang",
"Yuxuan",
""
],
[
"Zhu",
"Qiang",
""
],
[
"Teng",
"Siyue",
""
],
[
"Zhang",
"Fan",
""
],
[
"Zhu",
"Shuyuan",
""
],
[
"Zeng",
"Bing",
""
],
[
"Bull",
"David",
""
],
[
"Liao",
"Jingwei",
""
],
[
"Yang",
"Yuqing",
""
],
[
"Shao",
"Wenda",
""
],
[
"Zhao",
"Junyi",
""
],
[
"Xu",
"Qisheng",
""
],
[
"Xu",
"Kele",
""
],
[
"Khowaja",
"Sunder Ali",
""
],
[
"Lee",
"Ik Hyun",
""
],
[
"Tomar",
"Snehal Singh",
""
],
[
"Ray",
"Rajarshi",
""
],
[
"Mueller",
"Klaus",
""
],
[
"Chaudhary",
"Sachin",
""
],
[
"Vashisth",
"Surya",
""
],
[
"Dudhane",
"Akshay",
""
],
[
"Hambarde",
"Praful",
""
],
[
"Tazi",
"Satya Naryan",
""
],
[
"Patil",
"Prashant",
""
],
[
"Vipparthi",
"Santosh Kumar",
""
],
[
"Murala",
"Subrahmanyam",
""
],
[
"Benjdira",
"Bilel",
""
],
[
"Ali",
"Anas M.",
""
],
[
"Boulila",
"Wadii",
""
],
[
"Moammeri",
"Zahra",
""
],
[
"Mahmoudi-Aznaveh",
"Ahmad",
""
],
[
"Karbasi",
"Ali",
""
],
[
"Motamednia",
"Hossein",
""
],
[
"Li",
"Liangyan",
""
],
[
"Zhao",
"Guanhua",
""
],
[
"Le",
"Kevin",
""
],
[
"Ning",
"Yimo",
""
],
[
"Huang",
"Haoxuan",
""
],
[
"Chen",
"Jun",
""
]
] |
2504.14583 | Akshit Gupta | Akshit Gupta, Remko Uijlenhoet | Using street view imagery and deep generative modeling for estimating
the health of urban forests | Accepted at ICLR 2025 Workshop | null | null | null | cs.CV cs.CY | http://creativecommons.org/licenses/by/4.0/ | Healthy urban forests comprising of diverse trees and shrubs play a crucial
role in mitigating climate change. They provide several key advantages such as
providing shade for energy conservation, and intercepting rainfall to reduce
flood runoff and soil erosion. Traditional approaches for monitoring the health
of urban forests require instrumented inspection techniques, often involving a
high amount of human labor and subjective evaluations. As a result, they are
not scalable for cities which lack extensive resources. Recent approaches
involving multi-spectral imaging data based on terrestrial sensing and
satellites, are constrained respectively with challenges related to dedicated
deployments and limited spatial resolutions. In this work, we propose an
alternative approach for monitoring the urban forests using simplified inputs:
street view imagery, tree inventory data and meteorological conditions. We
propose to use image-to-image translation networks to estimate two urban forest
health parameters, namely, NDVI and CTD. Finally, we aim to compare the
generated results with ground truth data using an onsite campaign utilizing
handheld multi-spectral and thermal imaging sensors. With the advent and
expansion of street view imagery platforms such as Google Street View and
Mapillary, this approach should enable effective management of urban forests
for the authorities in cities at scale.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:09:15 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gupta",
"Akshit",
""
],
[
"Uijlenhoet",
"Remko",
""
]
] |
2504.14584 | Nipuni. Ginige | Nipuni Ginige, Prathapasinghe Dharmawansa, Arthur Sousa de Sena, Nurul
Huda Mahmood, Nandana Rajatheva and Matti Latva-aho | Max-Min Fairness for Stacked Intelligent Metasurface-Assisted Multi-User
MISO Systems | null | null | null | null | eess.SP | http://creativecommons.org/licenses/by/4.0/ | Stacked intelligent metasurface (SIM) is an emerging technology that uses
multiple reconfigurable surface layers to enable flexible wave-based
beamforming. In this paper, we focus on an \ac{SIM}-assisted multi-user
multiple-input single-output system, where it is essential to ensure that all
users receive a fair and reliable service level. To this end, we develop two
max-min fairness algorithms based on instantaneous channel state information
(CSI) and statistical CSI. For the instantaneous CSI case, we propose an
alternating optimization algorithm that jointly optimizes power allocation
using geometric programming and wave-based beamforming coefficients using the
gradient descent-ascent method. For the statistical CSI case, since deriving an
exact expression for the average minimum achievable rate is analytically
intractable, we derive a tight upper bound and thereby formulate a stochastic
optimization problem. This problem is then solved, capitalizing on an
alternating approach combining geometric programming and gradient descent
algorithms, to obtain the optimal policies. Our numerical results show
significant improvements in the minimum achievable rate compared to the
benchmark schemes. In particular, for the instantaneous CSI scenario, the
individual impact of the optimal wave-based beamforming is significantly higher
than that of the power allocation strategy. Moreover, the proposed upper bound
is shown to be tight in the low signal-to-noise ratio regime under the
statistical CSI.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:13:05 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ginige",
"Nipuni",
""
],
[
"Dharmawansa",
"Prathapasinghe",
""
],
[
"de Sena",
"Arthur Sousa",
""
],
[
"Mahmood",
"Nurul Huda",
""
],
[
"Rajatheva",
"Nandana",
""
],
[
"Latva-aho",
"Matti",
""
]
] |
2504.14585 | Shibo Shu | Yuanhang He, Shibo Shu, Yaqiong Li, Xuefeng Lu, Ye Chai, Xiang Li, Zhi
Chang, He Gao, Yudong Gu, Xufang Li, Zhengwei Li, Zhouhui Liu, Guofeng Wang,
Zhongxue Xin, Daikang Yan, Aimei Zhang, Yifei Zhang, Yongjie Zhang, Wenhua
Shi, Juexian Cao, Congzhan Liu | Development of 6-inch 80-170 GHz broadband silicon plated horn antenna
arrays for primordial gravitational wave search | 13 pages, 14 figures, to be published in Research in Astronomy and
Astrophysics | null | null | null | astro-ph.IM physics.ins-det | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Searching for primordial gravitational wave in cosmic microwave background
(CMB) polarization signal is one of the key topics in modern cosmology.
Cutting-edge CMB telescopes requires thousands of pixels to maximize mapping
speed. Using modular design, the telescope focal plane is simplified as several
detector modules. Each module has hundreds of pixels including antenna arrays,
detector arrays, and readout arrays. The antenna arrays, as the beam defining
component, determine the overall optical response of the detector module. In
this article, we present the developments of 6-inch broadband antenna arrays
from 80GHz to 170GHz for the future IHEP focal plane module. The arrays are
fabricated from 42 6-inch silicon wafers including 456 antennas, 7% more pixels
than usual design. The overall in-band cross polarization is smaller than -20
dB and the in-band beam asymmetry is smaller than 10%, fulfilling the
requirements for primordial gravitational wave search.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:24:01 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"He",
"Yuanhang",
""
],
[
"Shu",
"Shibo",
""
],
[
"Li",
"Yaqiong",
""
],
[
"Lu",
"Xuefeng",
""
],
[
"Chai",
"Ye",
""
],
[
"Li",
"Xiang",
""
],
[
"Chang",
"Zhi",
""
],
[
"Gao",
"He",
""
],
[
"Gu",
"Yudong",
""
],
[
"Li",
"Xufang",
""
],
[
"Li",
"Zhengwei",
""
],
[
"Liu",
"Zhouhui",
""
],
[
"Wang",
"Guofeng",
""
],
[
"Xin",
"Zhongxue",
""
],
[
"Yan",
"Daikang",
""
],
[
"Zhang",
"Aimei",
""
],
[
"Zhang",
"Yifei",
""
],
[
"Zhang",
"Yongjie",
""
],
[
"Shi",
"Wenhua",
""
],
[
"Cao",
"Juexian",
""
],
[
"Liu",
"Congzhan",
""
]
] |
2504.14586 | Netta Engelhardt | Netta Engelhardt and Elliott Gesteau | Further Evidence Against a Semiclassical Baby Universe in AdS/CFT | 20 pages, 3 figures | null | null | null | hep-th | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We argue that a large class of asymptotically AdS geometries with a
semiclassical baby universe cannot be realized within the AdS/CFT
correspondence. This in particular resolves a recent puzzle introduced by
Antonini and Rath, in which a single CFT state appeared to simultaneously
describe an AdS spacetime with a baby universe and one without. We construct a
low-energy (and low complexity) boundary operator whose expectation values in
the descriptions with and without the baby universe cannot match if the baby
universe is semiclassical. This operator conclusively identifies the actual
bulk dual: the spacetime without a semiclassical baby universe. This result
assumes only that AdS/CFT admits an extrapolate dictionary and an
asymptotically isometric encoding of the causal wedge into the dual CFT,
without which the correspondence may well be vacuous.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:28:17 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Engelhardt",
"Netta",
""
],
[
"Gesteau",
"Elliott",
""
]
] |
2504.14587 | Jingtong Gao | Jingtong Gao, Yewen Li, Shuai Mao, Peng Jiang, Nan Jiang, Yejing Wang,
Qingpeng Cai, Fei Pan, Peng Jiang, Kun Gai, Bo An, Xiangyu Zhao | Generative Auto-Bidding with Value-Guided Explorations | null | null | null | null | cs.LG cs.IR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Auto-bidding, with its strong capability to optimize bidding decisions within
dynamic and competitive online environments, has become a pivotal strategy for
advertising platforms. Existing approaches typically employ rule-based
strategies or Reinforcement Learning (RL) techniques. However, rule-based
strategies lack the flexibility to adapt to time-varying market conditions, and
RL-based methods struggle to capture essential historical dependencies and
observations within Markov Decision Process (MDP) frameworks. Furthermore,
these approaches often face challenges in ensuring strategy adaptability across
diverse advertising objectives. Additionally, as offline training methods are
increasingly adopted to facilitate the deployment and maintenance of stable
online strategies, the issues of documented behavioral patterns and behavioral
collapse resulting from training on fixed offline datasets become increasingly
significant. To address these limitations, this paper introduces a novel
offline Generative Auto-bidding framework with Value-Guided Explorations
(GAVE). GAVE accommodates various advertising objectives through a score-based
Return-To-Go (RTG) module. Moreover, GAVE integrates an action exploration
mechanism with an RTG-based evaluation method to explore novel actions while
ensuring stability-preserving updates. A learnable value function is also
designed to guide the direction of action exploration and mitigate
Out-of-Distribution (OOD) problems. Experimental results on two offline
datasets and real-world deployments demonstrate that GAVE outperforms
state-of-the-art baselines in both offline evaluations and online A/B tests.
The implementation code is publicly available to facilitate reproducibility and
further research.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:28:49 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gao",
"Jingtong",
""
],
[
"Li",
"Yewen",
""
],
[
"Mao",
"Shuai",
""
],
[
"Jiang",
"Peng",
""
],
[
"Jiang",
"Nan",
""
],
[
"Wang",
"Yejing",
""
],
[
"Cai",
"Qingpeng",
""
],
[
"Pan",
"Fei",
""
],
[
"Jiang",
"Peng",
""
],
[
"Gai",
"Kun",
""
],
[
"An",
"Bo",
""
],
[
"Zhao",
"Xiangyu",
""
]
] |
2504.14588 | Wenke Xia | Wenke Xia, Ruoxuan Feng, Dong Wang, Di Hu | Phoenix: A Motion-based Self-Reflection Framework for Fine-grained
Robotic Action Correction | Accepted by CVPR2025 | null | null | null | cs.RO cs.AI cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Building a generalizable self-correction system is crucial for robots to
recover from failures. Despite advancements in Multimodal Large Language Models
(MLLMs) that empower robots with semantic reflection ability for failure,
translating semantic reflection into how to correct fine-grained robotic
actions remains a significant challenge. To address this gap, we build the
Phoenix framework, which leverages motion instruction as a bridge to connect
high-level semantic reflection with low-level robotic action correction. In
this motion-based self-reflection framework, we start with a dual-process
motion adjustment mechanism with MLLMs to translate the semantic reflection
into coarse-grained motion instruction adjustment. To leverage this motion
instruction for guiding how to correct fine-grained robotic actions, a
multi-task motion-conditioned diffusion policy is proposed to integrate visual
observations for high-frequency robotic action correction. By combining these
two models, we could shift the demand for generalization capability from the
low-level manipulation policy to the MLLMs-driven motion adjustment model and
facilitate precise, fine-grained robotic action correction. Utilizing this
framework, we further develop a lifelong learning method to automatically
improve the model's capability from interactions with dynamic environments. The
experiments conducted in both the RoboMimic simulation and real-world scenarios
prove the superior generalization and robustness of our framework across a
variety of manipulation tasks. Our code is released at
\href{https://github.com/GeWu-Lab/Motion-based-Self-Reflection-Framework}{https://github.com/GeWu-Lab/Motion-based-Self-Reflection-Framework}.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:30:43 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xia",
"Wenke",
""
],
[
"Feng",
"Ruoxuan",
""
],
[
"Wang",
"Dong",
""
],
[
"Hu",
"Di",
""
]
] |
2504.14589 | Sushil Mujumdar | Rabisankar Samanta, Romolo Savo, Claudio Conti, and Sushil Mujumdar | Second-order nonlinear disordered photonic media | 21 pages, 10 Graphics, Review Article | null | null | null | physics.optics cond-mat.dis-nn | http://creativecommons.org/licenses/by/4.0/ | The field of complex photonics has garnered significant interest due to its
rich physics and myriad applications spanning physics, engineering, biology,
and medicine. However, a substantial portion of research focuses primarily on
the linear medium. Over the years, optical nonlinearity, particularly the
second order denoted as $\chi^{(2)}$, has been harnessed for diverse
applications such as frequency conversions, three-wave mixing, material
characterizations, and bio-imaging. When $\chi^{(2)}$-nonlinearity combines
with the disorder, a new realm of physics emerges, which in the last 30 years
has witnessed substantial progress in fundamental studies and futuristic
applications. This review aims to explore fundamental concepts concerning
$\chi^{(2)}$-nonlinear disordered media, chart the field's evolution, highlight
current interests within the research community, and conclude with a future
perspective.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:39:38 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Samanta",
"Rabisankar",
""
],
[
"Savo",
"Romolo",
""
],
[
"Conti",
"Claudio",
""
],
[
"Mujumdar",
"Sushil",
""
]
] |
2504.14590 | Zichen Jin | Zichen Jin | Interdisciplinary Integration of Remote Sensing -- A Review with Four
Examples | null | null | null | null | cs.GR astro-ph.IM cs.SY eess.SY physics.geo-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | As a high-level discipline, the development of remote sensing depends on the
contribution of many other basic and applied disciplines and technologies. For
example, due to the close relationship between remote sensing and
photogrammetry, remote sensing would inevitably integrate disciplines such as
optics and color science. Also, remote sensing integrates the knowledge of
electronics in the conversion from optical signals to electrical signals via
CCD (Charge-Coupled Device) or other image sensors. Moreover, when conducting
object identification and classification with remote sensing data, mathematical
morphology and other digital image processing technologies are used. These
examples are only the tip of the iceberg of interdisciplinary integration of
remote sensing. This work briefly reviews the interdisciplinary integration of
remote sensing with four examples - ecology, mathematical morphology, machine
learning, and electronics.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:43:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jin",
"Zichen",
""
]
] |
2504.14591 | Farid Taghinavaz | Ali Hataei, Roya Heydari, Farid Taghinavaz | Kinetic Theory of Quasiparticles, Retarded Correlators and Hydrodynamics | 22 pages, 5 figures | null | null | null | nucl-th hep-ph hep-th | http://creativecommons.org/licenses/by/4.0/ | Kinetic theory provides a powerful framework for investigating macroscopic
and microscopic properties of weakly and strongly interacting plasmas. By
assuming a constant mass profile within the kinetic theory approach, we examine
the collective behavior of a system of massive relativistic particles within
the Maxwell-Boltzmann equilibrium distribution. We derive the two-point
retarded correlation functions for both charge and energy-momentum tensor
components at arbitrary momentum and frequency values. To obtain analytical
results, we expand relations for very small and large mass-to-temperature
ratios ($m/T$). For large ratios, no significant effects are observed in the
charge, shear, or sound propagation channels. However, for small ratios in the
charge correlation function within the hydrodynamic limit, the mass tends to
shift the hydrodynamic poles toward the unstable region, i.e.,
$\text{Im}(\omega) \geq 0$. This instability emerges at a critical value of
$(m/T)_c \simeq 1.234$. Furthermore, in the sound channel, the mass amplifies
the standard propagating sound mode, converting it into a purely (positive)
imaginary mode. Consequently, all modes in this channel become purely
imaginary, with instability becoming a dominant characteristic. In contrast, in
the shear channel, all modes converge to their massless limits. Similar to the
massless case, a threshold value exists for $(k \tau)$, below which the
correlators exhibit solutions. We find that hydrodynamic poles arise in the
strong coupling regime, while the weak coupling regime features a logarithmic
branch cut between $\omega = k$ and $\omega = -k$ that is analogous to the
massless scenario. Additionally, we derive the shear and bulk viscosity
transport coefficients, along with other coefficients up to third order in
gradients, as an expansion in terms of small $(m/T)$.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:45:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Hataei",
"Ali",
""
],
[
"Heydari",
"Roya",
""
],
[
"Taghinavaz",
"Farid",
""
]
] |
2504.14592 | Andrea Reguitti Dr. | A. Reguitti, A. Pastorello, G. Valerin | The fate of the progenitors of Luminous Red Novae: Infrared detection of
LRNe years after the outburst | 13 pages, 15 figures, 2 tables, submitted to A&A | null | null | null | astro-ph.SR astro-ph.GA astro-ph.HE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We present late-time optical and infrared (IR) observations of a sample of
nine extragalactic Luminous Red Novae (LRNe) discovered in the last three
decades. In all these cases, the LRN survivors fade below the pre-outburst
luminosity of the progenitors in the optical region. Instead, they remain
visible in the near-IR (NIR), and bright in the mid-IR (MIR) domains for years.
We recover AT 1997bs in $Spitzer$ images from 2004, and a residual source is
visible in HST and $JWST$ NIR images 27 years after the outburst. Its spectral
energy distribution (SED) is consistent with that of a red supergiant star with
a photospheric temperature of 3200 K and a radius of 220 $R_{\odot}$, without a
significant circumstellar dust attenuation, as the source is not detected at
4.5 $\mu$m. Another LRN, AT 2011kp, is detected by $JWST$ 12.5 years after the
outburst. From its SED, we find evidence for three black-body components: a
warm/hot stellar component, a colder component from cool dust at 425 K,
emitting between 3 and 6 $\mu$m, and a third even colder component responsible
for the excess at 8 $\mu$m, possibly due to an IR echo. We construct the
$[3.6]-[4.5]$ colour curves extending up to +7 years for six LRNe, which show a
similar evolution: the MIR colour is $\sim0$ before the optical maximum light,
it becomes bluer ($\sim-0.5$ mag) at around +1 year, then it gradually turns to
redder colours ($\sim+0.5$ mag) in the following years, before reaching
$[3.6]-[4.5]\sim+1.5$ mag 7 years after the outburst. Finally, we also estimate
the masses and the temperatures of newly-formed dust years after the LRN onset
for different chemical compositions (silicates or graphite) and grain sizes
(0.1 or 1.0 $\mu$m). We find that LRNe produce dust masses of the order of
(0.1-30)$\times10^{-6}$ $M_{\odot}$ between 3.6 and 13 years after the
outbursts, with temperatures in the range from 350 to 770 K.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:45:29 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Reguitti",
"A.",
""
],
[
"Pastorello",
"A.",
""
],
[
"Valerin",
"G.",
""
]
] |
2504.14593 | Daniel Mathews | Daniel V. Mathews, Orion Zymaris | An algebraic approach to circle packing | 17 pages, 6 figures | null | null | null | math.GT math.AG math.MG | http://creativecommons.org/licenses/by/4.0/ | We show that for a finite simplicial complex triangulating a disc, its
Euclidean circle packings can be found by solving a system of polynomial
equations. We also present a similar system of equations for unbranched circle
packings. The variables in these equations are associated to corners of
triangles in the complex, with one equation for each interior vertex, interior
edge, and face. The vertex equations are generalisations of the Descartes
circle theorem, of higher degree but more symmetric than those previously found
by the authors. We also provide some connections between the spinorial approach
of previous work of the authors, and classical Euclidean geometry.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:45:45 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mathews",
"Daniel V.",
""
],
[
"Zymaris",
"Orion",
""
]
] |
2504.14594 | Fan Gao | Fan Gao, Xinjie Zhao, Ding Xia, Zhongyi Zhou, Rui Yang, Jinghui Lu,
Hang Jiang, Chanjun Park, Irene Li | HealthGenie: Empowering Users with Healthy Dietary Guidance through
Knowledge Graph and Large Language Models | null | null | null | null | cs.HC cs.AI cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Seeking dietary guidance often requires navigating complex professional
knowledge while accommodating individual health conditions. Knowledge Graphs
(KGs) offer structured and interpretable nutritional information, whereas Large
Language Models (LLMs) naturally facilitate conversational recommendation
delivery. In this paper, we present HealthGenie, an interactive system that
combines the strengths of LLMs and KGs to provide personalized dietary
recommendations along with hierarchical information visualization for a quick
and intuitive overview. Upon receiving a user query, HealthGenie performs query
refinement and retrieves relevant information from a pre-built KG. The system
then visualizes and highlights pertinent information, organized by defined
categories, while offering detailed, explainable recommendation rationales.
Users can further tailor these recommendations by adjusting preferences
interactively. Our evaluation, comprising a within-subject comparative
experiment and an open-ended discussion, demonstrates that HealthGenie
effectively supports users in obtaining personalized dietary guidance based on
their health conditions while reducing interaction effort and cognitive load.
These findings highlight the potential of LLM-KG integration in supporting
decision-making through explainable and visualized information. We examine the
system's usefulness and effectiveness with an N=12 within-subject study and
provide design considerations for future systems that integrate conversational
LLM and KG.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:51:16 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Gao",
"Fan",
""
],
[
"Zhao",
"Xinjie",
""
],
[
"Xia",
"Ding",
""
],
[
"Zhou",
"Zhongyi",
""
],
[
"Yang",
"Rui",
""
],
[
"Lu",
"Jinghui",
""
],
[
"Jiang",
"Hang",
""
],
[
"Park",
"Chanjun",
""
],
[
"Li",
"Irene",
""
]
] |
2504.14595 | Mingchang Liu | Mingchang Liu | Critical Ising model, Multiple
SLE$_\kappa\left(\frac{\kappa-6}{2},\frac{\kappa-6}{2}\right)$ and
$\beta$-Jacobi Ensemble | 29 pages, 5 figures | null | null | null | math.PR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Fix $N\ge 1$ and suppose that $(\Omega;x_1,\ldots, x_{N}; x_{N+1}, x_{N+2})$
is a polygon, i.e. $\Omega$ is a simply connected domain with locally connected
boundary and $x_1,\ldots,x_{N+2}$ are $N+2$ different points located
counterclockwisely on $\partial\Omega$. Fix $\kappa\in (0,4)$. In this paper,
we will give two different constructions of multiple
$N$-SLE$_\kappa\left(\frac{\kappa-6}{2},\frac{\kappa-6}{2}\right)$ on
$(\Omega;x_1,\ldots,x_{N}; x_{N+1},x_{N+2})$ and prove that they give the same
law on random curves. Then, by establishing the uniqueness of multiple
$N$-SLE$_\kappa\left(\frac{\kappa-6}{2},\frac{\kappa-6}{2}\right)$, we can
obtain the joint law of the hitting points of multiple
$N$-SLE$_\kappa\left(\frac{\kappa-6}{2},\frac{\kappa-6}{2}\right)$ with odd
(resp. even) indices on $(x_{N+1}x_{N+2})$. After shrinking $x_1,\ldots,x_N$ to
one point, the law of hitting points with odd (resp. even) indices converge to
$\beta$-Jacobi ensemble with the conjectured relation $\beta=\frac{8}{\kappa}$.
We will establish a direct connection between SLE-type curves and
$\beta$-Jacobi ensemble.
As an application, we consider critical Ising model on a discrete polygon
$(\Omega^\delta_\delta;x^\delta_1,\ldots,x^\delta_{N};
x^\delta_{N+1},x^\delta_{N+2})$ with alternating boundary
$(x^\delta_{N+2}x^\delta_{N+1})$ and free boundary
$(x^\delta_{N+1}x^\delta_{N+2})$. Motivated by the partition function of
multiple $N$-SLE$_\kappa\left(\frac{\kappa-6}{2},\frac{\kappa-6}{2}\right)$, we
derive the scaling limit of the probability of the event that the interface
$\gamma_j^\delta$ starting from $x^\delta_j$ ends at
$(x^\delta_{N+1}x^\delta_{N+2})$ for all $1\le j\le N$. Moreover, we prove that
given this event, the interface $(\gamma_1^\delta,\ldots,\gamma_N^\delta)$
converges to multiple
$N$-SLE$_\kappa\left(\frac{\kappa-6}{2},\frac{\kappa-6}{2}\right)$ with
$\kappa=3$.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:51:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Liu",
"Mingchang",
""
]
] |
2504.14596 | Kei Itoh | Kei Itoh | Toward the Axiomatization of Intelligence: Structure, Time, and
Existence | 37 pages, 4 tables, in English, in Japanese | null | null | null | cs.AI cs.NE | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This study aims to construct an axiomatic definition of intelligence within a
meta-framework that defines the method of definition, addressing intelligence
as an inherently naive and polysemous concept. Initially, we formalize a
set-theoretic representation of the universe as the domain wherein intelligence
exists and characterize intelligence as a structure that involves temporal
evolution and interaction with other sets. Starting from a naive definition of
intelligence as "an entity possessing structures for externally inputting,
internally processing, and externally outputting information or matter," we
axiomatically reformulate it within this set-theoretical depiction of the
universe. Applying this axiomatic definition, we compare and interpret three
examples -- Hebbian non-optimized neural networks (NNs),
backpropagation-optimized NNs, and biological reflexive systems -- in terms of
their intelligence, structural properties, and biological plausibility.
Furthermore, by extending our definition into a categorical framework, we
introduce two categories, "Time Category" and "Intelligence Category," along
with the functorial relationships between them, demonstrating the potential to
represent changes and mimicry relationships among intelligent systems
abstractly. Additionally, since intelligence, as defined herein, functions
effectively only when accompanied by temporal interactions, we introduce the
concept of "activity" and explore how activity-based conditions influence
classifications and interpretations of intelligence. Finally, we suggest that
our definitional methodology is not limited to intelligence alone, but can be
similarly applied to other concepts, such as consciousness and emotion,
advocating for their formal reinterpretation through the same procedural steps:
defining a universal representation, selecting naive definitions, and axiomatic
formalization.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:55:37 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Itoh",
"Kei",
""
]
] |
2504.14597 | Lingrui Mei | Lingrui Mei, Shenghua Liu, Yiwei Wang, Baolong Bi, Yuyao Ge, Jun Wan,
Yurong Wu, Xueqi Cheng | a1: Steep Test-time Scaling Law via Environment Augmented Generation | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Large Language Models (LLMs) have made remarkable breakthroughs in reasoning,
yet continue to struggle with hallucinations, logical errors, and inability to
self-correct during complex multi-step tasks. Current approaches like
chain-of-thought prompting offer limited reasoning capabilities that fail when
precise step validation is required. We propose Environment Augmented
Generation (EAG), a framework that enhances LLM reasoning through: (1)
real-time environmental feedback validating each reasoning step, (2) dynamic
branch exploration for investigating alternative solution paths when faced with
errors, and (3) experience-based learning from successful reasoning
trajectories. Unlike existing methods, EAG enables deliberate backtracking and
strategic replanning through tight integration of execution feedback with
branching exploration. Our a1-32B model achieves state-of-the-art performance
among similar-sized models across all benchmarks, matching larger models like
o1 on competition mathematics while outperforming comparable models by up to
24.4 percentage points. Analysis reveals EAG's distinctive scaling pattern:
initial token investment in environment interaction yields substantial
long-term performance dividends, with advantages amplifying proportionally to
task complexity. EAG's theoretical framework demonstrates how environment
interactivity and systematic branch exploration together establish a new
paradigm for reliable machine reasoning, particularly for problems requiring
precise multi-step calculation and logical verification.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 12:55:59 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Mei",
"Lingrui",
""
],
[
"Liu",
"Shenghua",
""
],
[
"Wang",
"Yiwei",
""
],
[
"Bi",
"Baolong",
""
],
[
"Ge",
"Yuyao",
""
],
[
"Wan",
"Jun",
""
],
[
"Wu",
"Yurong",
""
],
[
"Cheng",
"Xueqi",
""
]
] |
2504.14598 | Tianyu Dong | Xiaoyu Zhao, Longfei Shi, Zhuoyu Zhang, Xiaoke Gao, Jiawei Wang, Xikui
Ma, Tianyu Dong | Focal control and light tracing on curved surfaces with isotropic
transformation medium | null | null | null | null | physics.optics | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Optics related to non-Euclidean geometry has been attracting growing interest
for emerged novel phenomena and the analog for general relativity, while most
studies are limited to the free space on rotationally-symmetric surfaces. In
this paper, we focus on the light control and ray tracing on complex surfaces
filled with inhomogeneous transformation medium. Within the conformal
transformation optics, focal control devices and absolute optical instruments
have been extended to curved surfaces. According to the equivalence between
geometry and material, the metric tensor of the curved surface and the
refractive index tensor are unified as the optical metric for the Hamilton's
equations of light propagation on a curved surface. By solving for ray
trajectories in the local coordinate system of mesh element and illuminating
the refraction between non-planar elements with discontinuous media, a
mesh-based ray-tracing algorithm on curved surface with medium has been
proposed to validate the light control. Our research establishes a theoretical
framework for light ray control in non-Euclidean space and offers an efficient
tool for ray tracing in inhomogeneous medium on curved surface.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:00:04 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhao",
"Xiaoyu",
""
],
[
"Shi",
"Longfei",
""
],
[
"Zhang",
"Zhuoyu",
""
],
[
"Gao",
"Xiaoke",
""
],
[
"Wang",
"Jiawei",
""
],
[
"Ma",
"Xikui",
""
],
[
"Dong",
"Tianyu",
""
]
] |
2504.14599 | Zhenlu Wang | Zhonghua Li, Zhenlu Wang | Interpolated multiple $t$-values of general level with fixed weight,
depth and height | null | null | null | null | math.NT | http://creativecommons.org/licenses/by/4.0/ | In this paper, we introduce the interpolated multiple $t$-values of general
level and represent a generating function for sums of interpolated multiple
$t$-values of general level with fixed weight, depth, and height in terms of a
generalized hypergeometric function $_3F_2$ evaluated at $1$. Furthermore, we
explore several special cases of our results. The theorems presented in this
paper extend earlier results on multiple zeta values and multiple $t$-values of
general level.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:00:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Zhonghua",
""
],
[
"Wang",
"Zhenlu",
""
]
] |
2504.14600 | Zheng Chen | Zheng Chen, Jingkai Wang, Kai Liu, Jue Gong, Lei Sun, Zongwei Wu, Radu
Timofte, Yulun Zhang, Jianxing Zhang, Jinlong Wu, Jun Wang, Zheng Xie, Hakjae
Jeon, Suejin Han, Hyung-Ju Chun, Hyunhee Park, Zhicun Yin, Junjie Chen, Ming
Liu, Xiaoming Li, Chao Zhou, Wangmeng Zuo, Weixia Zhang, Dingquan Li, Kede
Ma, Yun Zhang, Zhuofan Zheng, Yuyue Liu, Shizhen Tang, Zihao Zhang, Yi Ning,
Hao Jiang, Wenjie An, Kangmeng Yu, Chenyang Wang, Kui Jiang, Xianming Liu,
Junjun Jiang, Yingfu Zhang, Gang He, Siqi Wang, Kepeng Xu, Zhenyang Liu,
Changxin Zhou, Shanlan Shen, Yubo Duan, Yiang Chen, Jin Guo, Mengru Yang,
Jen-Wei Lee, Chia-Ming Lee, Chih-Chung Hsu, Hu Peng, Chunming He | NTIRE 2025 Challenge on Real-World Face Restoration: Methods and Results | NTIRE 2025 webpage: https://www.cvlai.net/ntire/2025. Code:
https://github.com/zhengchen1999/NTIRE2025_RealWorld_Face_Restoration | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | This paper provides a review of the NTIRE 2025 challenge on real-world face
restoration, highlighting the proposed solutions and the resulting outcomes.
The challenge focuses on generating natural, realistic outputs while
maintaining identity consistency. Its goal is to advance state-of-the-art
solutions for perceptual quality and realism, without imposing constraints on
computational resources or training data. The track of the challenge evaluates
performance using a weighted image quality assessment (IQA) score and employs
the AdaFace model as an identity checker. The competition attracted 141
registrants, with 13 teams submitting valid models, and ultimately, 10 teams
achieved a valid score in the final ranking. This collaborative effort advances
the performance of real-world face restoration while offering an in-depth
overview of the latest trends in the field.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:00:24 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Chen",
"Zheng",
""
],
[
"Wang",
"Jingkai",
""
],
[
"Liu",
"Kai",
""
],
[
"Gong",
"Jue",
""
],
[
"Sun",
"Lei",
""
],
[
"Wu",
"Zongwei",
""
],
[
"Timofte",
"Radu",
""
],
[
"Zhang",
"Yulun",
""
],
[
"Zhang",
"Jianxing",
""
],
[
"Wu",
"Jinlong",
""
],
[
"Wang",
"Jun",
""
],
[
"Xie",
"Zheng",
""
],
[
"Jeon",
"Hakjae",
""
],
[
"Han",
"Suejin",
""
],
[
"Chun",
"Hyung-Ju",
""
],
[
"Park",
"Hyunhee",
""
],
[
"Yin",
"Zhicun",
""
],
[
"Chen",
"Junjie",
""
],
[
"Liu",
"Ming",
""
],
[
"Li",
"Xiaoming",
""
],
[
"Zhou",
"Chao",
""
],
[
"Zuo",
"Wangmeng",
""
],
[
"Zhang",
"Weixia",
""
],
[
"Li",
"Dingquan",
""
],
[
"Ma",
"Kede",
""
],
[
"Zhang",
"Yun",
""
],
[
"Zheng",
"Zhuofan",
""
],
[
"Liu",
"Yuyue",
""
],
[
"Tang",
"Shizhen",
""
],
[
"Zhang",
"Zihao",
""
],
[
"Ning",
"Yi",
""
],
[
"Jiang",
"Hao",
""
],
[
"An",
"Wenjie",
""
],
[
"Yu",
"Kangmeng",
""
],
[
"Wang",
"Chenyang",
""
],
[
"Jiang",
"Kui",
""
],
[
"Liu",
"Xianming",
""
],
[
"Jiang",
"Junjun",
""
],
[
"Zhang",
"Yingfu",
""
],
[
"He",
"Gang",
""
],
[
"Wang",
"Siqi",
""
],
[
"Xu",
"Kepeng",
""
],
[
"Liu",
"Zhenyang",
""
],
[
"Zhou",
"Changxin",
""
],
[
"Shen",
"Shanlan",
""
],
[
"Duan",
"Yubo",
""
],
[
"Chen",
"Yiang",
""
],
[
"Guo",
"Jin",
""
],
[
"Yang",
"Mengru",
""
],
[
"Lee",
"Jen-Wei",
""
],
[
"Lee",
"Chia-Ming",
""
],
[
"Hsu",
"Chih-Chung",
""
],
[
"Peng",
"Hu",
""
],
[
"He",
"Chunming",
""
]
] |
2504.14601 | Ganiyu Oladimeji | Ganiyu Oladimeji | Rethinking trust in the digital age: An investigation of zero trust
architecture's social consequences on organizational culture, collaboration,
and knowledge sharing | null | null | null | null | cs.ET | http://creativecommons.org/licenses/by/4.0/ | As cyber threats escalate, Zero Trust Architecture (ZTA) replaces outdated
perimeter security with strict never trust, always verify protocols. However,
ZTA's dual nature as both technical infrastructure and social intervention
creates an unresolved tension: its very mechanisms for security may
systematically erode the trust foundations enabling effective collaboration.
This integrative research combines case study analysis, employee surveys, and
social network mapping reveals how ZTA disrupts knowledge-sharing,
disproportionately hindering low-altruism employees, while surveillance erodes
collective psychological ownership. Networked organizations, reliant on fluid
trust, face fragmentation risks. Mitigation strategies include adaptive
authorization frameworks using behavioral analytics and transparent
communication reframing security as shared responsibility. Interdepartmental
collaboration in security design preserves organizational trust structures
identified through sociometric mapping. This research provides a framework
balancing technical rigor with cultural sensitivity, proving cybersecurity can
coexist with innovation by aligning verification with organizational
psychology. The findings pioneer a paradigm where security and trust evolve
synergistically critical for digital resilience in hybrid work environments.
Future security must harmonize protocols with trust cultivation, ensuring
defenses adapt to social dynamics driving modern enterprises.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:00:34 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Oladimeji",
"Ganiyu",
""
]
] |
2504.14602 | Jiwei Li | Jiwei Li, Bi Zhang, Xiaowei Tan, Wanxin Chen, Zhaoyuan Liu, Juanjuan
Zhang, Weiguang Huo, Jian Huang, Lianqing Liu, and Xingang Zhao | K2MUSE: A human lower limb multimodal dataset under diverse conditions
for facilitating rehabilitation robotics | 23 pages, 13 figures,4 tables | null | null | null | cs.RO cs.AI cs.HC | http://creativecommons.org/licenses/by-nc-sa/4.0/ | The natural interaction and control performance of lower limb rehabilitation
robots are closely linked to biomechanical information from various human
locomotion activities. Multidimensional human motion data significantly deepen
the understanding of the complex mechanisms governing neuromuscular
alterations, thereby facilitating the development and application of
rehabilitation robots in multifaceted real-world environments. However,
currently available lower limb datasets are inadequate for supplying the
essential multimodal data and large-scale gait samples necessary for effective
data-driven approaches, and they neglect the significant effects of acquisition
interference in real applications.To fill this gap, we present the K2MUSE
dataset, which includes a comprehensive collection of multimodal data,
comprising kinematic, kinetic, amplitude-mode ultrasound (AUS), and surface
electromyography (sEMG) measurements. The proposed dataset includes lower limb
multimodal data from 30 able-bodied participants walking under different
inclines (0$^\circ$, $\pm$5$^\circ$, and $\pm$10$^\circ$), various speeds (0.5
m/s, 1.0 m/s, and 1.5 m/s), and different nonideal acquisition conditions
(muscle fatigue, electrode shifts, and inter-day differences). The kinematic
and ground reaction force data were collected via a Vicon motion capture system
and an instrumented treadmill with embedded force plates, whereas the sEMG and
AUS data were synchronously recorded for thirteen muscles on the bilateral
lower limbs. This dataset offers a new resource for designing control
frameworks for rehabilitation robots and conducting biomechanical analyses of
lower limb locomotion. The dataset is available at https://k2muse.github.io/.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:03:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Jiwei",
""
],
[
"Zhang",
"Bi",
""
],
[
"Tan",
"Xiaowei",
""
],
[
"Chen",
"Wanxin",
""
],
[
"Liu",
"Zhaoyuan",
""
],
[
"Zhang",
"Juanjuan",
""
],
[
"Huo",
"Weiguang",
""
],
[
"Huang",
"Jian",
""
],
[
"Liu",
"Lianqing",
""
],
[
"Zhao",
"Xingang",
""
]
] |
2504.14603 | Chaoyun Zhang | Chaoyun Zhang, He Huang, Chiming Ni, Jian Mu, Si Qin, Shilin He, Lu
Wang, Fangkai Yang, Pu Zhao, Chao Du, Liqun Li, Yu Kang, Zhao Jiang, Suzhen
Zheng, Rujia Wang, Jiaxu Qian, Minghua Ma, Jian-Guang Lou, Qingwei Lin,
Saravan Rajmohan, Dongmei Zhang | UFO2: The Desktop AgentOS | The source code of UFO2 is publicly available at
https://github.com/microsoft/UFO/, with comprehensive documentation provided
at https://microsoft.github.io/UFO/ | null | null | null | cs.AI cs.HC cs.OS | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Recent Computer-Using Agents (CUAs), powered by multimodal large language
models (LLMs), offer a promising direction for automating complex desktop
workflows through natural language. However, most existing CUAs remain
conceptual prototypes, hindered by shallow OS integration, fragile
screenshot-based interaction, and disruptive execution.
We present UFO2, a multiagent AgentOS for Windows desktops that elevates CUAs
into practical, system-level automation. UFO2 features a centralized HostAgent
for task decomposition and coordination, alongside a collection of
application-specialized AppAgent equipped with native APIs, domain-specific
knowledge, and a unified GUI--API action layer. This architecture enables
robust task execution while preserving modularity and extensibility. A hybrid
control detection pipeline fuses Windows UI Automation (UIA) with vision-based
parsing to support diverse interface styles. Runtime efficiency is further
enhanced through speculative multi-action planning, reducing per-step LLM
overhead. Finally, a Picture-in-Picture (PiP) interface enables automation
within an isolated virtual desktop, allowing agents and users to operate
concurrently without interference.
We evaluate UFO2 across over 20 real-world Windows applications,
demonstrating substantial improvements in robustness and execution accuracy
over prior CUAs. Our results show that deep OS integration unlocks a scalable
path toward reliable, user-aligned desktop automation.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:04:43 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Chaoyun",
""
],
[
"Huang",
"He",
""
],
[
"Ni",
"Chiming",
""
],
[
"Mu",
"Jian",
""
],
[
"Qin",
"Si",
""
],
[
"He",
"Shilin",
""
],
[
"Wang",
"Lu",
""
],
[
"Yang",
"Fangkai",
""
],
[
"Zhao",
"Pu",
""
],
[
"Du",
"Chao",
""
],
[
"Li",
"Liqun",
""
],
[
"Kang",
"Yu",
""
],
[
"Jiang",
"Zhao",
""
],
[
"Zheng",
"Suzhen",
""
],
[
"Wang",
"Rujia",
""
],
[
"Qian",
"Jiaxu",
""
],
[
"Ma",
"Minghua",
""
],
[
"Lou",
"Jian-Guang",
""
],
[
"Lin",
"Qingwei",
""
],
[
"Rajmohan",
"Saravan",
""
],
[
"Zhang",
"Dongmei",
""
]
] |
2504.14604 | Zhang Zhang | Zhang Zhang, Qiang Zhang, Wei Cui, Shuai Shi, Yijie Guo, Gang Han, Wen
Zhao, Hengle Ren, Renjing Xu, Jian Tang | RoboOcc: Enhancing the Geometric and Semantic Scene Understanding for
Robots | null | null | null | null | cs.RO | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | 3D occupancy prediction enables the robots to obtain spatial fine-grained
geometry and semantics of the surrounding scene, and has become an essential
task for embodied perception. Existing methods based on 3D Gaussians instead of
dense voxels do not effectively exploit the geometry and opacity properties of
Gaussians, which limits the network's estimation of complex environments and
also limits the description of the scene by 3D Gaussians. In this paper, we
propose a 3D occupancy prediction method which enhances the geometric and
semantic scene understanding for robots, dubbed RoboOcc. It utilizes the
Opacity-guided Self-Encoder (OSE) to alleviate the semantic ambiguity of
overlapping Gaussians and the Geometry-aware Cross-Encoder (GCE) to accomplish
the fine-grained geometric modeling of the surrounding scene. We conduct
extensive experiments on Occ-ScanNet and EmbodiedOcc-ScanNet datasets, and our
RoboOcc achieves state-of the-art performance in both local and global camera
settings. Further, in ablation studies of Gaussian parameters, the proposed
RoboOcc outperforms the state-of-the-art methods by a large margin of (8.47,
6.27) in IoU and mIoU metric, respectively. The codes will be released soon.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:06:23 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Zhang",
"Zhang",
""
],
[
"Zhang",
"Qiang",
""
],
[
"Cui",
"Wei",
""
],
[
"Shi",
"Shuai",
""
],
[
"Guo",
"Yijie",
""
],
[
"Han",
"Gang",
""
],
[
"Zhao",
"Wen",
""
],
[
"Ren",
"Hengle",
""
],
[
"Xu",
"Renjing",
""
],
[
"Tang",
"Jian",
""
]
] |
2504.14605 | Masoud Ataei | Masoud Ataei and Xiaogang Wang | Generalized Derangetropy Functionals for Modeling Cyclical Information
Flow | null | null | null | null | cs.IT cs.LG math.IT | http://creativecommons.org/licenses/by/4.0/ | This paper introduces a framework for modeling cyclical and feedback-driven
information flow through a generalized family of entropy-modulated
transformations called derangetropy functionals. Unlike scalar and static
entropy measures such as Shannon entropy, these functionals act directly on
probability densities and provide a topographical representation of information
structure across the support of the distribution. The framework captures
periodic and self-referential aspects of information distribution and encodes
them through functional operators governed by nonlinear differential equations.
When applied recursively, these operators induce a spectral diffusion process
governed by the heat equation, leading to convergence toward a Gaussian
characteristic function. This convergence theorem provides a unified analytical
foundation for describing the long-term dynamics of information under cyclic
modulation. The proposed framework offers new tools for analyzing the temporal
evolution of information in systems characterized by periodic structure,
stochastic feedback, and delayed interaction, with applications in artificial
neural networks, communication theory, and non-equilibrium statistical
mechanics.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:09:21 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ataei",
"Masoud",
""
],
[
"Wang",
"Xiaogang",
""
]
] |
2504.14606 | Siyi Jiao | Siyi Jiao, Wenzheng Zeng, Yerong Li, Huayu Zhang, Changxin Gao, Nong
Sang, Mike Zheng Shou | MP-Mat: A 3D-and-Instance-Aware Human Matting and Editing Framework with
Multiplane Representation | Accepted by ICLR 2025 | null | null | null | cs.CV | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Human instance matting aims to estimate an alpha matte for each human
instance in an image, which is challenging as it easily fails in complex cases
requiring disentangling mingled pixels belonging to multiple instances along
hairy and thin boundary structures. In this work, we address this by
introducing MP-Mat, a novel 3D-and-instance-aware matting framework with
multiplane representation, where the multiplane concept is designed from two
different perspectives: scene geometry level and instance level. Specifically,
we first build feature-level multiplane representations to split the scene into
multiple planes based on depth differences. This approach makes the scene
representation 3D-aware, and can serve as an effective clue for splitting
instances in different 3D positions, thereby improving interpretability and
boundary handling ability especially in occlusion areas. Then, we introduce
another multiplane representation that splits the scene in an instance-level
perspective, and represents each instance with both matte and color. We also
treat background as a special instance, which is often overlooked by existing
methods. Such an instance-level representation facilitates both foreground and
background content awareness, and is useful for other down-stream tasks like
image editing. Once built, the representation can be reused to realize
controllable instance-level image editing with high efficiency. Extensive
experiments validate the clear advantage of MP-Mat in matting task. We also
demonstrate its superiority in image editing tasks, an area under-explored by
existing matting-focused methods, where our approach under zero-shot inference
even outperforms trained specialized image editing techniques by large margins.
Code is open-sourced at https://github.com/JiaoSiyi/MPMat.git}.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:15:07 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Jiao",
"Siyi",
""
],
[
"Zeng",
"Wenzheng",
""
],
[
"Li",
"Yerong",
""
],
[
"Zhang",
"Huayu",
""
],
[
"Gao",
"Changxin",
""
],
[
"Sang",
"Nong",
""
],
[
"Shou",
"Mike Zheng",
""
]
] |
2504.14607 | Bertram Blank | A. Ortega Moral, S.M. Wang, J. Giovinazzo, T. Roger, B. Blank, P.
Ascher, C. Borcea, L. Caceres, M. Caamano, F. de Oliveira Santos, A. de
Roubin, B. Fernandez-Dominguez, D. Fernandez-Dominguez, J. Lois-Fuentes, M.
Gerbaux, S. Grevy, M. Hukkanen, A. Husson, O. Kamalou, T. Kurtukian-Nieto, J.
Michaud, J. Pancin, J. Piot, M. Pomorski, D. Regueira-Castro, A.M.
Sanchez-Benitez, O. Sorlin, M. Stanoiu, C. Stodel, J.-C. Thomas, M.
Vandebrouck | Two-proton correlations in the decay of 48Ni and 45Fe | 7 pages, 4 figures, submitted to PRC | null | null | null | nucl-ex | http://creativecommons.org/licenses/by-nc-nd/4.0/ | The main observables of the rare two-proton emission process - half-life,
total energy of the decay as well as energy and angular correlations between
the emitted protons - have been measured for 48Ni and 45Fe in a recent
experiment performed at the GANIL/LISE3 facility. The results, together with
previous experimental work, are compared for the first time with calculations
performed in the recently developed Gamow Coupled-Channel (GCC) framework and
to 3-body predictions from literature. The comparison of the 48Ni and the 45Fe
two-proton angular distributions with the GCC calculations confirms the adopted
strength of the proton-proton interaction for both nuclei and the predominant
small-angle emission. A comparison with 3-body model angular distributions
indicates the shell closure of the f_7/2 orbital for 48Ni and a substantial
occupancy of the p-orbital for 45Fe. Discrepancies between experimental data
and theoretical predictions are found when studying the other observables:
half-lives, total energy of the decay and energy correlations, showing the
complexity of the description of the two-proton emission process.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:16:39 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Moral",
"A. Ortega",
""
],
[
"Wang",
"S. M.",
""
],
[
"Giovinazzo",
"J.",
""
],
[
"Roger",
"T.",
""
],
[
"Blank",
"B.",
""
],
[
"Ascher",
"P.",
""
],
[
"Borcea",
"C.",
""
],
[
"Caceres",
"L.",
""
],
[
"Caamano",
"M.",
""
],
[
"Santos",
"F. de Oliveira",
""
],
[
"de Roubin",
"A.",
""
],
[
"Fernandez-Dominguez",
"B.",
""
],
[
"Fernandez-Dominguez",
"D.",
""
],
[
"Lois-Fuentes",
"J.",
""
],
[
"Gerbaux",
"M.",
""
],
[
"Grevy",
"S.",
""
],
[
"Hukkanen",
"M.",
""
],
[
"Husson",
"A.",
""
],
[
"Kamalou",
"O.",
""
],
[
"Kurtukian-Nieto",
"T.",
""
],
[
"Michaud",
"J.",
""
],
[
"Pancin",
"J.",
""
],
[
"Piot",
"J.",
""
],
[
"Pomorski",
"M.",
""
],
[
"Regueira-Castro",
"D.",
""
],
[
"Sanchez-Benitez",
"A. M.",
""
],
[
"Sorlin",
"O.",
""
],
[
"Stanoiu",
"M.",
""
],
[
"Stodel",
"C.",
""
],
[
"Thomas",
"J. -C.",
""
],
[
"Vandebrouck",
"M.",
""
]
] |
2504.14608 | Ruitian Li | Ruitian Li, Xuan Luo, Hao Sun | Theoretical study of the $N(1535)$ in the process $\Lambda_c^+\to
n\pi^+\pi^0$ | null | null | null | null | hep-ph | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | We have investigated the $\Lambda_c^+\to n\pi^+\pi^0$ decay process using the
chiral unitary approach, by considering that the nucleon resonance $N(1535)$
could be dynamically generated through $S$-wave pseudoscalar meson-octet baryon
interactions. In the invariant mass distributions of $\pi^0n$ and $\pi^+n$, we
observe a distinct peak structure associated with the resonance states
$N(1535)^0$ and $N(1535)^+$, respectively. Our results suggest that the
$\Lambda_c^+\to n\pi^+\pi^0$ process can be utilized to probe the properties of
the nucleon $N(1535)$, and therefore, we encourage more precise experimental
measurements of this process in the future.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:29:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Ruitian",
""
],
[
"Luo",
"Xuan",
""
],
[
"Sun",
"Hao",
""
]
] |
2504.14609 | Stuart Marongwe | Stuart Marongwe, Stuart Kauffman, Moletlanyi Tshipa and Christian
Corda | Resolving the S8 tension with the Lambda Prime ($\Lambda'$) model | 16 pages, 5 figures | null | null | null | astro-ph.CO gr-qc | http://creativecommons.org/licenses/by/4.0/ | The $S_8$ parameter, which quantifies the amplitude of matter fluctuations on
scales of $8h^{-1}$ Mpc, has been a source of tension between weak lensing
surveys (e.g. KiDS, DES, HSC) and the Planck Cosmic Microwave Background (CMB)
measurements. This discrepancy challenges the standard ${\Lambda}$CDM model and
has become one of the most significant tensions in modern cosmology. The
${\Lambda'}$ model offers a potential resolution by introducing modifications
to the cosmic growth history through alterations to the gravitational sector.
The alterations involve including a Ricci soliton into Einstein's field
equations which introduce a time dependent factor yielding a time varying
cosmological constant
${\Lambda'}=(1-{\alpha(t)^2}(t)){\Lambda_{DE}}\frac{{\rho}_g}{\rho_{DE}}$ and
subsequently the evolution of the cosmos. The Ricci soliton is sourced from
gravitational energy density. In this study we analyze results from six surveys
and compare the results for $w_a$ and $w_0$ with the ${\Lambda'}$ model. We
also find ${\sigma}_8={0.750}_{-0.020}^{+0.020}$ , $S_8={0.788}$. These values
are closer to some low $S_8$ measurements from weak lensing surveys (e.g DES,
KiDS), which report $S_8 \approx 0.76-0.78$, suggesting that the model may
alleviate the $S_8$ tension. High values of ${\alpha(t)}$ in the late universe
are the cause of suppressed structure formation and low values of ${\Lambda'}$.
The late universe in the ${\Lambda'}$ model is effectively or apparently 5-10%
younger than in ${\Lambda}$CDM which translates to
$H_0={72.734}_{-1.687}^{+1.687}$ km/s/Mpc, which is in agreement with late
universe probes. ${\Lambda'}$ is classified under the dynamical dark energy
models, however unlike alternatives, it does not invoke exotic particles nor
phantom energy.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:31:38 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Marongwe",
"Stuart",
""
],
[
"Kauffman",
"Stuart",
""
],
[
"Tshipa",
"Moletlanyi",
""
],
[
"Corda",
"Christian",
""
]
] |
2504.14610 | Manar Samad | Manar D. Samad, Kazi Fuad B. Akhter, Shourav B. Rabbani, Ibna Kowsar | No Imputation of Missing Values In Tabular Data Classification Using
Incremental Learning | null | null | null | null | cs.LG stat.ML | http://creativecommons.org/licenses/by-sa/4.0/ | Tabular data sets with varying missing values are prepared for machine
learning using an arbitrary imputation strategy. Synthetic values generated by
imputation models often concern data stakeholders about computational
complexity, data quality, and data-driven outcomes. This paper eliminates these
concerns by proposing no imputation incremental learning (NIIL) of tabular data
with varying missing value rates and types. The proposed method incrementally
learns partitions of overlapping feature sets while using attention masks to
exclude missing values from attention scoring. The average classification
performance rank order across 15 diverse tabular data sets highlights the
superiority of NIIL over 11 state-of-the-art learning methods with or without
missing value imputations. Further experiments substantiate the robustness of
NIIL against varying missing value types and rates compared to methods that
involve the imputation of missing values. Our empirical analysis reveals that a
feature partition size of half of the original feature space is,
computation-wise and accuracy-wise, the best choice for the proposed
incremental learning. The proposed method is one of the first deep learning
solutions that can effectively learn tabular data without requiring the
imputation of missing values.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:31:49 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Samad",
"Manar D.",
""
],
[
"Akhter",
"Kazi Fuad B.",
""
],
[
"Rabbani",
"Shourav B.",
""
],
[
"Kowsar",
"Ibna",
""
]
] |
2504.14611 | Yaodan Xu | Yaodan Xu, Sheng Zhou, Zhisheng Niu | Joint Optimization of Offloading, Batching and DVFS for Multiuser
Co-Inference | Accepted by 2025 IEEE International Conference on Communications
(ICC) | null | null | null | cs.DC | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | With the growing integration of artificial intelligence in mobile
applications, a substantial number of deep neural network (DNN) inference
requests are generated daily by mobile devices. Serving these requests presents
significant challenges due to limited device resources and strict latency
requirements. Therefore, edge-device co-inference has emerged as an effective
paradigm to address these issues. In this study, we focus on a scenario where
multiple mobile devices offload inference tasks to an edge server equipped with
a graphics processing unit (GPU). For finer control over offloading and
scheduling, inference tasks are partitioned into smaller sub-tasks.
Additionally, GPU batch processing is employed to boost throughput and improve
energy efficiency. This work investigates the problem of minimizing total
energy consumption while meeting hard latency constraints. We propose a
low-complexity Joint DVFS, Offloading, and Batching strategy (J-DOB) to solve
this problem. The effectiveness of the proposed algorithm is validated through
extensive experiments across varying user numbers and deadline constraints.
Results show that J-DOB can reduce energy consumption by up to 51.30% and
45.27% under identical and different deadlines, respectively, compared to local
computing.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:39:03 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Xu",
"Yaodan",
""
],
[
"Zhou",
"Sheng",
""
],
[
"Niu",
"Zhisheng",
""
]
] |
2504.14612 | Xu Ding | Xu Ding, KaiFan Ji, QiYuan Cheng, ZhiMing Song, JinLiang Wang, XueFen
Tian, and ChuanJun Wang | Detection of Semidetached Eclipsing Binaries from TESS | null | null | null | null | astro-ph.SR | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Semidetached binaries, distinguished by their mass transfer phase, play a
crucial role in elucidating the physics of mass transfer within interacting
binary systems. To identify these systems in eclipsing binary light curves
provided by large-scale time-domain surveys, we have developed a methodology by
training two distinct models that establish a mapping relationship between the
parameters (orbital parameters and physical parameters) of semidetached
binaries and their corresponding light curves. The first model corresponds to
scenarios where the more massive star fills its Roche lobe, while the second
model addresses situations where the less massive star does so. In
consideration of the O'Connell effect observed in the light curves, we
integrated a cool spot parameter into our models, thereby enhancing their
applicability to fit light curves that exhibit this phenomenon. Our two-model
framework was then harmonized with the Markov Chain Monte Carlo algorithm,
enabling precise and efficient light-curve fitting and parameter estimation.
Leveraging 2 minute cadence data from the initial 67 sectors of the Transiting
Exoplanet Survey Satellite, we successfully identified 327 systems where the
less massive component fills its Roche lobe, alongside three systems where the
more massive component fills its Roche lobe. Additionally, we offer
comprehensive fundamental parameters for these binary systems, including
orbital inclination, relative radius, mass ratio, and effective temperature.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:42:49 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Ding",
"Xu",
""
],
[
"Ji",
"KaiFan",
""
],
[
"Cheng",
"QiYuan",
""
],
[
"Song",
"ZhiMing",
""
],
[
"Wang",
"JinLiang",
""
],
[
"Tian",
"XueFen",
""
],
[
"Wang",
"ChuanJun",
""
]
] |
2504.14615 | Yongkang Li | Yongkang Li, Xu Wang, Zheng Shi, and Yaru Fu | Semantic HARQ for Intelligent Transportation Systems: Joint
Source-Channel Coding-Powered Reliable Retransmissions | null | null | null | null | cs.IT math.IT | http://creativecommons.org/licenses/by/4.0/ | The surge of data traffic in Intelligent Transportation Systems (ITS) places
a significant challenge on limited wireless resources. Semantic communication,
which transmits essential semantics of the raw data, offers a promising
solution by reducing redundancy and improving spectrum efficiency. However,
high vehicle mobility, dynamic channel conditions, and dense vehicular networks
severely impact transmission reliability in ITS. To address these limitations,
we integrate Hybrid Automatic Repeat reQuest (HARQ) with Joint Source-Channel
Coding (JSCC) to provide reliable semantic communications for ITS. To
counteract the adverse effects of time-varying fading channels and noise, we
propose a generative signal reconstructor module supported by a local knowledge
base, which employs a discriminator for channel error detection and a
conditional generative network for error correction. We propose three
innovative semantic HARQ (sem-HARQ) schemes, Type I sem-HARQ (sem-HARQ-I),
sem-HARQ with weighted combining (sem-HARQ-WC), and sem-HARQ with synonymous
combining (sem-HARQ-SC) to enable reliable JSCC-based semantic communications.
At the transmitter, both sem-HARQ-I and sem-HARQ-WC retransmit the same
semantic signals, while sem-HARQ-SC introduces redundant semantics across
different HARQ rounds through synonymous mapping. At the receiver, sem-HARQ-I
performs semantic decoding based solely on the currently received signal. In
contrast, sem-HARQ-WC enhances reliability by fusing the current received
semantic signal with prior erroneous signals at the feature or decision level,
thereby exploiting semantic information from failed HARQ rounds. Similarly,
sem-HARQ-SC employs feature-level combining, leveraging incremental semantic
redundancy to merge semantic features from retransmissions.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:46:26 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Li",
"Yongkang",
""
],
[
"Wang",
"Xu",
""
],
[
"Shi",
"Zheng",
""
],
[
"Fu",
"Yaru",
""
]
] |
2504.14616 | Antonio D. Montero-Dorta Prof. | Antonio D. Montero-Dorta, Andr\'es Balaguera-Antol\'inez, Ignacio G.
Alfaro, Andr\'es N. Ruiz, Ravi K. Sheth, Facundo Rodriguez, Daniela
Gal\'arraga-Espinosa, Constanza A. Soto-Su\'arez, Ignacio Quiroz, Iker
Fern\'andez-S\'anchez | The galaxy bias profile of cosmic voids | Submitted to A&A, comments welcome | null | null | null | astro-ph.CO astro-ph.GA | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Cosmic voids are underdense regions within the large-scale structure of the
Universe, spanning a wide range of physical scales - from a few megaparsecs
(Mpc) to the largest observable structures. Their distinctive properties make
them valuable cosmological probes and unique laboratories for galaxy formation
studies. A key aspect to investigate in this context is the galaxy bias, $b$,
within voids - that is, how galaxies in these underdense regions trace the
underlying dark-matter density field. We want to measure the dependence of the
large-scale galaxy bias on the distance to the void center, and to evaluate
whether this bias profile varies with the void properties and identification
procedure. We apply a void identification scheme based on spherical
overdensities to galaxy data from the IllustrisTNG magnetohydrodynamical
simulation. For the clustering measurement, we use an object-by-object estimate
of large-scale galaxy bias, which offers significant advantages over the
standard method based on ratios of correlation functions or power spectra. We
find that the average large-scale bias of galaxies inside voids tends to
increase with void-centric distance when normalized by the void radius. For the
entire galaxy population within voids, the average bias rises with the density
of the surrounding environment and, consequently, decreases with increasing
void size. Due to this environmental dependence, the average galaxy bias inside
S-type voids - embedded in large-scale overdense regions - is significantly
higher ($\langle b\rangle_{\rm in} > 0$) at all distances compared to R-type
voids, which are surrounded by underdense regions ($\langle b\rangle_{\rm in} <
0$). The bias profile for S-type voids is also slightly steeper. Since both
types of voids host halo populations of similar mass, the measured difference
in bias can be interpreted as a secondary bias effect.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:52:56 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Montero-Dorta",
"Antonio D.",
""
],
[
"Balaguera-Antolínez",
"Andrés",
""
],
[
"Alfaro",
"Ignacio G.",
""
],
[
"Ruiz",
"Andrés N.",
""
],
[
"Sheth",
"Ravi K.",
""
],
[
"Rodriguez",
"Facundo",
""
],
[
"Galárraga-Espinosa",
"Daniela",
""
],
[
"Soto-Suárez",
"Constanza A.",
""
],
[
"Quiroz",
"Ignacio",
""
],
[
"Fernández-Sánchez",
"Iker",
""
]
] |
2504.14617 | Min-Gyo Jeong | Sukmoon Huh, Min-gyo Jeong | Net logarithmic tangent sheaves of complete intersections | 23 pages | null | null | null | math.AG | http://creativecommons.org/licenses/by/4.0/ | The main purpose of this paper is to define the {\it net logarithmic tangent
sheaf}, as a generalization of the logarithmic tangent sheaf introduced by
P.~Deligne, over the field of complex numbers, and prove some basic properties
and give some applications. The generalization is valid for the pairs of the
smooth complete intersection variety and its complete intersecting subvariety.
As applications, we investigate the locus of net logarithmic tangent sheaves on
a smooth cubic surface in the corresponding moduli space of semistable sheaves.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:53:58 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Huh",
"Sukmoon",
""
],
[
"Jeong",
"Min-gyo",
""
]
] |
2504.14618 | Wenzhuo Liu | Han Bi, Ge Yu, Yu He, Wenzhuo Liu and Zijie Zheng | VM-BHINet:Vision Mamba Bimanual Hand Interaction Network for 3D
Interacting Hand Mesh Recovery From a Single RGB Image | null | null | null | null | cs.CV cs.AI | http://creativecommons.org/licenses/by/4.0/ | Understanding bimanual hand interactions is essential for realistic 3D pose
and shape reconstruction. However, existing methods struggle with occlusions,
ambiguous appearances, and computational inefficiencies. To address these
challenges, we propose Vision Mamba Bimanual Hand Interaction Network
(VM-BHINet), introducing state space models (SSMs) into hand reconstruction to
enhance interaction modeling while improving computational efficiency. The core
component, Vision Mamba Interaction Feature Extraction Block (VM-IFEBlock),
combines SSMs with local and global feature operations, enabling deep
understanding of hand interactions. Experiments on the InterHand2.6M dataset
show that VM-BHINet reduces Mean per-joint position error (MPJPE) and Mean
per-vertex position error (MPVPE) by 2-3%, significantly surpassing
state-of-the-art methods.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:54:22 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Bi",
"Han",
""
],
[
"Yu",
"Ge",
""
],
[
"He",
"Yu",
""
],
[
"Liu",
"Wenzhuo",
""
],
[
"Zheng",
"Zijie",
""
]
] |
2504.14619 | Yuri Balashov | Yuri Balashov, Alex Balashov and Shiho Fukuda Koski | Translation Analytics for Freelancers: I. Introduction, Data
Preparation, Baseline Evaluations | 28 pages, 4 figures. Accepted at the MT Summit, University of Geneva,
June 2025 | null | null | null | cs.CL | http://creativecommons.org/licenses/by-nc-nd/4.0/ | This is the first in a series of papers exploring the rapidly expanding new
opportunities arising from recent progress in language technologies for
individual translators and language service providers with modest resources.
The advent of advanced neural machine translation systems, large language
models, and their integration into workflows via computer-assisted translation
tools and translation management systems have reshaped the translation
landscape. These advancements enable not only translation but also quality
evaluation, error spotting, glossary generation, and adaptation to
domain-specific needs, creating new technical opportunities for freelancers. In
this series, we aim to empower translators with actionable methods to harness
these advancements. Our approach emphasizes Translation Analytics, a suite of
evaluation techniques traditionally reserved for large-scale industry
applications but now becoming increasingly available for smaller-scale users.
This first paper introduces a practical framework for adapting automatic
evaluation metrics -- such as BLEU, chrF, TER, and COMET -- to freelancers'
needs. We illustrate the potential of these metrics using a trilingual corpus
derived from a real-world project in the medical domain and provide statistical
analysis correlating human evaluations with automatic scores. Our findings
emphasize the importance of proactive engagement with emerging technologies to
not only adapt but thrive in the evolving professional environment.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:54:28 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Balashov",
"Yuri",
""
],
[
"Balashov",
"Alex",
""
],
[
"Koski",
"Shiho Fukuda",
""
]
] |
2504.14620 | Hongming Tan | Hongming Tan, Shaoxiong Zhan, Fengwei Jia, Hai-Tao Zheng, Wai Kin Chan | A Hierarchical Framework for Measuring Scientific Paper Innovation via
Large Language Models | null | null | null | null | cs.CL | http://arxiv.org/licenses/nonexclusive-distrib/1.0/ | Measuring scientific paper innovation is both important and challenging.
Existing content-based methods often overlook the full-paper context, fail to
capture the full scope of innovation, and lack generalization. We propose
HSPIM, a hierarchical and training-free framework based on large language
models (LLMs). It introduces a Paper-to-Sections-to-QAs decomposition to assess
innovation. We segment the text by section titles and use zero-shot LLM
prompting to implement section classification, question-answering (QA)
augmentation, and weighted novelty scoring. The generated QA pair focuses on
section-level innovation and serves as additional context to improve the LLM
scoring. For each chunk, the LLM outputs a novelty score and a confidence
score. We use confidence scores as weights to aggregate novelty scores into a
paper-level innovation score. To further improve performance, we propose a
two-layer question structure consisting of common and section-specific
questions, and apply a genetic algorithm to optimize the question-prompt
combinations. Comprehensive experiments on scientific conference paper datasets
show that HSPIM outperforms baseline methods in effectiveness, generalization,
and interpretability.
| [
{
"version": "v1",
"created": "Sun, 20 Apr 2025 13:58:20 GMT"
}
] | 2025-04-22T00:00:00 | [
[
"Tan",
"Hongming",
""
],
[
"Zhan",
"Shaoxiong",
""
],
[
"Jia",
"Fengwei",
""
],
[
"Zheng",
"Hai-Tao",
""
],
[
"Chan",
"Wai Kin",
""
]
] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.