id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
6
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-04-25 00:00:00
authors_parsed
sequencelengths
1
2.83k
2504.11417
Weicheng Huang
Weicheng Huang, Zhuonan Hao, Jiahao Li, Dezhong Tong, Kexin Guo, Yingchao Zhang, Huajian Gao, K. Jimmy Hsia, Mingchao Liu
A tutorial on simulating nonlinear behaviors of flexible structures with the discrete differential geometry (DDG) method
87 pages
null
null
null
cond-mat.soft
http://creativecommons.org/licenses/by-nc-nd/4.0/
Flexible elastic structures, such as beams, rods, ribbons, plates, and shells, exhibit complex nonlinear dynamical behaviors that are central to a wide range of engineering and scientific applications, including soft robotics, deployable structures, and biomedical devices. While various numerical methods have been developed to simulate these behaviors, many conventional approaches struggle to simultaneously capture geometric and material nonlinearities, as well as nonlinear external interactions, particularly in highly deformable and dynamically evolving systems. The Discrete Differential Geometry (DDG) method has emerged as a robust and efficient numerical framework that intrinsically preserves geometric properties, accommodates material nonlinearity, and accurately models interactions with external environments and fields. By directly discretizing geometric and mechanical quantities, DDG provides an accurate, stable, and efficient approach to modeling flexible structures, addressing key limitations of traditional numerical methods. This tutorial provides a systematic introduction to the DDG method for simulating nonlinear behaviors in flexible structures. It covers DDG theory, simulation frameworks, and MATLAB implementation, with examples spanning dynamic systems, geometric and material nonlinearities, and external interactions like magnetics and fluids, culminating in practical insights and future directions. By offering a comprehensive and practical guide, together with open-source MATLAB code, this tutorial aims to facilitate the broader adoption of DDG-based numerical tools among researchers and engineers in computational mechanics, applied mathematics, and structural design.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:33:06 GMT" } ]
2025-04-16T00:00:00
[ [ "Huang", "Weicheng", "" ], [ "Hao", "Zhuonan", "" ], [ "Li", "Jiahao", "" ], [ "Tong", "Dezhong", "" ], [ "Guo", "Kexin", "" ], [ "Zhang", "Yingchao", "" ], [ "Gao", "Huajian", "" ], [ "Hsia", "K. Jimmy", "" ], [ "Liu", "Mingchao", "" ] ]
2504.11418
Tibor Kubik
Tibor Kub\'ik, Old\v{r}ich Kodym, Petr \v{S}illing, Kate\v{r}ina Tr\'avn\'i\v{c}kov\'a, Tom\'a\v{s} Moj\v{z}i\v{s}, Jan Matula
Leveraging Point Transformers for Detecting Anatomical Landmarks in Digital Dentistry
10 pages + references, 3 figures, MICCAI2024 3DTeethland Challenge submission
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
The increasing availability of intraoral scanning devices has heightened their importance in modern clinical orthodontics. Clinicians utilize advanced Computer-Aided Design techniques to create patient-specific treatment plans that include laboriously identifying crucial landmarks such as cusps, mesial-distal locations, facial axis points, and tooth-gingiva boundaries. Detecting such landmarks automatically presents challenges, including limited dataset sizes, significant anatomical variability among subjects, and the geometric nature of the data. We present our experiments from the 3DTeethLand Grand Challenge at MICCAI 2024. Our method leverages recent advancements in point cloud learning through transformer architectures. We designed a Point Transformer v3 inspired module to capture meaningful geometric and anatomical features, which are processed by a lightweight decoder to predict per-point distances, further processed by graph-based non-minima suppression. We report promising results and discuss insights on learned feature interpretability.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:34:56 GMT" } ]
2025-04-16T00:00:00
[ [ "Kubík", "Tibor", "" ], [ "Kodym", "Oldřich", "" ], [ "Šilling", "Petr", "" ], [ "Trávníčková", "Kateřina", "" ], [ "Mojžiš", "Tomáš", "" ], [ "Matula", "Jan", "" ] ]
2504.11419
Li Jin
Li Jin and Liu Jia
Embodied World Models Emerge from Navigational Task in Open-Ended Environments
Research on explainable meta-reinforcement learning AI
null
null
null
cs.AI cs.NE
http://creativecommons.org/licenses/by/4.0/
Understanding how artificial systems can develop spatial awareness and reasoning has long been a challenge in AI research. Traditional models often rely on passive observation, but embodied cognition theory suggests that deeper understanding emerges from active interaction with the environment. This study investigates whether neural networks can autonomously internalize spatial concepts through interaction, focusing on planar navigation tasks. Using Gated Recurrent Units (GRUs) combined with Meta-Reinforcement Learning (Meta-RL), we show that agents can learn to encode spatial properties like direction, distance, and obstacle avoidance. We introduce Hybrid Dynamical Systems (HDS) to model the agent-environment interaction as a closed dynamical system, revealing stable limit cycles that correspond to optimal navigation strategies. Ridge Representation allows us to map navigation paths into a fixed-dimensional behavioral space, enabling comparison with neural states. Canonical Correlation Analysis (CCA) confirms strong alignment between these representations, suggesting that the agent's neural states actively encode spatial knowledge. Intervention experiments further show that specific neural dimensions are causally linked to navigation performance. This work provides an approach to bridging the gap between action and perception in AI, offering new insights into building adaptive, interpretable models that can generalize across complex environments. The causal validation of neural representations also opens new avenues for understanding and controlling the internal mechanisms of AI systems, pushing the boundaries of how machines learn and reason in dynamic, real-world scenarios.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:35:13 GMT" } ]
2025-04-16T00:00:00
[ [ "Jin", "Li", "" ], [ "Jia", "Liu", "" ] ]
2504.11420
Quanyu Long
Quanyu Long, Jianda Chen, Zhengyuan Liu, Nancy F. Chen, Wenya Wang, Sinno Jialin Pan
Reinforcing Compositional Retrieval: Retrieving Step-by-Step for Composing Informative Contexts
19 pages, 8 figures
null
null
null
cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large Language Models (LLMs) have demonstrated remarkable capabilities across numerous tasks, yet they often rely on external context to handle complex tasks. While retrieval-augmented frameworks traditionally focus on selecting top-ranked documents in a single pass, many real-world scenarios demand compositional retrieval, where multiple sources must be combined in a coordinated manner. In this work, we propose a tri-encoder sequential retriever that models this process as a Markov Decision Process (MDP), decomposing the probability of retrieving a set of elements into a sequence of conditional probabilities and allowing each retrieval step to be conditioned on previously selected examples. We train the retriever in two stages: first, we efficiently construct supervised sequential data for initial policy training; we then refine the policy to align with the LLM's preferences using a reward grounded in the structural correspondence of generated programs. Experimental results show that our method consistently and significantly outperforms baselines, underscoring the importance of explicitly modeling inter-example dependencies. These findings highlight the potential of compositional retrieval for tasks requiring multiple pieces of evidence or examples.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:35:56 GMT" } ]
2025-04-16T00:00:00
[ [ "Long", "Quanyu", "" ], [ "Chen", "Jianda", "" ], [ "Liu", "Zhengyuan", "" ], [ "Chen", "Nancy F.", "" ], [ "Wang", "Wenya", "" ], [ "Pan", "Sinno Jialin", "" ] ]
2504.11421
Mahdi Hasanzadeh
Mahdi Hasanzadeh, Kasem Khalil, Cynthia Sturton, Ahmad Patooghy
HeatSense: Intelligent Thermal Anomaly Detection for Securing NoC-Enabled MPSoCs
14 pages,
null
null
null
cs.AR cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Multi-Processor System-on-Chips (MPSoCs) are highly vulnerable to thermal attacks that manipulate dynamic thermal management systems. To counter this, we propose an adaptive real-time monitoring mechanism that detects abnormal thermal patterns in chip tiles. Our design space exploration helped identify key thermal features for an efficient anomaly detection module to be implemented at routers of network-enabled MPSoCs. To minimize hardware overhead, we employ weighted moving average (WMA) calculations and bit-shift operations, ensuring a lightweight yet effective implementation. By defining a spectrum of abnormal behaviors, our system successfully detects and mitigates malicious temperature fluctuations, reducing severe cases from 3.00{\deg}C to 1.9{\deg}C. The anomaly detection module achieves up to 82% of accuracy in detecting thermal attacks, which is only 10-15% less than top-performing machine learning (ML) models like Random Forest. However, our approach reduces hardware usage by up to 75% for logic resources and 100% for specialized resources, making it significantly more efficient than ML-based solutions. This method provides a practical, low-cost solution for resource-constrained environments, ensuring resilience against thermal attacks while maintaining system performance.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:36:53 GMT" } ]
2025-04-16T00:00:00
[ [ "Hasanzadeh", "Mahdi", "" ], [ "Khalil", "Kasem", "" ], [ "Sturton", "Cynthia", "" ], [ "Patooghy", "Ahmad", "" ] ]
2504.11422
Vinod Kumar Bhardwaj Dr.
Vinod Kumar Bhardwaj, Saibal Ray
Cosmological model in the framework of $f(R,\mathcal{L}_{m})$ gravity with quadratic equation of state parameter
23 pages, 15 figures. Accepted in Physics of Dark Universe (DARK-D-25-00109). arXiv admin note: text overlap with arXiv:2503.21243
null
null
null
gr-qc
http://creativecommons.org/licenses/by-nc-sa/4.0/
In this study, we have explored a transitioning cosmological model of universe's expansion in $f(R,\mathcal{L}_{m})$ gravity. The quadratic type of equation of state parameter in the form $\omega=-1 + \alpha (1 + z) + \beta (1 + z)^2$, where $\alpha$ and $\beta$ are constants, is considered to determine the explicit solution of field equations and derive Hubble parameter in term of redshift $z$. The model parameters are estimated taking observational datasets of BAO, Pantheon, and CC using MCMC analysis. Some dynamical properties like EOS parameter, energy density, pressure, and deceleration parameter are described. The cosmographic parameter like statefinders ($r,s$), jerk parameter ($j$) etc are also thoroughly explained. The energy conditions are also examined to validate the viability of the proposed model. We observe a transition redshift at $z_{t} = 0.942^{+0.112}_{-0.164}$ with the present value of deceleration parameter $q_0 = -0.4815^{+0.0362}_{-0.0096}$.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:37:28 GMT" } ]
2025-04-16T00:00:00
[ [ "Bhardwaj", "Vinod Kumar", "" ], [ "Ray", "Saibal", "" ] ]
2504.11423
Lujundong Li
Dazhong Shen, Guanglu Song, Yi Zhang, Bingqi Ma, Lujundong Li, Dongzhi Jiang, Zhuofan Zong, Yu Liu
ADT: Tuning Diffusion Models with Adversarial Supervision
null
null
null
null
cs.CV cs.AI
http://creativecommons.org/licenses/by/4.0/
Diffusion models have achieved outstanding image generation by reversing a forward noising process to approximate true data distributions. During training, these models predict diffusion scores from noised versions of true samples in a single forward pass, while inference requires iterative denoising starting from white noise. This training-inference divergences hinder the alignment between inference and training data distributions, due to potential prediction biases and cumulative error accumulation. To address this problem, we propose an intuitive but effective fine-tuning framework, called Adversarial Diffusion Tuning (ADT), by stimulating the inference process during optimization and aligning the final outputs with training data by adversarial supervision. Specifically, to achieve robust adversarial training, ADT features a siamese-network discriminator with a fixed pre-trained backbone and lightweight trainable parameters, incorporates an image-to-image sampling strategy to smooth discriminative difficulties, and preserves the original diffusion loss to prevent discriminator hacking. In addition, we carefully constrain the backward-flowing path for back-propagating gradients along the inference path without incurring memory overload or gradient explosion. Finally, extensive experiments on Stable Diffusion models (v1.5, XL, and v3), demonstrate that ADT significantly improves both distribution alignment and image quality.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:37:50 GMT" } ]
2025-04-16T00:00:00
[ [ "Shen", "Dazhong", "" ], [ "Song", "Guanglu", "" ], [ "Zhang", "Yi", "" ], [ "Ma", "Bingqi", "" ], [ "Li", "Lujundong", "" ], [ "Jiang", "Dongzhi", "" ], [ "Zong", "Zhuofan", "" ], [ "Liu", "Yu", "" ] ]
2504.11424
Aditya Mahadeva Arabhavi
Giulia Perotti (1 and 2), Nicol\'as T. Kurtovic (3), Thomas Henning (1), G\"oran Olofsson (4), Aditya M. Arabhavi (5), Kamber Schwarz (1), Jayatee Kanwar (5 and 6 and 7), Roy van Boekel (1), Inga Kamp (5), Ilaria Pascucci (8), Ewine F. van Dishoeck (9 and 3), Manuel G\"udel (10 and 11), Pierre-Olivier Lagage (12), David Barrado (13), Alessio Caratti o Garatti (14 and 15), Adrian M. Glauser (11), F. Lahuis (16), Valentin Christiaens (17 and 18), Riccardo Franceschi (19), Danny Gasman (17), Sierra L. Grant (3), Hyerin Jang (20), Till Kaeufer (21), Maria Morales-Calder\'on (13), Milou Temmink (9), Marissa Vlasblom (9) ((1) Max-Planck-Institut f\"ur Astronomie, Heidelberg, Germany, (2) Niels Bohr Institute, University of Copenhagen, Copenhagen, Denmark, (3) Max-Planck Institut f\"ur Extraterrestrische Physik (MPE), Garching, Germany, (4) Department of Astronomy, Stockholm University, AlbaNova University Center, Stockholm, Sweden, (5) Kapteyn Astronomical Institute, Rijksuniversiteit Groningen, Groningen, The Netherlands, (6) Space Research Institute, Austrian Academy of Sciences, Graz, Austria, (7) TU Graz, Fakult\"at f\"ur Mathematik, Physik und Geod\"asie, Graz, Austria, (8) Lunar and Planetary Laboratory, The University of Arizona, Tucson, USA, (9) Leiden Observatory, Leiden University, Leiden, the Netherlands, (10) Dept. of Astrophysics, University of Vienna, Vienna, Austria, (11) ETH Z\"urich, Institute for Particle Physics and Astrophysics, Z\"urich, Switzerland, (12) Universit\'e Paris-Saclay, Universit\'e Paris Cit\'e, CEA, CNRS, AIM, Gif-sur-Yvette, France, (13) Centro de Astrobiolog\'ia, CSIC-INTA, Madrid, Spain, (14) INAF - Osservatorio Astronomico di Capodimonte, Napoli, Italy, (15) Dublin Institute for Advanced Studies, Dublin, Ireland, (16) SRON Netherlands Institute for Space Research, Groningen, The Netherlands, (17) Institute of Astronomy, KU Leuven, Leuven, Belgium, (18) STAR Institute, Universit\'e de Li\'ege, Li\'ege, Belgium, (19) LESIA, Observatoire de Paris, Universit\'e PSL, CNRS, Sorbonne Universit\'e, Universit\'e de Paris, Meudon, France, (20) Department of Astrophysics, IMAPP, Radboud University, Nijmegen, The Netherlands, (21) Department of Physics and Astronomy, University of Exeter, Exeter, UK)
MINDS. Anatomy of a water-rich, inclined, brown dwarf disk: lack of abundant hydrocarbons
30 pages, 18 figures, resubmitted the first revision to ApJ
null
null
null
astro-ph.EP astro-ph.GA astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
2MASS J04381486+2611399 (or J0438) is one of the few young brown dwarfs (BD) with a highly inclined ($i\!\sim\!70^\circ$) disk. Here we report results from JWST-MIRI MRS, HST-ACS and ALMA Band 7 observations. Despite its late spectral type (M7.25), the spectrum of J0438 resembles those of inner disks around earlier-type stars (K1-M5, T Tauri stars), with a volatile reservoir lacking hydrocarbons (except for acetylene, C$_2$H$_2$) and dominated by water. Other identified species are H$_2$, CO$_2$, HCN, [Ar$^{+}$], and [Ne$^{+}$]. The dominance of water over hydrocarbons is driven by multiple factors such as disk dynamics, young disk age, low accretion rate and possible inner disk clearing. J0438 appears highly dynamic, showing a seesaw-like variability and extended emission in H$_2 \,\,\, S$(1), $S$(3), $S$(5), [Ne$^{+}$] and CO ($J=3-2$). Interestingly, the CO emission reaches up to 400 au from the brown dwarf, suggesting ongoing infalling/outflowing activity impacting the disk chemistry. These observations underscore the combined power of JWST, HST and ALMA in characterizing the chemical diversity and dynamics of brown dwarf disks.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:37:59 GMT" } ]
2025-04-16T00:00:00
[ [ "Perotti", "Giulia", "", "1 and 2" ], [ "Kurtovic", "Nicolás T.", "", "5 and 6 and 7" ], [ "Henning", "Thomas", "", "5 and 6 and 7" ], [ "Olofsson", "Göran", "", "5 and 6 and 7" ], [ "Arabhavi", "Aditya M.", "", "5 and 6 and 7" ], [ "Schwarz", "Kamber", "", "5 and 6 and 7" ], [ "Kanwar", "Jayatee", "", "5 and 6 and 7" ], [ "van Boekel", "Roy", "", "9 and 3" ], [ "Kamp", "Inga", "", "9 and 3" ], [ "Pascucci", "Ilaria", "", "9 and 3" ], [ "van Dishoeck", "Ewine F.", "", "9 and 3" ], [ "Güdel", "Manuel", "", "10 and 11" ], [ "Lagage", "Pierre-Olivier", "", "14\n and 15" ], [ "Barrado", "David", "", "14\n and 15" ], [ "Garatti", "Alessio Caratti o", "", "14\n and 15" ], [ "Glauser", "Adrian M.", "", "17 and\n 18" ], [ "Lahuis", "F.", "", "17 and\n 18" ], [ "Christiaens", "Valentin", "", "17 and\n 18" ], [ "Franceschi", "Riccardo", "" ], [ "Gasman", "Danny", "" ], [ "Grant", "Sierra L.", "" ], [ "Jang", "Hyerin", "" ], [ "Kaeufer", "Till", "" ], [ "Morales-Calderón", "Maria", "" ], [ "Temmink", "Milou", "" ], [ "Vlasblom", "Marissa", "" ] ]
2504.11425
Aditya Mahadeva Arabhavi
Aditya M. Arabhavi (1), Inga Kamp (1), Ewine F. van Dishoeck (2 and 3), Thomas Henning (4), Hyerin Jang (5), Valentin Christiaens (6 and 7), Danny Gasman (6), Ilaria Pascucci (8), Giulia Perotti (4), Sierra L. Grant (9), David Barrado (10), Manuel G\"udel (11 and 12), Pierre-Olivier Lagage (13), Alessio Caratti o Garatti (14 and 15), Fred Lahuis (16), L. B. F. M. Waters (5 and 17), Till Kaeufer (18 and 1 and 17 and 19 and 20), Jayatee Kanwar (1 and 18 and 21), Maria Morales-Calder\'on (10), Kamber Schwarz (4), Andrew D. Sellek (2), Beno\^it Tabone (22), Milou Temmink (2), Marissa Vlasblom (2) ((1) Kapteyn Astronomical Institute, Rijksuniversiteit Groningen, Groningen, The Netherlands, (2) Leiden Observatory, Leiden University, Leiden, the Netherlands, (3) Max-Planck Institut f\"ur Extraterrestrische Physik (MPE), Garching, Germany, (4) Max-Planck-Institut f\"ur Astronomie (MPIA), Heidelberg, Germany, (5) Department of Astrophysics/IMAPP, Radboud University, Nijmegen, The Netherlands, (6) Institute of Astronomy, KU Leuven, Leuven, Belgium, (7) STAR Institute, Universit\'e de Li\'ege, Li\'ege, Belgium, (8) Department of Planetary Sciences, University of Arizona, Tucson, USA, (9) Earth and Planets Laboratory, Carnegie Institution for Science, Washington, USA, (10) Centro de Astrobiolog\'ia (CAB), CSIC-INTA, ESAC Campus, Madrid, Spain, (11) Dept. of Astrophysics, University of Vienna, Vienna, Austria, (12) ETH Z\"urich, Institute for Particle Physics and Astrophysics, Z\"urich, Switzerland, (13) Universit\'e Paris-Saclay, Universit\'e Paris Cit\'e, CEA, CNRS, AIM, Gif-sur-Yvette, France, (14) INAF - Osservatorio Astronomico di Capodimonte, Napoli, Italy, (15) Dublin Institute for Advanced Studies, Dublin, Ireland, (16) SRON Netherlands Institute for Space Research, Groningen, The Netherlands, (17) SRON Netherlands Institute for Space Research, Leiden, the Netherlands, (18) Space Research Institute, Austrian Academy of Sciences, Graz, Austria, (19) Institute for Theoretical Physics and Computational Physics, Graz University of Technology, Graz, Austria, (20) Department of Physics and Astronomy, University of Exeter, Exeter, UK, (21) TU Graz, Fakult\"at f\"ur Mathematik, Physik und Geod\"asie, Graz, Austria, (22) Universit\'e Paris-Saclay, CNRS, Institut d'Astrophysique Spatiale, Orsay, France)
MINDS: The very low-mass star and brown dwarf sample -- Hidden water in carbon-dominated protoplanetary disks
Accepted for publication in Astrophysical Journal Letters, 21 pages, 24 figures
null
null
null
astro-ph.EP astro-ph.SR
http://creativecommons.org/licenses/by/4.0/
Infrared observations of the inner disks around very low-mass stars (VLMS, $<$0.3$\,M_{\odot}$) have revealed a carbon-rich gas composition in the terrestrial planet-forming regions. Contrary to the typically water-rich T Tauri disk spectra, only two disks around VLMS have been observed to be water-rich among more than ten VLMS disks observed so far with JWST/MIRI. In this letter, we systematically search for the presence of water and other oxygen-bearing molecules in the JWST/MIRI spectra of ten VLMS disks from the MIRI mid-INfrared Disk Survey (MINDS). In addition to the two previously reported detections of water emission in this VLMS sample, we detect water emission in the spectra of three other sources and tentatively in one source, and we provide strong evidence for water emission in the remaining disks in the MINDS sample, most of which have bright emission from carbon-bearing molecules. We show that the $\rm C_2H_2$ emission is much stronger than that of water for sources with low luminosities, and the hydrocarbons outshine the water emission in such conditions. We propose that the appearance of water-rich vs. hydrocarbon-rich spectra is related to the location of the water reservoir in the disk relative to the main hydrocarbon reservoir. Our findings indicate that the terrestrial planet forming regions in VLMS disks have high carbon-to-oxygen ratios (C/O$>$1), but can still harbor ample water similar to those in the T Tauri disks.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:38:14 GMT" } ]
2025-04-16T00:00:00
[ [ "Arabhavi", "Aditya M.", "", "2 and\n 3" ], [ "Kamp", "Inga", "", "2 and\n 3" ], [ "van Dishoeck", "Ewine F.", "", "2 and\n 3" ], [ "Henning", "Thomas", "", "6 and 7" ], [ "Jang", "Hyerin", "", "6 and 7" ], [ "Christiaens", "Valentin", "", "6 and 7" ], [ "Gasman", "Danny", "", "11 and 12" ], [ "Pascucci", "Ilaria", "", "11 and 12" ], [ "Perotti", "Giulia", "", "11 and 12" ], [ "Grant", "Sierra L.", "", "11 and 12" ], [ "Barrado", "David", "", "11 and 12" ], [ "Güdel", "Manuel", "", "11 and 12" ], [ "Lagage", "Pierre-Olivier", "", "14 and 15" ], [ "Garatti", "Alessio Caratti o", "", "14 and 15" ], [ "Lahuis", "Fred", "", "5 and 17" ], [ "Waters", "L. B. F. M.", "", "5 and 17" ], [ "Kaeufer", "Till", "", "18 and 1 and 17 and 19 and 20" ], [ "Kanwar", "Jayatee", "", "1 and 18 and 21" ], [ "Morales-Calderón", "Maria", "" ], [ "Schwarz", "Kamber", "" ], [ "Sellek", "Andrew D.", "" ], [ "Tabone", "Benoît", "" ], [ "Temmink", "Milou", "" ], [ "Vlasblom", "Marissa", "" ] ]
2504.11426
Songming Zhang
Xue Zhang, Songming Zhang, Yunlong Liang, Fandong Meng, Yufeng Chen, Jinan Xu and Jie Zhou
A Dual-Space Framework for General Knowledge Distillation of Large Language Models
19 pages, 9 figures, 11 tables, under review. Code is available at: https://github.com/songmzhang/DSKDv2. arXiv admin note: text overlap with arXiv:2406.17328
null
null
dskd11
cs.CL cs.AI cs.LG
http://creativecommons.org/licenses/by-nc-nd/4.0/
Knowledge distillation (KD) is a promising solution to compress large language models (LLMs) by transferring their knowledge to smaller models. During this process, white-box KD methods usually minimize the distance between the output distributions of the teacher model and the student model to transfer more information. However, we reveal that the current white-box KD framework exhibits two limitations: a) bridging probability distributions from different output spaces will limit the similarity between the teacher model and the student model; b) this framework cannot be applied to LLMs with different vocabularies. One of the root causes for these limitations is that the distributions from the teacher and the student for KD are output by different prediction heads, which yield distributions in different output spaces and dimensions. Therefore, in this paper, we propose a dual-space knowledge distillation (DSKD) framework that unifies the prediction heads of the teacher and the student models for KD. Specifically, we first introduce two projectors with ideal initialization to project the teacher/student hidden states into the student/teacher representation spaces. After this, the hidden states from different models can share the same head and unify the output spaces of the distributions. Furthermore, we develop an exact token alignment (ETA) algorithm to align the same tokens in two differently-tokenized sequences. Based on the above, our DSKD framework is a general KD framework that supports both off-policy and on-policy KD, and KD between any two LLMs regardless of their vocabularies. Extensive experiments on instruction-following, mathematical reasoning, and code generation benchmarks show that DSKD significantly outperforms existing methods based on the current white-box KD framework and surpasses other cross-tokenizer KD methods for LLMs with different vocabularies.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:38:47 GMT" } ]
2025-04-16T00:00:00
[ [ "Zhang", "Xue", "" ], [ "Zhang", "Songming", "" ], [ "Liang", "Yunlong", "" ], [ "Meng", "Fandong", "" ], [ "Chen", "Yufeng", "" ], [ "Xu", "Jinan", "" ], [ "Zhou", "Jie", "" ] ]
2504.11427
Yanrui Bin
Yanrui Bin, Wenbo Hu, Haoyuan Wang, Xinya Chen, Bing Wang
NormalCrafter: Learning Temporally Consistent Normals from Video Diffusion Priors
9 pages, 6 figures, Project Page: https://normalcrafter.github.io/
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Surface normal estimation serves as a cornerstone for a spectrum of computer vision applications. While numerous efforts have been devoted to static image scenarios, ensuring temporal coherence in video-based normal estimation remains a formidable challenge. Instead of merely augmenting existing methods with temporal components, we present NormalCrafter to leverage the inherent temporal priors of video diffusion models. To secure high-fidelity normal estimation across sequences, we propose Semantic Feature Regularization (SFR), which aligns diffusion features with semantic cues, encouraging the model to concentrate on the intrinsic semantics of the scene. Moreover, we introduce a two-stage training protocol that leverages both latent and pixel space learning to preserve spatial accuracy while maintaining long temporal context. Extensive evaluations demonstrate the efficacy of our method, showcasing a superior performance in generating temporally consistent normal sequences with intricate details from diverse videos.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:39:07 GMT" } ]
2025-04-16T00:00:00
[ [ "Bin", "Yanrui", "" ], [ "Hu", "Wenbo", "" ], [ "Wang", "Haoyuan", "" ], [ "Chen", "Xinya", "" ], [ "Wang", "Bing", "" ] ]
2504.11428
Deven Carmichael
Deven P. Carmichael and Martin Claassen
Probing the Quantum Geometry of Correlated Metals using Optical Conductivity
11 pages, 5 figures, including appendix
null
null
null
cond-mat.str-el cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent studies have revealed that the quantum geometry of electronic bands determines the electromagnetic properties of non-interacting insulators and semimetals. However, the role of quantum geometry in the optical responses of interacting electron systems remains largely unexplored. Here we examine the interplay between Coulomb interactions and Bloch-band quantum geometry in clean metals. We demonstrate that the low-frequency optical conductivity of a correlated metal encodes the structure of Bloch wave functions at the Fermi surface. This response originates from integrating out highly off-resonant interband scattering processes enabled by Coulomb interactions. The resulting quantum-geometric contribution appears generically in multiband systems, but becomes the dominant effect in the optical conductivity for a parabolic band. We consider a dilute correlated metal near a topological band inversion and show that the doping dependence of optical absorption can measure how the orbital character of Bloch wave functions changes at the Fermi surface. Our results illustrate how the confluence of quantum geometry and Coulomb interactions can enable optical processes and enrich the physics of Fermi liquids.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:39:13 GMT" } ]
2025-04-16T00:00:00
[ [ "Carmichael", "Deven P.", "" ], [ "Claassen", "Martin", "" ] ]
2504.11429
Dennis Breutigam
Dennis Breutigam and R\"udiger Reischuk
Improving Statistical Privacy by Subsampling
20 pages, 3 figures
null
null
null
cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Differential privacy (DP) considers a scenario, where an adversary has almost complete information about the entries of a database This worst-case assumption is likely to overestimate the privacy thread for an individual in real life. Statistical privacy (SP) denotes a setting where only the distribution of the database entries is known to an adversary, but not their exact values. In this case one has to analyze the interaction between noiseless privacy based on the entropy of distributions and privacy mechanisms that distort the answers of queries, which can be quite complex. A privacy mechanism often used is to take samples of the data for answering a query. This paper proves precise bounds how much different methods of sampling increase privacy in the statistical setting with respect to database size and sampling rate. They allow us to deduce when and how much sampling provides an improvement and how far this depends on the privacy parameter {\epsilon}. To perform these investigations we develop a framework to model sampling techniques. For the DP setting tradeoff functions have been proposed as a finer measure for privacy compared to ({\epsilon},{\delta})-pairs. We apply these tools to statistical privacy with subsampling to get a comparable characterization
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:40:45 GMT" } ]
2025-04-16T00:00:00
[ [ "Breutigam", "Dennis", "" ], [ "Reischuk", "Rüdiger", "" ] ]
2504.11430
Klecio Emanuel Lima De Farias
K. E. L. de Farias, M. A. Anacleto, Iver Brevik, F. A. Brito, E. Passos, Amilcar Queiroz, Jo\~ao R. L. Santos
The 2D Lorentz-violating fermionic Casimir effect under thermal conditions
13 pages, 6 figures
null
null
null
hep-th gr-qc
http://creativecommons.org/licenses/by/4.0/
In the present work, we explore the dimensional projection method applied to a fermionic Lorentz invariance violation (LIV) theory with the CPT-even dimension-six extension. Due to the dimensional reduction of a fermionic system from $4D$ to $2D$, it is possible to study the influence of LIV on the Casimir effect under the MIT bag boundary condition model in a low-dimensional setting, where results are obtained without any approximations for a null-temperature system. Moreover, the Matsubara formalism is applied to derive closed expressions for the influence of temperature on the physical observables: Casimir energy, Casimir force, and entropy associated with the system in a LIV context. For each thermal observable, the influence of the LIV correction term is considered in the analysis of both low- and high-temperature regimes.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:41:33 GMT" } ]
2025-04-16T00:00:00
[ [ "de Farias", "K. E. L.", "" ], [ "Anacleto", "M. A.", "" ], [ "Brevik", "Iver", "" ], [ "Brito", "F. A.", "" ], [ "Passos", "E.", "" ], [ "Queiroz", "Amilcar", "" ], [ "Santos", "João R. L.", "" ] ]
2504.11431
Maria Teleki
Maria Teleki, Xiangjue Dong, Haoran Liu, James Caverlee
Masculine Defaults via Gendered Discourse in Podcasts and Large Language Models
To appear in ICWSM 2025
null
null
null
cs.CL cs.AI cs.CY cs.LG cs.SI
http://creativecommons.org/licenses/by-nc-sa/4.0/
Masculine defaults are widely recognized as a significant type of gender bias, but they are often unseen as they are under-researched. Masculine defaults involve three key parts: (i) the cultural context, (ii) the masculine characteristics or behaviors, and (iii) the reward for, or simply acceptance of, those masculine characteristics or behaviors. In this work, we study discourse-based masculine defaults, and propose a twofold framework for (i) the large-scale discovery and analysis of gendered discourse words in spoken content via our Gendered Discourse Correlation Framework (GDCF); and (ii) the measurement of the gender bias associated with these gendered discourse words in LLMs via our Discourse Word-Embedding Association Test (D-WEAT). We focus our study on podcasts, a popular and growing form of social media, analyzing 15,117 podcast episodes. We analyze correlations between gender and discourse words -- discovered via LDA and BERTopic -- to automatically form gendered discourse word lists. We then study the prevalence of these gendered discourse words in domain-specific contexts, and find that gendered discourse-based masculine defaults exist in the domains of business, technology/politics, and video games. Next, we study the representation of these gendered discourse words from a state-of-the-art LLM embedding model from OpenAI, and find that the masculine discourse words have a more stable and robust representation than the feminine discourse words, which may result in better system performance on downstream tasks for men. Hence, men are rewarded for their discourse patterns with better system performance by one of the state-of-the-art language models -- and this embedding disparity is a representational harm and a masculine default.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:41:54 GMT" } ]
2025-04-16T00:00:00
[ [ "Teleki", "Maria", "" ], [ "Dong", "Xiangjue", "" ], [ "Liu", "Haoran", "" ], [ "Caverlee", "James", "" ] ]
2504.11432
Fernando Garc\'ia-Rubio
Fernando Garcia-Rubio, Scott Davidson, C. Leland Ellison, Nathan B. Meezan, Douglas S. Miller, Nantas Nardelli, Adam Reyes, Paul F. Schmit and Hardeep Sullan
Analysis of Preheat Propagation in MagLIF-like Plasmas
20 pages, 9 figures
null
null
null
physics.plasm-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The preheat and pre-magnetization of the fuel are essential steps in the design of Magnetized Liner Inertial Fusion (MagLIF) configurations. Typically, the energy of the preheat laser is deposited in a central region of the fuel and propagates outward generating magneto-hydrodynamic structures that impact the fuel mass distribution and magnetic flux compression during the subsequent implosion. We present a theoretical analysis of preheat propagation in a magnetized plasma under conditions typical for MagLIF. The analysis is based on the acoustic time scale for the propagation of pressure disturbances being much shorter than the conductive time scale for heat diffusion. In this regime, the preheat-driven expansion induces the stratification of fuel mass and magnetic field, which accumulate in a dense outer shelf bounded by the leading shock. We derive self-similar solutions of the mathematical model that describe the hydrodynamic profiles of the expansion, and evaluate the evolution of the magnetic field in this configuration. The model is supported by FLASH simulations of preheat propagation. Our analysis shows that the regions where the magnetization of the fuel is significant tend to become localized asymptotically in time at the interface separating the outer shelf from the inner hot core. We assess the implications of this stratification on the magnetic flux conservation and performance of fully integrated MagLIF FLASH simulations.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:44:19 GMT" } ]
2025-04-16T00:00:00
[ [ "Garcia-Rubio", "Fernando", "" ], [ "Davidson", "Scott", "" ], [ "Ellison", "C. Leland", "" ], [ "Meezan", "Nathan B.", "" ], [ "Miller", "Douglas S.", "" ], [ "Nardelli", "Nantas", "" ], [ "Reyes", "Adam", "" ], [ "Schmit", "Paul F.", "" ], [ "Sullan", "Hardeep", "" ] ]
2504.11433
Indu Kant Deo
Indu Kant Deo, Rajeev K. Jaiman
Predicting Wave Dynamics using Deep Learning with Multistep Integration Inspired Attention and Physics-Based Loss Decomposition
30 pages, 14 figures
null
null
null
cs.LG cs.NA math.NA physics.flu-dyn
http://creativecommons.org/licenses/by/4.0/
In this paper, we present a physics-based deep learning framework for data-driven prediction of wave propagation in fluid media. The proposed approach, termed Multistep Integration-Inspired Attention (MI2A), combines a denoising-based convolutional autoencoder for reduced latent representation with an attention-based recurrent neural network with long-short-term memory cells for time evolution of reduced coordinates. This proposed architecture draws inspiration from classical linear multistep methods to enhance stability and long-horizon accuracy in latent-time integration. Despite the efficiency of hybrid neural architectures in modeling wave dynamics, autoregressive predictions are often prone to accumulating phase and amplitude errors over time. To mitigate this issue within the MI2A framework, we introduce a novel loss decomposition strategy that explicitly separates the training loss function into distinct phase and amplitude components. We assess the performance of MI2A against two baseline reduced-order models trained with standard mean-squared error loss: a sequence-to-sequence recurrent neural network and a variant using Luong-style attention. To demonstrate the effectiveness of the MI2A model, we consider three benchmark wave propagation problems of increasing complexity, namely one-dimensional linear convection, the nonlinear viscous Burgers equation, and the two-dimensional Saint-Venant shallow water system. Our results demonstrate that the MI2A framework significantly improves the accuracy and stability of long-term predictions, accurately preserving wave amplitude and phase characteristics. Compared to the standard long-short term memory and attention-based models, MI2A-based deep learning exhibits superior generalization and temporal accuracy, making it a promising tool for real-time wave modeling.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:47:20 GMT" } ]
2025-04-16T00:00:00
[ [ "Deo", "Indu Kant", "" ], [ "Jaiman", "Rajeev K.", "" ] ]
2504.11434
Yifan Ding
Yifan Ding, Xixi Liu, Jonas Unger, Gabriel Eilertsen
Enhancing Out-of-Distribution Detection with Extended Logit Normalization
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by-sa/4.0/
Out-of-distribution (OOD) detection is essential for the safe deployment of machine learning models. Recent advances have explored improved classification losses and representation learning strategies to enhance OOD detection. However, these methods are often tailored to specific post-hoc detection techniques, limiting their generalizability. In this work, we identify a critical issue in Logit Normalization (LogitNorm), which inhibits its effectiveness in improving certain post-hoc OOD detection methods. To address this, we propose Extended Logit Normalization ($\textbf{ELogitNorm}$), a novel hyperparameter-free formulation that significantly benefits a wide range of post-hoc detection methods. By incorporating feature distance-awareness to LogitNorm, $\textbf{ELogitNorm}$ shows more robust OOD separability and in-distribution (ID) confidence calibration than its predecessor. Extensive experiments across standard benchmarks demonstrate that our approach outperforms state-of-the-art training-time methods in OOD detection while maintaining strong ID classification accuracy.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:51:35 GMT" } ]
2025-04-16T00:00:00
[ [ "Ding", "Yifan", "" ], [ "Liu", "Xixi", "" ], [ "Unger", "Jonas", "" ], [ "Eilertsen", "Gabriel", "" ] ]
2504.11435
Jacob Spainhour
Jacob Spainhour, Kenneth Weiss
Robust Containment Queries over Collections of Trimmed NURBS Surfaces via Generalized Winding Numbers
20 Pages, 18 Figures, 2 Tables
null
null
null
cs.GR cs.CG cs.NA math.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Efficient and accurate evaluation of containment queries for regions bound by trimmed NURBS surfaces is important in many graphics and engineering applications. However, the algebraic complexity of surface-surface intersections makes gaps and overlaps between surfaces difficult to avoid for in-the-wild surface models. By considering this problem through the lens of the generalized winding number (GWN), a mathematical construction that is indifferent to the arrangement of surfaces in the shape, we can define a containment query that is robust to model watertightness. Applying contemporary techniques for the 3D GWN on arbitrary curved surfaces would require some form of geometric discretization, potentially inducing containment misclassifications near boundary components. In contrast, our proposed method computes an accurate GWN directly on the curved geometry of the input model. We accomplish this using a novel reformulation of the relevant surface integral using Stokes' theorem, which in turn permits an efficient adaptive quadrature calculation on the boundary and trimming curves of the model. While this is sufficient for "far-field" query points that are distant from the surface, we augment this approach for "near-field" query points (i.e., within a bounding box) and even those coincident to the surface patches via a strategy that directly identifies and accounts for the jump discontinuity in the scalar field. We demonstrate that our method of evaluating the GWN field is robust to complex trimming geometry in a CAD model, and is accurate up to arbitrary precision at arbitrary distances from the surface. Furthermore, the derived containment query is robust to non-watertightness while respecting all curved features of the input shape.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:51:39 GMT" } ]
2025-04-16T00:00:00
[ [ "Spainhour", "Jacob", "" ], [ "Weiss", "Kenneth", "" ] ]
2504.11436
Eleanor Dillon
Eleanor Wiske Dillon, Sonia Jaffe, Nicole Immorlica, Christopher T. Stanton
Shifting Work Patterns with Generative AI
null
null
null
null
econ.GN cs.LG q-fin.EC
http://creativecommons.org/licenses/by/4.0/
We present evidence on how generative AI changes the work patterns of knowledge workers using data from a 6-month-long, cross-industry, randomized field experiment. Half of the 6,000 workers in the study received access to a generative AI tool integrated into the applications they already used for emails, document creation, and meetings. We find that access to the AI tool during the first year of its release primarily impacted behaviors that could be changed independently and not behaviors that required coordination to change: workers who used the tool spent 3 fewer hours, or 25% less time on email each week (intent to treat estimate is 1.4 hours) and seemed to complete documents moderately faster, but did not significantly change time spent in meetings.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:52:00 GMT" } ]
2025-04-16T00:00:00
[ [ "Dillon", "Eleanor Wiske", "" ], [ "Jaffe", "Sonia", "" ], [ "Immorlica", "Nicole", "" ], [ "Stanton", "Christopher T.", "" ] ]
2504.11437
Aaron Held
C\'edric Deffayet, Aaron Held, Shinji Mukohyama, Alexander Vikman
Ghostly interactions in (1+1) dimensional classical field theory
18 pages, 13 figures + 1 appendices and references; source code available on https://github.com/aaron-hd/ghostlyPDE_1D; animations available on https://zenodo.org/records/15209689
null
null
null
hep-th gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate the classical stability of two coupled scalar fields with opposite-sign kinetic terms evolving in 1+1 dimensional Minkowski spacetime. In the first part, we characterise unquenched ghostly interactions and present numerical solutions that support the following statements. First, the classical instability is not instantaneous and can even be benign, i.e., free of finite-time singularities. Second, while the classical instability can cascade towards higher frequency excitations, it is not driven by high frequency modes: At fixed amplitude, high-frequency modes are more stable than low-frequency modes. In the second part, we demonstrate that the classical instability can be quenched by mass terms. In particular, we exemplify that heavy high-frequency ghost fields seem to not violate the decoupling theorem and can be integrated out classically. In the third part, we demonstrate how self-interactions can quench the instability, for instance, by postponing its onset to parametrically large times. Extrapolating numerical results at large but finite evolution time to infinite evolution time, we demonstrate that classical fluctuations around trivial and nontrivial field-theory vacua are increasingly long-lived with (i) smaller initial amplitude of fluctuations, (ii) higher initial frequency of fluctuations, (iii) larger masses of the fields, or (iv) weaker interaction coupling. Moreover, our numerical simulations for field-theoretical generalisations of some globally-stable ghostly mechanical models do not feature any instability.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:53:00 GMT" } ]
2025-04-16T00:00:00
[ [ "Deffayet", "Cédric", "" ], [ "Held", "Aaron", "" ], [ "Mukohyama", "Shinji", "" ], [ "Vikman", "Alexander", "" ] ]
2504.11438
Nantheera Anantrasirichai
Lewis Clifton, Xin Tian, Duangdao Palasuwan, Phandee Watanaboonyongcharoen, Ponlapat Rojnuckarin, Nantheera Anantrasirichai
Mamba-Based Ensemble learning for White Blood Cell Classification
null
null
null
null
cs.LG cs.CV
http://creativecommons.org/licenses/by/4.0/
White blood cell (WBC) classification assists in assessing immune health and diagnosing various diseases, yet manual classification is labor-intensive and prone to inconsistencies. Recent advancements in deep learning have shown promise over traditional methods; however, challenges such as data imbalance and the computational demands of modern technologies, such as Transformer-based models which do not scale well with input size, limit their practical application. This paper introduces a novel framework that leverages Mamba models integrated with ensemble learning to improve WBC classification. Mamba models, known for their linear complexity, provide a scalable alternative to Transformer-based approaches, making them suitable for deployment in resource-constrained environments. Additionally, we introduce a new WBC dataset, Chula-WBC-8, for benchmarking. Our approach not only validates the effectiveness of Mamba models in this domain but also demonstrates their potential to significantly enhance classification efficiency without compromising accuracy. The source code can be found at https://github.com/LewisClifton/Mamba-WBC-Classification.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:53:18 GMT" } ]
2025-04-16T00:00:00
[ [ "Clifton", "Lewis", "" ], [ "Tian", "Xin", "" ], [ "Palasuwan", "Duangdao", "" ], [ "Watanaboonyongcharoen", "Phandee", "" ], [ "Rojnuckarin", "Ponlapat", "" ], [ "Anantrasirichai", "Nantheera", "" ] ]
2504.11439
Fernando Arias-Arag\'on
Fernando Arias-Arag\'on, Giovanni Grilli di Cortona, Enrico Nardi, Claudio Toni
Combined Evidence for the $X_{17}$ Boson After PADME Results on Resonant Production in Positron Annihilation
5 pages, 2 figures, 1 table
null
null
null
hep-ph hep-ex nucl-ex nucl-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Positron Annihilation into Dark Matter Experiment at the Laboratori Nazionali di Frascati has reported an excess of $e^+e^-$ final-state events from positron annihilation on fixed-target atomic electrons. While the global significance remains at the $1.8\,\sigma$ level, the excess is centered around $\sqrt{s} \sim 17\,\text{MeV}$, coinciding with the invariant mass at which anomalous $e^+e^-$ pair production has previously been observed in nuclear transitions from excited to ground states in $^8$Be, $^4$He and $^{12}$C, thereby strengthening the case for a common underlying origin, possibly involving a hypothetical new $X_{17}$ boson. We discuss the significance of this independent accelerator-based evidence. Combining it with existing nuclear physics results, we obtain a value for the $X_{17}$ mass of $m_{X_{17}} = 16.88 \pm 0.05\,$ MeV, reducing the uncertainty from nuclear physics determinations alone by more than a factor of two.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:53:40 GMT" } ]
2025-04-16T00:00:00
[ [ "Arias-Aragón", "Fernando", "" ], [ "di Cortona", "Giovanni Grilli", "" ], [ "Nardi", "Enrico", "" ], [ "Toni", "Claudio", "" ] ]
2504.11440
Lennart Sch\"apermeier
Lennart Sch\"apermeier
Greedy Restart Schedules: A Baseline for Dynamic Algorithm Selection on Numerical Black-box Optimization Problems
Author version. Accepted as full paper to be presented at the GECCO 2025 conference, July 14-18, M\'alaga, Spain. (DOI 10.1145/3712256.3726408)
null
null
null
math.OC cs.AI
http://creativecommons.org/licenses/by/4.0/
In many optimization domains, there are multiple different solvers that contribute to the overall state-of-the-art, each performing better on some, and worse on other types of problem instances. Meta-algorithmic approaches, such as instance-based algorithm selection, configuration and scheduling, aim to close this gap by extracting the most performance possible from a set of (configurable) optimizers. In this context, the best performing individual algorithms are often hand-crafted hybrid heuristics which perform many restarts of fast local optimization approaches. However, data-driven techniques to create optimized restart schedules have not yet been extensively studied. Here, we present a simple scheduling approach that iteratively selects the algorithm performing best on the distribution of unsolved training problems at time of selection, resulting in a problem-independent solver schedule. We demonstrate our approach using well-known optimizers from numerical black-box optimization on the BBOB testbed, bridging much of the gap between single and virtual best solver from the original portfolio across various evaluation protocols. Our greedy restart schedule presents a powerful baseline for more complex dynamic algorithm selection models.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:54:21 GMT" } ]
2025-04-16T00:00:00
[ [ "Schäpermeier", "Lennart", "" ] ]
2504.11441
Elizabeth Fons
Elizabeth Fons, Rachneet Kaur, Zhen Zeng, Soham Palande, Tucker Balch, Svitlana Vyetrenko, Manuela Veloso
TADACap: Time-series Adaptive Domain-Aware Captioning
Accepted to ICAIF 2024
null
null
null
cs.CV cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
While image captioning has gained significant attention, the potential of captioning time-series images, prevalent in areas like finance and healthcare, remains largely untapped. Existing time-series captioning methods typically offer generic, domain-agnostic descriptions of time-series shapes and struggle to adapt to new domains without substantial retraining. To address these limitations, we introduce TADACap, a retrieval-based framework to generate domain-aware captions for time-series images, capable of adapting to new domains without retraining. Building on TADACap, we propose a novel retrieval strategy that retrieves diverse image-caption pairs from a target domain database, namely TADACap-diverse. We benchmarked TADACap-diverse against state-of-the-art methods and ablation variants. TADACap-diverse demonstrates comparable semantic accuracy while requiring significantly less annotation effort.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:54:59 GMT" } ]
2025-04-16T00:00:00
[ [ "Fons", "Elizabeth", "" ], [ "Kaur", "Rachneet", "" ], [ "Zeng", "Zhen", "" ], [ "Palande", "Soham", "" ], [ "Balch", "Tucker", "" ], [ "Vyetrenko", "Svitlana", "" ], [ "Veloso", "Manuela", "" ] ]
2504.11442
Leon Guertler
Leon Guertler, Bobby Cheng, Simon Yu, Bo Liu, Leshem Choshen and Cheston Tan
TextArena
work in progress; 5 pages, 3 figures
null
null
null
cs.CL cs.AI cs.LG cs.MA
http://creativecommons.org/licenses/by/4.0/
TextArena is an open-source collection of competitive text-based games for training and evaluation of agentic behavior in Large Language Models (LLMs). It spans 57+ unique environments (including single-player, two-player, and multi-player setups) and allows for easy evaluation of model capabilities via an online-play system (against humans and other submitted models) with real-time TrueSkill scores. Traditional benchmarks rarely assess dynamic social skills such as negotiation, theory of mind, and deception, creating a gap that TextArena addresses. Designed with research, community and extensibility in mind, TextArena emphasizes ease of adding new games, adapting the framework, testing models, playing against the models, and training models. Detailed documentation of environments, games, leaderboard, and examples are available on https://github.com/LeonGuertler/TextArena and https://www.textarena.ai/.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:55:20 GMT" } ]
2025-04-16T00:00:00
[ [ "Guertler", "Leon", "" ], [ "Cheng", "Bobby", "" ], [ "Yu", "Simon", "" ], [ "Liu", "Bo", "" ], [ "Choshen", "Leshem", "" ], [ "Tan", "Cheston", "" ] ]
2504.11443
Sonia Jaffe
Eleanor Wiske Dillon, Sonia Jaffe, Sida Peng, and Alexia Cambon
Early Impacts of M365 Copilot
null
null
null
null
econ.GN cs.LG q-fin.EC
http://creativecommons.org/licenses/by/4.0/
Advances in generative AI have rapidly expanded the potential of computers to perform or assist in a wide array of tasks traditionally performed by humans. We analyze a large, real-world randomized experiment of over 6,000 workers at 56 firms to present some of the earliest evidence on how these technologies are changing the way knowledge workers do their jobs. We find substantial time savings on common core tasks across a wide range of industries and occupations: workers who make use of this technology spent half an hour less reading email each week and completed documents 12% faster. Despite the newness of the technology, nearly 40% of workers who were given access to the tool used it regularly in their work throughout the 6-month study.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:55:32 GMT" } ]
2025-04-16T00:00:00
[ [ "Dillon", "Eleanor Wiske", "" ], [ "Jaffe", "Sonia", "" ], [ "Peng", "Sida", "" ], [ "Cambon", "Alexia", "" ] ]
2504.11444
Narayanan Rengaswamy
Zhuangzhuang Chen, Jack Owen Weinberg and Narayanan Rengaswamy
Fault Tolerant Quantum Simulation via Symplectic Transvections
10 pages, double column, IEEE format, 7 figures; submitted to QCE conference; comments welcome!
null
null
null
quant-ph cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Conventional approaches to fault-tolerant quantum computing realize logical circuits gate-by-gate, synthesizing each gate independently on one or more code blocks. This incurs excess overhead and doesn't leverage common structures in quantum algorithms. In contrast, we propose a framework that enables the execution of entire logical circuit blocks at once, preserving their global structure. This whole-block approach allows for the direct implementation of logical Trotter circuits - of arbitrary rotation angles - on any stabilizer code, providing a powerful new method for fault tolerant Hamiltonian simulation within a single code block. At the heart of our approach lies a deep structural correspondence between symplectic transvections and Trotter circuits. This connection enables both logical and physical circuits to share the Trotter structure while preserving stabilizer centralization and circuit symmetry even in the presence of non-Clifford rotations. We discuss potential approaches to fault tolerance via biased noise and code concatenation. While we illustrate the key principles using a $[[8,3,3]]$ code, our simulations show that the framework applies to Hamiltonian simulation on even good quantum LDPC codes. These results open the door to new algorithm-tailored, block-level strategies for fault tolerant circuit design, especially in quantum simulation.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:56:07 GMT" } ]
2025-04-16T00:00:00
[ [ "Chen", "Zhuangzhuang", "" ], [ "Weinberg", "Jack Owen", "" ], [ "Rengaswamy", "Narayanan", "" ] ]
2504.11446
Federico Porcari
Federico Porcari, Donatello Materassi, Simone Formentin
eXplainable AI for data driven control: an inverse optimal control approach
Submitted to CDC 2025
null
null
null
eess.SY cs.SY
http://creativecommons.org/licenses/by/4.0/
Understanding the behavior of black-box data-driven controllers is a key challenge in modern control design. In this work, we propose an eXplainable AI (XAI) methodology based on Inverse Optimal Control (IOC) to obtain local explanations for the behavior of a controller operating around a given region. Specifically, we extract the weights assigned to tracking errors and control effort in the implicit cost function that a black-box controller is optimizing, offering a more transparent and interpretable representation of the controller's underlying objectives. This approach presents connections with well-established XAI techniques, such as Local Interpretable Model-agnostic Explanations (LIME) since it is still based on a local approximation of the control policy. However, rather being limited to a standard sensitivity analysis, the explanation provided by our method relies on the solution of an inverse Linear Quadratic (LQ) problem, offering a structured and more control-relevant perspective. Numerical examples demonstrate that the inferred cost function consistently provides a deeper understanding of the controller's decision-making process, shedding light on otherwise counterintuitive or unexpected phenomena.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:56:24 GMT" } ]
2025-04-16T00:00:00
[ [ "Porcari", "Federico", "" ], [ "Materassi", "Donatello", "" ], [ "Formentin", "Simone", "" ] ]
2504.11448
Maryam Sadeghi
Maryam Sadeghi, Hassan Khodaiemehr, Chen Feng
Full-Diversity Construction-D Lattices: Design and Decoding Perspective on Block-Fading Channels
null
null
null
null
cs.IT math.IT
http://creativecommons.org/licenses/by/4.0/
This paper introduces a novel framework for constructing algebraic lattices based on Construction-D, leveraging nested linear codes and prime ideals from algebraic number fields. We focus on the application of these lattices in block-fading (BF) channels, which are characterized by piecewise-constant fading across blocks of transmitted symbols. This approach results in a semi-systematic generator matrix, providing a structured foundation for high-dimensional lattice design for BF channels. The proposed Construction-D lattices exhibit the full diversity property, making them highly effective for error performance improvement. To address this, we develop an efficient decoding algorithm designed specifically for full-diversity Construction-D lattices. Simulations indicate that the proposed lattices notably enhance error performance compared to full-diversity Construction-A lattices in diversity-2 cases. Interestingly, unlike AWGN channels, the expected performance enhancement of Construction-D over Construction-A, resulting from an increased number of nested code levels, was observed only in the two-level and diversity-2 cases. This phenomenon is likely attributed to the intensified effects of error propagation that occur during successive cancellation at higher levels, as well as the higher diversity orders. These findings highlight the promise of Construction-D lattices as an effective coding strategy for enhancing communication reliability in BF channels.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:57:56 GMT" } ]
2025-04-16T00:00:00
[ [ "Sadeghi", "Maryam", "" ], [ "Khodaiemehr", "Hassan", "" ], [ "Feng", "Chen", "" ] ]
2504.11449
Fabio Apruzzi
Fabio Apruzzi, Francesco Bedogna, Salvo Mancani
SymTFT construction of gapless exotic-foliated dual models
40 pages, 3 figures, comments welcome
null
null
null
cond-mat.str-el hep-th
http://creativecommons.org/licenses/by/4.0/
We construct Symmetry Topological Field Theories (SymTFTs) for continuous subsystem symmetries, which are inherently non-Lorentz-invariant. Our framework produces dual bulk descriptions -- gapped foliated and exotic SymTFTs -- that generates gapless boundary theories with spontaneous subsystem symmetry breaking via interval compactification. In analogy with the sandwich construction of SymTFT, we call this Mille-feuille. This is done by specifying gapped and symmetry-breaking boundary conditions. In this way we obtain the foliated dual realizations of various models, including the XY plaquette, XYZ cube, and $\phi$, $\hat{\phi}$ theories. This also captures self-duality symmetries as condensation defects and provides a systematic method for generating free theories that non-linearly realize subsystem symmetries.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:57:58 GMT" } ]
2025-04-16T00:00:00
[ [ "Apruzzi", "Fabio", "" ], [ "Bedogna", "Francesco", "" ], [ "Mancani", "Salvo", "" ] ]
2504.11450
Eren Can K{\i}z{\i}lda\u{g}
David Gamarnik, Eren C. K{\i}z{\i}lda\u{g}, Lutz Warnke
Optimal Hardness of Online Algorithms for Large Independent Sets
null
null
null
null
cs.DS cs.CC cs.DM math.CO math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the algorithmic problem of finding a large independent set in an Erd\"{o}s-R\'{e}nyi random graph $\mathbb{G}(n,p)$. For constant $p$ and $b=1/(1-p)$, the largest independent set has size $2\log_b n$, while a simple greedy algorithm revealing vertices sequentially and making decisions based only on previously seen vertices finds an independent set of size $\log_b n$. In his seminal 1976 paper, Karp challenged to either improve this guarantee or establish its hardness. Decades later, this problem remains open, one of the most prominent algorithmic problems in the theory of random graphs. In this paper, we establish that a broad class of online algorithms fails to find an independent set of size $(1+\epsilon)\log_b n$ any constant $\epsilon>0$ w.h.p. This class includes Karp's algorithm as a special case, and extends it by allowing the algorithm to query exceptional edges not yet 'seen' by the algorithm. Our lower bound holds for all $p\in [d/n,1-n^{-1/d}]$, where $d$ is a large constant. In the dense regime (constant $p$), we further prove that our result is asymptotically tight with respect to the number of exceptional edges queried, by designing an online algorithm which beats the half-optimality threshold when the number of exceptional edges slightly exceeds our bound. Our result provides evidence for the algorithmic hardness of Karp's problem by supporting the conjectured optimality of the aforementioned greedy algorithm and establishing it within the class of online algorithms. Our proof relies on a refined analysis of the geometric structure of tuples of large independent sets, establishing a variant of the Overlap Gap Property (OGP) commonly used as a barrier for classes of algorithms. While OGP has predominantly served as a barrier to stable algorithms, online algorithms are not stable and our application of OGP-based techniques to online setting is novel.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:58:08 GMT" } ]
2025-04-16T00:00:00
[ [ "Gamarnik", "David", "" ], [ "Kızıldağ", "Eren C.", "" ], [ "Warnke", "Lutz", "" ] ]
2504.11451
Mikaela Angelina Uy
Minghua Liu, Mikaela Angelina Uy, Donglai Xiang, Hao Su, Sanja Fidler, Nicholas Sharp, Jun Gao
PARTFIELD: Learning 3D Feature Fields for Part Segmentation and Beyond
https://research.nvidia.com/labs/toronto-ai/partfield-release/
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
We propose PartField, a feedforward approach for learning part-based 3D features, which captures the general concept of parts and their hierarchy without relying on predefined templates or text-based names, and can be applied to open-world 3D shapes across various modalities. PartField requires only a 3D feedforward pass at inference time, significantly improving runtime and robustness compared to prior approaches. Our model is trained by distilling 2D and 3D part proposals from a mix of labeled datasets and image segmentations on large unsupervised datasets, via a contrastive learning formulation. It produces a continuous feature field which can be clustered to yield a hierarchical part decomposition. Comparisons show that PartField is up to 20% more accurate and often orders of magnitude faster than other recent class-agnostic part-segmentation methods. Beyond single-shape part decomposition, consistency in the learned field emerges across shapes, enabling tasks such as co-segmentation and correspondence, which we demonstrate in several applications of these general-purpose, hierarchical, and consistent 3D feature fields. Check our Webpage! https://research.nvidia.com/labs/toronto-ai/partfield-release/
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:58:16 GMT" } ]
2025-04-16T00:00:00
[ [ "Liu", "Minghua", "" ], [ "Uy", "Mikaela Angelina", "" ], [ "Xiang", "Donglai", "" ], [ "Su", "Hao", "" ], [ "Fidler", "Sanja", "" ], [ "Sharp", "Nicholas", "" ], [ "Gao", "Jun", "" ] ]
2504.11452
Greg Martin
Greg Martin and Reginald M. Simpson
The universal profile of the invariant factors of $({\mathbb Z}/n{\mathbb Z})^\times$
69 pages
null
null
null
math.NT
http://creativecommons.org/licenses/by/4.0/
The structure of the multiplicative group $M_n = ({\mathbb Z}/n{\mathbb Z})^\times$ encodes a great deal of arithmetic information about the integer $n$ (examples include $\phi(n)$, the Carmichael function $\lambda(n)$, and the number $\omega(n)$ of distinct prime factors of $n$). We examine the invariant factor structure of $M_n$ for typical integers $n$, that is, the decomposition $M_n \cong {\mathbb Z}/d_1{\mathbb Z} \times {\mathbb Z}/d_2{\mathbb Z} \times \cdots \times {\mathbb Z}/d_k{\mathbb Z}$ where $d_1\mid d_2\mid\cdots\mid d_k$. We show that almost all integers have asymptotically the same invariant factors for all but the largest factors; for example, asymptotically $1/2$ of the invariant factors equal ${\mathbb Z}/2{\mathbb Z}$, asymptotically $1/4$ of them equal ${\mathbb Z}/12{\mathbb Z}$, asymptotically $1/12$ of them equal ${\mathbb Z}/120{\mathbb Z}$, and so on. Furthermore, for positive integers $k$, we establish a theorem of Erd\H{o}s-Kac type for the number of invariant factors of $M_n$ that equal ${\mathbb Z}/k{\mathbb Z}$, except that the distribution is not a normal distribution but rather a skew-normal or related distribution.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:58:31 GMT" } ]
2025-04-16T00:00:00
[ [ "Martin", "Greg", "" ], [ "Simpson", "Reginald M.", "" ] ]
2504.11453
Matthew Jackson
Matthew Thomas Jackson, Uljad Berdica, Jarek Liesen, Shimon Whiteson, Jakob Nicolaus Foerster
A Clean Slate for Offline Reinforcement Learning
null
null
null
null
cs.LG cs.AI cs.RO
http://creativecommons.org/licenses/by/4.0/
Progress in offline reinforcement learning (RL) has been impeded by ambiguous problem definitions and entangled algorithmic designs, resulting in inconsistent implementations, insufficient ablations, and unfair evaluations. Although offline RL explicitly avoids environment interaction, prior methods frequently employ extensive, undocumented online evaluation for hyperparameter tuning, complicating method comparisons. Moreover, existing reference implementations differ significantly in boilerplate code, obscuring their core algorithmic contributions. We address these challenges by first introducing a rigorous taxonomy and a transparent evaluation protocol that explicitly quantifies online tuning budgets. To resolve opaque algorithmic design, we provide clean, minimalistic, single-file implementations of various model-free and model-based offline RL methods, significantly enhancing clarity and achieving substantial speed-ups. Leveraging these streamlined implementations, we propose Unifloral, a unified algorithm that encapsulates diverse prior approaches within a single, comprehensive hyperparameter space, enabling algorithm development in a shared hyperparameter space. Using Unifloral with our rigorous evaluation protocol, we develop two novel algorithms - TD3-AWR (model-free) and MoBRAC (model-based) - which substantially outperform established baselines. Our implementation is publicly available at https://github.com/EmptyJackson/unifloral.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:59:05 GMT" } ]
2025-04-16T00:00:00
[ [ "Jackson", "Matthew Thomas", "" ], [ "Berdica", "Uljad", "" ], [ "Liesen", "Jarek", "" ], [ "Whiteson", "Shimon", "" ], [ "Foerster", "Jakob Nicolaus", "" ] ]
2504.11455
Junke Wang
Junke Wang, Zhi Tian, Xun Wang, Xinyu Zhang, Weilin Huang, Zuxuan Wu, Yu-Gang Jiang
SimpleAR: Pushing the Frontier of Autoregressive Visual Generation through Pretraining, SFT, and RL
technical report, work in progress
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This work presents SimpleAR, a vanilla autoregressive visual generation framework without complex architecure modifications. Through careful exploration of training and inference optimization, we demonstrate that: 1) with only 0.5B parameters, our model can generate 1024x1024 resolution images with high fidelity, and achieve competitive results on challenging text-to-image benchmarks, e.g., 0.59 on GenEval and 79.66 on DPG; 2) both supervised fine-tuning (SFT) and Group Relative Policy Optimization (GRPO) training could lead to significant improvements on generation aesthectics and prompt alignment; and 3) when optimized with inference acceleraton techniques like vLLM, the time for SimpleAR to generate an 1024x1024 image could be reduced to around 14 seconds. By sharing these findings and open-sourcing the code, we hope to reveal the potential of autoregressive visual generation and encourage more participation in this research field. Code is available at https://github.com/wdrink/SimpleAR.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:59:46 GMT" } ]
2025-04-16T00:00:00
[ [ "Wang", "Junke", "" ], [ "Tian", "Zhi", "" ], [ "Wang", "Xun", "" ], [ "Zhang", "Xinyu", "" ], [ "Huang", "Weilin", "" ], [ "Wu", "Zuxuan", "" ], [ "Jiang", "Yu-Gang", "" ] ]
2504.11456
Zhiwei He
Zhiwei He, Tian Liang, Jiahao Xu, Qiuzhi Liu, Xingyu Chen, Yue Wang, Linfeng Song, Dian Yu, Zhenwen Liang, Wenxuan Wang, Zhuosheng Zhang, Rui Wang, Zhaopeng Tu, Haitao Mi, Dong Yu
DeepMath-103K: A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning
WIP
null
null
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The capacity for complex mathematical reasoning is a key benchmark for artificial intelligence. While reinforcement learning (RL) applied to LLMs shows promise, progress is significantly hindered by the lack of large-scale training data that is sufficiently challenging, possesses verifiable answer formats suitable for RL, and is free from contamination with evaluation benchmarks. To address these limitations, we introduce DeepMath-103K, a new, large-scale dataset comprising approximately 103K mathematical problems, specifically designed to train advanced reasoning models via RL. DeepMath-103K is curated through a rigorous pipeline involving source analysis, stringent decontamination against numerous benchmarks, and filtering for high difficulty (primarily Levels 5-9), significantly exceeding existing open resources in challenge. Each problem includes a verifiable final answer, enabling rule-based RL, and three distinct R1-generated solutions suitable for diverse training paradigms like supervised fine-tuning or distillation. Spanning a wide range of mathematical topics, DeepMath-103K promotes the development of generalizable reasoning. We demonstrate that models trained on DeepMath-103K achieve significant improvements on challenging mathematical benchmarks, validating its effectiveness. We release DeepMath-103K publicly to facilitate community progress in building more capable AI reasoning systems: https://github.com/zwhe99/DeepMath.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:59:51 GMT" } ]
2025-04-16T00:00:00
[ [ "He", "Zhiwei", "" ], [ "Liang", "Tian", "" ], [ "Xu", "Jiahao", "" ], [ "Liu", "Qiuzhi", "" ], [ "Chen", "Xingyu", "" ], [ "Wang", "Yue", "" ], [ "Song", "Linfeng", "" ], [ "Yu", "Dian", "" ], [ "Liang", "Zhenwen", "" ], [ "Wang", "Wenxuan", "" ], [ "Zhang", "Zhuosheng", "" ], [ "Wang", "Rui", "" ], [ "Tu", "Zhaopeng", "" ], [ "Mi", "Haitao", "" ], [ "Yu", "Dong", "" ] ]
2504.11457
Ziqi Pang
Ziqi Pang, Xin Xu, Yu-Xiong Wang
Aligning Generative Denoising with Discriminative Objectives Unleashes Diffusion for Visual Perception
ICLR 2025
ICLR 2025
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
With the success of image generation, generative diffusion models are increasingly adopted for discriminative tasks, as pixel generation provides a unified perception interface. However, directly repurposing the generative denoising process for discriminative objectives reveals critical gaps rarely addressed previously. Generative models tolerate intermediate sampling errors if the final distribution remains plausible, but discriminative tasks require rigorous accuracy throughout, as evidenced in challenging multi-modal tasks like referring image segmentation. Motivated by this gap, we analyze and enhance alignment between generative diffusion processes and perception tasks, focusing on how perception quality evolves during denoising. We find: (1) earlier denoising steps contribute disproportionately to perception quality, prompting us to propose tailored learning objectives reflecting varying timestep contributions; (2) later denoising steps show unexpected perception degradation, highlighting sensitivity to training-denoising distribution shifts, addressed by our diffusion-tailored data augmentation; and (3) generative processes uniquely enable interactivity, serving as controllable user interfaces adaptable to correctional prompts in multi-round interactions. Our insights significantly improve diffusion-based perception models without architectural changes, achieving state-of-the-art performance on depth estimation, referring image segmentation, and generalist perception tasks. Code available at https://github.com/ziqipang/ADDP.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:59:54 GMT" } ]
2025-04-16T00:00:00
[ [ "Pang", "Ziqi", "" ], [ "Xu", "Xin", "" ], [ "Wang", "Yu-Xiong", "" ] ]
2504.11458
Jiefu Cen
Jiefu Cen and Hae-Young Kee
Intermediate phases in $\alpha$-RuCl$_3$ under in-plane magnetic field via interlayer spin interactions
13 pages, 11 figures
null
null
null
cond-mat.str-el
http://creativecommons.org/licenses/by-nc-nd/4.0/
$\alpha$-RuCl$_3$ has attracted significant attention as a prime candidate for the spin-1/2 Kitaev spin liquid in two-dimensional honeycomb lattices. Although its ground state is magnetically ordered, the order is suppressed under a moderate in-plane magnetic field. The intermediate regime of the field has exotic behaviours, some of which are claimed to originate from a Kitaev spin liquid. In resolving debates surrounding these behaviours, the interlayer interactions in $\alpha$-RuCl$_3$ have been largely overlooked due to their perceived weakness in van der Waals materials. However, near the transition, they may become significant as the field energy approaches the interlayer coupling scale. Here we investigate the effects of interlayer couplings in $\alpha$-RuCl$_3$ with $R\bar{3}$ and $C2/m$ structures. We first examine their effects on the transition temperature ($T_N$) using classical Monte Carlo simulations. We found that the interlayer couplings have minimal effects on $T_N$, and the different $T_N$ between the two structures are mainly due to the anisotropy in the intralayer interactions. Focusing on the $R{\bar 3}$ structure, we show that the nearest neighbour interlayer interaction is XXZ-type due to the symmetry, and the next nearest neighbor interaction of the Kitaev-type is crucial for the transition between two zigzag orders under an in-plane field. Furthermore, an intermediate phase with a large unit cell emerges due to the interlayer interactions. Our findings provide new insights into the exotic behaviours and sample dependence reported in $\alpha$-RuCl$_3$.
[ { "version": "v1", "created": "Tue, 15 Apr 2025 17:59:59 GMT" } ]
2025-04-16T00:00:00
[ [ "Cen", "Jiefu", "" ], [ "Kee", "Hae-Young", "" ] ]
0907.2412
Edwin Hammerich
Edwin Hammerich
Design of Pulse Shapes Based on Sampling with Gaussian Prefilter
4 pages, 2 figures; revised
null
null
null
cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Two new pulse shapes for communications are presented. The first pulse shape generates a set of pulses without intersymbol interference (ISI) or ISI-free for short. In the neighbourhood of the origin it is similar in shape to the classical cardinal sine function but is of exponential decay at infinity. This pulse shape is identical to the interpolating function of a recent sampling theorem with Gaussian prefilter. The second pulse shape is obtained from the first pulse shape by spectral factorization. Besides being also of exponential decay at infinity, it has a causal appearance since it is of superexponential decay for negative times. It is closely related to the orthonormal generating function considered earlier by Unser in the context of shift-invariant spaces. This pulse shape is not ISI-free but it generates a set of orthonormal pulses. The second pulse shape may also be used to define a receive matched filter so that at the filter output the ISI-free pulses of the first kind are recovered.
[ { "version": "v1", "created": "Tue, 14 Jul 2009 17:12:31 GMT" }, { "version": "v2", "created": "Sat, 1 Feb 2025 11:58:28 GMT" }, { "version": "v3", "created": "Sat, 12 Apr 2025 12:57:50 GMT" } ]
2025-04-15T00:00:00
[ [ "Hammerich", "Edwin", "" ] ]
1112.6107
Ursula Hamenst\"adt
Ursula Hamenst\"adt
Symbolic dynamics for the Teichmueller flow
Correction of the last statement in Theorem 1, proofs are not affected. Details added, writing improved. 35p
null
null
null
math.DS math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let Q be a component of a stratum of abelian or quadratic differentials on an oriented surface of genus $g\geq 0$ with $m\geq 0$ punctures and $3g-3+m\geq 2$. We construct a subshift of finite type $(\Omega,\sigma)$ and a Borel suspension of $(\Omega,\sigma)$ which admits a finite-to-one semi-conjugacy into the Teichmueller flow $\Phi^t$ on Q. This is used to show that the $\Phi^t$-invariant Lebesgue measure on Q is the unique measure of maximal entropy.
[ { "version": "v1", "created": "Wed, 28 Dec 2011 11:57:41 GMT" }, { "version": "v2", "created": "Mon, 18 Dec 2023 15:34:10 GMT" }, { "version": "v3", "created": "Sun, 13 Apr 2025 07:11:27 GMT" } ]
2025-04-15T00:00:00
[ [ "Hamenstädt", "Ursula", "" ] ]
1309.2605
Apoloniusz Tyszka
Apoloniusz Tyszka
A currently true statement G of the form "$\exists f:{\mathbb N}\to{\mathbb N}$ of unknown computability ...", where $f$ is conjecturally uncomputable, G remains unproven when $f$ is computable, and G holds forever when $f$ is uncomputable
presented at the 25th Conference Applications of Logic in Philosophy and the Foundations of Mathematics, arXiv admin note: substantial text overlap with arXiv:1109.3826, arXiv:1404.5975
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We define a function $\gamma:{\mathbb N} \to {\mathbb N}$ which eventually dominates every computable function $\alpha:{\mathbb N} \to {\mathbb N}$. We show that there is a computer program which for $n \in {\mathbb N}$ prints the sequence $\{\gamma_i(n)\}_{i=0}^\infty$ of non-negative integers converging to $\gamma(n)$. We define a function $\beta:{\mathbb N} \to {\mathbb N}$ of unknown computability which eventually dominates every function $\delta:{\mathbb N} \to {\mathbb N}$ with a single-fold Diophantine representation. We show that there is a computer program which for $n \in {\mathbb N}$ prints the sequence $\{\beta_i(n)\}_{i=0}^\infty$ of non-negative integers converging to $\beta(n)$. Let ${\bf G}$ denote the following statement: $\exists f:{\mathbb N} \to {\mathbb N}$ of unknown computability such that $f$ eventually dominates every function $\delta:{\mathbb N} \to {\mathbb N}$ with a single-fold Diophantine representation and there is a computer program which for $n \in {\mathbb N}$ prints the sequence $\{f_i(n)\}_{i=0}^\infty$ of non-negative integers converging to $f(n)$. We show that ${\bf G}$ has all properties from the title of the article.
[ { "version": "v1", "created": "Sat, 7 Sep 2013 03:09:20 GMT" }, { "version": "v10", "created": "Fri, 22 Sep 2023 10:56:46 GMT" }, { "version": "v11", "created": "Mon, 23 Oct 2023 11:45:08 GMT" }, { "version": "v12", "created": "Wed, 29 Nov 2023 12:29:56 GMT" }, { "version": "v13", "created": "Wed, 3 Jan 2024 14:34:08 GMT" }, { "version": "v14", "created": "Sun, 4 Feb 2024 20:01:57 GMT" }, { "version": "v15", "created": "Tue, 5 Mar 2024 11:18:57 GMT" }, { "version": "v16", "created": "Mon, 8 Apr 2024 08:47:30 GMT" }, { "version": "v17", "created": "Fri, 10 May 2024 08:49:08 GMT" }, { "version": "v18", "created": "Mon, 12 Aug 2024 18:53:39 GMT" }, { "version": "v19", "created": "Fri, 13 Sep 2024 09:27:56 GMT" }, { "version": "v2", "created": "Thu, 31 Oct 2013 00:58:24 GMT" }, { "version": "v20", "created": "Mon, 4 Nov 2024 14:56:30 GMT" }, { "version": "v21", "created": "Thu, 5 Dec 2024 12:31:37 GMT" }, { "version": "v22", "created": "Tue, 7 Jan 2025 15:20:44 GMT" }, { "version": "v23", "created": "Mon, 10 Feb 2025 11:22:37 GMT" }, { "version": "v24", "created": "Tue, 11 Mar 2025 14:07:54 GMT" }, { "version": "v25", "created": "Mon, 14 Apr 2025 07:46:56 GMT" }, { "version": "v3", "created": "Mon, 3 Mar 2014 22:57:09 GMT" }, { "version": "v4", "created": "Mon, 31 Mar 2014 02:07:01 GMT" }, { "version": "v5", "created": "Tue, 24 Jan 2017 01:17:26 GMT" }, { "version": "v6", "created": "Thu, 26 Jan 2017 02:22:37 GMT" }, { "version": "v7", "created": "Mon, 19 Jun 2023 16:14:57 GMT" }, { "version": "v8", "created": "Thu, 20 Jul 2023 16:42:43 GMT" }, { "version": "v9", "created": "Mon, 21 Aug 2023 13:42:22 GMT" } ]
2025-04-15T00:00:00
[ [ "Tyszka", "Apoloniusz", "" ] ]
1412.7817
Guy Salomon
Guy Salomon and Orr Shalit
The isomorphism problem for complete Pick algebras: a survey
28 pages. Prepared for Proceedings of IWOTA 2014
in Operator Theory: Advances and Applications, Vol. 255 (2016), 167-198
null
null
math.OA math.CV math.FA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Complete Pick algebras - these are, roughly, the multiplier algebras in which Pick's interpolation theorem holds true - have been the focus of much research in the last twenty years or so. All (irreducible) complete Pick algebras may be realized concretely as the algebras obtained by restricting multipliers on Drury-Arveson space to a subvariety of the unit ball; to be precise: every irreducible complete Pick algebra has the form $M_V = \{f|_V : f \in M_d\}$, where $M_d$ denotes the multiplier algebra of the Drury-Arveson space $H^2_d$, and $V$ is the joint zero set of some functions in $M_d$. In recent years several works were devoted to the classification of complete Pick algebras in terms of the complex geometry of the varieties with which they are associated. The purpose of this survey is to give an account of this research in a comprehensive and unified way. We describe the array of tools and methods that were developed for this program, and take the opportunity to clarify, improve, and correct some parts of the literature.
[ { "version": "v1", "created": "Thu, 25 Dec 2014 12:20:33 GMT" } ]
2025-04-15T00:00:00
[ [ "Salomon", "Guy", "" ], [ "Shalit", "Orr", "" ] ]
1504.03465
Orr Shalit
Shibananda Biswas and Orr Shalit
Stable division and essential normality: the non-homogeneous and quasi homogeneous cases
Some mistakes fixed and details added to the proof of the main result. 17 pages
Indiana University Mathematics Journal, Vol. 67 No. 1 (2018), 169-185
null
null
math.FA math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $\mathcal{H}_d^{(t)}$ ($t \geq -d$, $t>-3$) be the reproducing kernel Hilbert space on the unit ball $\mathbb{B}_d$ with kernel \[ k(z,w) = \frac{1}{(1-\langle z, w \rangle)^{d+t+1}} . \] We prove that if an ideal $I \triangleleft \mathbb{C}[z_1, \ldots, z_d]$ (not necessarily homogeneous) has what we call the "approximate stable division property", then the closure of $I$ in $\mathcal{H}_d^{(t)}$ is $p$-essentially normal for all $p>d$. We then show that all quasi homogeneous ideals in two variables have the stable division property, and combine these two results to obtain a new proof of the fact that the closure of any quasi homogeneous ideal in $\mathbb{C}[x,y]$ is $p$-essentially normal for $p>2$.
[ { "version": "v1", "created": "Tue, 14 Apr 2015 09:16:22 GMT" }, { "version": "v2", "created": "Sun, 24 Jan 2016 08:05:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Biswas", "Shibananda", "" ], [ "Shalit", "Orr", "" ] ]
1507.04162
Orr Shalit
John E. McCarthy and Orr Shalit
Spaces of Dirichlet series with the complete Pick property
23 pages
Israel Journal of Mathematics, Vol. 220 (2017), 509-530
10.1007/s11856-017-1527-6
null
math.FA math.CV math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider reproducing kernel Hilbert spaces of Dirichlet series with kernels of the form $k(s,u) = \sum a_n n^{-s-\bar u}$, and characterize when such a space is a complete Pick space. We then discuss what it means for two reproducing kernel Hilbert spaces to be "the same", and introduce a notion of weak isomorphism. Many of the spaces we consider turn out to be weakly isomorphic as reproducing kernel Hilbert spaces to the Drury-Arveson space $H^2_d$ in $d$ variables, where $d$ can be any number in $\{1,2,\ldots, \infty\}$, and in particular their multiplier algebras are unitarily equivalent to the multiplier algebra of $H^2_d$. Thus, a family of multiplier algebras of Dirichlet series are exhibited with the property that every complete Pick algebra is a quotient of each member of this family. Finally, we determine precisely when such a space of Dirichlet series is weakly isomorphic to $H^2_d$ and when its multiplier algebra is isometrically isomorphic to $Mult(H^2_d)$.
[ { "version": "v1", "created": "Wed, 15 Jul 2015 10:54:21 GMT" }, { "version": "v2", "created": "Tue, 28 Jul 2015 06:34:08 GMT" } ]
2025-04-15T00:00:00
[ [ "McCarthy", "John E.", "" ], [ "Shalit", "Orr", "" ] ]
1508.05589
Henri Lombardi
Henri Lombardi and Claude Quitt\'e
Th\'eor\`eme de de Smit et Lenstra, d\'emonstration \'el\'ementaire
in French
null
null
null
math.AC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We give an elementary and constructive proof for a theorem of de Smit et Lenstra. Note: In version 1, was missing the proof that "completely secant" implies "1-secant"
[ { "version": "v1", "created": "Sun, 23 Aug 2015 10:10:32 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 07:52:19 GMT" } ]
2025-04-15T00:00:00
[ [ "Lombardi", "Henri", "" ], [ "Quitté", "Claude", "" ] ]
1511.03784
Andrew Salch
Andrew Salch
Computation of the classifying ring of formal modules
Significant revision with stronger results. Accepted to JPAA, 2025
null
null
null
math.NT math.AG math.AT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we develop general machinery for computing the classifying ring $L^A$ of one-dimensional formal $A$-modules, for various commutative rings $A$. We then apply the machinery to obtain calculations of $L^A$ for various number rings and cyclic group rings $A$. This includes the first full calculations of the ring $L^A$ in cases in which it fails to be a polynomial algebra. We also derive consequences for the solvability of some lifting and extension problems.
[ { "version": "v1", "created": "Thu, 12 Nov 2015 05:49:56 GMT" }, { "version": "v2", "created": "Sat, 12 Apr 2025 02:10:49 GMT" } ]
2025-04-15T00:00:00
[ [ "Salch", "Andrew", "" ] ]
1601.06278
Laurent Pierre
Laurent Pierre
Fortuitous sequences of flips of the top of a stack of n burnt pancakes for all n>24
16 pages. In this new version, introduction is augmented. Values of $g(-I_n)$ are now given for all $n$, and a new section handles new values $n$=20, 21, 22 and 24. Many comments have been inserted in program in C in annex
null
null
null
cs.DM math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Burnt pancakes problem was defined by Gates and Papadimitriou in 1979. A stack $S$ of pancakes with a burnt side must be sorted by size, the smallest on top, and each pancake with burnt side down. The only operation allowed is to split stack in two parts and flip upper part. $g(S)$ is the minimal number of flips needed to sort stack $S$. Stack $S$ may be $-I_n$ when pancakes are in right order but upside down or $-f_n$ when all pancakes are right side up but sorted in reverse order. Gates et al. proved that $g(-f_n)\ge 3n/2-1$. In 1995 Cohen and Blum proved that $g(-I_n)=g(-f_n)+1\ge 3n/2$. In 1997 Heydari and Sudborough proved that $g(-I_n)\le 3(n+1)/2$ whenever some fortuitous sequence of flips exists. They gave fortuitous sequences for $n$=3, 15, 27 and 31. They showed that two fortuitous sequences $S_n$ and $S_{n'}$ may combine into another fortuitous sequence $S_{n''}$ with $n''=n+n'-3$. So a fortuitous sequence $S_n$ gives a fortuitous sequence $S_{n+12}$. This proves that $g(-I_n)\le 3(n+1)/2$ if $n$ is congruent to 3 modulo 4 and $n\ge 23$. In 2011 Josef Cibulka enhanced Gates and Papadimitriou's lower bound thanks to a potential function. He got so $g(-I_n)\ge3n/2+1$ if $n > 1$ proving thereby, that $g(-I_n)=3(n+1)/2$ if $n$ is congruent to 3 modulo 4 and $n\ge 23$. This paper explains how to build generalized fortuitous sequences for $n=15, 19, 23$ and every $n\ge 25$, odd or even, proving thereby that $g(-I_n)=\lceil 3n/2\rceil+1$ for these $n$. It gives $g(-I_n)$ for all $n$.
[ { "version": "v1", "created": "Sat, 23 Jan 2016 15:42:53 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 19:39:40 GMT" } ]
2025-04-15T00:00:00
[ [ "Pierre", "Laurent", "" ] ]
1601.07993
Orr Shalit
Kenneth R. Davidson, Adam Dor-On, Orr Shalit, and Baruch Solel
Dilations, inclusions of matrix convex sets, and completely positive maps
Proposition 6.3, Corollary 6.4 and Theorem 6.5 in the previous version do not hold in the generality claimed. In this version we added "non-singularity" assumption (Definition 6.3) under which these results hold; in the new version they appear as Proposition 6.7, Corollary 6.8 and Theorem 6.9. 52 pages
International Mathematics Research Notices, Vol. 2017 Issue 13 (2017), 4069-4130
10.1093/imrn/rnw140
null
math.OA math.FA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A matrix convex set is a set of the form $\mathcal{S} = \cup_{n\geq 1}\mathcal{S}_n$ (where each $\mathcal{S}_n$ is a set of $d$-tuples of $n \times n$ matrices) that is invariant under UCP maps from $M_n$ to $M_k$ and under formation of direct sums. We study the geometry of matrix convex sets and their relationship to completely positive maps and dilation theory. Key ingredients in our approach are polar duality in the sense of Effros and Winkler, matrix ranges in the sense of Arveson, and concrete constructions of scaled commuting normal dilation for tuples of self-adjoint operators, in the sense of Helton, Klep, McCullough and Schweighofer. Given two matrix convex sets $\mathcal{S} = \cup_{n \geq 1} \mathcal{S}_n,$ and $\mathcal{T} = \cup_{n \geq 1} \mathcal{T}_n$, we find geometric conditions on $\mathcal{S}$ or on $\mathcal{T}$, such that $\mathcal{S}_1 \subseteq \mathcal{T}_1$ implies that $\mathcal{S} \subseteq C\mathcal{S}$ for some constant $C$. For instance, under various symmetry conditions on $\mathcal{S}$, we can show that $C$ above can be chosen to equal $d$, the number of variables, and in some cases this is sharp. We also find an essentially unique self-dual matrix convex set $\mathcal{D}$, the self-dual matrix ball, for which corresponding inclusion and dilation results hold with constant $C=\sqrt{d}$. Our results have immediate implications to spectrahedral inclusion problems studied recently by Helton, Klep, McCullough and Schweighofer. Our constants do not depend on the ranks of the pencils determining the free spectrahedra in question, but rather on the "number of variables" $d$. There are also implications to the problem of existence of (unital) completely positive maps with prescribed values on a set of operators.
[ { "version": "v1", "created": "Fri, 29 Jan 2016 07:50:23 GMT" }, { "version": "v2", "created": "Sat, 4 Jun 2016 18:22:11 GMT" }, { "version": "v3", "created": "Sun, 4 Feb 2018 11:16:04 GMT" } ]
2025-04-15T00:00:00
[ [ "Davidson", "Kenneth R.", "" ], [ "Dor-On", "Adam", "" ], [ "Shalit", "Orr", "" ], [ "Solel", "Baruch", "" ] ]
1604.03873
Luca Visinelli
Luca Visinelli
Inflating without a flat potential: Viscous inflation
4 pages, references added, results unchanged with respect to version 1
Phys. Dark Univ. 48 (2025), 101921
10.1016/j.dark.2025.101921
null
gr-qc astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Bulk viscosity leads to negative pressure, which is a key ingredient for successful inflation. We build an inflationary model where the slow-roll of the inflaton field is driven by a viscous component instead of the flat potential commonly used. Since viscosity does not contribute to the energy density of the Universe, the Hubble rate depends only on the kinetic energy of the inflaton. The power spectrum is almost scale-invariant, with a tilt depending on the slow-roll parameters defined within the model.
[ { "version": "v1", "created": "Tue, 12 Apr 2016 18:08:38 GMT" }, { "version": "v2", "created": "Fri, 7 Apr 2017 12:03:17 GMT" } ]
2025-04-15T00:00:00
[ [ "Visinelli", "Luca", "" ] ]
1702.03806
Guy Salomon
Guy Salomon, Orr Shalit and Eli Shamovich
Algebras of bounded noncommutative analytic functions on subvarieties of the noncommutative unit ball
52 pages. Final version. To appear in Trans. Amer. Math. Soc
Transactions of the American Mathematical Society, Vol. 370 No. 12 (2018), 8639-8690
10.1090/tran/7308
null
math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study algebras of bounded, noncommutative (nc) analytic functions on nc subvarieties of the nc unit ball. Given a nc variety $\mathfrak{V}$ in the nc unit ball $\mathfrak{B}_d$, we identify the algebra of bounded analytic functions on $\mathfrak{V}$ --- denoted $H^\infty(\mathfrak{V})$ --- as the multiplier algebra $\operatorname{Mult} \mathcal{H}_{\mathfrak{V}}$ of a certain reproducing kernel Hilbert space $\mathcal{H}_{\mathfrak{V}}$ consisting of nc functions on $\mathfrak{V}$. We find that every such algebra $H^\infty(\mathfrak{V})$ is completely isometrically isomorphic to the quotient $H^\infty(\mathfrak{B}_d)/ \mathcal{J}_{\mathfrak{V}}$ of the algebra of bounded nc holomorphic functions on the ball by the ideal $\mathcal{J}_{\mathfrak{V}}$ of bounded nc holomorphic functions which vanish on $\mathfrak{V}$. We investigate the problem of when two algebras $H^\infty(\mathfrak{V})$ and $H^\infty(\mathfrak{W})$ are isometrically isomorphic. If the variety $\mathfrak{W}$ is the image of $\mathfrak{V}$ under a nc analytic automorphism of $\mathfrak{B}_d$, then $H^\infty(\mathfrak{V})$ and $H^\infty(\mathfrak{W})$ are (completely) isometrically isometric. We prove that the converse holds in the case where the varieties are homogeneous; in general we can only show that if the algebras are isometrically isomorphic, then there must be nc holomorphic maps between the varieties. Along the way we are led to consider some interesting problems on function theory in the nc unit ball. For example, we study various versions of the Nullstellensatz (that is, the problem of to what extent an ideal is determined by its zero set), and we obtain perfect Nullstellensatz in both the homogeneous as well as the commutative cases. We also consider similar problems regarding the bounded analytic functions that extend continuously to the boundary of $\mathfrak{B}_d$.
[ { "version": "v1", "created": "Mon, 13 Feb 2017 15:15:04 GMT" }, { "version": "v2", "created": "Thu, 22 Jun 2017 10:17:46 GMT" }, { "version": "v3", "created": "Fri, 10 Aug 2018 10:25:06 GMT" } ]
2025-04-15T00:00:00
[ [ "Salomon", "Guy", "" ], [ "Shalit", "Orr", "" ], [ "Shamovich", "Eli", "" ] ]
1705.02048
Kang Lu
Kang Lu, E. Mukhin, A. Varchenko
Self-dual Grassmannian, Wronski map, and representations of $\mathfrak{gl}_N$, ${\mathfrak{sp}}_{2r}$, ${\mathfrak{so}}_{2r+1}$
LaTeX, 30 pages, 2 figures
Pure and Applied Mathematics Quarterly 13 (2017), no.2, 291-335
10.4310/PAMQ.2017.v13.n2.a4
null
math.QA math.AG math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We define a $\mathfrak{gl}_N$-stratification of the Grassmannian of $N$ planes $\mathrm{Gr}(N,d)$. The $\mathfrak{gl}_N$-stratification consists of strata $\Omega_{\mathbf{\Lambda}}$ labeled by unordered sets $\mathbf{\Lambda}=(\lambda^{(1)},\dots,\lambda^{(n)})$ of nonzero partitions with at most $N$ parts, satisfying a condition depending on $d$, and such that $(\otimes_{i=1}^n V_{\lambda^{(i)}})^{\mathfrak{sl}_N}\ne 0$. Here $V_{\lambda^{(i)}}$ is the irreducible $\mathfrak{gl}_N$-module with highest weight $\lambda^{(i)}$. We show that the closure of a stratum $\Omega_{\mathbf{\Lambda}}$ is the union of the strata $\Omega_{\mathbf\Xi}$, $\mathbf{\Xi}=(\xi^{(1)},\dots,\xi^{(m)})$, such that there is a partition $\{I_1,\dots,I_m\}$ of $\{1,2,\dots,n\}$ with $ {\rm {Hom}}_{\mathfrak{gl}_N} (V_{\xi^{(i)}}, \otimes_{j\in I_i}V_{\lambda^{(j)}}\big)\neq 0$ for $i=1,\dots,m$. The $\mathfrak{gl}_N$-stratification of the Grassmannian agrees with the Wronski map. We introduce and study the new object: the self-dual Grassmannian $\mathrm{sGr}(N,d)\subset \mathrm{Gr}(N,d)$. Our main result is a similar $\mathfrak{g}_N$-stratification of the self-dual Grassmannian governed by representation theory of the Lie algebra $\mathfrak {g}_{2r+1}:=\mathfrak{sp}_{2r}$ if $N=2r+1$ and of the Lie algebra $\mathfrak g_{2r}:=\mathfrak{so}_{2r+1}$ if $N=2r$.
[ { "version": "v1", "created": "Thu, 4 May 2017 23:49:47 GMT" }, { "version": "v2", "created": "Tue, 27 Mar 2018 21:32:01 GMT" } ]
2025-04-15T00:00:00
[ [ "Lu", "Kang", "" ], [ "Mukhin", "E.", "" ], [ "Varchenko", "A.", "" ] ]
1711.02511
Kang Lu
Kang Lu, E. Mukhin
On the Gaudin model of type G$_2$
LaTeX, 26 pages, 1 figure. This is a continuation of arXiv:1705.02048
Communications in Contemporary Mathematics 21 (2019), no. 3, 1850012, 31 pages
10.1142/S0219199718500128
null
math.QA math-ph math.AG math.MP math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We derive a number of results related to the Gaudin model associated to the simple Lie algebra of type G$_2$. We compute explicit formulas for solutions of the Bethe ansatz equations associated to the tensor product of an arbitrary finite-dimensional irreducible module and the vector representation. We use this result to show that the Bethe ansatz is complete in any tensor product where all but one factor are vector representations and the evaluation parameters are generic. We show that the points of the spectrum of the Gaudin model in type G$_2$ are in a bijective correspondence with self-self-dual spaces of polynomials. We study the set of all self-self-dual spaces - the self-self-dual Grassmannian. We establish a stratification of the self-self-dual Grassmannian with the strata labeled by unordered sets of dominant integral weights and unordered sets of nonnegative integers, satisfying certain explicit conditions. We describe closures of the strata in terms of representation theory.
[ { "version": "v1", "created": "Sat, 4 Nov 2017 01:38:36 GMT" }, { "version": "v2", "created": "Tue, 13 Mar 2018 18:01:36 GMT" }, { "version": "v3", "created": "Mon, 3 Sep 2018 20:05:40 GMT" } ]
2025-04-15T00:00:00
[ [ "Lu", "Kang", "" ], [ "Mukhin", "E.", "" ] ]
1803.03115
Yoon Seok Choun
Yoon-Seok Choun
On the Incompatibility of Rearrangement with Convergence: An Axiomatic Approach to Holomorphic Recurrence Relations
Submitted to Mathematische Annalen. This version includes refinements in the interpretation of absolute convergence and internal component rearrangement, along with a clarified philosophical framework connecting series structure and uniqueness
null
null
null
math.CA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In classical analysis, the convergence behavior of power series solutions to differential or recurrence equations is generally assumed to be invariant under internal rearrangement. This paper challenges that belief by proving that, for holomorphic solutions to higher-order recurrence relations (order 3 or more), rearrangement of internal terms systematically reduces the radius of convergence. This contradicts assumptions underlying both Fuchs' theorem and the Poincare-Perron theorem. To address this, the paper proposes the Principle of Indivisible Integrity, an axiom that restricts arbitrary reordering within analytic computations. Both analytic arguments and numerical examples (see Theorem 3.3 and Table 3) show that violation of this principle can lead to structural divergence, even when classical conditions suggest convergence. This framework suggests the need to reexamine analytic structures in recurrence-based methods across mathematical physics, including quantum mechanics, general relativity, and spectral theory. It also raises foundational questions about computation and mathematical rigor in an age of automated symbolic processing. Rather than offering just a technical correction, this paper advocates a philosophical principle: that the integrity of mathematical order must be preserved by structure, not merely by computational convenience.
[ { "version": "v1", "created": "Mon, 5 Mar 2018 10:35:09 GMT" }, { "version": "v2", "created": "Mon, 18 Nov 2019 06:30:17 GMT" }, { "version": "v3", "created": "Thu, 3 Aug 2023 06:19:32 GMT" }, { "version": "v4", "created": "Wed, 8 Jan 2025 16:56:18 GMT" }, { "version": "v5", "created": "Sun, 2 Feb 2025 11:24:42 GMT" }, { "version": "v6", "created": "Sat, 12 Apr 2025 03:44:50 GMT" } ]
2025-04-15T00:00:00
[ [ "Choun", "Yoon-Seok", "" ] ]
1803.07098
Barak Shoshany
Barak Shoshany
"Thinking Quantum": Lectures on Quantum Theory
182 pages, 14 figures; substantially expanded and improved version
null
null
null
physics.pop-ph quant-ph
http://creativecommons.org/licenses/by/4.0/
We present a conceptually clear introduction to quantum theory, deriving the theory from scratch from the point of view of quantum information. Different subsets of these lectures were taught to a wide variety of audiences, including exceptional high-school students in the International Summer School for Young Physicists (ISSYP) at Perimeter Institute, 2nd-year physics undergraduates at the University of Toronto, and 4th-year physics and math undergraduate and graduate students at Brock University. The lectures are completely self-contained, including all the necessary mathematical background: complex numbers, linear algebra, and probability theory. They cover topics such as the axioms of quantum theory, qubits, superposition, entanglement, the uncertainty principle, quantum gates, unitary transformations and evolution, interpretations of quantum mechanics, the no-cloning theorem, quantum teleportation, quantum algorithms, Hamiltonians, the Schrodinger equation, canonical and path integral quantization, quantum harmonic oscillators, wavefunctions, and much more. The lectures also contain 163 computational exercises and proof-based problems.
[ { "version": "v1", "created": "Mon, 19 Mar 2018 18:07:49 GMT" }, { "version": "v2", "created": "Wed, 30 Jan 2019 20:49:41 GMT" }, { "version": "v3", "created": "Thu, 20 Jun 2019 22:33:46 GMT" }, { "version": "v4", "created": "Mon, 14 Apr 2025 07:34:06 GMT" } ]
2025-04-15T00:00:00
[ [ "Shoshany", "Barak", "" ] ]
1805.03611
Wansu Kim
David Burns and Mahesh Kakde and Wansu Kim
On a refinement of the Birch and Swinnerton-Dyer Conjecture in positive characteristic
refereed final draft
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We formulate a refined version of the Birch and Swinnerton-Dyer conjecture for abelian varieties over global function fields. This refinement incorporates both families of congruences between the leading terms of Artin-Hasse-Weil $L$-series and also strong restrictions on the Galois structure of natural Selmer complexes and constitutes a precise analogue for abelian varieties over function fields of the equivariant Tamagawa number conjecture for abelian varieties over number fields. We then provide strong supporting evidence for this conjecture including giving a full proof, modulo only the assumed finiteness of Tate-Shafarevich groups, in an important class of examples.
[ { "version": "v1", "created": "Wed, 9 May 2018 16:40:59 GMT" }, { "version": "v2", "created": "Mon, 14 Apr 2025 04:52:08 GMT" } ]
2025-04-15T00:00:00
[ [ "Burns", "David", "" ], [ "Kakde", "Mahesh", "" ], [ "Kim", "Wansu", "" ] ]
1806.00410
Eli Shamovich
Guy Salomon, Orr Shalit and Eli Shamovich
Algebras of noncommutative functions on subvarieties of the noncommutative ball: the bounded and completely bounded isomorphism problem
45 pages. Some details were added and more minor changes
Journal of Functional Analysis, Vol. 278 Issue 7 (2020), 108427
10.1016/j.jfa.2019.108427
null
math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Given a noncommutative (nc) variety $\mathfrak{V}$ in the nc unit ball $\mathfrak{B}_d$, we consider the algebra $H^\infty(\mathfrak{V})$ of bounded nc holomorphic functions on $\mathfrak{V}$. We investigate the problem of when two algebras $H^\infty(\mathfrak{V})$ and $H^\infty(\mathfrak{W})$ are isomorphic. We prove that these algebras are weak-$*$ continuously isomorphic if and only if there is an nc biholomorphism $G : \widetilde{\mathfrak{W}} \to \widetilde{\mathfrak{V}}$ between the similarity envelopes that is bi-Lipschitz with respect to the free pseudo-hyperbolic metric. Moreover, such an isomorphism always has the form $f \mapsto f \circ G$, where $G$ is an nc biholomorphism. These results also shed some new light on automorphisms of the noncommutative analytic Toeplitz algebras $H^\infty(\mathfrak{B}_d)$ studied by Davidson--Pitts and by Popescu. In particular, we find that $\operatorname{Aut}(H^\infty(\mathfrak{B}_d))$ is a proper subgroup of $\operatorname{Aut}(\widetilde{\mathfrak{B}}_d)$. When $d<\infty$ and the varieties are homogeneous, we remove the weak-$*$ continuity assumption, showing that two such algebras are boundedly isomorphic if and only if there is a bi-Lipschitz nc biholomorphism between the similarity envelopes of the nc varieties. We provide two proofs. In the noncommutative setting, our main tool is the noncommutative spectral radius, about which we prove several new results. In the free commutative case, we use a new free commutative Nullstellensatz that allows us to bootstrap techniques from the fully commutative case.
[ { "version": "v1", "created": "Fri, 1 Jun 2018 15:56:30 GMT" }, { "version": "v2", "created": "Tue, 5 Jun 2018 11:40:20 GMT" }, { "version": "v3", "created": "Wed, 22 Aug 2018 20:24:16 GMT" }, { "version": "v4", "created": "Thu, 4 Apr 2019 04:25:10 GMT" }, { "version": "v5", "created": "Mon, 1 Jul 2019 19:16:13 GMT" } ]
2025-04-15T00:00:00
[ [ "Salomon", "Guy", "" ], [ "Shalit", "Orr", "" ], [ "Shamovich", "Eli", "" ] ]
1808.01037
Takuro Mochizuki
Takuro Mochizuki
Stokes shells and Fourier transforms
null
null
null
null
math.AG math.CA math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Algebraic holonomic $\mathcal{D}$-modules on a complex line are classified by the associated topological data consisting of local systems with Stokes structure and the nearby and vanishing cycles at the singularities. The Fourier transform for algebraic holonomic $\mathcal{D}$-modules is defined by exchanging the roles of the variable and the derivative. It is interesting to study the induced transform for the associated topological data. In particular, we closely study the local system with Stokes structure at infinity of the Fourier transform of a $\mathcal{D}$-module, which also allows us to describe the remaining data. We introduce explicit algebraic operations for local systems with Stokes structure, called the local Fourier transform, to study the case of the $\mathcal{D}$-modules associated with basic meromorphic flat bundles. The properties of the local Fourier transforms are captured in terms of Stokes shells. We also introduce the notion of extensions to study the general case.
[ { "version": "v1", "created": "Thu, 2 Aug 2018 22:12:41 GMT" }, { "version": "v2", "created": "Tue, 8 Dec 2020 10:23:16 GMT" }, { "version": "v3", "created": "Thu, 1 Jul 2021 04:04:48 GMT" }, { "version": "v4", "created": "Sun, 13 Apr 2025 08:24:12 GMT" } ]
2025-04-15T00:00:00
[ [ "Mochizuki", "Takuro", "" ] ]
1809.10387
Hidayet Aksu
Hidayet Aksu, A. Selcuk Uluagac, Elizabeth S. Bentley
Identification of Wearable Devices with Bluetooth
15 pages, 10 figures
IEEE Transactions on Sustainable Computing, 2018
10.1109/TSUSC.2018.2808455
null
cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With wearable devices such as smartwatches on the rise in the consumer electronics market, securing these wearables is vital. However, the current security mechanisms only focus on validating the user not the device itself. Indeed, wearables can be (1) unauthorized wearable devices with correct credentials accessing valuable systems and networks, (2) passive insiders or outsider wearable devices, or (3) information-leaking wearables devices. Fingerprinting via machine learning can provide necessary cyber threat intelligence to address all these cyber attacks. In this work, we introduce a wearable fingerprinting technique focusing on Bluetooth classic protocol, which is a common protocol used by the wearables and other IoT devices. Specifically, we propose a non-intrusive wearable device identification framework which utilizes 20 different Machine Learning (ML) algorithms in the training phase of the classification process and selects the best performing algorithm for the testing phase. Furthermore, we evaluate the performance of proposed wearable fingerprinting technique on real wearable devices, including various off-the-shelf smartwatches. Our evaluation demonstrates the feasibility of the proposed technique to provide reliable cyber threat intelligence. Specifically, our detailed accuracy results show on average 98.5%, 98.3% precision and recall for identifying wearables using the Bluetooth classic protocol.
[ { "version": "v1", "created": "Thu, 27 Sep 2018 07:58:48 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 06:56:12 GMT" } ]
2025-04-15T00:00:00
[ [ "Aksu", "Hidayet", "" ], [ "Uluagac", "A. Selcuk", "" ], [ "Bentley", "Elizabeth S.", "" ] ]
1901.07221
Serge Troubetzkoy
Eleonora Catsigeras (IMERL), Serge Troubetzkoy (I2M)
Ergodic measures with infinite entropy
null
Fundamenta Mathematicae Vol 266, Issue 2, pp.121-166, 2024
10.4064/fm687-3-2024
null
math.DS
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct ergodic probability measures with infinite metric entropy for typical continuous maps and homeomorphisms on compact manifolds. We also construct sequences of such measures that converge to a zero-entropy measure.
[ { "version": "v1", "created": "Tue, 22 Jan 2019 09:21:08 GMT" }, { "version": "v2", "created": "Fri, 5 Jun 2020 07:14:37 GMT" }, { "version": "v3", "created": "Fri, 29 Oct 2021 08:47:03 GMT" }, { "version": "v4", "created": "Mon, 17 Oct 2022 08:50:53 GMT" } ]
2025-04-15T00:00:00
[ [ "Catsigeras", "Eleonora", "", "IMERL" ], [ "Troubetzkoy", "Serge", "", "I2M" ] ]
1905.11821
Hamid Khodabandeh Noshari
Hamid Khodabandeh and Kosar Yousefi
On Free Polyadic Groups
Some results are not true
Artamonov V., Free n-groups, Matematicheskie Zametki, 1970, 8, pp. 499-507
null
null
math.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this article, for a polyadic group(G,f),derived from group G by automorphism G and element b, we give a necessary and sufficient condition in terms of the group, the automorphism G, and the element b, in order that the polyadic group becomes free.
[ { "version": "v1", "created": "Sat, 25 May 2019 08:16:43 GMT" }, { "version": "v2", "created": "Sat, 12 Apr 2025 17:18:08 GMT" } ]
2025-04-15T00:00:00
[ [ "Khodabandeh", "Hamid", "" ], [ "Yousefi", "Kosar", "" ] ]
1908.09617
Piotr Zwiernik
Majid M. Al-Sadoon and Piotr Zwiernik
The Identification Problem for Linear Rational Expectations Models
JEL Classification: C10, C22, C32
null
null
null
math.ST stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This version corrects a number of mistakes that appeared in the previous draft. In particular, the (EU-LREM) condition is sufficient for existence and uniqueness but not necessary, as we had claimed. We are grateful to P. C. B. Phillips and to three anonymous referees for the substantial improvements to the paper since it first appeared. Any remaining errors are our own responsibility.
[ { "version": "v1", "created": "Mon, 26 Aug 2019 12:11:24 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 11:26:32 GMT" } ]
2025-04-15T00:00:00
[ [ "Al-Sadoon", "Majid M.", "" ], [ "Zwiernik", "Piotr", "" ] ]
1909.10971
Nico Leumer
Nico Leumer, Magdalena Marganska, Bhaskaran Muralidharan, Milena Grifoni
Exact eigenvectors and eigenvalues of the finite Kitaev chain and its topological properties
null
2020 J. Phys.: Condens. Matter 32 445502
10.1088/1361-648X/ab8bf9
null
cond-mat.mes-hall cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a comprehensive, analytical treatment of the finite Kitaev chain for arbitrary chemical potential. We derive the momentum quantization conditions and present exact analytical formulae for the resulting energy spectrum and eigenstate wave functions, encompassing boundary and bulk states. In accordance with an analysis based on the winding number topological invariant, and as expected from the bulk-edge correspondence, the boundary states are topological in nature. They can have zero, exponentially small or even finite energy. A numerical analysis confirms their robustness against disorder.
[ { "version": "v1", "created": "Tue, 24 Sep 2019 14:54:59 GMT" }, { "version": "v2", "created": "Thu, 30 Apr 2020 12:43:46 GMT" } ]
2025-04-15T00:00:00
[ [ "Leumer", "Nico", "" ], [ "Marganska", "Magdalena", "" ], [ "Muralidharan", "Bhaskaran", "" ], [ "Grifoni", "Milena", "" ] ]
1910.13360
Kang Lu
Kang Lu, Evgeny Mukhin
On the supersymmetric XXX spin chains associated to $\mathfrak{gl}_{1|1}$
32 pages, 1 figure
Communications in Mathematical Physics 386 (2021), 711-747
10.1007/s00220-021-04155-2
null
math.QA math-ph math.MP math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the $\mathfrak{gl}_{1|1}$ supersymmetric XXX spin chains. We give an explicit description of the algebra of Hamiltonians acting on any cyclic tensor products of polynomial evaluation $\mathfrak{gl}_{1|1}$ Yangian modules. It follows that there exists a bijection between common eigenvectors (up to proportionality) of the algebra of Hamiltonians and monic divisors of an explicit polynomial written in terms of the Drinfeld polynomials. In particular our result implies that each common eigenspace of the algebra of Hamiltonians has dimension one. We also give dimensions of the generalized eigenspaces. We show that when the tensor product is irreducible, then all eigenvectors can be constructed using Bethe ansatz. We express the transfer matrices associated to symmetrizers and anti-symmetrizers of vector representations in terms of the first transfer matrix and the center of the Yangian.
[ { "version": "v1", "created": "Tue, 29 Oct 2019 16:29:18 GMT" } ]
2025-04-15T00:00:00
[ [ "Lu", "Kang", "" ], [ "Mukhin", "Evgeny", "" ] ]
1912.11669
Yajun Zhou
Yajun Zhou
Some geometric relations for equipotential curves
(v1) 12 pages, 1 TikZ figure; (v2) 14 pages, 1 TikZ figure. New results added. Typos corrected; (v3) 14 pages, 1 table, 1 TikZ figure. Revised according to reviewer's comments
J. Differential Equations 433:113296, 19 pages (2025)
10.1016/j.jde.2025.113296
null
math.DG math-ph math.AP math.MP math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $U(\boldsymbol r),\boldsymbol r\in\Omega\subset \mathbb R^2$ be a harmonic function that solves an exterior Dirichlet problem. If all the level sets of $U(\boldsymbol r),\boldsymbol r\in\Omega$ are smooth Jordan curves, then there are several geometric inequalities that correlate the curvature $\kappa(\boldsymbol r) $ with the magnitude of gradient $ |\nabla U(\boldsymbol r)|$ on each level set ("equipotential curve"). One of such inequalities is $ \langle [\kappa(\boldsymbol r)-\langle\kappa(\boldsymbol r)\rangle][|\nabla U(\boldsymbol r)|-\langle |\nabla U(\boldsymbol r)|\rangle]\rangle\geq0$, where $ \langle \cdot\rangle$ denotes average over a level set, weighted by the arc length of the Jordan curve. We prove such a geometric inequality by constructing an entropy for each level set $U(\boldsymbol r)=\varphi $, and showing that such an entropy is convex in $\varphi$. The geometric inequality for $\kappa(\boldsymbol r) $ and $ |\nabla U(\boldsymbol r)|$ then follows from the convexity and monotonicity of our entropy formula. A few other geometric relations for equipotential curves are also built on a convexity argument.
[ { "version": "v1", "created": "Wed, 25 Dec 2019 13:52:45 GMT" }, { "version": "v2", "created": "Wed, 1 Jan 2020 12:11:52 GMT" }, { "version": "v3", "created": "Thu, 3 Sep 2020 13:06:16 GMT" } ]
2025-04-15T00:00:00
[ [ "Zhou", "Yajun", "" ] ]
2003.05166
Michael Skeide
Orr Shalit, Michael Skeide
CP-Semigroups and Dilations, Subproduct Systems and Superproduct Systems: The Multi-Parameter Case and Beyond
(SEE ALSO COMMENTS TO V2.) In this revision: Corrected a bad missprint caused by a cut-and-paste error during index production, which made almost unreadable a prerequisite for one of our major results. (Last paragraph p.66 (after "dual" and Corollary 7.7.) Further minor corrections to the index
Dissertationes Math., 585 (1-233), 2023
10.4064/dm823-5-2022
null
math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
These notes are the output of a decade of research on how the results about dilations of one-parameter CP-semigroups with the help of product systems, can be put forward to d-parameter semigroups - and beyond. While exisiting work on the two- and d-parameter case is based on the approach via the Arveson-Stinespring correspondence of a CP-map by Muhly and Solel (and limited to von Neumann algebras), here we explore consequently the approach via Paschke's GNS-correspondence of a CP-map by Bhat and Skeide. (A comparison is postponed to Appendix A(iv).) The generalizations are multi-fold, the difficulties often enormous. In fact, our only true if-and-only-if theorem, is the following: A Markov semigroup over (the opposite of) an Ore monoid admits a full (strict or normal) dilation if and only if its GNS-subproduct system embeds into a product system. Already earlier, it has been observed that the GNS- (respectively, the Arveson-Stinespring) correspondences form a subproduct system, and that the main difficulty is to embed that into a product system. Here we add, that every dilation comes along with a superproduct system (a product system if the dilation is full). The latter may or may not contain the GNS-subproduct system; it does, if the dilation is strong - but not only. Apart from the many positive results pushing forward the theory to large extent, we provide plenty of counter examples for almost every desirable statement we could not prove. Still, a small number of open problems remains. The most prominent: Does there exist a CP-semigroup that admits a dilation, but no strong dilation? Another one: Does there exist a Markov semigroup that admits a (necessarily strong) dilation, but no full dilation?
[ { "version": "v1", "created": "Wed, 11 Mar 2020 08:56:28 GMT" }, { "version": "v2", "created": "Tue, 3 May 2022 13:12:04 GMT" }, { "version": "v3", "created": "Fri, 10 Jun 2022 06:43:30 GMT" } ]
2025-04-15T00:00:00
[ [ "Shalit", "Orr", "" ], [ "Skeide", "Michael", "" ] ]
2003.08914
Davide Cesare Veniani
Simon Brandhorst, Serkan Sonel, Davide Cesare Veniani
Idoneal genera and K3 surfaces covering an Enriques surface
final version, accepted on J. Pure Appl. Algebra
null
10.1016/j.jpaa.2025.107974
null
math.AG math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Idoneal genera are a generalization of Euler's idoneal numbers. We enumerate all idoneal genera by means of the Smith--Minkowski--Siegel mass formula. As an application, we classify transcendental lattices of K3 surfaces covering an Enriques surface.
[ { "version": "v1", "created": "Thu, 19 Mar 2020 17:24:21 GMT" }, { "version": "v2", "created": "Sun, 10 May 2020 18:00:15 GMT" }, { "version": "v3", "created": "Sun, 24 May 2020 11:52:43 GMT" }, { "version": "v4", "created": "Tue, 1 Sep 2020 15:37:51 GMT" }, { "version": "v5", "created": "Mon, 22 Feb 2021 08:42:57 GMT" }, { "version": "v6", "created": "Fri, 7 Jan 2022 11:21:43 GMT" }, { "version": "v7", "created": "Mon, 14 Apr 2025 12:30:23 GMT" } ]
2025-04-15T00:00:00
[ [ "Brandhorst", "Simon", "" ], [ "Sonel", "Serkan", "" ], [ "Veniani", "Davide Cesare", "" ] ]
2004.13821
Guanming Xiong
Guanming Xiong
Fine-tuning Multi-hop Question Answering with Hierarchical Graph Network
Incomplete Work
null
null
null
cs.CL cs.AI cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we present a two stage model for multi-hop question answering. The first stage is a hierarchical graph network, which is used to reason over multi-hop question and is capable to capture different levels of granularity using the nature structure(i.e., paragraphs, questions, sentences and entities) of documents. The reasoning process is convert to node classify task(i.e., paragraph nodes and sentences nodes). The second stage is a language model fine-tuning task. In a word, stage one use graph neural network to select and concatenate support sentences as one paragraph, and stage two find the answer span in language model fine-tuning paradigm.
[ { "version": "v1", "created": "Mon, 20 Apr 2020 09:34:16 GMT" }, { "version": "v2", "created": "Sat, 27 Jun 2020 03:33:21 GMT" }, { "version": "v3", "created": "Sat, 27 Aug 2022 10:58:13 GMT" }, { "version": "v4", "created": "Sun, 13 Apr 2025 16:39:37 GMT" } ]
2025-04-15T00:00:00
[ [ "Xiong", "Guanming", "" ] ]
2006.16505
Vaibhav Kumar
Vaibhav Kumar, Barry Cardiff, Shankar Prakriya, and Mark F. Flanagan
Delay Violation Probability and Effective Rate of Downlink NOMA over $\alpha$-$\mu$ Fading Channels
14 pages, 12 figures
IEEE Transactions on Vehicular Technology 2020
null
null
cs.IT eess.SP math.IT
http://creativecommons.org/licenses/by/4.0/
Non-orthogonal multiple access (NOMA) is a potential candidate to further enhance the spectrum utilization efficiency in beyond fifth-generation (B5G) standards. However, there has been little attention on the quantification of the delay-limited performance of downlink NOMA systems. In this paper, we analyze the performance of a two-user downlink NOMA system over generalized {\alpha}-{\mu} fading in terms of delay violation probability (DVP) and effective rate (ER). In particular, we derive an analytical expression for an upper bound on the DVP and we derive the exact sum ER of the downlink NOMA system. We also derive analytical expressions for high and low signal-to-noise ratio (SNR) approximations to the sum ER, as well as a fundamental upper bound on the sum ER which represents the ergodic sum-rate for the downlink NOMA system. We also analyze the sum ER of a corresponding time-division-multiplexed orthogonal multiple access (OMA) system. Our results show that while NOMA consistently outperforms OMA over the practical SNR range, the relative gain becomes smaller in more severe fading conditions, and is also smaller in the presence a more strict delay quality-of-service (QoS) constraint.
[ { "version": "v1", "created": "Tue, 30 Jun 2020 03:26:07 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 23:25:56 GMT" } ]
2025-04-15T00:00:00
[ [ "Kumar", "Vaibhav", "" ], [ "Cardiff", "Barry", "" ], [ "Prakriya", "Shankar", "" ], [ "Flanagan", "Mark F.", "" ] ]
2007.00907
Sumit Goel
Sumit Goel, Wade Hann-Caruthers
Project selection with partially verifiable information
20 pages, 2 figures
Mathematical Social Sciences, Volume 132 (2024), 105-113
10.1016/j.mathsocsci.2024.10.003
null
econ.TH
http://creativecommons.org/licenses/by/4.0/
We consider a principal agent project selection problem with asymmetric information. There are $N$ projects and the principal must select exactly one of them. Each project provides some profit to the principal and some payoff to the agent and these profits and payoffs are the agent's private information. We consider the principal's problem of finding an optimal mechanism for two different objectives: maximizing expected profit and maximizing the probability of choosing the most profitable project. Importantly, we assume partial verifiability so that the agent cannot report a project to be more profitable to the principal than it actually is. Under this no-overselling constraint, we characterize the set of implementable mechanisms. Using this characterization, we find that in the case of two projects, the optimal mechanism under both objectives takes the form of a simple cutoff mechanism. The simple structure of the optimal mechanism also allows us to find evidence in support of the well-known ally-principle which says that principal delegates more authority to an agent who shares their preferences.
[ { "version": "v1", "created": "Thu, 2 Jul 2020 06:29:38 GMT" }, { "version": "v2", "created": "Sat, 26 Feb 2022 01:23:27 GMT" } ]
2025-04-15T00:00:00
[ [ "Goel", "Sumit", "" ], [ "Hann-Caruthers", "Wade", "" ] ]
2007.15573
Kang Lu
Kang Lu, Evgeny Mukhin
Jacobi-Trudi identity and Drinfeld functor for super Yangian
LaTeX, 35 pages, several figures; V2: added more details
International Mathematics Research Notices 2021 (2021), no. 21, 16749-16808
10.1093/imrn/rnab023
null
math.QA math-ph math.MP math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that the quantum Berezinian which gives a generating function of the integrals of motions of XXX spin chains associated to super Yangian $\mathrm{Y}(\mathfrak{gl}_{m|n})$ can be written as a ratio of two difference operators of orders $m$ and $n$ whose coefficients are ratios of transfer matrices corresponding to explicit skew Young diagrams. In the process, we develop several missing parts of the representation theory of $\mathrm{Y}(\mathfrak{gl}_{m|n})$ such as $q$-character theory, Jacobi-Trudi identity, Drinfeld functor, extended T-systems, Harish-Chandra map.
[ { "version": "v1", "created": "Thu, 30 Jul 2020 16:33:38 GMT" }, { "version": "v2", "created": "Wed, 2 Jun 2021 03:54:55 GMT" } ]
2025-04-15T00:00:00
[ [ "Lu", "Kang", "" ], [ "Mukhin", "Evgeny", "" ] ]
2009.04699
Kenichi Bannai
Kenichi Bannai, Yukio Kametani and Makiko Sasada
Topological Structures of Large Scale Interacting Systems via Uniform Functions and Forms
65 pages, 7 figures. Added Appendix A to review the general theory of homology and cohomology of graphs. Final version, to appear in Forum of Mathematics, Sigma
Forum of Mathematics, Sigma, Volume 12 (2024), e107
10.1017/fms.2024.61
null
math.PR math.AG math.AT math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this article, we investigate the topological structure of large scale interacting systems on infinite graphs, by constructing a suitable cohomology which we call the uniform cohomology. The central idea for the construction is the introduction of a class of functions called uniform functions. Uniform cohomology provides a new perspective for the identification of macroscopic observables from the microscopic system. As a straightforward application of our theory when the underlying graph has a free action of a group, we prove a certain decomposition theorem for shift-invariant closed uniform forms. This result is a uniform version in a very general setting of the decomposition result for shift-invariant closed $L^2$-forms originally proposed by Varadhan, which has repeatedly played a key role in the proof of the hydrodynamic limits of nongradient large scale interacting systems. In a subsequent article, we use this result as a key to prove Varadhan's decomposition theorem for a general class of large scale interacting systems.
[ { "version": "v1", "created": "Thu, 10 Sep 2020 07:25:42 GMT" }, { "version": "v2", "created": "Sat, 24 Oct 2020 07:53:13 GMT" }, { "version": "v3", "created": "Thu, 17 Mar 2022 08:39:59 GMT" }, { "version": "v4", "created": "Tue, 22 Mar 2022 07:37:37 GMT" }, { "version": "v5", "created": "Sat, 24 Aug 2024 07:21:56 GMT" } ]
2025-04-15T00:00:00
[ [ "Bannai", "Kenichi", "" ], [ "Kametani", "Yukio", "" ], [ "Sasada", "Makiko", "" ] ]
2010.06728
Andriy Prymak V
Feng Dai and Andriy Prymak
$L^p$-Bernstein inequalities on $C^2$-domains and applications to discretization
the material in this article is based heavily on a part of arXiv:1910.11719
Trans. Amer. Math. Soc., 375 no. 3 (2022), 1933-1976
10.1090/tran/8550
null
math.CA cs.NA math.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a new Bernstein type inequality in $L^p$ spaces associated with the tangential derivatives on the boundary of a general compact $C^2$-domain. We give two applications: Marcinkiewicz type inequality for discretization of $L^p$ norm and positive cubature formula. Both results are optimal in the sense that the number of function samples used has the order of the dimension of the corresponding space of algebraic polynomials.
[ { "version": "v1", "created": "Tue, 13 Oct 2020 22:56:32 GMT" }, { "version": "v2", "created": "Tue, 15 Jun 2021 15:33:47 GMT" }, { "version": "v3", "created": "Wed, 25 Aug 2021 14:12:24 GMT" } ]
2025-04-15T00:00:00
[ [ "Dai", "Feng", "" ], [ "Prymak", "Andriy", "" ] ]
2010.06893
Pengfei Huang
Zhi Hu, Pengfei Huang, Runhong Zong
Generalized Deligne-Hitchin Twistor Spaces: Construction and Properties
Final version, fix a mistake, comments welcome!
Bulletin des Sciences Math\'ematiques 2024
10.1016/j.bulsci.2024.103396
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we generalize the construction of Deligne-Hitchin twistor space by gluing two certain Hodge moduli spaces. We investigate such generalized Deligne-Hitchin twistor space as a complex analytic manifold. More precisely, we show it admits holomorphic sections with weight-one property and semi-negative energy, and it carries a balanced metric, and its holomorphic tangent bundle (for the case of rank one) is stable. Moreover, we also study the automorphism groups of the Hodge moduli spaces and the generalized Deligne-Hitchin twistor space.
[ { "version": "v1", "created": "Wed, 14 Oct 2020 09:05:47 GMT" }, { "version": "v2", "created": "Sat, 19 Feb 2022 15:20:43 GMT" }, { "version": "v3", "created": "Sun, 28 Jan 2024 15:30:02 GMT" }, { "version": "v4", "created": "Sun, 13 Apr 2025 14:09:50 GMT" } ]
2025-04-15T00:00:00
[ [ "Hu", "Zhi", "" ], [ "Huang", "Pengfei", "" ], [ "Zong", "Runhong", "" ] ]
2010.08929
Yuichi Sudo
Yuichi Sudo, Fukuhito Ooshita, Sayaka Kamei
Self-stabilizing Graph Exploration by a Single Agent
null
null
null
null
cs.DC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we present two self-stabilizing algorithms that enable a single (mobile) agent to explore graphs. Starting from any initial configuration, \ie regardless of the initial states of the agent and all nodes, as well as the initial location of the agent, the algorithms ensure the agent visits all nodes. We evaluate the algorithms based on two metrics: the \emph{cover time}, defined as the number of moves required to visit all nodes, and \emph{memory usage}, defined as the storage needed for maintaining the states of the agent and each node. The first algorithm is randomized. Given an integer $c = \Omega(n)$, its cover time is optimal, \ie $O(m)$ in expectation, and its memory requirements are $O(\log c)$ bits for the agent and $O(\log (c+\delta_v))$ bits for each node $v$, where $n$ and $m$ are the numbers of nodes and edges, respectively, and $\delta_v$ is the degree of node $v$. For general $c \ge 2$, its cover time is $O( m \cdot \min(D, \frac{n}{c}+1, \frac{D}{c} + \log n))$, where $D$ is the diameter of a graph. The second algorithm is deterministic. It requires an input integer $k \ge \max(D, \dmax)$, where $\dmax$ is the maximum degree of the graph. The cover time of this algorithm is $O(m + nD)$, and it uses $O(\log k)$ bits of memory for both the agent and each node.
[ { "version": "v1", "created": "Sun, 18 Oct 2020 07:05:26 GMT" }, { "version": "v2", "created": "Tue, 20 Aug 2024 15:56:33 GMT" }, { "version": "v3", "created": "Fri, 23 Aug 2024 05:59:47 GMT" }, { "version": "v4", "created": "Sat, 12 Apr 2025 11:28:38 GMT" } ]
2025-04-15T00:00:00
[ [ "Sudo", "Yuichi", "" ], [ "Ooshita", "Fukuhito", "" ], [ "Kamei", "Sayaka", "" ] ]
2011.06398
Andriy Prymak V
A. Bondarenko, A. Prymak, D. Radchenko
Spherical coverings and X-raying convex bodies of constant width
null
Canad. Math. Bull., 65 (4) 2022, 860-866
10.4153/S0008439521001016
null
math.MG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
K. Bezdek and Gy. Kiss showed that existence of origin-symmetric coverings of unit sphere in $\mathbb{E}^n$ by at most $2^n$ congruent spherical caps with radius not exceeding $\arccos\sqrt{\frac{n-1}{2n}}$ implies the $X$-ray conjecture and the illumination conjecture for convex bodies of constant width in $\mathbb{E}^n$, and constructed such coverings for $4\le n\le 6$. Here we give such constructions with fewer than $2^n$ caps for $5\le n\le 15$. For the illumination number of any convex body of constant width in $\mathbb{E}^n$, O.~Schramm proved an upper estimate with exponential growth of order $(3/2)^{n/2}$. In particular, that estimate is less than $3\cdot 2^{n-2}$ for $n\ge 16$, confirming the above mentioned conjectures for the class of convex bodies of constant width. Thus, our result settles the outstanding cases $7\le n\le 15$. We also show how to calculate the covering radius of a given discrete point set on the sphere efficiently on a computer.
[ { "version": "v1", "created": "Thu, 12 Nov 2020 14:11:57 GMT" }, { "version": "v2", "created": "Thu, 3 Dec 2020 18:04:02 GMT" }, { "version": "v3", "created": "Tue, 7 Dec 2021 21:21:44 GMT" } ]
2025-04-15T00:00:00
[ [ "Bondarenko", "A.", "" ], [ "Prymak", "A.", "" ], [ "Radchenko", "D.", "" ] ]
2011.06578
Satish K. Pandey
Danny Ofek, Satish K. Pandey, Orr Shalit
Distance between reproducing kernel Hilbert spaces and geometry of finite sets in the unit ball
24 pages. To appear in Journal of Mathematical Analysis and Applications
Journal of Mathematical Analysis and Applications, Vol. 500 Issue 2 (2021), 125140
10.1016/j.jmaa.2021.125140
null
math.FA math.CV math.OA
http://creativecommons.org/publicdomain/zero/1.0/
In this paper we study the relationships between a reproducing kernel Hilbert space, its multiplier algebra, and the geometry of the point set on which they live. We introduce a variant of the Banach-Mazur distance suited for measuring the distance between reproducing kernel Hilbert spaces, that quantifies how far two spaces are from being isometrically isomorphic as reproducing kernel Hilbert spaces. We introduce an analogous distance for multiplier algebras, that quantifies how far two algebras are from being completely isometrically isomorphic. We show that, in the setting of finite dimensional quotients of the Drury-Arveson space, two spaces are "close" to one another if and only if their multiplier algebras are "close", and that this happens if and only if the underlying point-sets are "almost congruent", meaning that one of the sets is very close to an image of the other under a biholomorphic automorphism of the unit ball. These equivalences are obtained as corollaries of quantitative estimates that we prove.
[ { "version": "v1", "created": "Thu, 12 Nov 2020 18:51:33 GMT" }, { "version": "v2", "created": "Sat, 28 Nov 2020 20:39:44 GMT" }, { "version": "v3", "created": "Fri, 5 Mar 2021 14:40:49 GMT" } ]
2025-04-15T00:00:00
[ [ "Ofek", "Danny", "" ], [ "Pandey", "Satish K.", "" ], [ "Shalit", "Orr", "" ] ]
2011.10510
M Quamer Nasim
M Quamer Nasim, Tannistha Maiti, Ayush Srivastava, Tarry Singh, and Jie Mei
Seismic Facies Analysis: A Deep Domain Adaptation Approach
22 pages, 13 figures, 5 tables, and supplementary material included in the end of the paper
Nasim, M.Q., Maiti, T., Srivastava, A., Singh, T. and Mei, J., 2022. Seismic facies analysis: a deep domain adaptation approach. IEEE Transactions on Geoscience and Remote Sensing, 60, pp.1-16
10.1109/TGRS.2022.3151883
null
physics.geo-ph cs.AI cs.CV cs.LG eess.IV
http://creativecommons.org/licenses/by-nc-nd/4.0/
Deep neural networks (DNNs) can learn accurately from large quantities of labeled input data, but often fail to do so when labelled data are scarce. DNNs sometimes fail to generalize ontest data sampled from different input distributions. Unsupervised Deep Domain Adaptation (DDA)techniques have been proven useful when no labels are available, and when distribution shifts are observed in the target domain (TD). In the present study, experiments are performed on seismic images of the F3 block 3D dataset from offshore Netherlands (source domain; SD) and Penobscot 3D survey data from Canada (target domain; TD). Three geological classes from SD and TD that have similar reflection patterns are considered. A deep neural network architecture named EarthAdaptNet (EAN) is proposed to semantically segment the seismic images when few classes have data scarcity, and we use a transposed residual unit to replace the traditional dilated convolution in the decoder block. The EAN achieved a pixel-level accuracy >84% and an accuracy of ~70% for the minority classes, showing improved performance compared to existing architectures. In addition, we introduce the CORAL (Correlation Alignment) method to the EAN to create an unsupervised deep domain adaptation network (EAN-DDA) for the classification of seismic reflections from F3 and Penobscot, to demonstrate possible approaches when labelled data are unavailable. Maximum class accuracy achieved was ~99% for class 2 of Penobscot, with an overall accuracy>50%. Taken together, the EAN-DDA has the potential to classify target domain seismic facies classes with high accuracy.
[ { "version": "v1", "created": "Fri, 20 Nov 2020 17:09:06 GMT" }, { "version": "v2", "created": "Fri, 25 Jun 2021 18:27:06 GMT" }, { "version": "v3", "created": "Wed, 27 Oct 2021 04:25:17 GMT" }, { "version": "v4", "created": "Mon, 14 Apr 2025 07:36:03 GMT" } ]
2025-04-15T00:00:00
[ [ "Nasim", "M Quamer", "" ], [ "Maiti", "Tannistha", "" ], [ "Srivastava", "Ayush", "" ], [ "Singh", "Tarry", "" ], [ "Mei", "Jie", "" ] ]
2011.11692
Vaibhav Kumar
Vaibhav Kumar, Barry Cardiff, and Mark F Flanagan
NOMA-Based Cooperative Relaying with Receive Diversity in Nakagami-m Fading Channels
15 pages, 8 figures
IEEE Open Journal of the Communications Society (IEEE OJ-COMS), Nov. 2020
null
null
cs.IT math.IT
http://creativecommons.org/licenses/by/4.0/
Non-orthogonal multiple access (NOMA) is being widely considered as a potential candidate to enhance the spectrum utilization in beyond fifth-generation (B5G) communications. In this paper, we derive closed-form expressions for the ergodic rate and outage probability of a multiple-antenna-assisted NOMA-based cooperative relaying system (CRS-NOMA). We present the performance analysis of the system for two different receive diversity schemes - selection combining (SC) and maximal-ratio combining (MRC), in Nakagami-m fading. We also evaluate the asymptotic behavior of the CRS-NOMA to determine the slope of the ergodic rate and diversity order. Our results show that in contrast to the existing CRS-NOMA systems, the CRS-NOMA with receive diversity outperforms its orthogonal multiple access (OMA) based counterpart even in the low-SNR regime, by achieving higher ergodic rate. Diversity analysis confirms that the CRS-NOMA achieves full diversity order using both SC and MRC schemes, and this diversity order depends on both the shape parameter m and the number of receive antennas. We also discuss the problem of optimal power allocation for the minimization of the outage probability of the system, and subsequently use this optimal value to obtain the ergodic rate. An excellent match is observed between the numerical and the analytical results, confirming the correctness of the derived analytical expressions.
[ { "version": "v1", "created": "Mon, 23 Nov 2020 19:44:22 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 23:30:20 GMT" } ]
2025-04-15T00:00:00
[ [ "Kumar", "Vaibhav", "" ], [ "Cardiff", "Barry", "" ], [ "Flanagan", "Mark F", "" ] ]
2012.15830
Anatoly Dymarsky
Anatoly Dymarsky and Alfred Shapere
Comments on the holographic description of Narain theories
v2, journal version with typos corrected
Journal of High Energy Physics volume 2021, Article number: 197 (2021)
10.1007/JHEP10(2021)197
null
hep-th cs.IT math.IT quant-ph
http://creativecommons.org/licenses/by/4.0/
We discuss the holographic description of Narain $U(1)^c\times U(1)^c$ conformal field theories, and their potential similarity to conventional weakly coupled gravity in the bulk, in the sense that the effective IR bulk description includes "$U(1)$ gravity" amended with additional light degrees of freedom. Starting from this picture, we formulate the hypothesis that in the large central charge limit the density of states of any Narain theory is bounded by below by the density of states of $U(1)$ gravity. This immediately implies that the maximal value of the spectral gap for primary fields is $\Delta_1=c/(2\pi e)$. To test the self-consistency of this proposal, we study its implications using chiral lattice CFTs and CFTs based on quantum stabilizer codes. First we notice that the conjecture yields a new bound on quantum stabilizer codes, which is compatible with previously known bounds in the literature. We proceed to discuss the variance of the density of states, which for consistency must be vanishingly small in the large-$c$ limit. We consider ensembles of code and chiral theories and show that in both cases the density variance is exponentially small in the central charge.
[ { "version": "v1", "created": "Thu, 31 Dec 2020 18:51:51 GMT" }, { "version": "v2", "created": "Fri, 11 Apr 2025 17:58:32 GMT" } ]
2025-04-15T00:00:00
[ [ "Dymarsky", "Anatoly", "" ], [ "Shapere", "Alfred", "" ] ]
2101.04986
Nhan-Phu Chung
Nhan-Phu Chung and Thanh-Son Trinh
Weak Optimal Entropy Transport Problems
36 pages. Minor changes, and one reference is added. We also added Lemma 9 which was suggested by one of the two anonymous referees
null
null
null
math.FA math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we introduce weak optimal entropy transport problems that cover both optimal entropy transport problems and weak optimal transport problems introduced by Liero, Mielke, and Savar\'{e} [27]; and Gozlan, Roberto, Samson and Tetali [20], respectively. Under some mild assumptions of entropy functionals, we establish a Kantorovich type duality for our weak optimal entropy transport problem. We also introduce martingale optimal entropy transport problems, and express them in terms of duality, homogeneous marginal perspective functionals and homogeneous constraints.
[ { "version": "v1", "created": "Wed, 13 Jan 2021 10:33:17 GMT" }, { "version": "v2", "created": "Thu, 21 Jan 2021 11:23:44 GMT" }, { "version": "v3", "created": "Mon, 14 Apr 2025 14:26:35 GMT" } ]
2025-04-15T00:00:00
[ [ "Chung", "Nhan-Phu", "" ], [ "Trinh", "Thanh-Son", "" ] ]
2101.10574
John Albert
John P. Albert and Nghiem V. Nguyen
A variational characterization of 2-soliton profiles for the KdV equation
References added, exposition improved, revised argument in section 5, results unchanged
Communications in Mathematical Sciences, Vol. 23, Issue 4 (2025), pp. 975-1021
10.4310/CMS.250412103136.
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We use profile decomposition to characterize 2-soliton solutions of the KdV equation as global minimizers to a constrained variational problem involving three of the polynomial conservation laws for the KdV equation.
[ { "version": "v1", "created": "Tue, 26 Jan 2021 05:58:22 GMT" }, { "version": "v2", "created": "Fri, 18 Nov 2022 20:23:02 GMT" } ]
2025-04-15T00:00:00
[ [ "Albert", "John P.", "" ], [ "Nguyen", "Nghiem V.", "" ] ]
2103.01591
Xiaoyao Yu
Xiaoyao Yu, Yongqing Liang, Xiaomeng Wang, Tao Jia
The network asymmetry caused by the degree correlation and its effect on the bimodality in control
25 pages, 8 figures, to be published in Physica A: Statistical Mechanics and its Applications
Physica A: Statistical Mechanics and its Applications Volume 572, 15 June 2021, 125868
10.1016/j.physa.2021.125868
null
physics.soc-ph physics.data-an
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Our ability to control a whole network can be achieved via a small set of driver nodes. While the minimum number of driver nodes needed for control is fixed in a given network, there are multiple choices for the driver node set. A quantity used to investigate this multiplicity is the fraction of redundant nodes in the network, referring to nodes that do not need any external control. Previous work has discovered a bimodality feature characterized by a bifurcation diagram: networks with the same statistical property would stay with equal probability to have a large or small fraction of redundant nodes. Here we find that this feature is rooted in the symmetry of the directed network, where both the degree distribution and the degree correlation can play a role. The in-in and out-out degree correlation will suppress the bifurcation, as networks with such degree correlations are asymmetric under network transpose. The out-in and in-out degree correlation do not change the network symmetry, hence the bimodality feature is preserved. However, the out-in degree correlation will change the critical average degree needed for the bifurcation. Hence by fixing the average degree of networks and tuning out-in degree correlation alone, we can observe a similar bifurcation diagram. We conduct analytical analyses that adequately explain the emergence of bimodality caused by out-in degree correlation. We also propose a quantity, taking both degree distribution and degree correlation into consideration, to predict if a network would be at the upper or lower branch of the bifurcation. As is well known that most real networks are not neutral, our results extend our understandings of the controllability of complex networks.
[ { "version": "v1", "created": "Tue, 2 Mar 2021 09:28:56 GMT" } ]
2025-04-15T00:00:00
[ [ "Yu", "Xiaoyao", "" ], [ "Liang", "Yongqing", "" ], [ "Wang", "Xiaomeng", "" ], [ "Jia", "Tao", "" ] ]
2103.02331
Saul Jacka
Vicky Henderson, Saul Jacka, Ruiqi Liu and Jun Maeda
The Support and Resistance Line Method: An Analysis via Optimal Stopping
31 pages
null
null
null
q-fin.TR q-fin.MF
http://creativecommons.org/licenses/by-nc-nd/4.0/
We study a mathematical model motivated by the support/resistance line method in technical analysis where the underlying stock price transitions between three states of nature in a path-dependent manner. For optimal stopping problems with respect to a general class of reward functions and dynamics, using probabilistic methods, we show that the value function is $C^1$ (with respect to the corresponding scale function) and solves a general free boundary problem. Moreover, for a range of utilities, we prove that the best times to buy and sell the stock are obtained by solving free boundary problems corresponding to two linked optimal stopping problems. We use this to compute optimal trading strategies for several types of dynamics and varying degrees of relative risk aversion.
[ { "version": "v1", "created": "Wed, 3 Mar 2021 11:20:33 GMT" }, { "version": "v2", "created": "Mon, 14 Apr 2025 11:16:55 GMT" } ]
2025-04-15T00:00:00
[ [ "Henderson", "Vicky", "" ], [ "Jacka", "Saul", "" ], [ "Liu", "Ruiqi", "" ], [ "Maeda", "Jun", "" ] ]
2103.06381
Ranesh Naha
Ranesh Naha, Saurabh Garg, Sudheer Kumar Battula, Muhammad Bilal Amin, and Rajiv Ranjan
Fuzzy Logic-based Robust Failure Handling Mechanism for Fog Computing
12 Pages,12 Figures
null
null
null
cs.DC
http://creativecommons.org/licenses/by/4.0/
Fog computing is an emerging computing paradigm which is mainly suitable for time-sensitive and real-time Internet of Things (IoT) applications. Academia and industries are focusing on the exploration of various aspects of Fog computing for market adoption. The key idea of the Fog computing paradigm is to use idle computation resources of various handheld, mobile, stationery and network devices around us, to serve the application requests in the Fog-IoT environment. The devices in the Fog environment are autonomous and not exclusively dedicated to Fog application processing. Due to that, the probability of device failure in the Fog environment is high compared with other distributed computing paradigms. Solving failure issues in Fog is crucial because successful application execution can only be ensured if failure can be handled carefully. To handle failure, there are several techniques available in the literature, such as checkpointing and task migration, each of which works well in cloud based enterprise applications that mostly deals with static or transactional data. These failure handling methods are not applicable to highly dynamic Fog environment. In contrast, this work focuses on solving the problem of managing application failure in the Fog environment by proposing a composite solution (combining fuzzy logic-based task checkpointing and task migration techniques with task replication) for failure handling and generating a robust schedule. We evaluated the proposed methods using real failure traces in terms of application execution time, delay and cost. Average delay and total processing time improved by 56% and 48% respectively, on an average for the proposed solution, compared with the existing failure handling approaches.
[ { "version": "v1", "created": "Wed, 10 Mar 2021 23:03:48 GMT" }, { "version": "v2", "created": "Fri, 11 Apr 2025 23:49:27 GMT" } ]
2025-04-15T00:00:00
[ [ "Naha", "Ranesh", "" ], [ "Garg", "Saurabh", "" ], [ "Battula", "Sudheer Kumar", "" ], [ "Amin", "Muhammad Bilal", "" ], [ "Ranjan", "Rajiv", "" ] ]
2103.08758
Kang Lu
Kang Lu
Gelfand-Tsetlin bases of representations for super Yangian and quantum affine superalgebra
23 pages. Final Version. To appear in Lett. Math. Phys
Letters in Mathematical Physics 111 (2021), Article no.: 145
10.1007/s11005-021-01488-w
null
math.QA math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We give explicit actions of Drinfeld generators on Gelfand-Tsetlin bases of super Yangian modules associated with skew Young diagrams. In particular, we give another proof that these representations are irreducible. We study irreducible tame $\mathrm Y(\mathfrak{gl}_{1|1})$-modules and show that a finite-dimensional irreducible $\mathrm Y(\mathfrak{gl}_{1|1})$-module is tame if and only if it is thin. We also give the analogous statements for quantum affine superalgebra of type A.
[ { "version": "v1", "created": "Mon, 15 Mar 2021 23:04:41 GMT" }, { "version": "v2", "created": "Thu, 23 Sep 2021 02:15:22 GMT" }, { "version": "v3", "created": "Sun, 21 Nov 2021 05:49:46 GMT" } ]
2025-04-15T00:00:00
[ [ "Lu", "Kang", "" ] ]
2103.16729
Kang Lu
Kang Lu, Evgeny Mukhin
Bethe ansatz equations for orthosymplectic Lie superalgebras and self-dual superspaces
34 pages
Annales Henri Poincar\'e 22 (2021), 4087-4130
10.1007/s00023-021-01091-8
null
math-ph math.MP math.QA math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study solutions of the Bethe ansatz equations associated to the orthosymplectic Lie superalgebras $\mathfrak{osp}_{2m+1|2n}$ and $\mathfrak{osp}_{2m|2n}$. Given a solution, we define a reproduction procedure and use it to construct a family of new solutions which we call a population. To each population we associate a symmetric rational pseudo-differential operator $\mathcal R$. Under some technical assumptions, we show that the superkernel $W$ of $\mathcal R$ is a self-dual superspace of rational functions, and the population is in a canonical bijection with the variety of isotropic full superflags in $W$ and with the set of symmetric complete factorizations of $\mathcal R$. In particular, our results apply to the case of even Lie algebras of type D${}_m$ corresponding to $\mathfrak{osp}_{2m|0}=\mathfrak{so}_{2m}$.
[ { "version": "v1", "created": "Tue, 30 Mar 2021 23:59:18 GMT" } ]
2025-04-15T00:00:00
[ [ "Lu", "Kang", "" ], [ "Mukhin", "Evgeny", "" ] ]
2106.00571
Ivan Fumagalli
Ivan Fumagalli, Luca Dede', Alfio Quarteroni
A reduced 3D-0D FSI model of the aortic valve including leaflet curvature
null
null
null
null
math.NA cs.CE cs.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce an innovative lumped-parameter model of the aortic valve, designed to efficiently simulate the impact of valve dynamics on blood flow. Our reduced model includes the elastic effects associated with the leaflets' curvature and the stress exchanged with the blood flow. The introduction of a lumped-parameter model based on momentum balance entails an easier calibration of the model parameters: phenomenological-based models, on the other hand, typically have numerous parameters. This model is coupled to 3D Navier-Stokes equations describing the blood flow, where the moving valve leaflets are immersed in the fluid domain by a resistive method. A stabilized finite element method with a BDF time scheme is adopted for the discretization of the coupled problem, and the computational results show the suitability of the system in representing the leaflet motion, the blood flow in the ascending aorta, and the pressure jump across the leaflets. Both physiological and stenotic configurations are investigated, and we analyze the effects of different treatments for the leaflet velocity on the blood flow.
[ { "version": "v1", "created": "Tue, 1 Jun 2021 15:34:09 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2025 21:26:28 GMT" } ]
2025-04-15T00:00:00
[ [ "Fumagalli", "Ivan", "" ], [ "Dede'", "Luca", "" ], [ "Quarteroni", "Alfio", "" ] ]
2106.14512
Jacques Fattaccioli
Olivier Mesdjian, Nicolas Ruyssen, Marie-Caroline Jullien, Rachele Allena, Jacques Fattaccioli
Enhancing the capture efficiency and homogeneity of single-layer flow-through trapping microfluidic devices using oblique hydrodynamic streams
Post-reviewing revised version
null
10.1007/s10404-021-02492-1
null
physics.flu-dyn
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With the aim to parallelize and monitor biological or biochemical phenomena, trapping and immobilization of objects such as particles, droplets or cells in microfluidic devices has been an intense area of research and engineering so far. Either being passive or active, these microfluidic devices are usually composed of arrays of elementary traps with various levels of sophistication. For a given array, it is important to have an efficient and fast immobilization of the highest number of objects, while optimizing the spatial homogeneity of the trapping over the whole chip. For passive devices, this has been achieved with two-layers structures, making the fabrication process more complex. In this work, we designed small microfluidic traps by single-layer direct laser writing into a photoresist, and we show that even in this simplest case, the orientation of the main flow of particles with respect to the traps have a drastic effect on the trapping efficiency and homogeneity. To better understand this phenomenon, we have considered two different flow geometries: parallel and oblique with respect to the traps array, and compared quantitatively the immobilization of particles with various sizes and densities. Using image analysis, we show that diagonal flows gives a spatial distribution of the trap loading that is more homogeneous over the whole chip as compared to the straight ones, and by performing FEM and trapping simulation, we propose a qualitative explanation of this phenomenon.
[ { "version": "v1", "created": "Mon, 28 Jun 2021 09:58:24 GMT" }, { "version": "v2", "created": "Thu, 16 Sep 2021 14:41:19 GMT" } ]
2025-04-15T00:00:00
[ [ "Mesdjian", "Olivier", "" ], [ "Ruyssen", "Nicolas", "" ], [ "Jullien", "Marie-Caroline", "" ], [ "Allena", "Rachele", "" ], [ "Fattaccioli", "Jacques", "" ] ]
2107.01232
Xiaoyao Yu
Xiaoyao Yu, Boleslaw K. Szymanski, Tao Jia
Become a better you: correlation between the change of research direction and the change of scientific performance
22 pages, 4 figures, and SI, to be published in Journal of Informetrics
Journal of Infometrics vol. 15 (3):101193, August, 2021
10.1016/j.joi.2021.101193
null
physics.soc-ph cs.DL cs.SI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
It is important to explore how scientists decide their research agenda and the corresponding consequences, as their decisions collectively shape contemporary science. There are studies focusing on the overall performance of individuals with different problem choosing strategies. Here we ask a slightly different but relatively unexplored question: how is a scientist's change of research agenda associated with her change of scientific performance. Using publication records of over 14,000 authors in physics, we quantitatively measure the extent of research direction change and the performance change of individuals. We identify a strong positive correlation between the direction change and impact change. Scientists with a larger direction change not only are more likely to produce works with increased scientific impact compared to their past ones, but also have a higher growth rate of scientific impact. On the other hand, the direction change is not associated with productivity change. Those who stay in familiar topics do not publish faster than those who venture out and establish themselves in a new field. The gauge of research direction in this work is uncorrelated with the diversity of research agenda and the switching probability among topics, capturing the evolution of individual careers from a new point of view. Though the finding is inevitably affected by the survival bias, it sheds light on a range of problems in the career development of individual scientists.
[ { "version": "v1", "created": "Fri, 2 Jul 2021 18:29:07 GMT" } ]
2025-04-15T00:00:00
[ [ "Yu", "Xiaoyao", "" ], [ "Szymanski", "Boleslaw K.", "" ], [ "Jia", "Tao", "" ] ]
2107.08225
Michael Muehlebach
Michael Muehlebach and Michael I. Jordan
On Constraints in First-Order Optimization: A View from Non-Smooth Dynamical Systems
47 pages, 11 figures
Journal of Machine Learning Research, 23(256):1-47, 2022
null
https://jmlr.org/papers/v23/21-0798.html
math.OC cs.LG cs.SY eess.SY
http://creativecommons.org/licenses/by/4.0/
We introduce a class of first-order methods for smooth constrained optimization that are based on an analogy to non-smooth dynamical systems. Two distinctive features of our approach are that (i) projections or optimizations over the entire feasible set are avoided, in stark contrast to projected gradient methods or the Frank-Wolfe method, and (ii) iterates are allowed to become infeasible, which differs from active set or feasible direction methods, where the descent motion stops as soon as a new constraint is encountered. The resulting algorithmic procedure is simple to implement even when constraints are nonlinear, and is suitable for large-scale constrained optimization problems in which the feasible set fails to have a simple structure. The key underlying idea is that constraints are expressed in terms of velocities instead of positions, which has the algorithmic consequence that optimizations over feasible sets at each iteration are replaced with optimizations over local, sparse convex approximations. In particular, this means that at each iteration only constraints that are violated are taken into account. The result is a simplified suite of algorithms and an expanded range of possible applications in machine learning.
[ { "version": "v1", "created": "Sat, 17 Jul 2021 11:45:13 GMT" }, { "version": "v2", "created": "Thu, 17 Mar 2022 13:35:08 GMT" }, { "version": "v3", "created": "Sat, 5 Nov 2022 10:33:59 GMT" } ]
2025-04-15T00:00:00
[ [ "Muehlebach", "Michael", "" ], [ "Jordan", "Michael I.", "" ] ]
2108.12943
Mathew Mithra Noel
Mathew Mithra Noel, Arunkumar L, Advait Trivedi, Praneet Dutta
Growing Cosine Unit: A Novel Oscillatory Activation Function That Can Speedup Training and Reduce Parameters in Convolutional Neural Networks
20 Pages
null
10.1016/j.asoc.2025.113077
null
cs.LG cs.CV cs.NE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Convolutional neural networks have been successful in solving many socially important and economically significant problems. This ability to learn complex high-dimensional functions hierarchically can be attributed to the use of nonlinear activation functions. A key discovery that made training deep networks feasible was the adoption of the Rectified Linear Unit (ReLU) activation function to alleviate the vanishing gradient problem caused by using saturating activation functions. Since then, many improved variants of the ReLU activation have been proposed. However, a majority of activation functions used today are non-oscillatory and monotonically increasing due to their biological plausibility. This paper demonstrates that oscillatory activation functions can improve gradient flow and reduce network size. Two theorems on limits of non-oscillatory activation functions are presented. A new oscillatory activation function called Growing Cosine Unit(GCU) defined as $C(z) = z\cos z$ that outperforms Sigmoids, Swish, Mish and ReLU on a variety of architectures and benchmarks is presented. The GCU activation has multiple zeros enabling single GCU neurons to have multiple hyperplanes in the decision boundary. This allows single GCU neurons to learn the XOR function without feature engineering. Experimental results indicate that replacing the activation function in the convolution layers with the GCU activation function significantly improves performance on CIFAR-10, CIFAR-100 and Imagenette.
[ { "version": "v1", "created": "Mon, 30 Aug 2021 01:07:05 GMT" }, { "version": "v2", "created": "Sat, 4 Sep 2021 19:47:51 GMT" }, { "version": "v3", "created": "Thu, 12 Jan 2023 15:40:38 GMT" } ]
2025-04-15T00:00:00
[ [ "Noel", "Mathew Mithra", "" ], [ "L", "Arunkumar", "" ], [ "Trivedi", "Advait", "" ], [ "Dutta", "Praneet", "" ] ]
2109.04754
Vincentas Mulevi\v{c}ius
Nils Carqueville, Vincentas Mulevicius, Ingo Runkel, Gregor Schaumann, Daniel Scherl
Reshetikhin-Turaev TQFTs close under generalised orbifolds
56 pages
Comm. Math. Phys. 405 (2024)
10.1007/s00220-024-05068-6
null
math.QA hep-th math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We specialise the construction of orbifold graph TQFTs introduced in Carqueville et al., arXiv:2101.02482 to Reshetikhin-Turaev defect TQFTs. We explain that the modular fusion category ${\mathcal{C}}_{\mathcal{A}}$ constructed in Mulevi\v{c}ius-Runkel, arXiv:2002.00663 from an orbifold datum $\mathcal{A}$ in a given modular fusion category $\mathcal{C}$ is a special case of the Wilson line ribbon categories introduced as part of the general theory of orbifold graph TQFTs. Using this, we prove that the Reshetikhin-Turaev TQFT obtained from ${\mathcal{C}}_{\mathcal{A}}$ is equivalent to the orbifold of the TQFT for $\mathcal{C}$ with respect to the orbifold datum $\mathcal{A}$.
[ { "version": "v1", "created": "Fri, 10 Sep 2021 09:37:12 GMT" } ]
2025-04-15T00:00:00
[ [ "Carqueville", "Nils", "" ], [ "Mulevicius", "Vincentas", "" ], [ "Runkel", "Ingo", "" ], [ "Schaumann", "Gregor", "" ], [ "Scherl", "Daniel", "" ] ]
2109.08550
Michael Hartz
Michael Hartz, Stefan Richter and Orr Shalit
von Neumann's inequality for row contractive matrix tuples
20 pages. v2: the constants C_{d,n} are shown to be uniformly bounded in d for fixed n. v3: small changes
Mathematische Zeitschrift, Vol. 301 (2022), 3877-3894
10.1007/s00209-022-03044-1
null
math.FA math.CV math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove that for all $n\in \mathbb{N}$, there exists a constant $C_{n}$ such that for all $d \in \mathbb{N}$, for every row contraction $T$ consisting of $d$ commuting $n \times n$ matrices and every polynomial $p$, the following inequality holds: \[ \|p(T)\| \le C_{n} \sup_{z \in \mathbb{B}_d} |p(z)| . \] We apply this result and the considerations involved in the proof to several open problems from the pertinent literature. First, we show that Gleason's problem cannot be solved contractively in $H^\infty(\mathbb{B}_d)$ for $d \ge 2$. Second, we prove that the multiplier algebra $\operatorname{Mult}(\mathcal{D}_a(\mathbb{B}_d))$ of the weighted Dirichlet space $\mathcal{D}_a(\mathbb{B}_d)$ on the ball is not topologically subhomogeneous when $d \ge 2$ and $a \in (0,d)$. In fact, we determine all the bounded finite dimensional representations of the norm closed subalgebra $A(\mathcal{D}_a(\mathbb{B}_d))$ of $\operatorname{Mult}(\mathcal{D}_a(\mathbb{B}_d))$ generated by polynomials. Lastly, we also show that there exists a uniformly bounded nc holomorphic function on the free commutative ball $\mathfrak{C}\mathfrak{B}_d$ that is levelwise uniformly continuous but not globally uniformly continuous.
[ { "version": "v1", "created": "Fri, 17 Sep 2021 13:48:39 GMT" }, { "version": "v2", "created": "Tue, 28 Sep 2021 15:34:33 GMT" }, { "version": "v3", "created": "Fri, 10 Jun 2022 13:28:10 GMT" } ]
2025-04-15T00:00:00
[ [ "Hartz", "Michael", "" ], [ "Richter", "Stefan", "" ], [ "Shalit", "Orr", "" ] ]
2109.08753
Hugo Bot\'os
Hugo C. Bot\'os and Carlos H. Grossi
Quotients of the holomorphic 2-ball and the turnover
42 pages, 21 figures, 3 tables. In this version, we restructured the text and provided an alternative proof of Proposition 44 in Remark 45
null
null
null
math.GT math.DG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct two-dimensional families of complex hyperbolic structures on disc orbibundles over the sphere with three cone points. This contrasts with the previously known examples of the same type, which are locally rigid. In particular, we obtain examples of complex hyperbolic structures on trivial and cotangent disc bundles over closed Riemann surfaces.
[ { "version": "v1", "created": "Fri, 17 Sep 2021 20:26:03 GMT" }, { "version": "v2", "created": "Mon, 12 Feb 2024 23:57:28 GMT" }, { "version": "v3", "created": "Sat, 12 Apr 2025 16:18:14 GMT" } ]
2025-04-15T00:00:00
[ [ "Botós", "Hugo C.", "" ], [ "Grossi", "Carlos H.", "" ] ]
2109.11762
William Won
William Won, Saeed Rashidi, Sudarshan Srinivasan, Tushar Krishna
LIBRA: Enabling Workload-aware Multi-dimensional Network Topology Optimization for Distributed Training of Large AI Models
Contains 10 main pages, 21 figures, 3 tables
Proceedings of the 2024 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS '24)
10.1109/ISPASS61541.2024.00028
null
cs.DC cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
As model sizes in machine learning continue to scale, distributed training is necessary to accommodate model weights within each device and to reduce training time. However, this comes with the expense of increased communication overhead due to the exchange of gradients and activations, which become the critical bottleneck of the end-to-end training process. In this work, we motivate the design of multi-dimensional networks within machine learning systems as a cost-efficient mechanism to enhance overall network bandwidth. We also identify that optimal bandwidth allocation is pivotal for multi-dimensional networks to ensure efficient resource utilization. We introduce LIBRA, a framework specifically focused on optimizing multi-dimensional fabric architectures. Through case studies, we demonstrate the value of LIBRA, both in architecting optimized fabrics under diverse constraints and in enabling co-optimization opportunities.
[ { "version": "v1", "created": "Fri, 24 Sep 2021 06:22:28 GMT" }, { "version": "v2", "created": "Sun, 5 May 2024 05:53:40 GMT" } ]
2025-04-15T00:00:00
[ [ "Won", "William", "" ], [ "Rashidi", "Saeed", "" ], [ "Srinivasan", "Sudarshan", "" ], [ "Krishna", "Tushar", "" ] ]
2110.00901
Oscar Hernan Madrid Padilla
Oscar Hernan Madrid Padilla, Yanzhen Chen, Gabriel Ruiz, Carlos Misael Madrid Padilla
A causal fused lasso for interpretable heterogeneous treatment effects estimation
null
null
null
null
stat.ME
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We propose a novel method for estimating heterogeneous treatment effects based on the fused lasso. By first ordering samples based on the propensity or prognostic score, we match units from the treatment and control groups. We then run the fused lasso to obtain piecewise constant treatment effects with respect to the ordering defined by the score. Similar to the existing methods based on discretizing the score, our methods yield interpretable subgroup effects. However, existing methods fixed the subgroup a priori, but our causal fused lasso forms data-adaptive subgroups. We show that the estimator consistently estimates the treatment effects conditional on the score under very general conditions on the covariates and treatment. We demonstrate the performance of our procedure using extensive experiments that show that it can be interpretable and competitive with state-of-the-art methods.
[ { "version": "v1", "created": "Sun, 3 Oct 2021 01:03:25 GMT" }, { "version": "v2", "created": "Thu, 14 Jul 2022 21:28:13 GMT" }, { "version": "v3", "created": "Mon, 14 Apr 2025 05:43:56 GMT" } ]
2025-04-15T00:00:00
[ [ "Padilla", "Oscar Hernan Madrid", "" ], [ "Chen", "Yanzhen", "" ], [ "Ruiz", "Gabriel", "" ], [ "Padilla", "Carlos Misael Madrid", "" ] ]
2110.03137
Thomas Lubinski
Thomas Lubinski, Sonika Johri, Paul Varosy, Jeremiah Coleman, Luning Zhao, Jason Necaise, Charles H. Baldwin, Karl Mayer, Timothy Proctor
Application-Oriented Performance Benchmarks for Quantum Computing
33 pages, 36 figures; Added to Section VI about Impact of Compiler Optimization Techniques; Updated 20230105 for clarity after review feedback
IEEE Transactions on Quantum Engineering 2021
10.1109/TQE.2023.3253761
https://ieeexplore.ieee.org/document/10061574
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this work we introduce an open source suite of quantum application-oriented performance benchmarks that is designed to measure the effectiveness of quantum computing hardware at executing quantum applications. These benchmarks probe a quantum computer's performance on various algorithms and small applications as the problem size is varied, by mapping out the fidelity of the results as a function of circuit width and depth using the framework of volumetric benchmarking. In addition to estimating the fidelity of results generated by quantum execution, the suite is designed to benchmark certain aspects of the execution pipeline in order to provide end-users with a practical measure of both the quality of and the time to solution. Our methodology is constructed to anticipate advances in quantum computing hardware that are likely to emerge in the next five years. This benchmarking suite is designed to be readily accessible to a broad audience of users and provides benchmarks that correspond to many well-known quantum computing algorithms.
[ { "version": "v1", "created": "Thu, 7 Oct 2021 01:45:06 GMT" }, { "version": "v2", "created": "Thu, 30 Dec 2021 19:45:54 GMT" }, { "version": "v3", "created": "Tue, 10 Jan 2023 01:20:47 GMT" } ]
2025-04-15T00:00:00
[ [ "Lubinski", "Thomas", "" ], [ "Johri", "Sonika", "" ], [ "Varosy", "Paul", "" ], [ "Coleman", "Jeremiah", "" ], [ "Zhao", "Luning", "" ], [ "Necaise", "Jason", "" ], [ "Baldwin", "Charles H.", "" ], [ "Mayer", "Karl", "" ], [ "Proctor", "Timothy", "" ] ]
2110.12465
Masahiro Yamamoto
G. Floridia, H. Takase, M. Yamamoto
A Carleman estimate and an energy method for a first-order symmetric hyperbolic system
null
null
10.3934/ipi.2022016
null
math.AP
http://creativecommons.org/licenses/by/4.0/
For a symmetric hyperbolic system of the first order, we prove a Carleman estimate under some positivity condition concerning the coefficient matrices. Next, applying the Carleman estimate, we prove an observability $L^2$-estimate for initial values by boundary data.
[ { "version": "v1", "created": "Sun, 24 Oct 2021 15:29:18 GMT" } ]
2025-04-15T00:00:00
[ [ "Floridia", "G.", "" ], [ "Takase", "H.", "" ], [ "Yamamoto", "M.", "" ] ]
2110.13694
Yassir Zardoua
Yassir Zardoua, Boulaala Mohammed, Mhamed El Mrabet, Astito Abdelali
A Fast Horizon Detector and a New Annotated Dataset for Maritime Video Processing
null
Journal of Image and Graphics, Vol. 12, No. 4, pp. 345-361, 2024
10.18178/joig.12.4.345-361
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Accurate and fast sea horizon detection is vital for tasks in autonomous navigation and maritime security, such as video stabilization, target region reduction, precise tracking, and obstacle avoidance. This paper introduces a novel sea horizon detector from RGB videos, focusing on rapid and effective sea noise suppression while preserving weak horizon edges. Line fitting methods are subsequently employed on filtered edges for horizon detection. We address the filtering problem by extracting line segments with a very low edge threshold, ensuring the detection of line segments even in low-contrast horizon conditions. We show that horizon line segments have simple and relevant properties in RGB images, which we exploit to suppress noisy segments. Then we use the surviving segments to construct a filtered edge map and infer the horizon from the filtered edges. We propose a careful incorporation of temporal information for horizon inference and experimentally show its effectiveness. We address the computational constraint by providing a vectorized implementation for efficient CPU execution, and leveraging image downsizing with minimal loss of accuracy on the original size. Moreover, we contribute a public horizon line dataset to enrich existing data resources. Our algorithm's performance is rigorously evaluated against state-of-the-art methods, and its components are validated through ablation experiments. Source code and dataset files are available at: https://github.com/Zardoua-Yassir/A_fast_horizon_detector_and_a_new_annotated_dataset_for_maritime_video_processing
[ { "version": "v1", "created": "Tue, 26 Oct 2021 13:31:50 GMT" }, { "version": "v2", "created": "Thu, 3 Mar 2022 13:31:39 GMT" }, { "version": "v3", "created": "Sat, 30 Apr 2022 16:51:47 GMT" }, { "version": "v4", "created": "Wed, 24 Jan 2024 18:48:17 GMT" }, { "version": "v5", "created": "Fri, 11 Apr 2025 18:39:36 GMT" } ]
2025-04-15T00:00:00
[ [ "Zardoua", "Yassir", "" ], [ "Mohammed", "Boulaala", "" ], [ "Mrabet", "Mhamed El", "" ], [ "Abdelali", "Astito", "" ] ]