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-05-16 00:00:00
authors_parsed
sequencelengths
1
2.83k
2505.10558
Peiying Zhang
Peiying Zhang, Nanxuan Zhao, Jing Liao
Style Customization of Text-to-Vector Generation with Image Diffusion Priors
Accepted by SIGGRAPH 2025 (Conference Paper). Project page: https://customsvg.github.io
null
null
null
cs.GR cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Scalable Vector Graphics (SVGs) are highly favored by designers due to their resolution independence and well-organized layer structure. Although existing text-to-vector (T2V) generation methods can create SVGs from text prompts, they often overlook an important need in practical applications: style customization, which is vital for producing a collection of vector graphics with consistent visual appearance and coherent aesthetics. Extending existing T2V methods for style customization poses certain challenges. Optimization-based T2V models can utilize the priors of text-to-image (T2I) models for customization, but struggle with maintaining structural regularity. On the other hand, feed-forward T2V models can ensure structural regularity, yet they encounter difficulties in disentangling content and style due to limited SVG training data. To address these challenges, we propose a novel two-stage style customization pipeline for SVG generation, making use of the advantages of both feed-forward T2V models and T2I image priors. In the first stage, we train a T2V diffusion model with a path-level representation to ensure the structural regularity of SVGs while preserving diverse expressive capabilities. In the second stage, we customize the T2V diffusion model to different styles by distilling customized T2I models. By integrating these techniques, our pipeline can generate high-quality and diverse SVGs in custom styles based on text prompts in an efficient feed-forward manner. The effectiveness of our method has been validated through extensive experiments. The project page is https://customsvg.github.io.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:21 GMT" } ]
2025-05-16T00:00:00
[ [ "Zhang", "Peiying", "" ], [ "Zhao", "Nanxuan", "" ], [ "Liao", "Jing", "" ] ]
2505.10559
Ziming Liu
Ziming Liu, Yizhou Liu, Jeff Gore, Max Tegmark
Neural Thermodynamic Laws for Large Language Model Training
18 pages, 10 figures
null
null
null
cs.LG cs.AI physics.data-an stat.ML
http://creativecommons.org/licenses/by/4.0/
Beyond neural scaling laws, little is known about the laws underlying large language models (LLMs). We introduce Neural Thermodynamic Laws (NTL) -- a new framework that offers fresh insights into LLM training dynamics. On the theoretical side, we demonstrate that key thermodynamic quantities (e.g., temperature, entropy, heat capacity, thermal conduction) and classical thermodynamic principles (e.g., the three laws of thermodynamics and the equipartition theorem) naturally emerge under river-valley loss landscape assumptions. On the practical side, this scientific perspective yields intuitive guidelines for designing learning rate schedules.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:22 GMT" } ]
2025-05-16T00:00:00
[ [ "Liu", "Ziming", "" ], [ "Liu", "Yizhou", "" ], [ "Gore", "Jeff", "" ], [ "Tegmark", "Max", "" ] ]
2505.10560
Zeying Zhu
Zeying Zhu, Jonathan Chamberlain, Kenny Wu, David Starobinski, Zaoxing Liu
Approximation-First Timeseries Monitoring Query At Scale
null
null
null
null
cs.DB
http://creativecommons.org/licenses/by-nc-nd/4.0/
Timeseries monitoring systems such as Prometheus play a crucial role in gaining observability of the underlying system components. These systems collect timeseries metrics from various system components and perform monitoring queries over periodic window-based aggregations (i.e., rule queries). However, despite wide adoption, the operational costs and query latency of rule queries remain high. In this paper, we identify major bottlenecks associated with repeated data scans and query computations concerning window overlaps in rule queries, and present PromSketch, an approximation-first query framework as intermediate caches for monitoring systems. It enables low operational costs and query latency, by combining approximate window-based query frameworks and sketch-based precomputation. PromSketch is implemented as a standalone module that can be integrated into Prometheus and VictoriaMetrics, covering 70% of Prometheus' aggregation over time queries. Our evaluation shows that PromSketch achieves up to a two orders of magnitude reduction in query latency over Prometheus and VictoriaMetrics, while lowering operational dollar costs of query processing by two orders of magnitude compared to Prometheus and by at least 4x compared to VictoriaMetrics with at most 5% average errors across statistics. The source code has been made available at https://github.com/Froot-NetSys/promsketch.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:24 GMT" } ]
2025-05-16T00:00:00
[ [ "Zhu", "Zeying", "" ], [ "Chamberlain", "Jonathan", "" ], [ "Wu", "Kenny", "" ], [ "Starobinski", "David", "" ], [ "Liu", "Zaoxing", "" ] ]
2505.10561
Zehan Wang
Zehan Wang, Ke Lei, Chen Zhu, Jiawei Huang, Sashuai Zhou, Luping Liu, Xize Cheng, Shengpeng Ji, Zhenhui Ye, Tao Jin, Zhou Zhao
T2A-Feedback: Improving Basic Capabilities of Text-to-Audio Generation via Fine-grained AI Feedback
ACL 2025
null
null
null
cs.SD eess.AS
http://creativecommons.org/licenses/by-sa/4.0/
Text-to-audio (T2A) generation has achieved remarkable progress in generating a variety of audio outputs from language prompts. However, current state-of-the-art T2A models still struggle to satisfy human preferences for prompt-following and acoustic quality when generating complex multi-event audio. To improve the performance of the model in these high-level applications, we propose to enhance the basic capabilities of the model with AI feedback learning. First, we introduce fine-grained AI audio scoring pipelines to: 1) verify whether each event in the text prompt is present in the audio (Event Occurrence Score), 2) detect deviations in event sequences from the language description (Event Sequence Score), and 3) assess the overall acoustic and harmonic quality of the generated audio (Acoustic&Harmonic Quality). We evaluate these three automatic scoring pipelines and find that they correlate significantly better with human preferences than other evaluation metrics. This highlights their value as both feedback signals and evaluation metrics. Utilizing our robust scoring pipelines, we construct a large audio preference dataset, T2A-FeedBack, which contains 41k prompts and 249k audios, each accompanied by detailed scores. Moreover, we introduce T2A-EpicBench, a benchmark that focuses on long captions, multi-events, and story-telling scenarios, aiming to evaluate the advanced capabilities of T2A models. Finally, we demonstrate how T2A-FeedBack can enhance current state-of-the-art audio model. With simple preference tuning, the audio generation model exhibits significant improvements in both simple (AudioCaps test set) and complex (T2A-EpicBench) scenarios.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:29 GMT" } ]
2025-05-16T00:00:00
[ [ "Wang", "Zehan", "" ], [ "Lei", "Ke", "" ], [ "Zhu", "Chen", "" ], [ "Huang", "Jiawei", "" ], [ "Zhou", "Sashuai", "" ], [ "Liu", "Luping", "" ], [ "Cheng", "Xize", "" ], [ "Ji", "Shengpeng", "" ], [ "Ye", "Zhenhui", "" ], [ "Jin", "Tao", "" ], [ "Zhao", "Zhou", "" ] ]
2505.10562
Wenxuan Wang
Wenxuan Wang, Fan Zhang, Yufeng Cui, Haiwen Diao, Zhuoyan Luo, Huchuan Lu, Jing Liu, Xinlong Wang
End-to-End Vision Tokenizer Tuning
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Existing vision tokenization isolates the optimization of vision tokenizers from downstream training, implicitly assuming the visual tokens can generalize well across various tasks, e.g., image generation and visual question answering. The vision tokenizer optimized for low-level reconstruction is agnostic to downstream tasks requiring varied representations and semantics. This decoupled paradigm introduces a critical misalignment: The loss of the vision tokenization can be the representation bottleneck for target tasks. For example, errors in tokenizing text in a given image lead to poor results when recognizing or generating them. To address this, we propose ETT, an end-to-end vision tokenizer tuning approach that enables joint optimization between vision tokenization and target autoregressive tasks. Unlike prior autoregressive models that use only discrete indices from a frozen vision tokenizer, ETT leverages the visual embeddings of the tokenizer codebook, and optimizes the vision tokenizers end-to-end with both reconstruction and caption objectives. ETT can be seamlessly integrated into existing training pipelines with minimal architecture modifications. Our ETT is simple to implement and integrate, without the need to adjust the original codebooks or architectures of the employed large language models. Extensive experiments demonstrate that our proposed end-to-end vision tokenizer tuning unlocks significant performance gains, i.e., 2-6% for multimodal understanding and visual generation tasks compared to frozen tokenizer baselines, while preserving the original reconstruction capability. We hope this very simple and strong method can empower multimodal foundation models besides image generation and understanding.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:39 GMT" } ]
2025-05-16T00:00:00
[ [ "Wang", "Wenxuan", "" ], [ "Zhang", "Fan", "" ], [ "Cui", "Yufeng", "" ], [ "Diao", "Haiwen", "" ], [ "Luo", "Zhuoyan", "" ], [ "Lu", "Huchuan", "" ], [ "Liu", "Jing", "" ], [ "Wang", "Xinlong", "" ] ]
2505.10563
Collin Tower
Collin Tower, Fereidoon S. Razavi, Jeremy Dion, J\"urgen Nuss, Reinhard K. Kremer, and Maureen Reedyk
Low-temperature structural instabilities of the halide double perovskite Cs$_2$AgBiBr$_6$ investigated via x-ray diffraction and infrared phonons
18 Pages, 16 Figures
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The halide double perovskite Cs$_2$AgBiBr$_6$ has been proposed as a potential replacement for organic halide perovskites for photovoltaic applications. Further investigation of its dielectric response, optical properties and structural stability is thus warranted. Cs$_2$AgBiBr$_6$ exhibits a well-documented structural phase transition at 120 K but indications for an additional lower temperature ($\sim$40 K) phase transition have also been reported. On the basis of measurements of the specific heat capacity, temperature dependent powder X-ray diffraction, low frequency capacitance, and infrared reflectivity we clarify the previously reported splitting of phonon modes in the Raman spectrum at $\sim$40 K as due to a subtle structural phase transition from the tetragonal I4/m structure to a monoclinic $P12_1$/$n1$ crystal structure. The infrared active vibrational modes are experimentally investigated in the three structural regimes. In the cubic structure at room temperature the four IR active modes are observed at 135,$\sim$95, 55, and $\sim$25 cm$^{-1}$, as the symmetry reduces to tetragonal a minute splitting of these modes is expected, however below 40 K an additional mode is observed indicating a further reduction in symmetry.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:39 GMT" } ]
2025-05-16T00:00:00
[ [ "Tower", "Collin", "" ], [ "Razavi", "Fereidoon S.", "" ], [ "Dion", "Jeremy", "" ], [ "Nuss", "Jürgen", "" ], [ "Kremer", "Reinhard K.", "" ], [ "Reedyk", "Maureen", "" ] ]
2505.10564
Jean-Francois Donati
J.-F. Donati, E. Gaidos, C. Moutou, P. I. Cristofari, L. Arnold, M. G. Barber, A. W. Mann
Mass, Gas, and Gauss around a T Tauri Star with SPIRou
A&A Letter in press (5 pages + 5 pages appendix, 11 figures, 4 tables)
null
null
null
astro-ph.SR astro-ph.EP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Studies of young planets help us understand planet evolution and investigate important evolutionary processes such as atmospheric escape. We monitored IRAS 04125+2902, a 3 Myr-old T Tauri star with a transiting planet and a transitional disk, with the SPIRou infrared spectropolarimeter on the Canada-France-Hawaii Telescope. Using these data, we constrained the mass and density of the Jupiter-size companion to <0.16 M_J and <0.23 g/cm^3, respectively (90\% upper limits). These rule out a Jovian-like object and support the hypothesis that it is an ancestor to the numerous sub-Neptunes found around mature stars. We unambiguously detect magnetic fields at the stellar surface, small-scale fields reaching 1.5 kG and the large-scale field mostly consisting of a 0.80-0.95 kG dipole inclined by 5-15deg to the rotation axis. Accretion onto the star is low and/or episodic at a maximum rate of ~10^{-11} Msun/yr, indicating that IRAS 04125+2902 is most likely in a magnetic 'propeller' regime, possibly maintaining the star's slow rotation (11.3~d). We discover persistent Doppler-shifted absorption in a metastable He I line, clear evidence for a magnetized wind from a gaseous inner disk. Variability in absorption suggests structure in the disk wind that could reflect disk-planet interactions.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:48 GMT" } ]
2025-05-16T00:00:00
[ [ "Donati", "J. -F.", "" ], [ "Gaidos", "E.", "" ], [ "Moutou", "C.", "" ], [ "Cristofari", "P. I.", "" ], [ "Arnold", "L.", "" ], [ "Barber", "M. G.", "" ], [ "Mann", "A. W.", "" ] ]
2505.10565
Zehan Wang
Zehan Wang, Siyu Chen, Lihe Yang, Jialei Wang, Ziang Zhang, Hengshuang Zhao, Zhou Zhao
Depth Anything with Any Prior
Home page: https://prior-depth-anything.github.io/
null
null
null
cs.CV
http://creativecommons.org/licenses/by-sa/4.0/
This work presents Prior Depth Anything, a framework that combines incomplete but precise metric information in depth measurement with relative but complete geometric structures in depth prediction, generating accurate, dense, and detailed metric depth maps for any scene. To this end, we design a coarse-to-fine pipeline to progressively integrate the two complementary depth sources. First, we introduce pixel-level metric alignment and distance-aware weighting to pre-fill diverse metric priors by explicitly using depth prediction. It effectively narrows the domain gap between prior patterns, enhancing generalization across varying scenarios. Second, we develop a conditioned monocular depth estimation (MDE) model to refine the inherent noise of depth priors. By conditioning on the normalized pre-filled prior and prediction, the model further implicitly merges the two complementary depth sources. Our model showcases impressive zero-shot generalization across depth completion, super-resolution, and inpainting over 7 real-world datasets, matching or even surpassing previous task-specific methods. More importantly, it performs well on challenging, unseen mixed priors and enables test-time improvements by switching prediction models, providing a flexible accuracy-efficiency trade-off while evolving with advancements in MDE models.
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:50 GMT" } ]
2025-05-16T00:00:00
[ [ "Wang", "Zehan", "" ], [ "Chen", "Siyu", "" ], [ "Yang", "Lihe", "" ], [ "Wang", "Jialei", "" ], [ "Zhang", "Ziang", "" ], [ "Zhao", "Hengshuang", "" ], [ "Zhao", "Zhou", "" ] ]
2505.10566
Yen-Chi Cheng
Yen-Chi Cheng, Krishna Kumar Singh, Jae Shin Yoon, Alex Schwing, Liangyan Gui, Matheus Gadelha, Paul Guerrero, Nanxuan Zhao
3D-Fixup: Advancing Photo Editing with 3D Priors
SIGGRAPH 2025. Project page: https://3dfixup.github.io/
null
10.1145/3721238.3730695
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
Despite significant advances in modeling image priors via diffusion models, 3D-aware image editing remains challenging, in part because the object is only specified via a single image. To tackle this challenge, we propose 3D-Fixup, a new framework for editing 2D images guided by learned 3D priors. The framework supports difficult editing situations such as object translation and 3D rotation. To achieve this, we leverage a training-based approach that harnesses the generative power of diffusion models. As video data naturally encodes real-world physical dynamics, we turn to video data for generating training data pairs, i.e., a source and a target frame. Rather than relying solely on a single trained model to infer transformations between source and target frames, we incorporate 3D guidance from an Image-to-3D model, which bridges this challenging task by explicitly projecting 2D information into 3D space. We design a data generation pipeline to ensure high-quality 3D guidance throughout training. Results show that by integrating these 3D priors, 3D-Fixup effectively supports complex, identity coherent 3D-aware edits, achieving high-quality results and advancing the application of diffusion models in realistic image manipulation. The code is provided at https://3dfixup.github.io/
[ { "version": "v1", "created": "Thu, 15 May 2025 17:59:51 GMT" } ]
2025-05-16T00:00:00
[ [ "Cheng", "Yen-Chi", "" ], [ "Singh", "Krishna Kumar", "" ], [ "Yoon", "Jae Shin", "" ], [ "Schwing", "Alex", "" ], [ "Gui", "Liangyan", "" ], [ "Gadelha", "Matheus", "" ], [ "Guerrero", "Paul", "" ], [ "Zhao", "Nanxuan", "" ] ]
math/0701235
Jinzhu Han
Jinzhu Han
The Transformation of Sieve Function
7 pages
null
null
null
math.GM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we introduced the theory of the sieve function transformation. Using the principle of sieve function transformation, we improved sieve method, and obtained the difference range of similar sieve function values. For this, we improved the prime theorem for arithmetic series. The theory of sieve function transformation can also be used to research many problems in number theory.
[ { "version": "v1", "created": "Mon, 8 Jan 2007 23:04:24 GMT" }, { "version": "v10", "created": "Thu, 9 Jun 2022 06:23:29 GMT" }, { "version": "v11", "created": "Thu, 28 Sep 2023 13:05:35 GMT" }, { "version": "v12", "created": "Thu, 10 Apr 2025 02:16:27 GMT" }, { "version": "v13", "created": "Thu, 17 Apr 2025 03:28:37 GMT" }, { "version": "v14", "created": "Thu, 15 May 2025 03:13:21 GMT" }, { "version": "v2", "created": "Sun, 26 Oct 2008 09:05:21 GMT" }, { "version": "v3", "created": "Sat, 14 Dec 2019 08:38:44 GMT" }, { "version": "v4", "created": "Tue, 21 Jul 2020 13:17:58 GMT" }, { "version": "v5", "created": "Wed, 4 Nov 2020 12:59:05 GMT" }, { "version": "v6", "created": "Tue, 29 Dec 2020 09:27:13 GMT" }, { "version": "v7", "created": "Thu, 29 Apr 2021 09:38:40 GMT" }, { "version": "v8", "created": "Sun, 26 Dec 2021 13:29:06 GMT" }, { "version": "v9", "created": "Mon, 17 Jan 2022 13:02:30 GMT" } ]
2025-05-16T00:00:00
[ [ "Han", "Jinzhu", "" ] ]
0901.4431
Valery Alexeev
Valery Alexeev and Rita Pardini
Explicit compactifications of moduli spaces of Campedelli and Burniat surfaces
v.4: Minor update: (1) In the symmetry group of Burniat configuration (Thm. 2) GL(2,F_2) replaced by C_3. (2) In the surface on the right in Fig. 10 (E degeneration), the colors rotated cyclically; similarly in Fig. 12 (EF degeneration)
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We describe explicitly the geometric compactifications, obtained by adding slc surfaces $X$ with ample canonical class, for two connected components in the moduli space of surfaces of general type: Campedelli surfaces with $\pi_1(X)=\mathbb Z_2^3$ and Burniat surfaces with $K^2=6$.
[ { "version": "v1", "created": "Wed, 28 Jan 2009 10:33:40 GMT" }, { "version": "v2", "created": "Tue, 11 Jul 2023 16:39:55 GMT" }, { "version": "v3", "created": "Wed, 26 Jul 2023 12:02:17 GMT" }, { "version": "v4", "created": "Tue, 13 May 2025 18:18:59 GMT" } ]
2025-05-15T00:00:00
[ [ "Alexeev", "Valery", "" ], [ "Pardini", "Rita", "" ] ]
0912.2870
Stephen Boyce
Stephen Boyce
On the formalist account of an arbitrary first-order theory
The article contains an error. It is not possible to quantify over all of the domains of interpretation in a type free metatheory
null
null
null
math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper examines the metatheory of the formalist account of an arbitrary first-order theory. The paper considers whether the metatheory can be expressed (using Tarskian semantics) in a model of a first-order theory that, roughly speaking, contains a proper axiom (schema) corresponding to a set-theoretic axiom (schema) of subsets. The hypothesis is reduced to absurdity.
[ { "version": "v1", "created": "Tue, 15 Dec 2009 13:50:51 GMT" }, { "version": "v2", "created": "Sun, 20 Dec 2009 02:13:10 GMT" }, { "version": "v3", "created": "Tue, 22 Dec 2009 12:04:28 GMT" }, { "version": "v4", "created": "Tue, 29 Dec 2009 03:57:06 GMT" }, { "version": "v5", "created": "Sun, 3 Jan 2010 12:38:54 GMT" }, { "version": "v6", "created": "Thu, 4 Feb 2010 00:21:23 GMT" }, { "version": "v7", "created": "Mon, 14 Mar 2011 12:19:52 GMT" }, { "version": "v8", "created": "Sun, 20 Mar 2011 22:40:43 GMT" }, { "version": "v9", "created": "Wed, 14 May 2025 03:14:37 GMT" } ]
2025-05-15T00:00:00
[ [ "Boyce", "Stephen", "" ] ]
1003.4483
Stephen Boyce
Stephen Boyce
The metatheory of first-order logic: a contribution to a defence of Principia Mathematica
The article contains an error. A correct description of the system of Principia requires closer attention to the issues addressed by Principia's type theory
null
null
null
math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper presents an account of the first-order logic of Principia Mathematica and preliminary evidence that the system is superior to currently accepted classical rivals. A widely accepted view that Whitehead and Russell's presentation of logic in Principia is essentially defective in departing from contemporary standards is considered. It is shown that the judgement is based on a number of arguments that do not withstand critical scrutiny. For example, the common presumption that the metatheory of contemporary first-order logic may be made precise in the expected way (using a first-order set theory equivalent to NBG) is shown to be false; on pain of contradiction, there cannot exist any such domain of interpretation of NBG. An alternative view of first-order logic, derived from Principia, is then presented. It is shown that Principia avoids the problem just discussed, as the first-order fragment may be made precise under an interpretation of the full system.
[ { "version": "v1", "created": "Tue, 23 Mar 2010 18:10:45 GMT" }, { "version": "v2", "created": "Sat, 3 Apr 2010 11:29:37 GMT" }, { "version": "v3", "created": "Sun, 1 Aug 2010 05:00:30 GMT" }, { "version": "v4", "created": "Sun, 5 Sep 2010 12:59:21 GMT" }, { "version": "v5", "created": "Sun, 28 Nov 2010 23:31:35 GMT" }, { "version": "v6", "created": "Wed, 14 May 2025 03:19:31 GMT" } ]
2025-05-15T00:00:00
[ [ "Boyce", "Stephen", "" ] ]
1010.1282
Stephen Boyce
Stephen Boyce
A note on first-order arithmetic
The article contains an error. It's not shown that standard (Tarskian) semantics can be modified as suggested without other adjustments to other metatheoretical properties of an interpretation etc being required
null
null
null
math.GM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper describes a system S' obtained by modifying first-order arithmetic to 'parameterise' the individual variables so that under any interpretation of S', the individual variables range over all and only the individuals assigned to the numerals under this interpretation. Since S' contains Peano arithmetic and is recursively axiomatised we can modify Goedel's technique to define a Goedel sentence for S', say (x)R[x]. S' may be shown to be inconsistent since (x)R[x] must be an S' theorem. Since the syntax of S' and S are identical however the inconsistency of S itself is implied by this result.
[ { "version": "v1", "created": "Wed, 6 Oct 2010 21:11:30 GMT" }, { "version": "v2", "created": "Mon, 25 Oct 2010 03:25:29 GMT" }, { "version": "v3", "created": "Sun, 28 Nov 2010 23:33:15 GMT" }, { "version": "v4", "created": "Thu, 14 Apr 2011 10:42:23 GMT" }, { "version": "v5", "created": "Tue, 20 Sep 2011 13:43:52 GMT" }, { "version": "v6", "created": "Sun, 2 Oct 2011 09:42:19 GMT" }, { "version": "v7", "created": "Wed, 14 May 2025 03:08:51 GMT" } ]
2025-05-15T00:00:00
[ [ "Boyce", "Stephen", "" ] ]
1105.0321
Stephen Boyce
Stephen Boyce
Goedel's proof: a revisionist view
The paper contains an error. It's not possible to correctly define a semantics for such systems in a type free metatheory
null
null
null
math.GM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This note presents a revised assessment of Goedel's proof. I show that the proof can be modified to establish that there exists a system P' such that: either P' is inconsistent (and P is also inconsistent) or P' is consistent and yet has no model. To define P' I firstly present a semantics for Goedel's P, and then define a theory P0 which is syntactically identical to P however the meaning of the type one variables differs in that for any interpretation of P0 these variables range over all and only the individuals assigned to the P0 numerals. P' is the theory obtained by adding the negation of a Goedel sentence for P0 to the proper axioms of P0.
[ { "version": "v1", "created": "Mon, 2 May 2011 13:30:56 GMT" }, { "version": "v2", "created": "Thu, 12 May 2011 10:58:35 GMT" }, { "version": "v3", "created": "Tue, 31 May 2011 11:17:27 GMT" }, { "version": "v4", "created": "Sun, 19 Jun 2011 12:21:50 GMT" }, { "version": "v5", "created": "Mon, 27 Jun 2011 13:36:41 GMT" }, { "version": "v6", "created": "Tue, 30 Aug 2011 12:09:04 GMT" }, { "version": "v7", "created": "Thu, 8 Sep 2011 13:50:51 GMT" }, { "version": "v8", "created": "Sun, 2 Oct 2011 22:43:24 GMT" }, { "version": "v9", "created": "Wed, 14 May 2025 02:36:03 GMT" } ]
2025-05-15T00:00:00
[ [ "Boyce", "Stephen", "" ] ]
1106.0489
Ender Ayanoglu
S. N. Avci, X. Hu, E. Ayanoglu
Recovery from Link Failures in Networks with Arbitrary Topology via Diversity Coding
null
2011 IEEE Global Telecommunications Conference - GLOBECOM 2011, Houston, TX, USA, 2011, pp. 1-6
0.1109/GLOCOM.2011.6134451
null
cs.NI cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Link failures in wide area networks are common. To recover from such failures, a number of methods such as SONET rings, protection cycles, and source rerouting have been investigated. Two important considerations in such approaches are the recovery time and the needed spare capacity to complete the recovery. Usually, these techniques attempt to achieve a recovery time less than 50 ms. In this paper we introduce an approach that provides link failure recovery in a hitless manner, or without any appreciable delay. This is achieved by means of a method called diversity coding. We present an algorithm for the design of an overlay network to achieve recovery from single link failures in arbitrary networks via diversity coding. This algorithm is designed to minimize spare capacity for recovery. We compare the recovery time and spare capacity performance of this algorithm against conventional techniques in terms of recovery time, spare capacity, and a joint metric called Quality of Recovery (QoR). QoR incorporates both the spare capacity percentages and worst case recovery times. Based on these results, we conclude that the proposed technique provides much shorter recovery times while achieving similar extra capacity, or better QoR performance overall.
[ { "version": "v1", "created": "Thu, 2 Jun 2011 19:31:30 GMT" }, { "version": "v2", "created": "Fri, 17 Jun 2011 00:05:18 GMT" } ]
2025-05-15T00:00:00
[ [ "Avci", "S. N.", "" ], [ "Hu", "X.", "" ], [ "Ayanoglu", "E.", "" ] ]
1501.06099
Ender Ayanoglu
Kemal Davaslioglu and Ender Ayanoglu
Quantifying Potential Energy Efficiency Gain in Green Cellular Wireless Networks
arXiv admin note: text overlap with arXiv:1210.8433
IEEE Communications Surveys and Tutorials, Vol. 16, pp. 2065-2091, Fourth Quarter 2014
10.1109/COMST.2014.2322951
null
cs.NI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Conventional cellular wireless networks were designed with the purpose of providing high throughput for the user and high capacity for the service provider, without any provisions of energy efficiency. As a result, these networks have an enormous Carbon footprint. In this paper, we describe the sources of the inefficiencies in such networks. First we present results of the studies on how much Carbon footprint such networks generate. We also discuss how much more mobile traffic is expected to increase so that this Carbon footprint will even increase tremendously more. We then discuss specific sources of inefficiency and potential sources of improvement at the physical layer as well as at higher layers of the communication protocol hierarchy. In particular, considering that most of the energy inefficiency in cellular wireless networks is at the base stations, we discuss multi-tier networks and point to the potential of exploiting mobility patterns in order to use base station energy judiciously. We then investigate potential methods to reduce this inefficiency and quantify their individual contributions. By a consideration of the combination of all potential gains, we conclude that an improvement in energy consumption in cellular wireless networks by two orders of magnitude, or even more, is possible.
[ { "version": "v1", "created": "Sun, 25 Jan 2015 00:00:50 GMT" } ]
2025-05-15T00:00:00
[ [ "Davaslioglu", "Kemal", "" ], [ "Ayanoglu", "Ender", "" ] ]
1504.04852
Mihail Cocos
Mihail Cocos
Proof of Chern conjecture for flat affine manifolds
null
null
null
null
math.DG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove Chern's conjecture that the Euler characteristic vanishes for closed flat affine manifolds $(M,\nabla)$. The key innovation is a deformation argument for the Euler form: we construct a one-parameter family of connections $\nabla^t$ between $\nabla$ and a Levi-Civita connection, where each $\nabla^t$ is pointwise metric-compatible with respect to carefully chosen local metrics $h^{t,x} = (1-t)h^x + tg$. By lifting to $M \times [0,1]$ and exploiting the global metric-compatibility of the pullback connection $p^*\nabla^t$, we show via Stokes' theorem that the Chern-Weil integrand for $\chi(M)$ becomes exact. This approach, combined with a rigidity theorem for the associated holonomy groups (extending work of Cocos~\cite{MCocos}), forces $\chi(M) = 0$.
[ { "version": "v1", "created": "Sun, 19 Apr 2015 16:41:41 GMT" }, { "version": "v2", "created": "Sat, 1 Aug 2015 17:06:46 GMT" }, { "version": "v3", "created": "Thu, 6 Aug 2015 22:22:50 GMT" }, { "version": "v4", "created": "Mon, 31 Mar 2025 13:41:30 GMT" }, { "version": "v5", "created": "Fri, 11 Apr 2025 14:12:15 GMT" }, { "version": "v6", "created": "Mon, 28 Apr 2025 18:16:39 GMT" }, { "version": "v7", "created": "Tue, 13 May 2025 21:12:39 GMT" } ]
2025-05-15T00:00:00
[ [ "Cocos", "Mihail", "" ] ]
1706.05494
Antti Rasila
Manzi Huang, Antti Rasila, Xiantao Wang and Qingshan Zhou
Geometric characterizations of inner uniformity through Gromov hyperbolicity
38 pages, 2 figures
null
null
null
math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we study the characterization of inner uniformity of bounded domains $G$ in $\IR^n$, and prove that the following three conditions are equivalent: $(1)$ $G$ is inner uniform; $(2)$ $G$ is Gromov hyperbolic and its inner metric boundary is naturally quasisymmetrically equivalent to the Gromov boundary; $(3)$ $G$ is Gromov hyperbolic and linearly locally connected with respect to the inner metric. The equivalence between the conditions $(1)$ and $(2)$, and the implication from $(2)$ to $(3)$ affirmatively answer three questions raised by Bonk, Heinonen, and Koskela in 2001.
[ { "version": "v1", "created": "Sat, 17 Jun 2017 08:47:20 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 05:48:44 GMT" } ]
2025-05-15T00:00:00
[ [ "Huang", "Manzi", "" ], [ "Rasila", "Antti", "" ], [ "Wang", "Xiantao", "" ], [ "Zhou", "Qingshan", "" ] ]
1802.08171
Loic Foissy
Lo\"ic Foissy (LMPA)
Cocommutative Com-PreLie bialgebras
null
null
null
null
math.RA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A Com-PreLie bialgebra is a commutative bialgebra with an extra preLie product satisfying some compatibilities with the product and coproduct. We here give a classification of connected, cocommutative Com-PreLie bialgebras over a field of characteristic zero: we obtain a main family of symmetric algebras on a space V of any dimension, and another family available only if V is one-dimensional. We also explore the case of Com-PreLie bialgebras over a group algebra and over a tensor product of a group algebra and of a symmetric algebra.
[ { "version": "v1", "created": "Wed, 21 Feb 2018 16:15:56 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 09:22:14 GMT" } ]
2025-05-15T00:00:00
[ [ "Foissy", "Loïc", "", "LMPA" ] ]
1804.02240
Amnon Neeman
Amnon Neeman
Triangulated categories with a single compact generator and two Brown representability theorems
Two old manuscripts, arXiv:1804.02240 and arXiv:1806.05777, were merged into one. Also: the new paper contains substantial improvements suggested by an anonymous referee, and updates on work done since the original manuscripts were posted
null
null
null
math.CT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We develop the general formalism of approximable triangulated categories, and prove two representability theorems.
[ { "version": "v1", "created": "Fri, 6 Apr 2018 12:54:01 GMT" }, { "version": "v2", "created": "Mon, 18 Jun 2018 00:44:22 GMT" }, { "version": "v3", "created": "Sun, 8 Dec 2019 19:14:50 GMT" }, { "version": "v4", "created": "Mon, 5 Apr 2021 17:28:30 GMT" }, { "version": "v5", "created": "Wed, 14 May 2025 13:12:46 GMT" } ]
2025-05-15T00:00:00
[ [ "Neeman", "Amnon", "" ] ]
1806.05777
Amnon Neeman
Amnon Neeman
The category $\big[{\mathcal T}^c\big]^{\text{op}}$ as functors on ${\mathcal T}^b_c$
This article has been combined with the old arXiv:1804.02240
null
null
null
math.CT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We revisit an old assertion due to Rouquier, characterizing the perfect complexes as bounded homological functors on the bounded complexes of coherent sheaves. The new results vastly generalize the old statement---first of all the ground ring is not restricted to be a field, any commutative, noetherian ring will do. But the generalization goes further, to the abstract world of approximable triangulated categories.
[ { "version": "v1", "created": "Fri, 15 Jun 2018 01:10:17 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 13:27:30 GMT" } ]
2025-05-15T00:00:00
[ [ "Neeman", "Amnon", "" ] ]
1806.06471
Amnon Neeman
Amnon Neeman
The categories ${\mathcal T}^c$ and ${\mathcal T}^b_c$ determine each other
Paper revised, to include lemmas needed in subsequent papers
null
null
null
math.CT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Given an essentially small triangulated category it is possible to give a metric on it, to complete it with respect to the metric, and to look at the subcategory of objects in the completion which are compactly supported with respect to the metric. The main theorem says that this procedure produces a new triangulated category. And then we give examples: for example we learn that it is possible, for suitable choices of metrics, to produce the categories $D^b(R-\text{mod})$ and $K^b(R-\text{proj})$ out of each other.
[ { "version": "v1", "created": "Mon, 18 Jun 2018 00:57:47 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 13:28:23 GMT" } ]
2025-05-15T00:00:00
[ [ "Neeman", "Amnon", "" ] ]
1903.08345
David Paganin
Margie P. Olbinado, David M. Paganin, Yin Cheng and Alexander Rack
Phase-sensitive x-ray ghost imaging
null
Optica Vol. 8, Issue 12, pp. 1538-1544 (2021)
10.1103/PhysRevA.109.053529
null
eess.IV physics.optics
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Imaging with hard x-rays is an invaluable tool in medicine, biology, materials science, and cultural heritage. Propagation-based x-ray phase-contrast imaging and tomography have been mostly used to resolve micrometer-scale structures inside weakly absorbing objects as well as inside dense specimens. Indirect x-ray detection has been the key technology to achieve up to sub-micrometer spatial resolutions, albeit inefficiently and hence at the expense of increased radiation dose to the specimen. A promising approach to low-dose imaging and high spatial resolution even at high x-ray energies is ghost imaging, which could use single-pixel, yet efficient direct x-ray detectors made of high-density materials. However, phase contrast has not yet been realised with x-ray ghost imaging. We present an approach which exploits both the advantages of x-ray ghost imaging and the high sensitivity of phase-contrast imaging. In comparison with existing techniques, our method is efficient and achieves high-fidelity x-ray ghost images with phase contrast, accurate density resolution and dramatically higher spatial resolution. The method is scalable to practical tomography with large fields of view, micrometer spatial resolution, and with high-energy x-rays above 100 keV. It is also applicable to other phase-sensitive imaging techniques and with other probes such as neutrons, alpha rays, and muons, for which high spatial resolution detectors are limited or even not available.
[ { "version": "v1", "created": "Wed, 20 Mar 2019 05:15:54 GMT" } ]
2025-05-15T00:00:00
[ [ "Olbinado", "Margie P.", "" ], [ "Paganin", "David M.", "" ], [ "Cheng", "Yin", "" ], [ "Rack", "Alexander", "" ] ]
1908.08444
Asaf Weinstein
Asaf Weinstein, Jonas Wallin, Daniel Yekutieli, Ma{\l}gorzata Bogdan
Nonparametric Shrinkage Estimation in High Dimensional Generalized Linear Models via Polya Trees
null
null
null
null
stat.ME
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Regularization in fitting regression models has been a highly active topic of research in the past few decades, but most of the existing methods are designed for particular situations, e.g. for the case of a sparse coefficient vector. We consider the problem of designing $\textit{universally}$ optimal regularized estimators in a given generalized linear model with fixed effects. First, we propose as a contender the Bayes estimator against an $\textit{ideal}$ prior that assigns equal mass to every permutation of the fixed coefficient vector, thus depending on the true coefficients only through their empirical CDF. We prove some optimality properties of this oracle estimator in both the frequentist and Bayesian frameworks. To compete with the oracle estimator, we posit a hierarchical Bayes model where the individual coefficients are modeled as i.i.d. draws from a common distribution $\pi$, which is in turn assigned a Polya tree prior to reflect indefiniteness. We demonstrate in examples that the posterior mean of $\pi$ under the postulated model adapts nonparametrically to the empirical CDF of the true coefficients. Correspondingly, the posterior means of the coefficients themselves are used to mimic the ideal estimator. Numerical experiments show that our method has better estimation and prediction accuracy compared to various parametric and nonparametric alternatives, from relatively standard $L_p$-regularized estimators to modern penalized-likelihood and Bayesian estimators for high dimensional regression.
[ { "version": "v1", "created": "Thu, 22 Aug 2019 15:18:02 GMT" }, { "version": "v2", "created": "Tue, 17 Sep 2019 06:55:38 GMT" }, { "version": "v3", "created": "Sun, 6 Oct 2019 14:38:03 GMT" }, { "version": "v4", "created": "Tue, 22 Aug 2023 15:54:49 GMT" }, { "version": "v5", "created": "Wed, 14 May 2025 13:55:01 GMT" } ]
2025-05-15T00:00:00
[ [ "Weinstein", "Asaf", "" ], [ "Wallin", "Jonas", "" ], [ "Yekutieli", "Daniel", "" ], [ "Bogdan", "Małgorzata", "" ] ]
1909.02070
Georgios Bakirtzis
Minghui Sun, Georgios Bakirtzis, Hassan Jafarzadeh, Cody Fleming
Correct-by-construction requirement decomposition
null
null
10.1007/s10270-025-01291-4
null
eess.SY cs.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In systems engineering, accurately decomposing requirements is crucial for creating well-defined and manageable system components, particularly in safety-critical domains. Despite the critical need, rigorous, top-down methodologies for effectively breaking down complex requirements into precise, actionable sub-requirements are scarce, especially compared to the wealth of bottom-up verification techniques. Addressing this gap, we introduce a formal decomposition for contract-based design that guarantees the correctness of decomposed requirements if specific conditions are met. Our (semi-)automated methodology augments contract-based design with reachability analysis and constraint programming to systematically identify, verify, and validate sub-requirements representable by continuous bounded sets -- continuous relations between real-valued inputs and outputs. We demonstrate the efficacy and practicality of a correct-by-construction approach through a comprehensive case study on a cruise control system, highlighting how our methodology improves the interpretability, tractability, and verifiability of system requirements.
[ { "version": "v1", "created": "Wed, 4 Sep 2019 19:41:02 GMT" }, { "version": "v2", "created": "Sun, 30 Mar 2025 19:57:51 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 10:34:53 GMT" } ]
2025-05-15T00:00:00
[ [ "Sun", "Minghui", "" ], [ "Bakirtzis", "Georgios", "" ], [ "Jafarzadeh", "Hassan", "" ], [ "Fleming", "Cody", "" ] ]
2005.13437
Sam Olesker-Taylor
Evita Nestoridi, Sam Olesker-Taylor
Limit Profiles for Reversible Markov Chains
v3. Minor mistake corrected in an error term in proof of Theorem B/3.1. Cutoff window shifted accordingly
Probab. Theory Relat. Fields 182, 157-188 (2022)
10.1007/s00440-021-01061-5
null
math.PR math.CO math.GR math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In a recent breakthrough, Teyssier [Tey20] introduced a new method for approximating the distance from equilibrium of a random walk on a group. He used it to study the limit profile for the random transpositions card shuffle. His techniques were restricted to conjugacy-invariant random walks on groups; we derive similar approximation lemmas for random walks on homogeneous spaces and for general reversible Markov chains. We illustrate applications of these lemmas to some famous problems: the $k$-cycle shuffle, improving results of Hough [Hou16] and Berestycki, Schramm and Zeitouni [BSZ11]; the Ehrenfest urn diffusion with many urns, improving results of Ceccherini-Silberstein, Scarabotti and Tolli [CST07]; a Gibbs sampler, which is a fundamental tool in statistical physics, with Binomial prior and hypergeometric posterior, improving results of Diaconis, Khare and Saloff-Coste [DKS08].
[ { "version": "v1", "created": "Wed, 27 May 2020 15:48:09 GMT" }, { "version": "v2", "created": "Mon, 19 Apr 2021 15:57:17 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 15:03:27 GMT" } ]
2025-05-15T00:00:00
[ [ "Nestoridi", "Evita", "" ], [ "Olesker-Taylor", "Sam", "" ] ]
2008.03665
Zack Almquist
Paige Maas and Zack Almquist and Eugenia Giraudy and JW Schneider
Evacuation decisions in response to natural disasters: Insights from a large-scale social media survey
null
null
null
null
cs.CY stat.AP
http://creativecommons.org/licenses/by/4.0/
Evacuation in response to natural disasters is a complex process involving multiple decision-makers at the personal, household, community, and government levels. Consequently, many disparate factors influence who evacuates, when, and how to respond to a nearby disaster. In this paper, we leverage a novel method of data collection through social media to explore the evacuation response decisions of people in areas affected by the 2019-2020 Australian bushfires. We explore the validity of this data collection method for generating plausible estimates of evacuation and its ability to supplement cell phone location data using survey responses. Ultimately, we identify several key factors influencing household decisions on evacuation, specifically focusing on the phenomenon of household members evacuating or returning from evacuation at different times.
[ { "version": "v1", "created": "Sun, 9 Aug 2020 05:55:26 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 02:26:54 GMT" } ]
2025-05-15T00:00:00
[ [ "Maas", "Paige", "" ], [ "Almquist", "Zack", "" ], [ "Giraudy", "Eugenia", "" ], [ "Schneider", "JW", "" ] ]
2008.07801
Peter Horvathy
M. Elbistan, P. M. Zhang, G. W. Gibbons, P. A. Horvathy
Lukash plane waves, revisited
affiliation corrected
JCAP \textbf{01} (2021), 052
10.1088/1475-7516/2021/01/052
null
gr-qc astro-ph.CO hep-th math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Lukash metric is a homogeneous gravitational wave which at late times approximates the behaviour of a generic class of spatially homogenous cosmological models with monotonically decreasing energy density. The transcription from Brinkmann to Baldwin-Jeffery-Rosen (BJR) to Bianchi coordinates is presented and the relation to a Sturm-Liouville equation is explained. The 6-parameter isometry group is derived. In the Bianchi VII range of parameters we have two BJR transciptions. However using either of them induces a mere relabeling of the geodesics and isometries. Following pioneering work of Siklos, we provide a self-contained account of the geometry and global structure of the spacetime. The latter contains a Killing horizon to the future of which the spacetime resembles an anisotropic version of the Milne cosmology and to the past of which it resemble the Rindler wedge.
[ { "version": "v1", "created": "Tue, 18 Aug 2020 08:38:57 GMT" }, { "version": "v2", "created": "Tue, 17 Nov 2020 05:29:39 GMT" }, { "version": "v3", "created": "Thu, 21 Jan 2021 13:51:04 GMT" }, { "version": "v4", "created": "Wed, 14 May 2025 06:49:46 GMT" } ]
2025-05-15T00:00:00
[ [ "Elbistan", "M.", "" ], [ "Zhang", "P. M.", "" ], [ "Gibbons", "G. W.", "" ], [ "Horvathy", "P. A.", "" ] ]
2008.10970
Haimiao Chen
Haimiao Chen
Finite $p$-groups of class $2$ as central extensions
21 pages, 0 figure
null
null
null
math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Finite $p$-groups of nilpotency class 2 are treated from the perspective of central extension. Given finite abelian groups $G,A$, we derive an explicit formula for cocycles representing elements of $H^2(G,A)$, compute $H^2(G,A)$, and describe the actions of ${\rm End}(G)$ and ${\rm End}(A)$ on $H^2(G,A)$. These are used to provide an efficient criterion for lifting endomorphisms of $G$ to homomorphisms between two central extensions. Subsequently, we present two applications to illustrate the usefulness, in the case $p>2$. First, we recover the classification of two-generator $p$-groups of class $2$ up to isomorphism, and compute the order of the automorphism group for each isomorphism class. Second, we construct a family of non-abelian $p$-groups of order $p^7$ whose automorphism groups are abelian.
[ { "version": "v1", "created": "Tue, 25 Aug 2020 12:54:31 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 02:39:49 GMT" } ]
2025-05-15T00:00:00
[ [ "Chen", "Haimiao", "" ] ]
2009.11431
Luca Fabrizio Di Cerbo
Luca F. Di Cerbo, Mark Stern
On the Betti Numbers of Finite Volume Hyperbolic Manifolds
Some changes and references updated following the comments of the referees. 56 pages, no figures. To appear in J. Differential Geom
J. Differential Geom. Vol. 130, Issue 2 (2025), pp. 343-402
null
null
math.DG math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We obtain strong upper bounds for the Betti numbers of compact complex-hyperbolic manifolds. We use the unitary holonomy to improve the results given by the most direct application of the techniques of [DS17]. We also provide effective upper bounds for Betti numbers of compact quaternionic- and Cayley-hyperbolic manifolds in most degrees. More importantly, we extend our techniques to complete finite volume real- and complex-hyperbolic manifolds. In this setting, we develop new monotonicity inequalities for strongly harmonic forms on hyperbolic cusps and employ a new peaking argument to estimate $L^2$-cohomology ranks. Finally, we provide bounds on the de Rham cohomology of such spaces, using a combination of our bounds on $L^2$-cohomology, bounds on the number of cusps in terms of the volume, and the topological interpretation of reduced $L^2$-cohomology on certain rank one locally symmetric spaces.
[ { "version": "v1", "created": "Thu, 24 Sep 2020 01:01:11 GMT" }, { "version": "v2", "created": "Sun, 30 Oct 2022 19:48:26 GMT" }, { "version": "v3", "created": "Tue, 9 Apr 2024 18:05:46 GMT" } ]
2025-05-15T00:00:00
[ [ "Di Cerbo", "Luca F.", "" ], [ "Stern", "Mark", "" ] ]
2011.09449
Pu Gao
Pu Gao, Mikhail Isaev and Brendan McKay
Kim--Vu's sandwich conjecture is true for $d \gg \log^4 n$
arXiv admin note: substantial text overlap with arXiv:1906.02886
null
null
null
math.CO
http://creativecommons.org/licenses/by/4.0/
Kim and Vu made the following conjecture (\textit{Advances in Mathematics}, 2004): if $d\gg \log n$, then the random $d$-regular graph $G(n,d)$ can be ``sandwiched'' between $G(n,p_*)$ and $G(n,p^*)$ where $p_*$ and $p^*$ are both asymptotically equal to $d/n$. This famous conjecture was previously proved for all $d\gg (n\log n)^{3/4}$. In this paper, we confirm the conjecture when $d \gg \log^4 n$. We also extend this result to near-regular degree sequences.
[ { "version": "v1", "created": "Wed, 18 Nov 2020 18:26:00 GMT" }, { "version": "v2", "created": "Tue, 11 May 2021 19:50:47 GMT" }, { "version": "v3", "created": "Wed, 2 Jun 2021 16:45:14 GMT" }, { "version": "v4", "created": "Fri, 26 May 2023 16:37:45 GMT" }, { "version": "v5", "created": "Wed, 14 May 2025 14:08:52 GMT" } ]
2025-05-15T00:00:00
[ [ "Gao", "Pu", "" ], [ "Isaev", "Mikhail", "" ], [ "McKay", "Brendan", "" ] ]
2011.10037
Farmer Schlutzenberg
Farmer Schlutzenberg
Fine structure from normal iterability
145 pages. Added Rem's 1.3, 2.1 (in particular mentioning generalized bicephali of [16]), 9.2 (regarding decompositions of measures, and related results in [4]) + sentences just prior to Rem 9.2. Added a little more expository discussion in Sec 1, 2. Added further discussion/clarification of questions in Sec 15. Other very minor edits in exposition and very minor corrections. Updated references
null
null
null
math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that (i) the standard fine structural properties for premice follow from normal iterability (whereas the classical proof relies on iterability for stacks of normal trees), and (ii) every mouse which is finitely generated above its projectum, is an iterate of its core. That is, let $m$ be an integer and let $M$ be an $m$-sound, $(m,\omega_1+1)$-iterable premouse. Then (i) $M$ is $(m+1)$-solid and $(m+1)$-universal, $(m+1)$ condensation holds for $M$, and if $m\geq 1$ then $M$ is super-Dodd-sound, a slight strengthening of Dodd-soundness. And (ii) if there is $x\in M$ such that $M$ is the $\mathrm{r}\Sigma_{m+1}$-hull of parameters in $\rho_{m+1}^M\cup\{x\}$, then $M$ is a normal iterate of its $(m+1)$-core $C=\mathfrak{C}_{m+1}(M)$; in fact, there is an $m$-maximal iteration tree $\mathcal{T}$ on $C$, of finite length, such that $M=M^{\mathcal{T}}_\infty$, and $i^{\mathcal{T}}_{0\infty}$ is just the core embedding. Applying fact (ii), we prove that if $M\models\mathrm{ZFC}$ is a mouse and $W\subseteq M$ is a ground of $M$ via a strategically $\sigma$-closed forcing $\mathbb{P}\in W$, and if $M|\aleph_1^M\in W$ (that is, the initial segment of $M$ of height $\aleph_1^M$ is in $W$), then the forcing is trivial; that is, $M\subseteq W$. And if there is a measurable cardinal, then there is a non-solid premouse. The results hold for premice with Mitchell-Steel indexing, allowing extenders of superstrong type to appear on the extender sequence.
[ { "version": "v1", "created": "Thu, 19 Nov 2020 18:55:46 GMT" }, { "version": "v2", "created": "Thu, 17 Dec 2020 22:57:40 GMT" }, { "version": "v3", "created": "Sat, 5 Oct 2024 02:03:26 GMT" }, { "version": "v4", "created": "Tue, 13 May 2025 22:29:01 GMT" } ]
2025-05-15T00:00:00
[ [ "Schlutzenberg", "Farmer", "" ] ]
2101.05057
Marek Szyku{\l}a
Mikhail V. Berlinkov, Robert Ferens, Andrew Ryzhikov, Marek Szyku{\l}a
Synchronization of strongly connected partial DFAs and prefix codes
Full version of the paper at STACS 2021
null
null
null
cs.FL math.CO
http://creativecommons.org/licenses/by/4.0/
We study synchronizing partial DFAs, which extend the classical concept of synchronizing complete DFAs and are a special case of synchronizing unambiguous NFAs. A partial DFA is called synchronizing if it has a word (called a \emph{reset word}) whose action brings a non-empty subset of states to a unique state and is undefined for all other states. The class of strongly connected partial automata is precisely the class of automata recognized prefix codes. While in the general case the problem of checking whether a partial DFA is synchronizing is PSPACE-complete, we show that in the strongly connected case this problem can be efficiently reduced to the same problem for a complete DFA. Using combinatorial, algebraic, and formal languages methods, we develop techniques that relate main synchronization problems for strongly connected partial DFAs to the same problems for complete DFAs. In particular, this includes the \v{C}ern\'{y} and the rank conjectures, the problem of finding a reset word, and upper bounds on the length of the shortest reset words of literal automata of finite prefix codes. We conclude that solving fundamental synchronization problems is equally hard in both models, as an essential improvement of the results for one model implies an improvement for the other.
[ { "version": "v1", "created": "Wed, 13 Jan 2021 13:43:54 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 12:30:18 GMT" } ]
2025-05-15T00:00:00
[ [ "Berlinkov", "Mikhail V.", "" ], [ "Ferens", "Robert", "" ], [ "Ryzhikov", "Andrew", "" ], [ "Szykuła", "Marek", "" ] ]
2105.02770
Luis Santiago Palacios
Luis Santiago Palacios
Functional equation of the $p$-adic $L$-function of Bianchi modular forms
Final version
Journal of Number Theory (2023)
10.1016/j.jnt.2022.05.011
null
math.NT
http://creativecommons.org/licenses/by/4.0/
Let $K$ be an imaginary quadratic field with class number 1, in this paper we obtain the functional equation of the $p$-adic $L$-function of small slope $p$-stabilised Bianchi modular forms. Then, using $p$-adic families of Bianchi modular forms, we extend our result to $\Sigma$-smooth base-change Bianchi modular forms.
[ { "version": "v1", "created": "Thu, 6 May 2021 15:56:00 GMT" }, { "version": "v2", "created": "Tue, 13 May 2025 19:34:07 GMT" } ]
2025-05-15T00:00:00
[ [ "Palacios", "Luis Santiago", "" ] ]
2106.11748
Cem Yuce
C. Yuce
Nonlinear non-Hermitian skin effect
to appear in pla
Phys. Lett. A 408, 127484 (2021)
10.1016/j.physleta.2021.127484
null
quant-ph math-ph math.MP physics.optics
http://creativecommons.org/licenses/by-nc-nd/4.0/
Distant boundaries in linear non-Hermitian lattices can dramatically change energy eigenvalues and corresponding eigenstates in a nonlocal way. This effect is known as non-Hermitian skin effect (NHSE). Combining non-Hermitian skin effect with nonlinear effects can give rise to a host of novel phenomenas, which may be used for nonlinear structure designs. Here we study nonlinear non-Hermitian skin effect and explore nonlocal and substantial effects of edges on stationary nonlinear solutions. We show that fractal and continuum bands arise in a long lattice governed by a nonreciprocal discrete nonlinear Schrodinger equation. We show that stationary solutions are localized at the edge in the continuum band. We consider a non-Hermitian Ablowitz-Ladik model and show that nonlinear exceptional point disappears if the lattice is infinitely long.
[ { "version": "v1", "created": "Tue, 8 Jun 2021 11:32:22 GMT" } ]
2025-05-15T00:00:00
[ [ "Yuce", "C.", "" ] ]
2108.07700
Natalia Luka
Natalia Luka and JS Tan
In Oxford Handbook on AI Governance: The Role of Workers in AI Ethics and Governance
In: Justin Bullock, Baobao Zhang, Yu-Che Chen, Johannes Himmelreich, Matthew Young, Antonin Korinek & Valerie Hudson (eds.). Oxford Handbook on AI Governance (Oxford University Press, 2022 forthcoming)
null
null
null
cs.CY
http://creativecommons.org/licenses/by-nc-nd/4.0/
While the role of states, corporations, and international organizations in AI governance has been extensively theorized, the role of workers has received comparatively little attention. This chapter looks at the role that workers play in identifying and mitigating harms from AI technologies. Harms are the causally assessed impacts of technologies. They arise despite technical reliability and are not a result of technical negligence but rather of normative uncertainty around questions of safety and fairness in complex social systems. There is high consensus in the AI ethics community on the benefits of reducing harms but less consensus on mechanisms for determining or addressing harms. This lack of consensus has resulted in a number of collective actions by workers protesting how harms are identified and addressed in their workplace. We theorize the role of workers within AI governance and construct a model of harm reporting processes in AI workplaces. The harm reporting process involves three steps, identification, the governance decision, and the response. Workers draw upon three types of claims to argue for jurisdiction over questions of AI governance, subjection, control over the product of labor, and proximate knowledge of systems. Examining the past decade of AI related worker activism allows us to understand how different types of workers are positioned within a workplace that produces AI systems, how their position informs their claims, and the place of collective action in staking their claims. This chapter argues that workers occupy a unique role in identifying and mitigating harms caused by AI systems.
[ { "version": "v1", "created": "Thu, 5 Aug 2021 13:18:48 GMT" } ]
2025-05-15T00:00:00
[ [ "Luka", "Natalia", "" ], [ "Tan", "JS", "" ] ]
2108.08135
Isaac Bird
Isaac Bird
Purity, ascent, and periodicity for Gorenstein flat cotorsion modules
Version accepted for publication. A complete rewrite and expansion of previous arxiv version
null
null
null
math.RT math.AC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate purity within the Frobenius category of Gorenstein flat cotorsion modules, which can be seen as an infinitely generated analogue of the Frobenius category of Gorenstein projective objects. As such, the associated stable category can be viewed as an alternative approach to a big singularity category, which is equivalent to Krause's when the ring is Gorenstein. We study the pure structure of the stable category, and show it is fundamentally related to the pure structure of the Gorenstein flat modules. Following that, we give conditions for extension of scalars to preserve Gorenstein flat cotorsion modules. In this case, one obtains an induced triangulated functor on the stable categories. We show that under mild conditions that these functors preserve the pure structure, both on the triangulated and module category level. Along the way, we consider particular phenomena over commutative rings, the cumulation of which is an extension of Kn\"{o}rrer periodicity, giving a triangulated equivalence between Krause's big singularity categories for a complete hypersurface singularity and its twofold double-branched cover.
[ { "version": "v1", "created": "Wed, 18 Aug 2021 13:21:21 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 11:18:36 GMT" } ]
2025-05-15T00:00:00
[ [ "Bird", "Isaac", "" ] ]
2109.10132
Derya Akbaba
Derya Akbaba, Jack Wilburn, Main T. Nance, Miriah Meyer
Manifesto for Putting 'Chartjunk' in the Trash 2021!
For the associated site, see https://jackwilb.github.io/chart-junk/
null
null
null
cs.HC
http://creativecommons.org/licenses/by-nc-sa/4.0/
In this provocation we ask the visualization research community to join us in removing chartjunk from our research lexicon. We present an etymology of chartjunk, framing its provocative origins as misaligned, and harmful, to the ways the term is currently used by visualization researchers. We call on the community to dissolve chartjunk from the ways we talk about, write about, and think about the graphical devices we design and study. As a step towards this goal we contribute a performance of maintenance through a trio of acts: editing the Wikipedia page on chartjunk, cutting out chartjunk from IEEE papers, and scanning and posting a repository of the pages with chartjunk removed to invite the community to re-imagine how we describe visualizations. This contribution blurs the boundaries between research, activism, and maintenance art, and is intended to inspire the community to join us in taking out the trash.
[ { "version": "v1", "created": "Tue, 21 Sep 2021 12:32:54 GMT" }, { "version": "v2", "created": "Tue, 26 Oct 2021 00:25:32 GMT" }, { "version": "v3", "created": "Tue, 13 May 2025 20:02:19 GMT" } ]
2025-05-15T00:00:00
[ [ "Akbaba", "Derya", "" ], [ "Wilburn", "Jack", "" ], [ "Nance", "Main T.", "" ], [ "Meyer", "Miriah", "" ] ]
2109.14687
Thomas Thuesen Enevoldsen
Thomas T. Enevoldsen and Roberto Galeazzi
Guaranteed Rejection-free Sampling Method Using Past Behaviours for Motion Planning of Autonomous Systems
Accepted for publication in Robotics and Autonomous Systems
null
null
null
cs.RO cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The paper presents a novel learning-based sampling strategy that guarantees rejection-free sampling of the free space under both biased and approximately uniform conditions, leveraging multivariate kernel densities. Historical data from a given autonomous system is leveraged to estimate a non-parametric probabilistic description of the domain, which also describes the free space where feasible solutions of the motion planning problem are likely to be found. The tuning parameters of the kernel density estimator, the bandwidth and the kernel, are used to alter the description of the free space so that no samples can fall outside the originally defined space.The proposed method is demonstrated in two real-life case studies: An autonomous surface vessel (2D) and an autonomous drone (3D). Two planning problems are solved, showing that the proposed approximately uniform sampling scheme is capable of guaranteeing rejection-free samples of the considered workspace. Furthermore, the effectiveness of the proposed method is statistically validated using Monte Carlo simulations.
[ { "version": "v1", "created": "Wed, 29 Sep 2021 19:47:40 GMT" }, { "version": "v2", "created": "Thu, 29 Sep 2022 11:50:31 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 17:44:57 GMT" } ]
2025-05-15T00:00:00
[ [ "Enevoldsen", "Thomas T.", "" ], [ "Galeazzi", "Roberto", "" ] ]
2110.01556
Kaiqiang Xu
Kaiqiang Xu, Decang Sun, Hao Wang, Zhenghang Ren, Xinchen Wan, Xudong Liao, Zilong Wang, Junxue Zhang, Kai Chen
Design and Operation of Shared Machine Learning Clusters on Campus
Accepted to ACM ASPLOS 2025 (ACM International Conference on Architectural Support for Programming Languages and Operating Systems). Extended version
null
10.1145/3669940.3707266
null
cs.DC cs.NI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Amid the rapid advancements in large machine learning (ML) models, universities worldwide are investing substantial funds and efforts into GPU clusters. However, managing a shared GPU cluster poses a pyramid of challenges, from hardware configuration to resource allocation among users. This paper introduces SING, a full-stack solution designed to streamline the management of shared GPU clusters in academic institutions. Motivated by the pressing need for efficient resource sharing and the challenges posed by limited staffing, we present a comprehensive view of SING's architecture and design choices, which achieves operational efficiency (i.e., low maintenance cost and high resource utilization). We also share experience and insights from the real-world operations of SING, including analysis of its usage patterns and management of incidents and failures. This paper is part of our ongoing effort to improve the management of shared ML clusters. We open-source relevant resources to facilitate the development and operation of similar clusters for ML.
[ { "version": "v1", "created": "Mon, 4 Oct 2021 16:50:59 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 17:31:21 GMT" } ]
2025-05-15T00:00:00
[ [ "Xu", "Kaiqiang", "" ], [ "Sun", "Decang", "" ], [ "Wang", "Hao", "" ], [ "Ren", "Zhenghang", "" ], [ "Wan", "Xinchen", "" ], [ "Liao", "Xudong", "" ], [ "Wang", "Zilong", "" ], [ "Zhang", "Junxue", "" ], [ "Chen", "Kai", "" ] ]
2110.15907
Montaser Mohammedalamen
Montaser Mohammedalamen, Dustin Morrill, Alexander Sieusahai, Yash Satsangi, Michael Bowling
Learning to Be Cautious
Under Review
null
null
null
cs.AI cs.LG
http://creativecommons.org/licenses/by/4.0/
A key challenge in the field of reinforcement learning is to develop agents that behave cautiously in novel situations. It is generally impossible to anticipate all situations that an autonomous system may face or what behavior would best avoid bad outcomes. An agent that can learn to be cautious would overcome this challenge by discovering for itself when and how to behave cautiously. In contrast, current approaches typically embed task-specific safety information or explicit cautious behaviors into the system, which is error-prone and imposes extra burdens on practitioners. In this paper, we present both a sequence of tasks where cautious behavior becomes increasingly non-obvious, as well as an algorithm to demonstrate that it is possible for a system to learn to be cautious. The essential features of our algorithm are that it characterizes reward function uncertainty without task-specific safety information and uses this uncertainty to construct a robust policy. Specifically, we construct robust policies with a k-of-N counterfactual regret minimization (CFR) subroutine given learned reward function uncertainty represented by a neural network ensemble. These policies exhibit caution in each of our tasks without any task-specific safety tuning.
[ { "version": "v1", "created": "Fri, 29 Oct 2021 16:52:45 GMT" }, { "version": "v2", "created": "Tue, 13 May 2025 22:20:19 GMT" } ]
2025-05-15T00:00:00
[ [ "Mohammedalamen", "Montaser", "" ], [ "Morrill", "Dustin", "" ], [ "Sieusahai", "Alexander", "" ], [ "Satsangi", "Yash", "" ], [ "Bowling", "Michael", "" ] ]
2202.03273
Ender Ayanoglu
Ender Ayanoglu, Filippo Capolino, A. Lee Swindlehurst
Wave-Controlled Metasurface-Based Reconfigurable Intelligent Surfaces
16 pages, 5 figures
IEEE Wireless Communications, vol. 29, no. 4, pp. 86-92, August 2022
10.1109/MWC.005.2100401
null
eess.SP cs.ET
http://creativecommons.org/licenses/by/4.0/
Reconfigurable Intelligent Surfaces (RISs) are programmable metasurfaces that can adaptively steer received electromagnetic energy in desired directions by employing controllable phase shifting cells. Among other uses, an RIS can modify the propagation environment in order to provide wireless access to user locations that are not otherwise reachable by a base station. Alternatively, an RIS can steer the waves away from particular locations in space, to eliminate interference and allow for co-existence of the wireless network with other types of fixed wireless services (e.g., radars, unlicensed radio bands, etc.). The novel approach in this work is a wave-controlled architecture that properly accounts for the maximum possible change in the local reflection phase that can be achieved by adjacent RIS elements. It obviates the need for dense wiring and signal paths that would be required for individual control of every RIS element, and thus offers a substantial reduction in the required hardware. We specify this wave-controlled RIS architecture in detail and discuss signal processing and machine learning methods that exploit it in both point-to-point and multicell MIMO systems. Such implementations can lead to a dramatic improvement in next-generation wireless, radar, and navigation systems where RIS finds wide applications. They have the potential to improve the efficiency of spectrum utilization and coexistence by orders of magnitude.
[ { "version": "v1", "created": "Wed, 2 Feb 2022 16:45:20 GMT" } ]
2025-05-15T00:00:00
[ [ "Ayanoglu", "Ender", "" ], [ "Capolino", "Filippo", "" ], [ "Swindlehurst", "A. Lee", "" ] ]
2202.08214
Fedor Part
Fedor Part
Lower Bounds for Subset Sum in Resolution with Modular Counting
null
null
null
null
cs.CC
http://creativecommons.org/licenses/by/4.0/
In this paper we prove lower bounds for sizes of refutations of unsatisfiable vector Subset Sum instances $\overrightarrow{a}_1 x_1 + \dots + \overrightarrow{a}_n x_n = \overrightarrow{b}$ in the proof system Res(lin$_{\mathbb{F}_q}$) where $char(\mathbb{F}_{q})\geq 5$. As a basis for the hardness criterion for such instances we choose the property of the matrix $A$ with columns $(\overrightarrow{a}_1, \ldots, \overrightarrow{a}_n)$ to be (the transpose of) the generating matrix for a good error-correcting code $C_{A} := \{x\cdot A\, |\, x \in \mathbb{F}_{q}^k\}\subset \mathbb{F}_{q}^n$ and prove the following lower bounds: 1) For a dag-like fragment of Res(lin$_{\mathbb{F}_q}$). We introduce the notion of $(s,r)$-robustness for Subset Sum instances, which in particular implies that $A$ defines an error-correcting code with the minimal distance $s\geq r$. For $(s,r)$-robust instances we prove $2^{\Omega(r)}$ lower bound for sizes of refutations in a dag-like fragment of Res(lin$_{\mathbb{F}_q}$). We show that random instances are $(n / 3, \Omega\left((n/(q + 1)\ln q))^{1/3}\right))$-robust and that specific examples achieving these bounds can be constructed using algebraic geometry codes. 2) For tree-like Res(lin$_{\mathbb{F}_q}$) refutations we show the size lower bound $2^{\Omega({((q+1)\ln q)^{-1/3}}d^{1/5})}$ for any Subset Sum instance where $d$ is the minimal distance of $C_{A}$.
[ { "version": "v1", "created": "Wed, 16 Feb 2022 17:51:17 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 12:30:32 GMT" } ]
2025-05-15T00:00:00
[ [ "Part", "Fedor", "" ] ]
2203.04453
Ender Ayanoglu
Ender Ayanoglu and Kemal Davaslioglu and Yalin E. Sagduyu
Machine Learning in NextG Networks via Generative Adversarial Networks
47 pages, 7 figures, 12 tables
IEEE Transactions on Cognitive Communications and Networking, vol. 8, no. 2, pp. 480-501, June 2022
10.1109/TCCN.2022.3153004
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Generative Adversarial Networks (GANs) are Machine Learning (ML) algorithms that have the ability to address competitive resource allocation problems together with detection and mitigation of anomalous behavior. In this paper, we investigate their use in next-generation (NextG) communications within the context of cognitive networks to address i) spectrum sharing, ii) detecting anomalies, and iii) mitigating security attacks. GANs have the following advantages. First, they can learn and synthesize field data, which can be costly, time consuming, and nonrepeatable. Second, they enable pre-training classifiers by using semi-supervised data. Third, they facilitate increased resolution. Fourth, they enable the recovery of corrupted bits in the spectrum. The paper provides the basics of GANs, a comparative discussion on different kinds of GANs, performance measures for GANs in computer vision and image processing as well as wireless applications, a number of datasets for wireless applications, performance measures for general classifiers, a survey of the literature on GANs for i)-iii) above, and future research directions. As a use case of GAN for NextG communications, we show that a GAN can be effectively applied for anomaly detection in signal classification (e.g., user authentication) outperforming another state-of-the-art ML technique such as an autoencoder.
[ { "version": "v1", "created": "Wed, 9 Mar 2022 00:15:34 GMT" } ]
2025-05-15T00:00:00
[ [ "Ayanoglu", "Ender", "" ], [ "Davaslioglu", "Kemal", "" ], [ "Sagduyu", "Yalin E.", "" ] ]
2203.12159
Chan-Ho Kim
Chan-Ho Kim
The structure of Selmer groups and the Iwasawa main conjecture for elliptic curves
Final version. To appear in American Journal of Mathematics
null
null
null
math.NT
http://creativecommons.org/licenses/by/4.0/
We reveal a new and refined application of (a weaker statement than) the Iwasawa main conjecture for elliptic curves to the structure of Selmer groups of elliptic curves of arbitrary rank. For a large class of elliptic curves, we obtain the following arithmetic consequences. 1. Kato's Kolyvagin systems is non-trivial. It is the cyclotomic analogue of the Kolyvagin conjecture. 2. The structure of Selmer groups of elliptic curves over the rationals is completely determined in terms of certain modular symbols. It is a structural refinement of Birch and Swinnerton-Dyer conjecture. 3. The rank zero $p$-converse, the $p$-parity conjecture, and a new upper bound of the ranks of elliptic curves are obtained. 4. The conjecture of Kurihara on the semi-local description of mod $p$ Selmer groups is confirmed. 5. An application of the $p$-adic Birch and Swinnerton-Dyer conjecture to the structure of Iwasawa modules is discussed.
[ { "version": "v1", "created": "Wed, 23 Mar 2022 03:06:41 GMT" }, { "version": "v2", "created": "Tue, 29 Mar 2022 06:02:26 GMT" }, { "version": "v3", "created": "Wed, 6 Apr 2022 13:23:07 GMT" }, { "version": "v4", "created": "Fri, 22 Sep 2023 08:40:30 GMT" }, { "version": "v5", "created": "Tue, 18 Feb 2025 02:06:47 GMT" }, { "version": "v6", "created": "Wed, 14 May 2025 04:02:45 GMT" } ]
2025-05-15T00:00:00
[ [ "Kim", "Chan-Ho", "" ] ]
2204.03139
Priya Sundaresan
Priya Sundaresan, Rika Antonova, Jeannette Bohg
DiffCloud: Real-to-Sim from Point Clouds with Differentiable Simulation and Rendering of Deformable Objects
null
null
null
null
cs.RO cs.CV cs.LG
http://creativecommons.org/licenses/by/4.0/
Research in manipulation of deformable objects is typically conducted on a limited range of scenarios, because handling each scenario on hardware takes significant effort. Realistic simulators with support for various types of deformations and interactions have the potential to speed up experimentation with novel tasks and algorithms. However, for highly deformable objects it is challenging to align the output of a simulator with the behavior of real objects. Manual tuning is not intuitive, hence automated methods are needed. We view this alignment problem as a joint perception-inference challenge and demonstrate how to use recent neural network architectures to successfully perform simulation parameter inference from real point clouds. We analyze the performance of various architectures, comparing their data and training requirements. Furthermore, we propose to leverage differentiable point cloud sampling and differentiable simulation to significantly reduce the time to achieve the alignment. We employ an efficient way to propagate gradients from point clouds to simulated meshes and further through to the physical simulation parameters, such as mass and stiffness. Experiments with highly deformable objects show that our method can achieve comparable or better alignment with real object behavior, while reducing the time needed to achieve this by more than an order of magnitude. Videos and supplementary material are available at https://diffcloud.github.io.
[ { "version": "v1", "created": "Thu, 7 Apr 2022 00:45:26 GMT" }, { "version": "v2", "created": "Tue, 13 May 2025 20:31:59 GMT" } ]
2025-05-15T00:00:00
[ [ "Sundaresan", "Priya", "" ], [ "Antonova", "Rika", "" ], [ "Bohg", "Jeannette", "" ] ]
2204.09755
Maximilian Schlosshauer
Maximilian Schlosshauer
Decoherence: From Interpretation to Experiment
12 pages, 2 figures
Published in "From Quantum to Classical: Essays in Memory of Dieter Zeh," Fundamental Theories of Physics, edited by C. Kiefer (Springer, Cham, 2021), pp. 45-64
10.1007/978-3-030-88781-0_3
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
I offer a few selected reflections on the decoherence program, with an emphasis on Zeh's role and views. First, I discuss Zeh's commitment to a realistic interpretation of the quantum state, which he saw as necessary for a consistent understanding of the decoherence process. I suggest that this commitment has been more fundamental than, and prior to, his support of an Everett-style interpretation of quantum mechanics. Seen through this lens, both his defense of Everett and the genesis of his ideas on decoherence emerge as consequences of his realistic view of the quantum state. Second, I give an overview of experiments on decoherence and describe, using the study of collisional decoherence as an example, the close interplay between experimental advances and theoretical modeling in decoherence research.
[ { "version": "v1", "created": "Wed, 20 Apr 2022 19:33:29 GMT" } ]
2025-05-15T00:00:00
[ [ "Schlosshauer", "Maximilian", "" ] ]
2204.13810
Wang Yang
Wang Yang, Alberto Nocera, Chao Xu, Arnab Adhikary, Ian Affleck
Emergent SU(2)$_1$ conformal symmetry in the spin-1/2 Kitaev-Gamma chain with a Dzyaloshinskii-Moriya interaction
18 pages, 12 figures
null
null
null
cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the one-dimensional spin-1/2 Kitaev-Gamma model with a bond-dependent Dzyaloshinskii-Moriya (DM) interaction, which can be induced by an electric field applied in the third direction where the first and second directions refer to the two bond directions in the model. By a combination of field theory and symmetry analysis, an extended gapless phase with an emergent SU(2)$_1$ conformal symmetry is found in the phase diagram of the spin-1/2 Kitaev-Gamma-DM chain. The analytic predictions are in good agreements with numerical results obtained from density matrix renormalization group simulations.
[ { "version": "v1", "created": "Thu, 28 Apr 2022 22:49:02 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 02:37:04 GMT" } ]
2025-05-15T00:00:00
[ [ "Yang", "Wang", "" ], [ "Nocera", "Alberto", "" ], [ "Xu", "Chao", "" ], [ "Adhikary", "Arnab", "" ], [ "Affleck", "Ian", "" ] ]
2205.02726
Timothy Armstrong
Timothy B. Armstrong
Asymptotic Efficiency Bounds for a Class of Experimental Designs
null
null
null
null
stat.ME
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider an experimental design setting in which units are assigned to treatment after being sampled sequentially from an infinite population. We derive asymptotic efficiency bounds that apply to data from any experiment that assigns treatment as a (possibly randomized) function of covariates and past outcome data, including stratification on covariates and adaptive designs. For estimating the average treatment effect of a binary treatment, our results show that no further first order asymptotic efficiency improvement is possible relative to an estimator that achieves the Hahn (1998) bound in an experimental design where the propensity score is chosen to minimize this bound. Our results also apply to settings with multiple treatments with possible constraints on treatment, as well as covariate based sampling of a single outcome.
[ { "version": "v1", "created": "Thu, 5 May 2022 15:57:06 GMT" }, { "version": "v2", "created": "Tue, 13 May 2025 20:33:51 GMT" } ]
2025-05-15T00:00:00
[ [ "Armstrong", "Timothy B.", "" ] ]
2205.04307
Xiaofeng Xu
Chengxu Liu, Bin Li, Yongheng Ge, Wen-He Jiao, Chuanying Xi, Yi Liu, Chunqiang Xu, Qi Lu, Yunlong Li, Hang-Qiang Qiu, Qin-Qing Zhu, Zhi Ren, Ziming Zhu, Dong Qian, Xianglin Ke, and Xiaofeng Xu
de Haas-van Alphen effect and the first-principles study of the possible topological stannide Cu$_3$Sn
4 figures, 1 table
Journal of Alloys and Compounds 928 (2022) 167017
10.1016/j.jallcom.2022.167017
null
cond-mat.mtrl-sci cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The quest for quantum materials with diverse symmetry-protected topological states has been the focus of recent research interest, primarily due to their fascinating physical properties and the potential technological utility. In this work, we report on the magnetotransport, de Haas-van Alphen (dHvA) oscillations, and the first-principles calculations of the stannide Cu$_3$Sn that is isostructural with the recently reported topological semimetal Ag$_3$Sn. The magnetoresistance was found to vary quasi-linearly in field. Clear dHvA oscillations were observed under a field as low as 1 Tesla at 2 K, with three major oscillation frequencies $F_{\alpha}$=8.74 T, $F_{\beta}$=150.19 T and $F_{\gamma}$=229.66 T and extremely small effective masses. The analysis of dHvA quantum oscillations revealed a possible nonzero Berry phase, suggestive of the nontrivial band topology. The corroborating evidence for the nontrivial electronic topology also comes from the first-principles calculations which yield a nonzero $\mathbb{Z}_2$ topological index. These results collectively suggest that Cu$_3$Sn, in analogy to its homologue Ag$_3$Sn, may be another intermetallic stannide hosting topological Dirac fermions.
[ { "version": "v1", "created": "Mon, 9 May 2022 14:14:12 GMT" } ]
2025-05-15T00:00:00
[ [ "Liu", "Chengxu", "" ], [ "Li", "Bin", "" ], [ "Ge", "Yongheng", "" ], [ "Jiao", "Wen-He", "" ], [ "Xi", "Chuanying", "" ], [ "Liu", "Yi", "" ], [ "Xu", "Chunqiang", "" ], [ "Lu", "Qi", "" ], [ "Li", "Yunlong", "" ], [ "Qiu", "Hang-Qiang", "" ], [ "Zhu", "Qin-Qing", "" ], [ "Ren", "Zhi", "" ], [ "Zhu", "Ziming", "" ], [ "Qian", "Dong", "" ], [ "Ke", "Xianglin", "" ], [ "Xu", "Xiaofeng", "" ] ]
2207.06302
Peter Horvathy
Loic Marsot, Peng-Ming Zhang, Peter Horvathy
Anyonic spin-Hall effect on the Black Hole horizon
affiliation corrected
Phys. Rev. \textbf{D 106} L121503 (2022)
10.1103/PhysRevD.106.L121503
null
gr-qc cond-mat.other hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Using the fact that the horizon of black holes is a Carroll manifold, we show that an ``exotic photon'' i.e. a particle without mass and charge but with anyonic spin, magnetic moment and ``exotic'' charges associated with the 2-parameter central extension of the 2-dimensional Carroll group moves on the horizon of a Kerr-Newman Black Hole consistently with the Hall law.
[ { "version": "v1", "created": "Wed, 13 Jul 2022 15:52:30 GMT" }, { "version": "v2", "created": "Sat, 3 Sep 2022 13:37:02 GMT" }, { "version": "v3", "created": "Sun, 13 Nov 2022 01:32:03 GMT" }, { "version": "v4", "created": "Fri, 25 Nov 2022 14:56:57 GMT" }, { "version": "v5", "created": "Sun, 25 Dec 2022 15:36:56 GMT" }, { "version": "v6", "created": "Tue, 13 May 2025 20:47:14 GMT" } ]
2025-05-15T00:00:00
[ [ "Marsot", "Loic", "" ], [ "Zhang", "Peng-Ming", "" ], [ "Horvathy", "Peter", "" ] ]
2207.14425
Hao Wang
Hao Wang, Wenhao Shen, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao
3D Cartoon Face Generation with Controllable Expressions from a Single GAN Image
IJCNN 2025. Code: https://github.com/hwang1996/3D-Cartoon-Face-Generation
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we investigate an open research task of generating 3D cartoon face shapes from single 2D GAN generated human faces and without 3D supervision, where we can also manipulate the facial expressions of the 3D shapes. To this end, we discover the semantic meanings of StyleGAN latent space, such that we are able to produce face images of various expressions, poses, and lighting conditions by controlling the latent codes. Specifically, we first finetune the pretrained StyleGAN face model on the cartoon datasets. By feeding the same latent codes to face and cartoon generation models, we aim to realize the translation from 2D human face images to cartoon styled avatars. We then discover semantic directions of the GAN latent space, in an attempt to change the facial expressions while preserving the original identity. As we do not have any 3D annotations for cartoon faces, we manipulate the latent codes to generate images with different poses and lighting conditions, such that we can reconstruct the 3D cartoon face shapes. We validate the efficacy of our method on three cartoon datasets qualitatively and quantitatively.
[ { "version": "v1", "created": "Fri, 29 Jul 2022 01:06:21 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 12:40:37 GMT" } ]
2025-05-15T00:00:00
[ [ "Wang", "Hao", "" ], [ "Shen", "Wenhao", "" ], [ "Lin", "Guosheng", "" ], [ "Hoi", "Steven C. H.", "" ], [ "Miao", "Chunyan", "" ] ]
2207.14529
Sedir Mohammed
Sedir Mohammed and Lukas Budach and Moritz Feuerpfeil and Nina Ihde and Andrea Nathansen and Nele Noack and Hendrik Patzlaff and Felix Naumann and Hazar Harmouch
The Effects of Data Quality on Machine Learning Performance on Tabular Data
null
Information Systems Information Systems, Volume 132, July 2025, 102549
10.1016/j.is.2025.102549
null
cs.DB
http://creativecommons.org/licenses/by-sa/4.0/
Modern artificial intelligence (AI) applications require large quantities of training and test data. This need creates critical challenges not only concerning the availability of such data, but also regarding its quality. For example, incomplete, erroneous, or inappropriate training data can lead to unreliable models that produce ultimately poor decisions. Trustworthy AI applications require high-quality training and test data along many quality dimensions, such as accuracy, completeness, and consistency. We explore empirically the relationship between six data quality dimensions and the performance of 19 popular machine learning algorithms covering the tasks of classification, regression, and clustering, with the goal of explaining their performance in terms of data quality. Our experiments distinguish three scenarios based on the AI pipeline steps that were fed with polluted data: polluted training data, test data, or both. We conclude the paper with an extensive discussion of our observations.
[ { "version": "v1", "created": "Fri, 29 Jul 2022 07:53:31 GMT" }, { "version": "v2", "created": "Mon, 1 Aug 2022 09:36:48 GMT" }, { "version": "v3", "created": "Mon, 29 Aug 2022 14:35:46 GMT" }, { "version": "v4", "created": "Wed, 9 Nov 2022 13:26:12 GMT" }, { "version": "v5", "created": "Thu, 12 Dec 2024 00:05:01 GMT" }, { "version": "v6", "created": "Wed, 14 May 2025 07:02:43 GMT" } ]
2025-05-15T00:00:00
[ [ "Mohammed", "Sedir", "" ], [ "Budach", "Lukas", "" ], [ "Feuerpfeil", "Moritz", "" ], [ "Ihde", "Nina", "" ], [ "Nathansen", "Andrea", "" ], [ "Noack", "Nele", "" ], [ "Patzlaff", "Hendrik", "" ], [ "Naumann", "Felix", "" ], [ "Harmouch", "Hazar", "" ] ]
2208.11881
Tetsuya Iizuka
Xiangyu Chen, Zolboo Byambadorj, Takeaki Yajima, Hisashi Inoue, Isao H. Inoue and Tetsuya Iizuka
CMOS-based area-and-power-efficient neuron and synapse circuits for time-domain analog spiking neural networks
null
Appl. Phys. Lett. 122, 074102 (2023)
10.1063/5.0136627
null
cs.NE
http://creativecommons.org/licenses/by/4.0/
Conventional neural structures tend to communicate through analog quantities such as currents or voltages, however, as CMOS devices shrink and supply voltages decrease, the dynamic range of voltage/current-domain analog circuits becomes narrower, the available margin becomes smaller, and noise immunity decreases. More than that, the use of operational amplifiers (op-amps) and continuous-time or clocked comparators in conventional designs leads to high energy consumption and large chip area, which would be detrimental to building spiking neural networks. In view of this, we propose a neural structure for generating and transmitting time-domain signals, including a neuron module, a synapse module, and two weight modules. The proposed neural structure is driven by a leakage current of MOS transistors and uses an inverter-based comparator to realize a firing function, thus providing higher energy and area efficiency compared to conventional designs. The proposed neural structure is fabricated using TSMC 65 nm CMOS technology. The proposed neuron and synapse occupy the area of 127 {\mu}m^{ 2} and 231 {\mu}m^{ 2}, respectively, while achieving millisecond time constants. Actual chip measurements show that the proposed structure implements the temporal signal communication function with millisecond time constants, which is a critical step toward hardware reservoir computing for human-computer interaction. Simulation results of the spiking-neural network for reservoir computing with the behavioral model of the proposed neural structure demonstrate the learning function.
[ { "version": "v1", "created": "Thu, 25 Aug 2022 05:55:18 GMT" }, { "version": "v2", "created": "Thu, 2 Feb 2023 22:45:37 GMT" } ]
2025-05-15T00:00:00
[ [ "Chen", "Xiangyu", "" ], [ "Byambadorj", "Zolboo", "" ], [ "Yajima", "Takeaki", "" ], [ "Inoue", "Hisashi", "" ], [ "Inoue", "Isao H.", "" ], [ "Iizuka", "Tetsuya", "" ] ]
2208.14649
Cuifeng Shen
Zilun Zhang, Cuifeng Shen, Yuan Shen, Huixin Xiong, Xinyu Zhou, Tiancheng Zhao, Jianwei Yin
DetailCLIP: Injecting Image Details into CLIP's Feature Space
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Although CLIP-like Visual Language Models provide a functional joint feature space for image and text, due to the limitation of the CILP-like model's image input size (e.g., 224), subtle details are lost in the feature representation if we input high-resolution images (e.g., 2240). In this work, we introduce an efficient framework that can produce a single feature representation for a high-resolution image that injects image details and shares the same semantic space as the original CLIP. In the framework, we train a feature fusing model based on CLIP features extracted from a carefully designed image patch method that can cover objects of any scale, weakly supervised by image-agnostic class prompted queries. We validate our framework by retrieving images from class prompted queries on the real world and synthetic datasets, showing significant performance improvement on these tasks. Furthermore, to fully demonstrate our framework's detail retrieval ability, we construct a CLEVR-like synthetic dataset called CLVER-DS, which is fully annotated and has a controllable object scale.
[ { "version": "v1", "created": "Wed, 31 Aug 2022 06:18:10 GMT" }, { "version": "v2", "created": "Tue, 27 Sep 2022 04:58:30 GMT" }, { "version": "v3", "created": "Thu, 10 Nov 2022 14:08:08 GMT" }, { "version": "v4", "created": "Sun, 30 Jul 2023 13:35:19 GMT" }, { "version": "v5", "created": "Mon, 28 Apr 2025 08:54:04 GMT" }, { "version": "v6", "created": "Wed, 14 May 2025 10:49:06 GMT" } ]
2025-05-15T00:00:00
[ [ "Zhang", "Zilun", "" ], [ "Shen", "Cuifeng", "" ], [ "Shen", "Yuan", "" ], [ "Xiong", "Huixin", "" ], [ "Zhou", "Xinyu", "" ], [ "Zhao", "Tiancheng", "" ], [ "Yin", "Jianwei", "" ] ]
2209.14946
Beiming Yuan
Qinglai Wei, Beiming Yuan, Diancheng Chen
EiHi Net: Out-of-Distribution Generalization Paradigm
null
null
null
null
cs.CV cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper develops a new EiHi net to solve the out-of-distribution (OoD) generalization problem in deep learning. EiHi net is a model learning paradigm that can be blessed on any visual backbone. This paradigm can change the previous learning method of the deep model, namely find out correlations between inductive sample features and corresponding categories, which suffers from pseudo correlations between indecisive features and labels. We fuse SimCLR and VIC-Reg via explicitly and dynamically establishing the original - positive - negative sample pair as a minimal learning element, the deep model iteratively establishes a relationship close to the causal one between features and labels, while suppressing pseudo correlations. To further validate the proposed model, and strengthen the established causal relationships, we develop a human-in-the-loop strategy, with few guidance samples, to prune the representation space directly. Finally, it is shown that the developed EiHi net makes significant improvements in the most difficult and typical OoD dataset Nico, compared with the current SOTA results, without any domain ($e.g.$ background, irrelevant features) information.
[ { "version": "v1", "created": "Thu, 29 Sep 2022 17:08:12 GMT" }, { "version": "v2", "created": "Tue, 15 Nov 2022 15:46:45 GMT" }, { "version": "v3", "created": "Tue, 13 May 2025 18:45:27 GMT" } ]
2025-05-15T00:00:00
[ [ "Wei", "Qinglai", "" ], [ "Yuan", "Beiming", "" ], [ "Chen", "Diancheng", "" ] ]
2210.00768
M{\aa}rten Nilsson
M{\aa}rten Nilsson
Plurisubharmonic functions with discontinuous boundary behavior
12 pages
null
null
null
math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the Dirichlet problem for the complex Monge-Amp\`ere operator with bounded, discontinuous boundary data. If the set of discontinuities is b-pluripolar and the domain is B-regular, we are able to prove existence, uniqueness and some regularity estimates for a large class of complex Monge-Amp\`ere measures. This result is optimal in the unit disk, as boundary functions with b-pluripolar discontinuity then coincides with functions that are continuous almost everywhere. We also show that neither of these properties of the boundary function - being continuous almost everywhere or having discontinuities forming a b-pluripolar set - are necessary conditions in order to establish uniqueness and continuity of the solution in higher dimensions. In particular, there are situations where it is enough to prescribe the boundary behavior at a set of arbitrarily small Lebesgue measure.
[ { "version": "v1", "created": "Mon, 3 Oct 2022 08:56:12 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 11:18:54 GMT" } ]
2025-05-15T00:00:00
[ [ "Nilsson", "Mårten", "" ] ]
2211.08764
Ruvi Lecamwasam
Priscila Romagnoli, Ruvi Lecamwasam, Shilu Tian, James Downes, Jason Twamley
Controlling the motional quality factor of a diamagnetically levitated graphite plate
7 pages main + 4 supplementary
Appl. Phys. Lett. 122, 094102 (2023)
10.1063/5.0133242
null
physics.app-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Researchers seek methods to levitate matter for a wide variety of purposes, ranging from exploring fundamental problems in science, through to developing new sensors and mechanical actuators. Many levitation techniques require active driving and most can only be applied to objects smaller than a few micrometers. Diamagnetic levitation has the strong advantage of being the only form of levitation which is passive, requiring no energy input, while also supporting massive objects. Known diamagnetic materials which are electrical insulators are only weakly diamagnetic, and require large magnetic field gradients to levitate. Strong diamagnetic materials which are electrical conductors, such as graphite, exhibit eddy damping, restricting motional freedom and reducing their potential for sensing applications. In this work we describe a method to engineer the eddy damping while retaining the force characteristics provided by the diamagnetic material. We study, both experimentally and theoretically, the motional damping of a magnetically levitated graphite plate in high vacuum and demonstrate that one can control the eddy damping by patterning the plate with through-slots which interrupt the eddy currents. We find we can control the motional quality factor over a wide range with excellent agreement between the experiment and numerical simulations.
[ { "version": "v1", "created": "Wed, 16 Nov 2022 08:51:13 GMT" } ]
2025-05-15T00:00:00
[ [ "Romagnoli", "Priscila", "" ], [ "Lecamwasam", "Ruvi", "" ], [ "Tian", "Shilu", "" ], [ "Downes", "James", "" ], [ "Twamley", "Jason", "" ] ]
2211.09779
Edward Frenkel
Edward Frenkel and David Hernandez
Weyl group symmetry of q-characters
29 pages, v3: minor changes, to appear in Selecta Mathematica
null
null
null
math.QA cond-mat.stat-mech hep-th math.RT nlin.SI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We define an action of the Weyl group W of a simple Lie algebra g on a completion of the ring Y, which is the codomain of the q-character homomorphism of the corresponding quantum affine algebra U_q(g^). We prove that the subring of W-invariants of Y is precisely the ring of q-characters, which is isomorphic to the Grothendieck ring of the category of finite-dimensional representations of U_q(g^). This resolves an old puzzle in the theory of q-characters. We also identify the screening operators, which were previously used to describe the ring of q-characters, as the subleading terms of simple reflections from W in a certain limit. Our results have already found applications to the study of the category O of representations of the Borel subalgebra of U_q(g^) in arXiv:2312.13256 and to the categorification of cluster algebras in arXiv:2401.04616.
[ { "version": "v1", "created": "Thu, 17 Nov 2022 18:52:19 GMT" }, { "version": "v2", "created": "Wed, 28 Aug 2024 03:18:43 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 03:00:00 GMT" } ]
2025-05-15T00:00:00
[ [ "Frenkel", "Edward", "" ], [ "Hernandez", "David", "" ] ]
2211.09957
Cem Yuce
C. Yuce
Quantum inverted harmonic potential
null
Phys. Scr. 96 105006 (2021)
10.1088/1402-4896/ac1087
null
quant-ph physics.gen-ph
http://creativecommons.org/licenses/by-nc-nd/4.0/
We consider a non-interacting gas under the inverted harmonic potential and present infinitely degenerate non-stationary orthogonal states. We discuss that it has an infinite entropy at the absolute zero temperature. We show that uncertainty in position of a particle under the inverted harmonic potential can be zero as there exists a solution which asymptotes to a Dirac delta function. We obtain a new free particle wave packet using the eigenstates for the inverted harmonic potential. It has unique self-focusing feature and can be used as focusing beam without a lens in optical systems where paraxial approximation is used.
[ { "version": "v1", "created": "Wed, 16 Nov 2022 02:03:42 GMT" } ]
2025-05-15T00:00:00
[ [ "Yuce", "C.", "" ] ]
2212.02879
Cem Yuce
C. Yuce, H. Ramezani
Non-Hermitian edge burst without skin localizations
null
Phys. Rev. B 107, L140302 (2023)
10.1103/PhysRevB.107.L140302
null
quant-ph physics.optics
http://creativecommons.org/licenses/by/4.0/
In a class of non-Hermitian quantum walk in lossy lattices with open boundary conditions, an unexpected peak in the distribution of the decay probabilities appears at the edge, dubbed edge burst. It is proposed that the edge burst is originated jointly from the non-Hermitian skin effect (NHSE) and the imaginary gaplessness of the spectrum [Wen-Tan Xue et al., Phys. Rev. Lett. 128, 120401 (2022)]. Using a particular one-dimensional lossy lattice with a nonuniform loss rate, we show that the edge burst can occur even in the absence of skin localization. Furthermore, we discuss that the edge burst may not appear if the spectrum satisfies the imaginary gaplesness condition. Aside from its fundamental importance, by removing the restrictions on observing the edge burst effect, our results open the door to broader design space for future applications of the edge burst effect.
[ { "version": "v1", "created": "Tue, 6 Dec 2022 10:51:58 GMT" }, { "version": "v2", "created": "Tue, 28 Mar 2023 06:33:51 GMT" }, { "version": "v3", "created": "Fri, 14 Apr 2023 03:37:48 GMT" } ]
2025-05-15T00:00:00
[ [ "Yuce", "C.", "" ], [ "Ramezani", "H.", "" ] ]
2212.10863
Changle Liu
Zheng Zhou, Zheng Yan, Changle Liu, Yan Chen, and Xue-Feng Zhang
Quantum Simulation of Two-Dimensional $\mathrm{U(1)}$ Gauge Theory in Rydberg and Rydberg-Dressed Atom Arrays
7 pages, 4 figures and supplemental materials 9 pages, 6 figues. Published version. arXiv admin note: text overlap with arXiv:2106.05518
Chinese Physics Letters 42, 053705 (2025)
10.1088/0256-307X/42/5/053705
null
quant-ph cond-mat.stat-mech cond-mat.str-el physics.atom-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Simulating $\mathrm{U(1)}$ quantum gauge theories with spatial dimension greater than one is of great physical significance yet has not been achieved experimentally. Here we propose a simple realization of $\mathrm{U(1)}$ gauge theory on triangular lattice Rydberg atom arrays. Within experimentally accessible range, we find that the effective model well simulates various aspects of the $\mathrm{U(1)}$ gauge theory, such as emergence of topological sectors, incommensurability, and the deconfined Rokhsar-Kivelson point. Our proposal is easy to implement experimentally and exhibits pronounced quantum dynamics compared with previous proposals realizing $\mathrm{U(1)}$ and $\mathbb Z_2$ gauge theories.
[ { "version": "v1", "created": "Wed, 21 Dec 2022 09:09:56 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 13:00:08 GMT" } ]
2025-05-15T00:00:00
[ [ "Zhou", "Zheng", "" ], [ "Yan", "Zheng", "" ], [ "Liu", "Changle", "" ], [ "Chen", "Yan", "" ], [ "Zhang", "Xue-Feng", "" ] ]
2301.09600
Braden Brinkman
Braden A. W. Brinkman
Phase transitions in in vivo or in vitro populations of spiking neurons belong to different universality classes
Further streamlined version of the manuscript
null
null
null
q-bio.NC cond-mat.dis-nn cond-mat.soft cond-mat.stat-mech
http://creativecommons.org/licenses/by/4.0/
The "critical brain hypothesis" posits that neural circuitry may be tuned close to a "critical point" or "phase transition" -- a boundary between different operating regimes of the circuit. The renormalization group and theory of critical phenomena explain how systems tuned to a critical point display scale invariance due to fluctuations in activity spanning a wide range of time or spatial scales. In the brain this scale invariance has been hypothesized to have several computational benefits, including increased collective sensitivity to changes in input and robust propagation of information across a circuit. However, our theoretical understanding of critical phenomena in neural circuitry is limited because standard renormalization group methods apply to systems with either highly organized or completely random connections. Connections between neurons lie between these extremes, and may be either excitatory (positive) or inhibitory (negative), but not both. In this work we develop a renormalization group method that applies to models of spiking neural populations with some realistic biological constraints on connectivity, and derive a scaling theory for the statistics of neural activity when the population is tuned to a critical point. We show that the scaling theories differ for models of in vitro versus in vivo circuits -- they belong to different "universality classes" -- and that both may exhibit "anomalous" scaling at a critical balance of inhibition and excitation. We verify our theoretical results on simulations of neural activity data, and discuss how our scaling theory can be further extended and applied to real neural data.
[ { "version": "v1", "created": "Mon, 23 Jan 2023 18:00:05 GMT" }, { "version": "v2", "created": "Fri, 17 Mar 2023 20:15:48 GMT" }, { "version": "v3", "created": "Fri, 28 Mar 2025 23:24:27 GMT" }, { "version": "v4", "created": "Tue, 13 May 2025 20:17:34 GMT" } ]
2025-05-15T00:00:00
[ [ "Brinkman", "Braden A. W.", "" ] ]
2302.13758
Luis Santiago Palacios
Luis Santiago Palacios
Non-cuspidal Bianchi modular forms and Katz $p$-adic $L$-functions
Final version
Mathematische Zeitschrift (2025)
10.1007/s00209-025-03694-x
null
math.NT
http://creativecommons.org/licenses/by/4.0/
Let $K$ be an imaginary quadratic field. In this article, we construct $p$-adic $L$-functions of non-cuspidal Bianchi modular forms by introducing the notions of $C$-cuspidality and partial Bianchi modular symbols. When $p$ splits in $K$, we focus on $p$-adic $L$-functions of non-cuspidal base change Bianchi modular forms, showing that they factor as products of two Katz $p$-adic $L$-functions.
[ { "version": "v1", "created": "Mon, 27 Feb 2023 13:39:40 GMT" }, { "version": "v2", "created": "Mon, 10 Jul 2023 12:35:45 GMT" }, { "version": "v3", "created": "Thu, 16 Nov 2023 12:17:33 GMT" }, { "version": "v4", "created": "Tue, 13 May 2025 19:14:01 GMT" } ]
2025-05-15T00:00:00
[ [ "Palacios", "Luis Santiago", "" ] ]
2302.13841
Micha{\l} Zegrodnik
M. Zegrodnik and A. Biborski
Mixed singlet-triplet superconducting state within the moir\'e $t$-$J$-$U$ model as applied to the description of twisted WSe$_2$ bilayer
null
Phys. Rev. B 108, 064506 (2023)
10.1103/PhysRevB.108.064506
null
cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
We analyze an analog of the $t$-$J$-$U$ model as applied to the description of a single moir\'e flat band of twisted WSe$_2$ bilayer. To take into account the correlation effects induced by a significant strength of the Coulomb repulsion, we use the Gutzwiller approach and compare it with the results obtained by the Hartree-Fock method. We discuss in detail the graduate appearance of a two dome structure of the superconducting state in the phase diagram by systematically increasing the Coulomb repulsion integral, $U$. The two superconducting domes residing on both sides of a Mott insulating state can be reproduced for a realistic parameter range in agreement with the available experimental data. According to our analysis the paired state has a highly unconventional character with a mixed $d+id$ (singlet) and $p-ip$ (triplet) symmetry. Both components of the mixed paired state are of comparable amplitudes. However, as shown here, a transition between pure singlet and pure triplet pairing should be possible in the considered system by tuning the gate voltage, which controls the magnitude of the valley-dependent spin-splitting in the system.
[ { "version": "v1", "created": "Mon, 27 Feb 2023 14:44:40 GMT" }, { "version": "v2", "created": "Wed, 2 Aug 2023 09:36:27 GMT" }, { "version": "v3", "created": "Fri, 4 Aug 2023 13:39:57 GMT" } ]
2025-05-15T00:00:00
[ [ "Zegrodnik", "M.", "" ], [ "Biborski", "A.", "" ] ]
2303.17496
Karl Otness
Karl Otness, Laure Zanna, Joan Bruna
Data-driven multiscale modeling for correcting dynamical systems
Extended with additional experiments
null
null
null
physics.ao-ph cs.LG
http://creativecommons.org/licenses/by/4.0/
We propose a multiscale approach for predicting quantities in dynamical systems which is explicitly structured to extract information in both fine-to-coarse and coarse-to-fine directions. We envision this method being generally applicable to problems with significant self-similarity or in which the prediction task is challenging and where stability of a learned model's impact on the target dynamical system is important. We evaluate our approach on a climate subgrid parameterization task in which our multiscale networks correct chaotic underlying models to reflect the contributions of unresolved, fine-scale dynamics.
[ { "version": "v1", "created": "Fri, 24 Mar 2023 17:53:58 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 14:04:18 GMT" } ]
2025-05-15T00:00:00
[ [ "Otness", "Karl", "" ], [ "Zanna", "Laure", "" ], [ "Bruna", "Joan", "" ] ]
2303.18233
Jerome Simons
J\'er\^ome R. Simons
Hypothesis testing on invariant subspaces of non-symmetric matrices with applications to network statistics
null
null
null
null
math.ST econ.EM stat.ML stat.TH
http://creativecommons.org/licenses/by-nc-nd/4.0/
We extend the inference procedure for eigenvectors of Tyler (1981), which assumes symmetrizable matrices to generic invariant and singular subspaces of non-diagonalisable matrices to test whether $\nu \in \mathbb{R}^{p \times r}$ is an element of an invariant subspace of $M \in \mathbb{R}^{p \times p}$. Our results include a Wald test for full-vector hypotheses and a $t$-test for coefficient-wise hypotheses. We employ perturbation expansions of invariant subspaces from Sun (1991) and singular subspaces from Liu et al. (2007). Based on the former, we extend the popular Davis-Kahan bound to estimations of its higher-order polynomials and study how the bound simplifies for eigenspaces but attains complexity for generic invariant subspaces.
[ { "version": "v1", "created": "Fri, 31 Mar 2023 17:48:20 GMT" }, { "version": "v2", "created": "Tue, 4 Apr 2023 12:50:58 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 11:22:49 GMT" } ]
2025-05-15T00:00:00
[ [ "Simons", "Jérôme R.", "" ] ]
2305.00212
Daniel Kikola
M. Gazdzicki (1), D. Kikola (2), I. Pidhurskyi (1, 3), L. Tinti (1) ((1) Jan Kochanowski University, Kielce, Poland, (2) Warsaw University of Technology, Warsaw, Poland, (3) European Organization for Nuclear Research, CERN, Geneva, Switzerland)
Spatial correlations of charm and anticharm quarks at hadronisation
27 pages, 3 figures
null
null
null
hep-ph
http://creativecommons.org/licenses/by/4.0/
Heavy-ion collisions are a unique tool for studying properties of strong interactions at high energy densities. In particular, the momentum correlations of charm and bottom hadrons have been considered for testing heavy quark thermalisation in the dense matter produced by the collisions. In this respect, two effects have been considered: the decrease of the initial back-to-back correlations and the increase of correlations due to heavy-quark interactions with the collectively flowing medium. Here, we show that information on the spatial correlations of the charm-anticharm quarks at the hadronisation can be extracted by measuring the momentum correlation of charm and anticharm hadrons produced in central collisions of two heavy nuclei. This, however, requires collisions with a single charm-anticharm quark pair created - the condition likely to be fulfilled in central Pb+Pb collisions at the CERN SPS energies. We introduce a method to correct the measured joint distribution function for the smearing of the charm and anticharm hadron momenta caused by hadronisation. Then the results are directly sensitive to the spatial correlations at the hadronisation. Using an example of central Pb+Pb collisions at the CERN SPS energies, we demonstrate that even a limited statistics of charm-anticharm hadron pairs can distinguish between different spatial correlation functions of charm-anticharm quarks at hadronisation. The results on spatial charm-anticharm quark correlations will provide a unique test of different assumptions on heavy quark creation in space-time and transport in dense, strongly interacting matter. We show that the existing detector technology and beam intensities at the CERN SPS should allow us to conduct the needed experiments soon.
[ { "version": "v1", "created": "Sat, 29 Apr 2023 09:46:23 GMT" }, { "version": "v2", "created": "Tue, 19 Mar 2024 13:12:41 GMT" }, { "version": "v3", "created": "Fri, 14 Mar 2025 13:47:55 GMT" }, { "version": "v4", "created": "Wed, 14 May 2025 14:16:00 GMT" } ]
2025-05-15T00:00:00
[ [ "Gazdzicki", "M.", "" ], [ "Kikola", "D.", "" ], [ "Pidhurskyi", "I.", "" ], [ "Tinti", "L.", "" ] ]
2305.03134
Yutao Sun
Xuan Leng and Jiaming Mao and Yutao Sun
Debiased Inference for Dynamic Nonlinear Panels with Multi-dimensional Heterogeneities
null
null
null
null
econ.EM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce a generic class of dynamic nonlinear heterogeneous parameter models that incorporate individual and time fixed effects in both the intercept and slope. These models are subject to the incidental parameter problem, in that the limiting distribution of the point estimator is not centered at zero, and that test statistics do not follow their standard asymptotic distributions as in the absence of the fixed effects. To address the problem, we develop an analytical bias correction procedure to construct a bias-corrected likelihood. The resulting estimator follows an asymptotic normal distribution with mean zero. Moreover, likelihood-based tests statistics -- including likelihood-ratio, Lagrange-multiplier, and Wald tests -- follow the limiting chi-squared distribution under the null hypothesis. Simulations demonstrate the effectiveness of the proposed correction method, and an empirical application on the labor force participation of single mothers underscores its practical importance.
[ { "version": "v1", "created": "Thu, 4 May 2023 20:29:48 GMT" }, { "version": "v2", "created": "Thu, 19 Oct 2023 07:48:26 GMT" }, { "version": "v3", "created": "Fri, 22 Nov 2024 07:16:55 GMT" }, { "version": "v4", "created": "Wed, 14 May 2025 12:53:14 GMT" } ]
2025-05-15T00:00:00
[ [ "Leng", "Xuan", "" ], [ "Mao", "Jiaming", "" ], [ "Sun", "Yutao", "" ] ]
2305.08210
Abdallah Alsammani
Abdallah Alsammani
Mathematical Analysis of Autonomous and Nonautonomous Hepatitis B Virus Transmission Models
null
null
10.1007/978-3-031-37108-0_21
null
math.DS
http://creativecommons.org/licenses/by/4.0/
This study presents an improved mathematical model for Hepatitis B Virus (HBV) transmission dynamics by investigating autonomous and nonautonomous cases. The novel model incorporates the effects of medical treatment, allowing for a more comprehensive understanding of HBV transmission and potential control measures. Our analysis involves verifying unique solutions' existence, ensuring solutions' positivity over time, and conducting a stability analysis at the equilibrium points. Both local and global stability are discussed; for local stability, we use the Jacobian matrix and the basic reproduction number, $R_0$. For global stability, we construct a Lyapunov function and derive necessary and sufficient conditions for stability in our models, establishing a connection between these conditions and $R_0$. Numerical simulations substantiate our analytical findings, offering valuable insights into HBV transmission dynamics and the effectiveness of different interventions. This study advances our understanding of Hepatitis B Virus (HBV) transmission dynamics by presenting an enhanced mathematical model that considers both autonomous and nonautonomous cases.
[ { "version": "v1", "created": "Sun, 14 May 2023 18:06:05 GMT" } ]
2025-05-15T00:00:00
[ [ "Alsammani", "Abdallah", "" ] ]
2305.10828
Haonan Zhang
Joseph Slote, Alexander Volberg, Haonan Zhang
A dimension-free discrete Remez-type inequality on the polytorus
21 pages. Final version
Discrete Analysis 2025
null
null
math.CA math.AP math.CV
http://creativecommons.org/licenses/by/4.0/
Consider $f:\Omega^n_K \to \mathbf{C}$ a function from the $n$-fold product of multiplicative cyclic groups of order $K$. Any such $f$ may be extended via its Fourier expansion to an analytic polynomial on the polytorus $\mathbf{T}^n$, and the set of such polynomials coincides with the set of all analytic polynomials on $\mathbf{T}^n$ of individual degree at most $K-1$. In this setting it is natural to ask how the supremum norms of $f$ over $\mathbf{T}^n$ and over $\Omega_K^n$ compare. We prove the following \emph{discretization of the uniform norm} for low-degree polynomials: if $f$ has degree at most $d$ as an analytic polynomial, then $\|f\|_{\mathbf{T}^n}\leq C(d,K)\|f\|_{\Omega_K^n}$ with $C(d,K)$ independent of dimension $n$. As a consequence we also obtain a new proof of the Bohnenblust--Hille inequality for functions on products of cyclic groups. Key to our argument is a special class of Fourier multipliers on $\Omega_K^n$ which are $L^\infty\to L^\infty$ bounded independent of dimension when restricted to low-degree polynomials. This class includes projections onto the $k$-homogeneous parts of low-degree polynomials as well as projections of much finer granularity.
[ { "version": "v1", "created": "Thu, 18 May 2023 09:08:55 GMT" }, { "version": "v2", "created": "Sat, 11 Nov 2023 20:19:46 GMT" }, { "version": "v3", "created": "Tue, 13 May 2025 23:33:54 GMT" } ]
2025-05-15T00:00:00
[ [ "Slote", "Joseph", "" ], [ "Volberg", "Alexander", "" ], [ "Zhang", "Haonan", "" ] ]
2305.10947
Juyoung Yun
Juyoung Yun, Sol Choi, Francois Rameau, Byungkon Kang, Zhoulai Fu
Revisiting 16-bit Neural Network Training: A Practical Approach for Resource-Limited Learning
null
null
null
null
cs.LG cs.AI cs.CV cs.PF
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With the increasing complexity of machine learning models, managing computational resources like memory and processing power has become a critical concern. Mixed precision techniques, which leverage different numerical precisions during model training and inference to optimize resource usage, have been widely adopted. However, access to hardware that supports lower precision formats (e.g., FP8 or FP4) remains limited, especially for practitioners with hardware constraints. For many with limited resources, the available options are restricted to using 32-bit, 16-bit, or a combination of the two. While it is commonly believed that 16-bit precision can achieve results comparable to full (32-bit) precision, this study is the first to systematically validate this assumption through both rigorous theoretical analysis and extensive empirical evaluation. Our theoretical formalization of floating-point errors and classification tolerance provides new insights into the conditions under which 16-bit precision can approximate 32-bit results. This study fills a critical gap, proving for the first time that standalone 16-bit precision neural networks match 32-bit and mixed-precision in accuracy while boosting computational speed. Given the widespread availability of 16-bit across GPUs, these findings are especially valuable for machine learning practitioners with limited hardware resources to make informed decisions.
[ { "version": "v1", "created": "Thu, 18 May 2023 13:09:45 GMT" }, { "version": "v2", "created": "Fri, 25 Aug 2023 05:57:08 GMT" }, { "version": "v3", "created": "Fri, 11 Oct 2024 00:47:38 GMT" }, { "version": "v4", "created": "Wed, 16 Oct 2024 21:22:01 GMT" }, { "version": "v5", "created": "Fri, 14 Mar 2025 04:05:05 GMT" }, { "version": "v6", "created": "Tue, 13 May 2025 20:38:28 GMT" } ]
2025-05-15T00:00:00
[ [ "Yun", "Juyoung", "" ], [ "Choi", "Sol", "" ], [ "Rameau", "Francois", "" ], [ "Kang", "Byungkon", "" ], [ "Fu", "Zhoulai", "" ] ]
2305.11352
Matteo Lostaglio
David Jennings, Matteo Lostaglio, Sam Pallister, Andrew T Sornborger, Yi\u{g}it Suba\c{s}{\i}
Randomized adiabatic quantum linear solver algorithm with optimal complexity scaling and detailed running costs
19 pages. Significant improvements to the algorithm
null
null
null
quant-ph cs.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Solving linear systems of equations is a fundamental problem with a wide variety of applications across many fields of science, and there is increasing effort to develop quantum linear solver algorithms. [Suba\c{s}i et al., Phys. Rev. Lett. (2019)] proposed a randomized algorithm inspired by adiabatic quantum computing, based on a sequence of random Hamiltonian simulation steps, with suboptimal scaling in the condition number $\kappa$ of the linear system and the target error $\epsilon$. Here we go beyond these results in several ways. Firstly, using filtering [Lin et al., Quantum (2019)] and Poissonization techniques [Cunningham et al., arXiv:2406.03972 (2024)], the algorithm complexity is improved to the optimal scaling $O(\kappa \log(1/\epsilon))$ - an exponential improvement in $\epsilon$, and a shaving of a $\log \kappa$ scaling factor in $\kappa$. Secondly, the algorithm is further modified to achieve constant factor improvements, which are vital as we progress towards hardware implementations on fault-tolerant devices. We introduce a cheaper randomized walk operator method replacing Hamiltonian simulation - which also removes the need for potentially challenging classical precomputations; randomized routines are sampled over optimized random variables; circuit constructions are improved. We obtain a closed formula rigorously upper bounding the expected number of times one needs to apply a block-encoding of the linear system matrix to output a quantum state encoding the solution to the linear system. The upper bound is $867 \kappa$ at $\epsilon=10^{-10}$ for Hermitian matrices.
[ { "version": "v1", "created": "Fri, 19 May 2023 00:07:32 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 11:27:36 GMT" } ]
2025-05-15T00:00:00
[ [ "Jennings", "David", "" ], [ "Lostaglio", "Matteo", "" ], [ "Pallister", "Sam", "" ], [ "Sornborger", "Andrew T", "" ], [ "Subaşı", "Yiğit", "" ] ]
2305.20029
John E. McCarthy
John E. McCarthy
Random commuting matrices
null
null
null
null
math.PR math.FA
http://creativecommons.org/licenses/by/4.0/
We define a random commuting $d$-tuple of $n$-by-$n$ matrices to be a random variable that takes values in the set of commuting $d$-tuples and has a distribution that is a rapidly decaying continuous weight on this algebraic set. In the Hermitian case, we characterize the eigenvalue distribution as $n$ tends to infinity. In the non-Hermitian case, we get a formula that holds if the set is irreducible. We show that there are qualitative differences between the single matrix case and the several commuting matrices case.
[ { "version": "v1", "created": "Wed, 31 May 2023 17:00:09 GMT" }, { "version": "v2", "created": "Tue, 13 May 2025 21:39:06 GMT" } ]
2025-05-15T00:00:00
[ [ "McCarthy", "John E.", "" ] ]
2306.06927
Aleksandar Mijatovic
Jorge Ignacio Gonz\'alez C\'azares, Feng Lin and Aleksandar Mijatovi\'c
Fast exact simulation of the first-passage event of a subordinator
22 pages, 6 figures, see https://youtu.be/yQJY-fDBS6Q for a short YouTube presentation describing the results, for GitHub Python and Julia repositories, see https://github.com/fenglin2023/FirstPassageEvent.py and https://github.com/fenglin2023/FirstPassageEvent.jl respectively
Stochastic Processes and their Applications 183 (2025)
10.1016/j.spa.2025.104599
null
math.PR stat.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper provides an exact simulation algorithm for the sampling from the joint law of the first-passage time, the undershoot and the overshoot of a subordinator crossing a non-increasing boundary. We prove that the running time of this algorithm has finite moments of all positive orders and give an explicit bound on the expected running time in terms of the L\'evy measure of the subordinator. This bound provides performance guarantees that make our algorithm suitable for Monte Carlo estimation. We provide a GitHub repository with an implementation of the algorithm in Python and Julia.
[ { "version": "v1", "created": "Mon, 12 Jun 2023 08:03:09 GMT" } ]
2025-05-15T00:00:00
[ [ "Cázares", "Jorge Ignacio González", "" ], [ "Lin", "Feng", "" ], [ "Mijatović", "Aleksandar", "" ] ]
2306.07002
Peter Horvathy
P.-M. Zhang, H-X. Zeng, P. A. Horvathy
MultiCarroll dynamics
affiliation corrected
null
10.1007/s10773-024-05777-7
null
gr-qc cond-mat.other hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Unlike a single Carroll particle, a multiparticle Carroll system can move under suitable conditions, as we demonstrate it explicitly for two particles with a momentum-dependent interaction: the center-of-mass remains fixed, however relative motion is possible, confirming previous statements made by Bergshoeff, Casalbuoni, and their collaborators. Analogous results are obtained for electric dipoles with the roles of the center-of-mass and the relative position interchanged.
[ { "version": "v1", "created": "Mon, 12 Jun 2023 10:15:57 GMT" }, { "version": "v2", "created": "Sun, 8 Sep 2024 14:15:30 GMT" }, { "version": "v3", "created": "Tue, 13 May 2025 20:39:35 GMT" } ]
2025-05-15T00:00:00
[ [ "Zhang", "P. -M.", "" ], [ "Zeng", "H-X.", "" ], [ "Horvathy", "P. A.", "" ] ]
2306.08869
Zahra Mousavi
Zahra Mousavi, Chadni Islam, M. Ali Babar, Alsharif Abuadbba, and Kristen Moore
Detecting Misuse of Security APIs: A Systematic Review
Accepted for publication in ACM Computing Surveys, 2025
null
null
null
cs.CR cs.SE
http://creativecommons.org/licenses/by/4.0/
Security Application Programming Interfaces (APIs) are crucial for ensuring software security. However, their misuse introduces vulnerabilities, potentially leading to severe data breaches and substantial financial loss. Complex API design, inadequate documentation, and insufficient security training often lead to unintentional misuse by developers. The software security community has devised and evaluated several approaches to detecting security API misuse to help developers and organizations. This study rigorously reviews the literature on detecting misuse of security APIs to gain a comprehensive understanding of this critical domain. Our goal is to identify and analyze security API misuses, the detection approaches developed, and the evaluation methodologies employed along with the open research avenues to advance the state-of-the-art in this area. Employing the systematic literature review (SLR) methodology, we analyzed 69 research papers. Our review has yielded (a) identification of 6 security API types; (b) classification of 30 distinct misuses; (c) categorization of detection techniques into heuristic-based and ML-based approaches; and (d) identification of 10 performance measures and 9 evaluation benchmarks. The review reveals a lack of coverage of detection approaches in several areas. We recommend that future efforts focus on aligning security API development with developers' needs and advancing standardized evaluation methods for detection technologies.
[ { "version": "v1", "created": "Thu, 15 Jun 2023 05:53:23 GMT" }, { "version": "v2", "created": "Tue, 25 Jun 2024 07:01:49 GMT" }, { "version": "v3", "created": "Mon, 12 May 2025 05:40:59 GMT" }, { "version": "v4", "created": "Wed, 14 May 2025 04:43:30 GMT" } ]
2025-05-15T00:00:00
[ [ "Mousavi", "Zahra", "" ], [ "Islam", "Chadni", "" ], [ "Babar", "M. Ali", "" ], [ "Abuadbba", "Alsharif", "" ], [ "Moore", "Kristen", "" ] ]
2306.09138
Riccardo Zese
Riccardo Zese, Evelina Lamma, Fabrizio Riguzzi
Exploiting Uncertainty for Querying Inconsistent Description Logics Knowledge Bases
null
null
null
null
cs.AI cs.LO
http://creativecommons.org/licenses/by/4.0/
The necessity to manage inconsistency in Description Logics Knowledge Bases (KBs) has come to the fore with the increasing importance gained by the Semantic Web, where information comes from different sources that constantly change their content and may contain contradictory descriptions when considered either alone or together. Classical reasoning algorithms do not handle inconsistent KBs, forcing the debugging of the KB in order to remove the inconsistency. In this paper, we exploit an existing probabilistic semantics called DISPONTE to overcome this problem and allow queries also in case of inconsistent KBs. We implemented our approach in the reasoners TRILL and BUNDLE and empirically tested the validity of our proposal. Moreover, we formally compare the presented approach to that of the repair semantics, one of the most established semantics when considering DL reasoning tasks.
[ { "version": "v1", "created": "Thu, 15 Jun 2023 13:50:46 GMT" }, { "version": "v2", "created": "Thu, 18 Jan 2024 12:02:06 GMT" }, { "version": "v3", "created": "Tue, 10 Sep 2024 15:58:07 GMT" }, { "version": "v4", "created": "Tue, 21 Jan 2025 09:56:29 GMT" }, { "version": "v5", "created": "Tue, 13 May 2025 21:06:22 GMT" } ]
2025-05-15T00:00:00
[ [ "Zese", "Riccardo", "" ], [ "Lamma", "Evelina", "" ], [ "Riguzzi", "Fabrizio", "" ] ]
2306.13171
Yuan Xin
Hongbin Chen, A. Liam Fitzpatrick, Emanuel Katz, Yuan Xin
Large Momentum EFT and Lightcone Quantization
33 pages, 15 figures, v2: title change, v3: minor revision
null
null
null
hep-th
http://creativecommons.org/licenses/by/4.0/
We develop methods for computing the effective action at infinite momentum for $1+1d$ QFTs at finite volume which do not rely on the theory having a Lagrangian description. We do this by taking the infinite momentum limit of equal-time quantization and integrating out all except for the chiral modes of the theory. Our main application of this method is to the Ising Field Theory (IFT), with an energy and magnetic deformation, where we compute the effective lightcone Hamiltonian numerically and check it against results from TCSA. Remarkably, in the low-temperature phase, the Lorentz invariant effective Hamiltonian at infinite momentum takes a very compact form and depends on the volume only through the finite volume vacuum expectation value of $\langle\sigma\rangle$, the spin operator.
[ { "version": "v1", "created": "Thu, 22 Jun 2023 19:33:57 GMT" }, { "version": "v2", "created": "Tue, 4 Feb 2025 04:31:54 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 16:42:38 GMT" } ]
2025-05-15T00:00:00
[ [ "Chen", "Hongbin", "" ], [ "Fitzpatrick", "A. Liam", "" ], [ "Katz", "Emanuel", "" ], [ "Xin", "Yuan", "" ] ]
2306.14725
Matthias Schwab
Matthias Schwab, Mathias Pamminger, Christian Kremser, Daniel Obmann, Markus Haltmeier, Agnes Mayr
Error correcting 2D-3D cascaded network for myocardial infarct scar segmentation on late gadolinium enhancement cardiac magnetic resonance images
null
Med. Image Anal. 103, 103594 (2025)
10.1016/j.media.2025.103594
null
eess.IV cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Late gadolinium enhancement (LGE) cardiac magnetic resonance (CMR) imaging is considered the in vivo reference standard for assessing infarct size (IS) and microvascular obstruction (MVO) in ST-elevation myocardial infarction (STEMI) patients. However, the exact quantification of those markers of myocardial infarct severity remains challenging and very time-consuming. As LGE distribution patterns can be quite complex and hard to delineate from the blood pool or epicardial fat, automatic segmentation of LGE CMR images is challenging. In this work, we propose a cascaded framework of two-dimensional and three-dimensional convolutional neural networks (CNNs) which enables to calculate the extent of myocardial infarction in a fully automated way. By artificially generating segmentation errors which are characteristic for 2D CNNs during training of the cascaded framework we are enforcing the detection and correction of 2D segmentation errors and hence improve the segmentation accuracy of the entire method. The proposed method was trained and evaluated on two publicly available datasets. We perform comparative experiments where we show that our framework outperforms state-of-the-art reference methods in segmentation of myocardial infarction. Furthermore, in extensive ablation studies we show the advantages that come with the proposed error correcting cascaded method. The code of this project is publicly available at https://github.com/matthi99/EcorC.git
[ { "version": "v1", "created": "Mon, 26 Jun 2023 14:21:18 GMT" }, { "version": "v2", "created": "Tue, 13 May 2025 19:20:21 GMT" } ]
2025-05-15T00:00:00
[ [ "Schwab", "Matthias", "" ], [ "Pamminger", "Mathias", "" ], [ "Kremser", "Christian", "" ], [ "Obmann", "Daniel", "" ], [ "Haltmeier", "Markus", "" ], [ "Mayr", "Agnes", "" ] ]
2306.16720
Quentin Francois
Quentin Fran\c{c}ois (CEREMADE), David Garc\'ia-Zelada (LPSM (UMR\_8001), SU)
Asymptotic analysis of the characteristic polynomial for the Elliptic Ginibre Ensemble
null
null
null
null
math.PR math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the complex Elliptic Ginibre Ensemble, a family of random matrix models introduced by Girko that interpolates between the Ginibre Ensemble and the Gaussian Unitary Ensemble and such that its empirical spectral measure converges to the uniform measure on an ellipse. We show the convergence in law of its normalised characteristic polynomial outside of this ellipse. Our proof contains two main steps. We first show the tightness of the normalised characteristic polynomial using the link between the Elliptic Ginibre Ensemble and Hermite polynomials. This part relies on the uniform control of the Hermite kernel which is derived from the recent work of Akemann, Duits and Molag. In the second step, we identify the limiting object as the exponential of a Gaussian analytic function. The limit expression is derived from the convergence of traces of Chebyshev polynomials of random matrices by the method of moments. These traces of Chebyshev polynomials appear naturally as a kind of centered version, or normal ordering, of the traces of the monomials. This work answers the interpolation problem raised in the work of Bordenave, Chafa{\"i} and the second author of this paper for the integrable case of the Elliptic Ginibre Ensemble and is therefore a fist step towards the conjectured universality of this result.
[ { "version": "v1", "created": "Thu, 29 Jun 2023 06:38:26 GMT" }, { "version": "v2", "created": "Fri, 29 Sep 2023 12:07:24 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 09:24:39 GMT" } ]
2025-05-15T00:00:00
[ [ "François", "Quentin", "", "CEREMADE" ], [ "García-Zelada", "David", "", "LPSM" ] ]
2307.02197
Vincenzo Antonelli
Vincenzo Antonelli, Francesco Malaspina, Simone Marchesi, Joan Pons-Llopis
't Hooft bundles on the complete flag threefold and moduli spaces of instantons
45 pages. Several corrections, clarifications, and comments have been incorporated following the valuable feedback from the anonymous referees. In particular, Section 5 has been restructured to address an inaccuracy in the previous version. Final version to appear in Journal de Math\'ematiques Pures et Appliqu\'ees
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this work we study the moduli spaces of instanton bundles on the flag twistor space $F:=F(0,1,2)$. We stratify them in terms of the minimal twist supporting global sections and we introduce the notion of (special) 't Hooft bundle on $F$. In particular we prove that there exist $\mu$-stable 't Hooft bundles for each admissible charge $k$. We completely describe the geometric structure of the moduli space of (special) 't Hooft bundles for arbitrary charge $k$. Along the way to reach these goals, we describe the possible structures of multiple curves supported on some rational curves in $F$ as well as the family of del Pezzo surfaces realized as hyperplane sections of $F$. Finally we investigate the splitting behaviour of 't Hooft bundles when restricted to conics.
[ { "version": "v1", "created": "Wed, 5 Jul 2023 10:46:08 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 13:12:19 GMT" } ]
2025-05-15T00:00:00
[ [ "Antonelli", "Vincenzo", "" ], [ "Malaspina", "Francesco", "" ], [ "Marchesi", "Simone", "" ], [ "Pons-Llopis", "Joan", "" ] ]
2307.06690
Mariano A. del Olmo Prof.
Mohammad Enayati, Jean-Pierre Gazeau, Mariano A. del Olmo, Hamed Pejhan
Anti-de Sitterian "massive" elementary systems and their Minkowskian and Newton-Hooke contraction limits
45 pages
Journal of Mathematical Physics, 66 (2025) 053501
10.1063/5.0168115
null
math-ph gr-qc math.MP quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We elaborate the definition and properties of "massive" elementary systems in the $(1+3)$-dimensional Anti-de Sitter (AdS$_4$) spacetime, on both classical and quantum levels. We fully exploit the symmetry group {isomorphic to} Sp$(4,R)$, that is, the two-fold covering of SO$_0(2,3)$ (Sp$(4,\mathbb R) \sim$ SO$_0(2,3)\times \mathbb Z_2$), recognized as the relativity/kinematical group of motions in AdS$_4$ spacetime. In particular, we discuss that the group coset Sp$(4,\mathbb R)/\mathrm{S}\big(\mathrm{U}(1)\times \mathrm{SU}(2)\big)$, as one of the Cartan classical domains, can be interpreted as a phase space for the set of free motions of a test massive particle on AdS$_4$ spacetime; technically, in order to facilitate the computations, the whole process is carried out in terms of complex quaternions. The (projective) unitary irreducible representations (UIRs) of the Sp$(4,R)$ group, describing the quantum version of such motions, are found in the discrete series of the Sp$(4,\mathbb R)$ UIRs. We also describe the null-curvature (Poincar\'{e}) and non-relativistic (Newton-Hooke) contraction limits of such systems, on both classical and quantum levels. On this basis, we unveil the dual nature of "massive" elementary systems living in AdS$_4$ spacetime, as each being a combination of a Minkowskian-like elementary system {with positive proper mass}, with an isotropic harmonic oscillator arising from the AdS$_4$ curvature and viewed as a Newton-Hooke elementary system. This matter-vibration duality will take its whole importance in the quantum regime (in the context of the validity of the equipartition theorem) in view of its possible r\^{o}le in the explanation of the current existence of dark matter.
[ { "version": "v1", "created": "Thu, 13 Jul 2023 11:22:58 GMT" }, { "version": "v2", "created": "Wed, 16 Oct 2024 10:44:50 GMT" } ]
2025-05-15T00:00:00
[ [ "Enayati", "Mohammad", "" ], [ "Gazeau", "Jean-Pierre", "" ], [ "del Olmo", "Mariano A.", "" ], [ "Pejhan", "Hamed", "" ] ]
2307.09714
Sha Wang
Minyu Fan, Kun Liu, Jie Zhu, Yu Cao and Sha Wang
Flexible single multimode fiber imaging using white LED
null
null
null
null
physics.optics eess.IV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Multimode fiber (MMF) has been proven to have good potential in imaging and optical communication because of its advantages of small diameter and large mode numbers. However, due to the mode coupling and modal dispersion, it is very sensitive to environmental changes. Minor changes in the fiber shape can lead to difficulties in information reconstruction. Here, white LED and cascaded Unet are used to achieve MMF imaging to eliminate the effect of fiber perturbations. The output speckle patterns in three different color channels of the CCD camera produced by transferring images through the MMF are concatenated and inputted into the cascaded Unet using channel stitching technology to improve the reconstruction effects. The average Pearson correlation coefficient (PCC) of the reconstructed images from the Fashion-MINIST dataset is 0.83. In order to check the flexibility of such a system, perturbation tests on the image reconstruction capability by changing the fiber shapes are conducted. The experimental results show that the MMF imaging system has good robustness properties, i. e. the average PCC remains 0.83 even after completely changing the shape of the MMF. This research potentially provides a flexible approach for the practical application of MMF imaging.
[ { "version": "v1", "created": "Wed, 19 Jul 2023 01:55:15 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 03:01:49 GMT" } ]
2025-05-15T00:00:00
[ [ "Fan", "Minyu", "" ], [ "Liu", "Kun", "" ], [ "Zhu", "Jie", "" ], [ "Cao", "Yu", "" ], [ "Wang", "Sha", "" ] ]
2307.10352
Eloi Tanguy
Eloi Tanguy, R\'emi Flamary and Julie Delon
Properties of Discrete Sliced Wasserstein Losses
null
Mathematics of Computation (2024)
10.1090/mcom/3994
null
stat.ML cs.LG math.OC math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Sliced Wasserstein (SW) distance has become a popular alternative to the Wasserstein distance for comparing probability measures. Widespread applications include image processing, domain adaptation and generative modelling, where it is common to optimise some parameters in order to minimise SW, which serves as a loss function between discrete probability measures (since measures admitting densities are numerically unattainable). All these optimisation problems bear the same sub-problem, which is minimising the Sliced Wasserstein energy. In this paper we study the properties of $\mathcal{E}: Y \longmapsto \mathrm{SW}_2^2(\gamma_Y, \gamma_Z)$, i.e. the SW distance between two uniform discrete measures with the same amount of points as a function of the support $Y \in \mathbb{R}^{n \times d}$ of one of the measures. We investigate the regularity and optimisation properties of this energy, as well as its Monte-Carlo approximation $\mathcal{E}_p$ (estimating the expectation in SW using only $p$ samples) and show convergence results on the critical points of $\mathcal{E}_p$ to those of $\mathcal{E}$, as well as an almost-sure uniform convergence and a uniform Central Limit result on the process $\mathcal{E}_p(Y)$. Finally, we show that in a certain sense, Stochastic Gradient Descent methods minimising $\mathcal{E}$ and $\mathcal{E}_p$ converge towards (Clarke) critical points of these energies.
[ { "version": "v1", "created": "Wed, 19 Jul 2023 21:21:18 GMT" }, { "version": "v2", "created": "Thu, 17 Aug 2023 16:01:05 GMT" }, { "version": "v3", "created": "Mon, 18 Mar 2024 10:07:40 GMT" }, { "version": "v4", "created": "Fri, 12 Apr 2024 08:51:55 GMT" }, { "version": "v5", "created": "Mon, 13 May 2024 14:38:39 GMT" }, { "version": "v6", "created": "Mon, 8 Jul 2024 12:52:12 GMT" }, { "version": "v7", "created": "Wed, 14 May 2025 12:02:25 GMT" } ]
2025-05-15T00:00:00
[ [ "Tanguy", "Eloi", "" ], [ "Flamary", "Rémi", "" ], [ "Delon", "Julie", "" ] ]
2307.11115
Thomas Speck
Frank Siebers and Robin Bebon and Ashreya Jayaram and Thomas Speck
Collective Hall current in chiral active fluids: Coupling of phase and mass transport through traveling bands
null
PNAS 121, e2320256121 (2024)
10.1073/pnas.2320256121
null
cond-mat.soft nlin.PS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Active fluids composed of constituents that are constantly driven away from thermal equilibrium can support spontaneous currents and can be engineered to have unconventional transport properties. Here we report the emergence of (meta-)stable traveling bands in computer simulations of aligning circle swimmers. These bands are different from polar flocks and we show that they can be understood as non-dispersive soliton solutions of the underlying non-linear hydrodynamic equations with constant celerity (phase propagation speed) that is much larger than the propulsion speed. In contrast to solitons in passive media, these bands can induce a bulk particle current with a component perpendicular to the propagation direction, thus constituting a collective Hall (or Magnus) effect. Traveling bands require sufficiently small orbits and undergo a discontinuous transition into a synchronized state with transient polar clusters for large orbital radii.
[ { "version": "v1", "created": "Thu, 20 Jul 2023 12:43:54 GMT" } ]
2025-05-15T00:00:00
[ [ "Siebers", "Frank", "" ], [ "Bebon", "Robin", "" ], [ "Jayaram", "Ashreya", "" ], [ "Speck", "Thomas", "" ] ]
2307.14699
Dragan Vukoti\'c
Iason Efraimidis, Adri\'an Llinares, Dragan Vukoti\'c
Korenblum's principle for Bergman spaces with radial weights
In this version some minor misprints and language issues have been corrected. Also, the addresses and the dedicatory have been updated
Comput. Methods Funct. Theory 25 (2025), no. 1, 239-250
10.1007/s40315-024-00543-6
null
math.CV
http://creativecommons.org/licenses/by/4.0/
We show that the Korenblum maximum (domination) principle is valid for weighted Bergman spaces $A^p_w$ with arbitrary (non-negative and integrable) radial weights $w$ in the case $1\le p<\infty$. We also notice that in every weighted Bergman space the supremum of all radii for which the principle holds is strictly smaller than one. Under the mild additional assumption $\liminf_{r\to 0^+} w(r)>0$, we show that the principle fails whenever $0<p<1$.
[ { "version": "v1", "created": "Thu, 27 Jul 2023 08:40:25 GMT" }, { "version": "v2", "created": "Fri, 5 Apr 2024 17:39:26 GMT" } ]
2025-05-15T00:00:00
[ [ "Efraimidis", "Iason", "" ], [ "Llinares", "Adrián", "" ], [ "Vukotić", "Dragan", "" ] ]
2307.15790
Natalia Luka
JS Tan, Natalia Luka, Emily Mazo
Unlikely Organizers: The Rise of Labor Activism Among Professionals in the U.S. Technology Industry
41 pages, 3 tables, 4 figures
null
null
null
cs.CY
http://creativecommons.org/licenses/by-nc-nd/4.0/
Tech workers -- professional workers in the technology industry including software engineers, product managers, UX designers, etc. -- are not normally associated with labor activism. Yet, since 2017, we have seen a significant rise in labor actions among this group. Using an original dataset, we demonstrate how, in the case of tech workers, periods of intense workplace social activism preceded later periods of heightened labor activism. Regression analysis confirms that participation in social activism increases the likelihood of labor activism six months to one year later at the same company. This finding extends Fantasia's cultures of solidarity argument to professional workers. We find that organizing emerges out of collective action and ensuing conflict with management: first, tech workers, guided by their professional interest in socially beneficial work, engage in workplace social activism. This generates solidarity among employee-participants but also creates conflict with management and leads to the emergence of labor activism among professionals.
[ { "version": "v1", "created": "Fri, 28 Jul 2023 20:04:17 GMT" }, { "version": "v2", "created": "Tue, 27 Aug 2024 04:35:59 GMT" } ]
2025-05-15T00:00:00
[ [ "Tan", "JS", "" ], [ "Luka", "Natalia", "" ], [ "Mazo", "Emily", "" ] ]
2308.01405
Amanda Young
Amanda Young
On a bulk gap strategy for quantum lattice models
Contribution for the proceedings of QMATH 15
Reviews in Mathematical Physics Vol. 36, No. 09, 2460007 (2024)
10.1142/S0129055X24600079
null
math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Establishing the (non)existence of a spectral gap above the ground state in the thermodynamic limit is one of the fundamental steps for characterizing the topological phase of a quantum lattice model. This is particularly challenging when a model is expected to have low-lying edge excitations, but nevertheless a positive bulk gap. We review the bulk gap strategy introduced in [Warzel, Young '22] and [Warzel, Young '23] while studying truncated Haldane pseudopotentials. This approach is able to avoid low-lying edge modes by separating the ground states and edge states into different invariant subspaces before applying spectral gap bounding techniques. The approach is stated in a general context, and we reformulate specific spectral gap methods in an invariant subspace context to illustrate the necessary conditions for combining them with the bulk gap strategy. We then review its application to a truncation of the 1/3-filled Haldane pseudopotential in the cylinder geometry.
[ { "version": "v1", "created": "Wed, 2 Aug 2023 19:59:30 GMT" } ]
2025-05-15T00:00:00
[ [ "Young", "Amanda", "" ] ]
2308.03595
Renan Fernando Franco Da Silva
Renan F. F. da Silva and Rafael C. S. Schouery
Solving Cutting Stock Problems via an Extended Ryan-Foster Branching Scheme and Fast Column Generation
null
null
null
null
math.OC
http://creativecommons.org/licenses/by/4.0/
We present a branch-cut-and-price framework to solve Cutting Stock Problems with strong relaxations using Set Covering (Packing) Formulations, which are solved by column generation. The main contributions of this paper include an extended Ryan-Foster scheme, which allows us to use this powerful branching scheme even in non-binary problems by using a conflict propagation lemma; a fast column generation process based on a diversification strategy; custom primal heuristics, enabling us to find optimal solutions for several open instances; and a technique to use a smaller feasibility tolerance in floating-point linear programming solvers, combined with numerically safe methods to produce stronger and safer lower bounds. Additional performance-improving strategies include a technique that controls the height of the branch-and-bound tree; a variable selection algorithm based on branching history; a new set of dual inequalities; insights to obtain a lean model; and the subset-row inequalities. By employing this comprehensive framework, we overcame the current state-of-the-art concerning the following problems: Cutting Stock, Skiving Stock, Ordered Open-End Bin Packing, Class-Constrained Bin Packing, and Identical Parallel Machines Scheduling with Minimum Makespan. Additionally, a new challenging benchmark for Cutting Stock is introduced.
[ { "version": "v1", "created": "Mon, 7 Aug 2023 13:56:38 GMT" }, { "version": "v2", "created": "Thu, 27 Jun 2024 12:48:33 GMT" }, { "version": "v3", "created": "Wed, 14 May 2025 13:40:57 GMT" } ]
2025-05-15T00:00:00
[ [ "da Silva", "Renan F. F.", "" ], [ "Schouery", "Rafael C. S.", "" ] ]
2308.05362
Yiling He
Yiling He, Jian Lou, Zhan Qin, Kui Ren
FINER: Enhancing State-of-the-art Classifiers with Feature Attribution to Facilitate Security Analysis
null
CCS '23: Proceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security
10.1145/3576915.3616599
null
cs.CR cs.LG cs.SE
http://creativecommons.org/licenses/by-nc-sa/4.0/
Deep learning classifiers achieve state-of-the-art performance in various risk detection applications. They explore rich semantic representations and are supposed to automatically discover risk behaviors. However, due to the lack of transparency, the behavioral semantics cannot be conveyed to downstream security experts to reduce their heavy workload in security analysis. Although feature attribution (FA) methods can be used to explain deep learning, the underlying classifier is still blind to what behavior is suspicious, and the generated explanation cannot adapt to downstream tasks, incurring poor explanation fidelity and intelligibility. In this paper, we propose FINER, the first framework for risk detection classifiers to generate high-fidelity and high-intelligibility explanations. The high-level idea is to gather explanation efforts from model developer, FA designer, and security experts. To improve fidelity, we fine-tune the classifier with an explanation-guided multi-task learning strategy. To improve intelligibility, we engage task knowledge to adjust and ensemble FA methods. Extensive evaluations show that FINER improves explanation quality for risk detection. Moreover, we demonstrate that FINER outperforms a state-of-the-art tool in facilitating malware analysis.
[ { "version": "v1", "created": "Thu, 10 Aug 2023 06:10:49 GMT" } ]
2025-05-15T00:00:00
[ [ "He", "Yiling", "" ], [ "Lou", "Jian", "" ], [ "Qin", "Zhan", "" ], [ "Ren", "Kui", "" ] ]
2308.10486
Sehwan Moon
Sehwan Moon and Hyunju Lee
Deep Metric Loss for Multimodal Learning
18 pages, 9 figures
Mach Learn 114, 3 (2025)
10.1007/s10994-024-06709-6
null
cs.LG cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Multimodal learning often outperforms its unimodal counterparts by exploiting unimodal contributions and cross-modal interactions. However, focusing only on integrating multimodal features into a unified comprehensive representation overlooks the unimodal characteristics. In real data, the contributions of modalities can vary from instance to instance, and they often reinforce or conflict with each other. In this study, we introduce a novel \text{MultiModal} loss paradigm for multimodal learning, which subgroups instances according to their unimodal contributions. \text{MultiModal} loss can prevent inefficient learning caused by overfitting and efficiently optimize multimodal models. On synthetic data, \text{MultiModal} loss demonstrates improved classification performance by subgrouping difficult instances within certain modalities. On four real multimodal datasets, our loss is empirically shown to improve the performance of recent models. Ablation studies verify the effectiveness of our loss. Additionally, we show that our loss generates a reliable prediction score for each modality, which is essential for subgrouping. Our \text{MultiModal} loss is a novel loss function to subgroup instances according to the contribution of modalities in multimodal learning and is applicable to a variety of multimodal models with unimodal decisions. Our code is available at https://github.com/SehwanMoon/MultiModalLoss.
[ { "version": "v1", "created": "Mon, 21 Aug 2023 06:04:30 GMT" } ]
2025-05-15T00:00:00
[ [ "Moon", "Sehwan", "" ], [ "Lee", "Hyunju", "" ] ]
2308.10951
Lawrence Lee Jr
Lawrence Lee, Charles Bell, John Lawless, Cordney Nash, Emery Nibigira
Experimental Impact of Jet Fragmentation Reference Frames At Particle Colliders
7 pages, 4 figures, corresponds to version published in Physics Letters B
Physics Letters B, Volume 866, 2025, 139561
10.1016/j.physletb.2025.139561
null
hep-ph hep-ex
http://creativecommons.org/licenses/by/4.0/
In collider physics, the properties of hadronic jets are often measured as a function of their lab-frame momenta. However, jet fragmentation must occur in a particular rest frame defined by all color-connected particles. Since this frame need not be the lab frame, the fragmentation of a jet depends on the properties of its sibling objects. This non-factorizability of jets has consequences for experimental jet techniques such as jet tagging, boosted boson measurements, and searches for physics Beyond the Standard Model. In this paper, we will describe the effect and show its impact as predicted by simulation.
[ { "version": "v1", "created": "Mon, 21 Aug 2023 18:00:11 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 12:25:57 GMT" } ]
2025-05-15T00:00:00
[ [ "Lee", "Lawrence", "" ], [ "Bell", "Charles", "" ], [ "Lawless", "John", "" ], [ "Nash", "Cordney", "" ], [ "Nibigira", "Emery", "" ] ]
2308.12511
Bingbing Ding
Bingbing Ding, Zhouping Xin, Huicheng Yin
Global smooth solutions to 4D quasilinear wave equations with short pulse initial data
null
null
null
null
math.AP
http://creativecommons.org/licenses/by/4.0/
In this paper, we establish the global existence of smooth solutions to general 4D quasilinear wave equations satisfying the first null condition with the short pulse initial data. Although the global existence of small data solutions to 4D quasilinear wave equations holds true without any requirement of null conditions, yet for short pulse data, in general, it is sufficient and necessary to require the fulfillment of the first null condition to have global smooth solutions. It is noted that short pulse data are extensions of a class of spherically symmetric data, for which the smallness restrictions are imposed on angular directions and along the outgoing directional derivative $\partial_t+\partial_r$, but the largeness is kept for the incoming directional derivative $\partial_t-\partial_r$. We expect that here methods can be applied to study the global smooth solution or blowup problem with short pulse initial data for the general 2D and 3D quasilinear wave equations when the corresponding null conditions hold or not. On the other hand, as some direct applications of our main results, one can show that for the short pulse initial data, the smooth solutions to the 4D irrotational compressible Euler equations for Chaplygin gases, 4D nonlinear membrane equations and 4D relativistic membrane equations exist globally since their nonlinearities satisfy the first null condition; while the smooth solutions to the 4D irrotational compressible Euler equations for polytropic gases generally blow up in finite time since the corresponding first null condition does not hold.
[ { "version": "v1", "created": "Thu, 24 Aug 2023 02:51:03 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 07:37:55 GMT" } ]
2025-05-15T00:00:00
[ [ "Ding", "Bingbing", "" ], [ "Xin", "Zhouping", "" ], [ "Yin", "Huicheng", "" ] ]
2309.05508
Saikat Goswami
Saikat Goswami and Goutam Mukherjee
Lie-Yamaguti Algebra Bundle
Some typographical errors have been fixed, and the last two sections have been removed from this version
null
null
null
math.RA math.DG
http://creativecommons.org/licenses/by/4.0/
We introduce the notion of Lie-Yamaguti algebra bundle, define its cohomology groups with coefficients in a representation and show that such bundles appeared naturally from geometric considerations in the work of M. Kikkawa, which motivates us to introduce this object in the proper mathematical framework. We also study abelian extensions of Lie-Yamaguti algebra bundles and investigate their relationship with suitable cohomology group.
[ { "version": "v1", "created": "Mon, 11 Sep 2023 14:51:32 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 13:27:33 GMT" } ]
2025-05-15T00:00:00
[ [ "Goswami", "Saikat", "" ], [ "Mukherjee", "Goutam", "" ] ]
2309.06867
Sayan Mukherjee
Sayan Mukherjee and Vorapong Suppakitpaisarn
Local Differential Privacy-Preserving Spectral Clustering for General Graphs
Version accepted at TMLR: https://openreview.net/forum?id=zo5b60AuAH
null
null
null
cs.CR cs.SI
http://creativecommons.org/licenses/by-nc-nd/4.0/
Spectral clustering is a widely used algorithm to find clusters in networks. Several researchers have studied the stability of spectral clustering under local differential privacy with the additional assumption that the underlying networks are generated from the stochastic block model (SBM). However, we argue that this assumption is too restrictive since social networks do not originate from the SBM. Thus, we delve into an analysis for general graphs in this work. Our primary focus is the edge flipping method -- a common technique for protecting local differential privacy. We show that, when the edges of an $n$-vertex graph satisfying some reasonable well-clustering assumptions are flipped with a probability of $O(\log n/n)$, the clustering outcomes are largely consistent. Empirical tests further corroborate these theoretical findings. Conversely, although clustering outcomes have been stable for non-sparse and well-clustered graphs produced from the SBM, we show that in general, spectral clustering may yield highly erratic results on certain well-clustered graphs when the flipping probability is $\omega(\log n/n)$. This indicates that the best privacy budget obtainable for general graphs is $\Theta(\log n)$.
[ { "version": "v1", "created": "Wed, 13 Sep 2023 10:23:29 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 01:35:35 GMT" } ]
2025-05-15T00:00:00
[ [ "Mukherjee", "Sayan", "" ], [ "Suppakitpaisarn", "Vorapong", "" ] ]
2309.07363
Ian Ball
Ian Ball and Deniz Kattwinkel
Quota Mechanisms: Finite-Sample Optimality and Robustness
null
null
null
null
econ.TH
http://creativecommons.org/licenses/by-nc-nd/4.0/
A quota mechanism, such as a mandatory grading curve, links together multiple decisions. We analyze the performance of quota mechanisms when the number of linked decisions is finite and the designer has imperfect knowledge of the type distribution. Using a new optimal transport approach, we derive an ex-post decision error guarantee for quota mechanisms. This guarantee cannot be improved by any mechanisms without transfers. We quantify the sensitivity of quota mechanisms to errors in the designer's estimate of the type distribution. Finally, we show that quotas are robust to agents' beliefs about each other.
[ { "version": "v1", "created": "Thu, 14 Sep 2023 00:37:31 GMT" }, { "version": "v2", "created": "Sat, 20 Apr 2024 02:01:32 GMT" }, { "version": "v3", "created": "Tue, 15 Oct 2024 19:19:05 GMT" }, { "version": "v4", "created": "Tue, 13 May 2025 22:24:51 GMT" } ]
2025-05-15T00:00:00
[ [ "Ball", "Ian", "" ], [ "Kattwinkel", "Deniz", "" ] ]
2309.10903
Antonio Enea Romano
Antonio Enea Romano
Constraining the effective field theory of dark energy with multimessenger astronomy
Corrected some typos, added DOI
null
10.1103/PhysRevD.111.084086
null
gr-qc astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
The effective field theory of dark energy predicts a possible time variation of the propagation speed of gravitational waves (GW) which could be tested with multimessenger astronomy. For this purpose we derive the relation between the redshift dependence of the propagation speed of GWs and the time delay between the detection of GWs and electromagnetic waves (EMWs) emitted by the same source. According to the EFT the friction term of the GW propagation equation depends on the effective Planck mass and GW speed time variation, affecting the GW-EMW luminosity distance ratio. We compute the general form of the GW-EMW luminosity distance ratio in terms of the effective GW speed and effective Planck mass, and then focus on theories with constant Planck mass (CPM) and time varying GW speed. For CPM theories the GW speed can be jointly constrained by the GW-EMW detection time delay and luminosity distance ratio, allowing to derive a consistency relation between these two observables. The event GW170817 and its EM counterpart satisfy the CPM consistency condition, and allows to set constraints on the time variation of the GWs speed, and consequently on the coefficients of the effective theory.
[ { "version": "v1", "created": "Tue, 19 Sep 2023 19:57:10 GMT" }, { "version": "v2", "created": "Wed, 6 Dec 2023 23:58:43 GMT" }, { "version": "v3", "created": "Fri, 11 Apr 2025 18:50:51 GMT" }, { "version": "v4", "created": "Wed, 14 May 2025 04:16:49 GMT" } ]
2025-05-15T00:00:00
[ [ "Romano", "Antonio Enea", "" ] ]
2309.11397
Valery Alexeev
Valery Alexeev and Xiaoyan Hu
Explicit KSBA compactifications of moduli spaces of secondary and tertiary Burniat surfaces
v.2: Expanded version, with some minor corrections
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We describe explicitly the geometric KSBA compactifications, obtained by adding slc surfaces~$X$ with ample canonical class, of moduli spaces of Burniat surfaces of degrees $K^2=5$, $4$ and $3$.
[ { "version": "v1", "created": "Wed, 20 Sep 2023 15:23:28 GMT" }, { "version": "v2", "created": "Wed, 14 May 2025 15:23:22 GMT" } ]
2025-05-15T00:00:00
[ [ "Alexeev", "Valery", "" ], [ "Hu", "Xiaoyan", "" ] ]