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]
authors_parsed
sequencelengths
1
2.83k
2411.16727
Yingwen Zhang
Yingwen Zhang, Meng Wang, Xihua Sheng, Peilin Chen, Junru Li, Li Zhang and Shiqi Wang
An Information-Theoretic Regularizer for Lossy Neural Image Compression
12 pages, 8 figures
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Lossy image compression networks aim to minimize the latent entropy of images while adhering to specific distortion constraints. However, optimizing the neural network can be challenging due to its nature of learning quantized latent representations. In this paper, our key finding is that minimizing the latent entropy is, to some extent, equivalent to maximizing the conditional source entropy, an insight that is deeply rooted in information-theoretic equalities. Building on this insight, we propose a novel structural regularization method for the neural image compression task by incorporating the negative conditional source entropy into the training objective, such that both the optimization efficacy and the model's generalization ability can be promoted. The proposed information-theoretic regularizer is interpretable, plug-and-play, and imposes no inference overheads. Extensive experiments demonstrate its superiority in regularizing the models and further squeezing bits from the latent representation across various compression structures and unseen domains.
[ { "version": "v1", "created": "Sat, 23 Nov 2024 05:19:27 GMT" }, { "version": "v2", "created": "Sat, 30 Nov 2024 09:06:45 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 05:18:03 GMT" } ]
2025-03-14T00:00:00
[ [ "Zhang", "Yingwen", "" ], [ "Wang", "Meng", "" ], [ "Sheng", "Xihua", "" ], [ "Chen", "Peilin", "" ], [ "Li", "Junru", "" ], [ "Zhang", "Li", "" ], [ "Wang", "Shiqi", "" ] ]
2411.16816
Georg Hess
Georg Hess, Carl Lindstr\"om, Maryam Fatemi, Christoffer Petersson, Lennart Svensson
SplatAD: Real-Time Lidar and Camera Rendering with 3D Gaussian Splatting for Autonomous Driving
null
null
null
null
cs.CV cs.GR
http://creativecommons.org/licenses/by-sa/4.0/
Ensuring the safety of autonomous robots, such as self-driving vehicles, requires extensive testing across diverse driving scenarios. Simulation is a key ingredient for conducting such testing in a cost-effective and scalable way. Neural rendering methods have gained popularity, as they can build simulation environments from collected logs in a data-driven manner. However, existing neural radiance field (NeRF) methods for sensor-realistic rendering of camera and lidar data suffer from low rendering speeds, limiting their applicability for large-scale testing. While 3D Gaussian Splatting (3DGS) enables real-time rendering, current methods are limited to camera data and are unable to render lidar data essential for autonomous driving. To address these limitations, we propose SplatAD, the first 3DGS-based method for realistic, real-time rendering of dynamic scenes for both camera and lidar data. SplatAD accurately models key sensor-specific phenomena such as rolling shutter effects, lidar intensity, and lidar ray dropouts, using purpose-built algorithms to optimize rendering efficiency. Evaluation across three autonomous driving datasets demonstrates that SplatAD achieves state-of-the-art rendering quality with up to +2 PSNR for NVS and +3 PSNR for reconstruction while increasing rendering speed over NeRF-based methods by an order of magnitude. See https://research.zenseact.com/publications/splatad/ for our project page.
[ { "version": "v1", "created": "Mon, 25 Nov 2024 16:18:22 GMT" }, { "version": "v2", "created": "Wed, 27 Nov 2024 08:51:12 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 14:41:47 GMT" } ]
2025-03-14T00:00:00
[ [ "Hess", "Georg", "" ], [ "Lindström", "Carl", "" ], [ "Fatemi", "Maryam", "" ], [ "Petersson", "Christoffer", "" ], [ "Svensson", "Lennart", "" ] ]
2411.16966
Masayo Fujimura
Masayo Fujimura and Matti Vuorinen
On distortion of quasiregular mappings of the upper half plane
10 pages
null
null
null
math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a sharp result for the distortion of a hyperbolic type metric under $K$-quasiregular mappings of the upper half plane. The proof makes use of a new kind of Bernoulli inequality and the Schwarz lemma for quasiregular mappings.
[ { "version": "v1", "created": "Mon, 25 Nov 2024 22:16:27 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 01:02:26 GMT" } ]
2025-03-14T00:00:00
[ [ "Fujimura", "Masayo", "" ], [ "Vuorinen", "Matti", "" ] ]
2411.17274
Yikun Li
Yikun Li, Ting Zhang, Ratnadira Widyasari, Yan Naing Tun, Huu Hung Nguyen, Tan Bui, Ivana Clairine Irsan, Yiran Cheng, Xiang Lan, Han Wei Ang, Frank Liauw, Martin Weyssow, Hong Jin Kang, Eng Lieh Ouh, Lwin Khin Shar, David Lo
CleanVul: Automatic Function-Level Vulnerability Detection in Code Commits Using LLM Heuristics
null
null
null
null
cs.SE cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Accurate identification of software vulnerabilities is crucial for system integrity. Vulnerability datasets, often derived from the National Vulnerability Database (NVD) or directly from GitHub, are essential for training machine learning models to detect these security flaws. However, these datasets frequently suffer from significant noise, typically 40% to 75%, due primarily to the automatic and indiscriminate labeling of all changes in vulnerability-fixing commits (VFCs) as vulnerability-related. This misclassification occurs because not all changes in a commit aimed at fixing vulnerabilities pertain to security threats; many are routine updates like bug fixes or test improvements. This paper introduces the first methodology that uses the Large Language Model (LLM) with a heuristic enhancement to automatically identify vulnerability-fixing changes from VFCs, achieving an F1-score of 0.82. VulSifter was applied to a large-scale study, where we conducted a crawl of 127,063 repositories on GitHub, resulting in the acquisition of 5,352,105 commits. VulSifter involves utilizing an LLM to comprehend code semantics and contextual information, while applying heuristics to filter out unrelated changes. We then developed CleanVul, a high-quality dataset comprising 8,203 functions using our LLM heuristic enhancement approach, demonstrating Correctness (90.6%) comparable to established datasets such as SVEN and PrimeVul. To evaluate the CleanVul dataset, we conducted experiments focusing on fine-tuning various LLMs on CleanVul and other high-quality datasets. Evaluation results reveal that LLMs fine-tuned on CleanVul not only exhibit enhanced accuracy but also superior generalization capabilities compared to those trained on uncleaned datasets. Specifically, models trained on CleanVul and tested on PrimeVul achieve accuracy higher than those trained and tested exclusively on PrimeVul.
[ { "version": "v1", "created": "Tue, 26 Nov 2024 09:51:55 GMT" }, { "version": "v2", "created": "Thu, 28 Nov 2024 03:52:23 GMT" }, { "version": "v3", "created": "Thu, 16 Jan 2025 04:08:15 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 10:41:04 GMT" } ]
2025-03-14T00:00:00
[ [ "Li", "Yikun", "" ], [ "Zhang", "Ting", "" ], [ "Widyasari", "Ratnadira", "" ], [ "Tun", "Yan Naing", "" ], [ "Nguyen", "Huu Hung", "" ], [ "Bui", "Tan", "" ], [ "Irsan", "Ivana Clairine", "" ], [ "Cheng", "Yiran", "" ], [ "Lan", "Xiang", "" ], [ "Ang", "Han Wei", "" ], [ "Liauw", "Frank", "" ], [ "Weyssow", "Martin", "" ], [ "Kang", "Hong Jin", "" ], [ "Ouh", "Eng Lieh", "" ], [ "Shar", "Lwin Khin", "" ], [ "Lo", "David", "" ] ]
2411.17343
Masoud Jamshidiyan Tehrani
Masoud Jamshidiyan Tehrani, Sattar Hashemi
Assessing Vulnerability in Smart Contracts: The Role of Code Complexity Metrics in Security Analysis
null
null
null
null
cs.CR cs.SE
http://creativecommons.org/licenses/by/4.0/
Codes with specific characteristics are more exposed to security vulnerabilities. Studies have revealed that codes that do not adhere to best practices are more challenging to verify and maintain, increasing the likelihood of unnoticed or unintentionally introduced vulnerabilities. Given the crucial role of smart contracts in blockchain systems, ensuring their security and conducting thorough vulnerability analysis is critical. This study investigates the use of code complexity metrics as indicators of vulnerable code in Solidity smart contracts. We highlight the significance of complexity metrics as valuable complementary features for vulnerability assessment and provide insights into the individual power of each metric. By analyzing 21 complexity metrics, we explored their interrelation, association with vulnerability, discriminative power, and mean values in vulnerable versus neutral codes. The results revealed some high correlations and potential redundancies among certain metrics, but weak correlations between each independent metric and vulnerability. Nevertheless, we found that all metrics can effectively discriminate between vulnerable and neutral codes, and most complexity metrics, except for three, exhibited higher values in vulnerable codes.
[ { "version": "v1", "created": "Tue, 26 Nov 2024 11:36:32 GMT" }, { "version": "v2", "created": "Thu, 20 Feb 2025 10:45:52 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 14:47:08 GMT" } ]
2025-03-14T00:00:00
[ [ "Tehrani", "Masoud Jamshidiyan", "" ], [ "Hashemi", "Sattar", "" ] ]
2411.17726
Abel C. H. Chen
Abel C. H. Chen
EQNN: Enhanced Quantum Neural Network
in Chinese language
null
10.1109/ICMLANT63295.2024.00007
null
quant-ph cs.IT cs.LG cs.NE math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
With the maturation of quantum computing technology, research has gradually shifted towards exploring its applications. Alongside the rise of artificial intelligence, various machine learning methods have been developed into quantum circuits and algorithms. Among them, Quantum Neural Networks (QNNs) can map inputs to quantum circuits through Feature Maps (FMs) and adjust parameter values via variational models, making them applicable in regression and classification tasks. However, designing a FM that is suitable for a given application problem is a significant challenge. In light of this, this study proposes an Enhanced Quantum Neural Network (EQNN), which includes an Enhanced Feature Map (EFM) designed in this research. This EFM effectively maps input variables to a value range more suitable for quantum computing, serving as the input to the variational model to improve accuracy. In the experimental environment, this study uses mobile data usage prediction as a case study, recommending appropriate rate plans based on users' mobile data usage. The proposed EQNN is compared with current mainstream QNNs, and experimental results show that the EQNN achieves higher accuracy with fewer quantum logic gates and converges to the optimal solution faster under different optimization algorithms.
[ { "version": "v1", "created": "Thu, 21 Nov 2024 12:54:46 GMT" }, { "version": "v2", "created": "Thu, 28 Nov 2024 11:32:58 GMT" } ]
2025-03-14T00:00:00
[ [ "Chen", "Abel C. H.", "" ] ]
2411.18431
Bruno Sversut Arsioli
Bruno Arsioli, Yu-Ling Chang, Luca Ighina
Mapping the Cosmic Gamma-ray Horizon: The 1CGH Catalogue of Fermi-LAT detections above 10 GeV
13 pages, 4 figures
null
null
null
astro-ph.HE astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
We present the First Cosmic Gamma-ray Horizon (1CGH) catalogue, featuring $\gamma$-ray detections above 10 GeV based on 16 years of observations with the Fermi Large Area Telescope (LAT) satellite. After carefully selecting a sample of blazars and blazar candidates from catalogues in the literature, we performed a binned likelihood analysis and identified 2791 $\gamma$-ray emitters above 10 GeV, at >3$\sigma$ level, including 62 that are new $\gamma$-ray detections. For each source, we estimated the mean energy of the highest-energy bin and analysed them in the context of the cosmic gamma-ray horizon. By adopting a reference model for the Extragalactic Background Light (EBL), we identified a subsample of 525 sources where moderate to severe $\gamma$-ray absorption could be detected across the redshift range of 0 to 3. This work provides the most up-to-date compilation of detections above 10 GeV, along with their redshift information. We condense extensive results from the literature, including reports on observational campaigns dedicated to blazars and $\gamma$-ray sources, thereby delivering an unprecedented review of the redshift information for sources detected above 10 GeV. Additionally, we highlight key 1CGH sources where redshift information remains incomplete, offering guidance for future optical observation campaigns. The 1CGH catalogue aims to track the most significant sources for studying the $\gamma$-ray transparency of the Universe. Furthermore, it provides a targeted subsample where the EBL optical depth, $\tau_{(E,z)}$, can be robustly measured using Fermi-LAT data.
[ { "version": "v1", "created": "Wed, 27 Nov 2024 15:13:47 GMT" }, { "version": "v2", "created": "Wed, 12 Feb 2025 16:38:52 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 14:17:49 GMT" } ]
2025-03-14T00:00:00
[ [ "Arsioli", "Bruno", "" ], [ "Chang", "Yu-Ling", "" ], [ "Ighina", "Luca", "" ] ]
2411.18466
Eduard Zamfir
Eduard Zamfir, Zongwei Wu, Nancy Mehta, Yuedong Tan, Danda Pani Paudel, Yulun Zhang, Radu Timofte
Complexity Experts are Task-Discriminative Learners for Any Image Restoration
Accepted at CVPR 2025
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Recent advancements in all-in-one image restoration models have revolutionized the ability to address diverse degradations through a unified framework. However, parameters tied to specific tasks often remain inactive for other tasks, making mixture-of-experts (MoE) architectures a natural extension. Despite this, MoEs often show inconsistent behavior, with some experts unexpectedly generalizing across tasks while others struggle within their intended scope. This hinders leveraging MoEs' computational benefits by bypassing irrelevant experts during inference. We attribute this undesired behavior to the uniform and rigid architecture of traditional MoEs. To address this, we introduce ``complexity experts" -- flexible expert blocks with varying computational complexity and receptive fields. A key challenge is assigning tasks to each expert, as degradation complexity is unknown in advance. Thus, we execute tasks with a simple bias toward lower complexity. To our surprise, this preference effectively drives task-specific allocation, assigning tasks to experts with the appropriate complexity. Extensive experiments validate our approach, demonstrating the ability to bypass irrelevant experts during inference while maintaining superior performance. The proposed MoCE-IR model outperforms state-of-the-art methods, affirming its efficiency and practical applicability. The source code and models are publicly available at \href{https://eduardzamfir.github.io/moceir/}{\texttt{eduardzamfir.github.io/MoCE-IR/}}
[ { "version": "v1", "created": "Wed, 27 Nov 2024 15:58:07 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 17:39:00 GMT" } ]
2025-03-14T00:00:00
[ [ "Zamfir", "Eduard", "" ], [ "Wu", "Zongwei", "" ], [ "Mehta", "Nancy", "" ], [ "Tan", "Yuedong", "" ], [ "Paudel", "Danda Pani", "" ], [ "Zhang", "Yulun", "" ], [ "Timofte", "Radu", "" ] ]
2411.18665
Fr\'ed\'eric Fortier-Chouinard
Fr\'ed\'eric Fortier-Chouinard, Zitian Zhang, Louis-Etienne Messier, Mathieu Garon, Anand Bhattad, Jean-Fran\c{c}ois Lalonde
SpotLight: Shadow-Guided Object Relighting via Diffusion
Project page: https://lvsn.github.io/spotlight
null
null
null
cs.CV cs.GR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent work has shown that diffusion models can serve as powerful neural rendering engines that can be leveraged for inserting virtual objects into images. However, unlike typical physics-based renderers, these neural rendering engines are limited by the lack of manual control over the lighting, which is often essential for improving or personalizing the desired image outcome. In this paper, we show that precise lighting control can be achieved for object relighting simply by providing a coarse shadow of the object. Indeed, we show that injecting only the desired shadow of the object into a pre-trained diffusion-based neural renderer enables it to accurately shade the object according to the desired light position, while properly harmonizing the object (and its shadow) within the target background image. Our method, SpotLight, leverages existing neural rendering approaches and achieves controllable relighting results with no additional training. We show that SpotLight achieves superior object compositing results, both quantitatively and perceptually, as confirmed by a user study, outperforming existing diffusion-based models specifically designed for relighting. We also demonstrate other applications, such as hand-scribbling shadows and full-image relighting, demonstrating its versatility.
[ { "version": "v1", "created": "Wed, 27 Nov 2024 16:06:08 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 15:36:30 GMT" } ]
2025-03-14T00:00:00
[ [ "Fortier-Chouinard", "Frédéric", "" ], [ "Zhang", "Zitian", "" ], [ "Messier", "Louis-Etienne", "" ], [ "Garon", "Mathieu", "" ], [ "Bhattad", "Anand", "" ], [ "Lalonde", "Jean-François", "" ] ]
2411.18740
Edgar A. Rojas-Gonz\'alez
Jefferson Delgado-Quesada, David Barral, Kamel Bencheikh, Edgar A. Rojas-Gonz\'alez
Analytic solution to degenerate biphoton states generated in arrays of nonlinear waveguides
Main text: 14 pages, 4 figures + Supplemental Material: 14 pages, 12 figures, 4 tables (Total: 28 pages)
null
null
null
quant-ph
http://creativecommons.org/licenses/by/4.0/
The arrays of nonlinear waveguides are a powerful integrated photonics platform for studying and manipulating quantum states of light. Also, they are a valuable resource for various quantum technologies. In this work, we employed a supermode approach to obtain an analytic solution to the evolution of degenerate biphoton states in arrays of nonlinear waveguides. The solution accounts for arrays of an arbitrary number of waveguides and coupling profiles. In addition, it provides an explicit analytic expression without the need of computationally-expensive steps. Actually, it only relies on the calculation of the eigenvalues and eigenvectors of the coupling matrix. In general, this needs to be performed numerically, but there are relevant instances in which analytic expressions are available. Thus, in certain cases, the procedure proposed here does not require the use of any numerical method. We analyze the general properties of the solution and show some application examples. Particularly, simple solutions that can be obtained by special symmetric injection profiles, the results for small arrays, and the properties of the propagation when only the center waveguide is pumped in a symmetric odd array. In addition, we present a proof-of-principle example on how to use the analytic solution to tackle inversion problems. That is, obtaining the initial conditions required to achieve a desired quantum state -- which is a valuable technological application. A relevant aspect of the method presented here is its scalability for large arrays due to the lack of resource-intensive steps -- both for the direct and inverse problems.
[ { "version": "v1", "created": "Wed, 27 Nov 2024 20:31:54 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 16:38:16 GMT" } ]
2025-03-14T00:00:00
[ [ "Delgado-Quesada", "Jefferson", "" ], [ "Barral", "David", "" ], [ "Bencheikh", "Kamel", "" ], [ "Rojas-González", "Edgar A.", "" ] ]
2411.19325
Muhammad Sohail Danish
Muhammad Sohail Danish, Muhammad Akhtar Munir, Syed Roshaan Ali Shah, Kartik Kuckreja, Fahad Shahbaz Khan, Paolo Fraccaro, Alexandre Lacoste, Salman Khan
GEOBench-VLM: Benchmarking Vision-Language Models for Geospatial Tasks
This updated version includes revisions and additional analysis
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
While numerous recent benchmarks focus on evaluating generic Vision-Language Models (VLMs), they do not effectively address the specific challenges of geospatial applications. Generic VLM benchmarks are not designed to handle the complexities of geospatial data, an essential component for applications such as environmental monitoring, urban planning, and disaster management. Key challenges in the geospatial domain include temporal change detection, large-scale object counting, tiny object detection, and understanding relationships between entities in remote sensing imagery. To bridge this gap, we present GEOBench-VLM, a comprehensive benchmark specifically designed to evaluate VLMs on geospatial tasks, including scene understanding, object counting, localization, fine-grained categorization, segmentation, and temporal analysis. Our benchmark features over 10,000 manually verified instructions and spanning diverse visual conditions, object types, and scales. We evaluate several state-of-the-art VLMs to assess performance on geospatial-specific challenges. The results indicate that although existing VLMs demonstrate potential, they face challenges when dealing with geospatial-specific tasks, highlighting the room for further improvements. Notably, the best-performing LLaVa-OneVision achieves only 41.7% accuracy on MCQs, slightly more than GPT-4o, which is approximately double the random guess performance. Our benchmark is publicly available at https://github.com/The-AI-Alliance/GEO-Bench-VLM .
[ { "version": "v1", "created": "Thu, 28 Nov 2024 18:59:56 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 19:28:05 GMT" } ]
2025-03-14T00:00:00
[ [ "Danish", "Muhammad Sohail", "" ], [ "Munir", "Muhammad Akhtar", "" ], [ "Shah", "Syed Roshaan Ali", "" ], [ "Kuckreja", "Kartik", "" ], [ "Khan", "Fahad Shahbaz", "" ], [ "Fraccaro", "Paolo", "" ], [ "Lacoste", "Alexandre", "" ], [ "Khan", "Salman", "" ] ]
2411.19553
Xiaosi Gu
Xiaosi Gu and Tomoyuki Obuchi
Analysis of High-dimensional Gaussian Labeled-unlabeled Mixture Model via Message-passing Algorithm
48 pages, 16 figures
null
null
null
cs.LG stat.ML
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Semi-supervised learning (SSL) is a machine learning methodology that leverages unlabeled data in conjunction with a limited amount of labeled data. Although SSL has been applied in various applications and its effectiveness has been empirically demonstrated, it is still not fully understood when and why SSL performs well. Some existing theoretical studies have attempted to address this issue by modeling classification problems using the so-called Gaussian Mixture Model (GMM). These studies provide notable and insightful interpretations. However, their analyses are focused on specific purposes, and a thorough investigation of the properties of GMM in the context of SSL has been lacking. In this paper, we conduct such a detailed analysis of the properties of the high-dimensional GMM for binary classification in the SSL setting. To this end, we employ the approximate message passing and state evolution methods, which are widely used in high-dimensional settings and originate from statistical mechanics. We deal with two estimation approaches: the Bayesian one and the $\ell_2$-regularized maximum likelihood estimation (RMLE). We conduct a comprehensive comparison between these two approaches, examining aspects such as the global phase diagram, estimation error for the parameters, and prediction error for the labels. A specific comparison is made between the Bayes-optimal (BO) estimator and RMLE, as the BO setting provides optimal estimation performance and is ideal as a benchmark. Our analysis shows that with appropriate regularizations, RMLE can achieve near-optimal performance in terms of both the estimation error and prediction error, especially when there is a large amount of unlabeled data. These results demonstrate that the $\ell_2$ regularization term plays an effective role in estimation and prediction in SSL approaches.
[ { "version": "v1", "created": "Fri, 29 Nov 2024 08:57:07 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 00:22:52 GMT" } ]
2025-03-14T00:00:00
[ [ "Gu", "Xiaosi", "" ], [ "Obuchi", "Tomoyuki", "" ] ]
2411.19604
Amirhossein Rezaei
Amirhossein Rezaei, Mahmood Hasani, Alireza Rezaei
Continuous Approximation of the Fully Connected Ising Hamiltonian: Exact Ground State Solutions for a Novel Class of Ising Models with Applications to Fidelity Assessment in Ising Machines
null
null
null
null
physics.comp-ph quant-ph
http://creativecommons.org/licenses/by/4.0/
In this study, we present a novel analytical approach to solving large-scale Ising problems by reformulating the discrete Ising Hamiltonian into a continuous framework. This transformation enables us to derive exact solutions for a non-trivial class of fully connected Ising models. To validate our method, we conducted numerical experiments comparing our analytical solutions with those obtained from a quantum-inspired Ising algorithm and a quantum Ising machine. The results demonstrate that the quantum-inspired algorithm and brute-force method successfully align with our solutions, while the quantum Ising machine exhibits notable deviations. Our method offers promising avenues for analytically solving diverse Ising problem instances, while the class of Ising problems addressed here provides a robust framework for assessing the fidelity of Ising machines.
[ { "version": "v1", "created": "Fri, 29 Nov 2024 10:43:23 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:52:37 GMT" } ]
2025-03-14T00:00:00
[ [ "Rezaei", "Amirhossein", "" ], [ "Hasani", "Mahmood", "" ], [ "Rezaei", "Alireza", "" ] ]
2411.19853
Tejaswini Medi
Tejaswini Medi, Julia Grabinski, Margret Keuper
Towards Class-wise Robustness Analysis
null
null
null
null
cs.LG cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
While being very successful in solving many downstream tasks, the application of deep neural networks is limited in real-life scenarios because of their susceptibility to domain shifts such as common corruptions, and adversarial attacks. The existence of adversarial examples and data corruption significantly reduces the performance of deep classification models. Researchers have made strides in developing robust neural architectures to bolster decisions of deep classifiers. However, most of these works rely on effective adversarial training methods, and predominantly focus on overall model robustness, disregarding class-wise differences in robustness, which are critical. Exploiting weakly robust classes is a potential avenue for attackers to fool the image recognition models. Therefore, this study investigates class-to-class biases across adversarially trained robust classification models to understand their latent space structures and analyze their strong and weak class-wise properties. We further assess the robustness of classes against common corruptions and adversarial attacks, recognizing that class vulnerability extends beyond the number of correct classifications for a specific class. We find that the number of false positives of classes as specific target classes significantly impacts their vulnerability to attacks. Through our analysis on the Class False Positive Score, we assess a fair evaluation of how susceptible each class is to misclassification.
[ { "version": "v1", "created": "Fri, 29 Nov 2024 17:09:59 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:19:33 GMT" } ]
2025-03-14T00:00:00
[ [ "Medi", "Tejaswini", "" ], [ "Grabinski", "Julia", "" ], [ "Keuper", "Margret", "" ] ]
2412.00196
Xiyuan Gao
Xiyuan Gao
Spontaneous CP Violation and Flavor Changing Neutral Currents in Minimal SO(10)
24 pages, 4 figures; version published in PRD
Phys. Rev. D 111, 055013 (2025)
10.1103/PhysRevD.111.055013
null
hep-ph hep-ex
http://creativecommons.org/licenses/by/4.0/
We explore spontaneous CP violation (SCPV) in the minimal non-supersymmetric SO(10) grand unified theory (GUT), with a scalar sector comprising a CP-even $45_H$, a $126_H$, and a complex $10_H$. All renormalizable couplings are real due to CP symmetry, and the Kobayashi-Maskawa phase arises solely from complex electroweak vacuum expectation values. The model requires an additional Higgs doublet fine-tuned below 500 GeV and constrains new Yukawa couplings, linking certain flavor-violating (FV) processes. Future proton decay observations may reveal correlated FV decay ratios, offering insights into minimal SO(10).
[ { "version": "v1", "created": "Fri, 29 Nov 2024 19:00:26 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 09:01:27 GMT" } ]
2025-03-14T00:00:00
[ [ "Gao", "Xiyuan", "" ] ]
2412.00733
Yun Zhan
Jiahao Cui, Hui Li, Yun Zhan, Hanlin Shang, Kaihui Cheng, Yuqi Ma, Shan Mu, Hang Zhou, Jingdong Wang, Siyu Zhu
Hallo3: Highly Dynamic and Realistic Portrait Image Animation with Video Diffusion Transformer
null
null
null
null
cs.CV cs.GR cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Existing methodologies for animating portrait images face significant challenges, particularly in handling non-frontal perspectives, rendering dynamic objects around the portrait, and generating immersive, realistic backgrounds. In this paper, we introduce the first application of a pretrained transformer-based video generative model that demonstrates strong generalization capabilities and generates highly dynamic, realistic videos for portrait animation, effectively addressing these challenges. The adoption of a new video backbone model makes previous U-Net-based methods for identity maintenance, audio conditioning, and video extrapolation inapplicable. To address this limitation, we design an identity reference network consisting of a causal 3D VAE combined with a stacked series of transformer layers, ensuring consistent facial identity across video sequences. Additionally, we investigate various speech audio conditioning and motion frame mechanisms to enable the generation of continuous video driven by speech audio. Our method is validated through experiments on benchmark and newly proposed wild datasets, demonstrating substantial improvements over prior methods in generating realistic portraits characterized by diverse orientations within dynamic and immersive scenes. Further visualizations and the source code are available at: https://fudan-generative-vision.github.io/hallo3/.
[ { "version": "v1", "created": "Sun, 1 Dec 2024 08:54:30 GMT" }, { "version": "v2", "created": "Thu, 5 Dec 2024 02:55:56 GMT" }, { "version": "v3", "created": "Sat, 4 Jan 2025 06:49:09 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 08:23:27 GMT" } ]
2025-03-14T00:00:00
[ [ "Cui", "Jiahao", "" ], [ "Li", "Hui", "" ], [ "Zhan", "Yun", "" ], [ "Shang", "Hanlin", "" ], [ "Cheng", "Kaihui", "" ], [ "Ma", "Yuqi", "" ], [ "Mu", "Shan", "" ], [ "Zhou", "Hang", "" ], [ "Wang", "Jingdong", "" ], [ "Zhu", "Siyu", "" ] ]
2412.01254
Liangwei Jiang
Liangwei Jiang, Ruida Li, Zhifeng Zhang, Shuo Fang, Chenguang Ma
EmojiDiff: Advanced Facial Expression Control with High Identity Preservation in Portrait Generation
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper aims to bring fine-grained expression control while maintaining high-fidelity identity in portrait generation. This is challenging due to the mutual interference between expression and identity: (i) fine expression control signals inevitably introduce appearance-related semantics (e.g., facial contours, and ratio), which impact the identity of the generated portrait; (ii) even coarse-grained expression control can cause facial changes that compromise identity, since they all act on the face. These limitations remain unaddressed by previous generation methods, which primarily rely on coarse control signals or two-stage inference that integrates portrait animation. Here, we introduce EmojiDiff, the first end-to-end solution that enables simultaneous control of extremely detailed expression (RGB-level) and high-fidelity identity in portrait generation. To address the above challenges, EmojiDiff adopts a two-stage scheme involving decoupled training and fine-tuning. For decoupled training, we innovate ID-irrelevant Data Iteration (IDI) to synthesize cross-identity expression pairs by dividing and optimizing the processes of maintaining expression and altering identity, thereby ensuring stable and high-quality data generation. Training the model with this data, we effectively disentangle fine expression features in the expression template from other extraneous information (e.g., identity, skin). Subsequently, we present ID-enhanced Contrast Alignment (ICA) for further fine-tuning. ICA achieves rapid reconstruction and joint supervision of identity and expression information, thus aligning identity representations of images with and without expression control. Experimental results demonstrate that our method remarkably outperforms counterparts, achieves precise expression control with highly maintained identity, and generalizes well to various diffusion models.
[ { "version": "v1", "created": "Mon, 2 Dec 2024 08:24:11 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 08:32:46 GMT" } ]
2025-03-14T00:00:00
[ [ "Jiang", "Liangwei", "" ], [ "Li", "Ruida", "" ], [ "Zhang", "Zhifeng", "" ], [ "Fang", "Shuo", "" ], [ "Ma", "Chenguang", "" ] ]
2412.01833
Sandro Lera
Virgile Troude and Sandro Claudio Lera and Ke Wu and Didier Sornette
Pseudo-Bifurcations in Stochastic Non-Normal Systems
null
null
null
null
nlin.CD
http://creativecommons.org/licenses/by/4.0/
We challenge the prevailing emphasis on bifurcations as the primary mechanism behind many abrupt changes in complex systems and propose an alternative, more universally applicable explanation based on non-normal dynamics. We demonstrate that linear or approximately linear stochastic systems near a dynamical attractor exhibit transient repulsive dynamics - termed pseudo-bifurcations - when interacting components are sufficiently asymmetric and hierarchically organized, i.e., non-normal. These pseudo-bifurcations produce early-warning signals commonly linked to bifurcations, such as dimension reduction, critical slowing down, and increased variance. Furthermore, we show that, as actual bifurcations approach, non-normal transients also emerge, complicating their distinction and potentially creating a bias that suggests the system is much closer to a critical point than it actually is. We support our analytical derivations by empirically demonstrating that the brain exhibits clear signs of such non-normal transients during epileptic seizures. Many systems suspected of approaching critical bifurcation points should be reconsidered, as non-normal dynamics offer a more generic explanation for the observed phenomena across natural, physical, and social systems.
[ { "version": "v1", "created": "Sat, 16 Nov 2024 05:18:08 GMT" }, { "version": "v2", "created": "Mon, 24 Feb 2025 04:44:14 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 06:47:28 GMT" } ]
2025-03-14T00:00:00
[ [ "Troude", "Virgile", "" ], [ "Lera", "Sandro Claudio", "" ], [ "Wu", "Ke", "" ], [ "Sornette", "Didier", "" ] ]
2412.02097
Mingming Zhang
Mingming Zhang, Jiahao Hu, Pengfei Shi, Ningtao Wang, Ruizhe Gao, Guandong Sun, Feng Zhao, Yulin kang, Xing Fu, Weiqiang Wang, Junbo Zhao
Beyond Tree Models: A Hybrid Model of KAN and gMLP for Large-Scale Financial Tabular Data
The formula in section 3.1 contains an error
null
null
null
cs.LG
http://creativecommons.org/licenses/by/4.0/
Tabular data plays a critical role in real-world financial scenarios. Traditionally, tree models have dominated in handling tabular data. However, financial datasets in the industry often encounter some challenges, such as data heterogeneity, the predominance of numerical features and the large scale of the data, which can range from tens of millions to hundreds of millions of records. These challenges can lead to significant memory and computational issues when using tree-based models. Consequently, there is a growing need for neural network-based solutions that can outperform these models. In this paper, we introduce TKGMLP, an hybrid network for tabular data that combines shallow Kolmogorov Arnold Networks with Gated Multilayer Perceptron. This model leverages the strengths of both architectures to improve performance and scalability. We validate TKGMLP on a real-world credit scoring dataset, where it achieves state-of-the-art results and outperforms current benchmarks. Furthermore, our findings demonstrate that the model continues to improve as the dataset size increases, making it highly scalable. Additionally, we propose a novel feature encoding method for numerical data, specifically designed to address the predominance of numerical features in financial datasets. The integration of this feature encoding method within TKGMLP significantly improves prediction accuracy. This research not only advances table prediction technology but also offers a practical and effective solution for handling large-scale numerical tabular data in various industrial applications.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 02:38:07 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 05:39:35 GMT" } ]
2025-03-14T00:00:00
[ [ "Zhang", "Mingming", "" ], [ "Hu", "Jiahao", "" ], [ "Shi", "Pengfei", "" ], [ "Wang", "Ningtao", "" ], [ "Gao", "Ruizhe", "" ], [ "Sun", "Guandong", "" ], [ "Zhao", "Feng", "" ], [ "kang", "Yulin", "" ], [ "Fu", "Xing", "" ], [ "Wang", "Weiqiang", "" ], [ "Zhao", "Junbo", "" ] ]
2412.02171
Tianyi Wang
Tianyi Wang, Zichen Wang, Cong Wang, Yuanchao Shu, Ruilong Deng, Peng Cheng, Jiming Chen (Zhejiang University, Hangzhou, China)
Can't Slow me Down: Learning Robust and Hardware-Adaptive Object Detectors against Latency Attacks for Edge Devices
null
null
null
null
cs.CV cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Object detection is a fundamental enabler for many real-time downstream applications such as autonomous driving, augmented reality and supply chain management. However, the algorithmic backbone of neural networks is brittle to imperceptible perturbations in the system inputs, which were generally known as misclassifying attacks. By targeting the real-time processing capability, a new class of latency attacks are reported recently. They exploit new attack surfaces in object detectors by creating a computational bottleneck in the post-processing module, that leads to cascading failure and puts the real-time downstream tasks at risks. In this work, we take an initial attempt to defend against this attack via background-attentive adversarial training that is also cognizant of the underlying hardware capabilities. We first draw system-level connections between latency attack and hardware capacity across heterogeneous GPU devices. Based on the particular adversarial behaviors, we utilize objectness loss as a proxy and build background attention into the adversarial training pipeline, and achieve a reasonable balance between clean and robust accuracy. The extensive experiments demonstrate the defense effectiveness of restoring real-time processing capability from $13$ FPS to $43$ FPS on Jetson Orin NX, with a better trade-off between the clean and robust accuracy.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 05:00:26 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 07:31:19 GMT" } ]
2025-03-14T00:00:00
[ [ "Wang", "Tianyi", "", "Zhejiang University, Hangzhou, China" ], [ "Wang", "Zichen", "", "Zhejiang University, Hangzhou, China" ], [ "Wang", "Cong", "", "Zhejiang University, Hangzhou, China" ], [ "Shu", "Yuanchao", "", "Zhejiang University, Hangzhou, China" ], [ "Deng", "Ruilong", "", "Zhejiang University, Hangzhou, China" ], [ "Cheng", "Peng", "", "Zhejiang University, Hangzhou, China" ], [ "Chen", "Jiming", "", "Zhejiang University, Hangzhou, China" ] ]
2412.02407
Amir Ghiami
Amir Ghiami, Hleb Fiadziushkin, Tianyishan Sun, Songyao Tang, Yibing Wang, Eva Mayer, Jochen M. Schneider, Agata Piacentini, Max C. Lemme, Michael Heuken, Holger Kalisch, Andrei Vescan
Dry Transfer Based on PMMA and Thermal Release Tape for Heterogeneous Integration of 2D-TMDC Layers
29 pages
null
10.1021/acsaelm.4c02168
null
physics.app-ph cond-mat.mtrl-sci
http://creativecommons.org/licenses/by/4.0/
A reliable and scalable transfer of 2D-TMDCs (two-dimensional transition metal dichalcogenides) from the growth substrate to a target substrate with high reproducibility and yield is a crucial step for device integration. In this work, we have introduced a scalable dry-transfer approach for 2D-TMDCs grown by MOCVD (metal-organic chemical vapor deposition) on sapphire. Transfer to a silicon/silicon dioxide (Si/SiO$_2$) substrate is performed using PMMA (poly(methyl methacrylate)) and TRT (thermal release tape) as sacrificial layer and carrier, respectively. Our proposed method ensures a reproducible peel-off from the growth substrate and better preservation of the 2D-TMDC during PMMA removal in solvent, without compromising its adhesion to the target substrate. A comprehensive comparison between the dry method introduced in this work and a standard wet transfer based on potassium hydroxide (KOH) solution shows improvement in terms of cleanliness and structural integrity for dry-transferred layer, as evidenced by X-ray photoemission and Raman spectroscopy, respectively. Moreover, fabricated field-effect transistors (FETs) demonstrate improvements in subthreshold slope, maximum drain current and device-to-device variability. The dry-transfer method developed in this work enables large-area integration of 2D-TMDC layers into (opto)electronic components with high reproducibility, while better preserving the as-grown properties of the layers.
[ { "version": "v1", "created": "Tue, 3 Dec 2024 12:00:50 GMT" } ]
2025-03-14T00:00:00
[ [ "Ghiami", "Amir", "" ], [ "Fiadziushkin", "Hleb", "" ], [ "Sun", "Tianyishan", "" ], [ "Tang", "Songyao", "" ], [ "Wang", "Yibing", "" ], [ "Mayer", "Eva", "" ], [ "Schneider", "Jochen M.", "" ], [ "Piacentini", "Agata", "" ], [ "Lemme", "Max C.", "" ], [ "Heuken", "Michael", "" ], [ "Kalisch", "Holger", "" ], [ "Vescan", "Andrei", "" ] ]
2412.03021
Tianyu Chang
Tianyu Chang, Xiaohao Chen, Zhichao Wei, Xuanpu Zhang, Qing-Guo Chen, Weihua Luo, Peipei Song and Xun Yang
PEMF-VTO: Point-Enhanced Video Virtual Try-on via Mask-free Paradigm
null
null
null
null
cs.CV cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Video Virtual Try-on aims to seamlessly transfer a reference garment onto a target person in a video while preserving both visual fidelity and temporal coherence. Existing methods typically rely on inpainting masks to define the try-on area, enabling accurate garment transfer for simple scenes (e.g., in-shop videos). However, these mask-based approaches struggle with complex real-world scenarios, as overly large and inconsistent masks often destroy spatial-temporal information, leading to distorted results. Mask-free methods alleviate this issue but face challenges in accurately determining the try-on area, especially for videos with dynamic body movements. To address these limitations, we propose PEMF-VTO, a novel Point-Enhanced Mask-Free Video Virtual Try-On framework that leverages sparse point alignments to explicitly guide garment transfer. Our key innovation is the introduction of point-enhanced guidance, which provides flexible and reliable control over both spatial-level garment transfer and temporal-level video coherence. Specifically, we design a Point-Enhanced Transformer (PET) with two core components: Point-Enhanced Spatial Attention (PSA), which uses frame-cloth point alignments to precisely guide garment transfer, and Point-Enhanced Temporal Attention (PTA), which leverages frame-frame point correspondences to enhance temporal coherence and ensure smooth transitions across frames. Extensive experiments demonstrate that our PEMF-VTO outperforms state-of-the-art methods, generating more natural, coherent, and visually appealing try-on videos, particularly for challenging in-the-wild scenarios.
[ { "version": "v1", "created": "Wed, 4 Dec 2024 04:24:15 GMT" }, { "version": "v2", "created": "Thu, 5 Dec 2024 02:57:24 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 14:22:12 GMT" } ]
2025-03-14T00:00:00
[ [ "Chang", "Tianyu", "" ], [ "Chen", "Xiaohao", "" ], [ "Wei", "Zhichao", "" ], [ "Zhang", "Xuanpu", "" ], [ "Chen", "Qing-Guo", "" ], [ "Luo", "Weihua", "" ], [ "Song", "Peipei", "" ], [ "Yang", "Xun", "" ] ]
2412.04340
Simone Cannarozzo
Simone Cannarozzo, Stephan Pomp, Andreas Solders, Ali Al-Adili, Zhihao Gao, Mattias Lantz, Heikki Penttil\"a, Anu Kankainen, Iain Moore, Tommi Eronen, Jouni Ruotsalainen, Zhuang Ge, Arthur Jaries, Maxime Mougeot, Andrea Raggio, Ville Virtanen, Marek Stryjczyk
Disentangling the influence of excitation energy and compound nucleus angular momentum on fission fragment angular momentum
Accepted for publication as a Letter in Physical Review C
null
null
null
nucl-ex nucl-th
http://creativecommons.org/licenses/by/4.0/
The origin of the large angular momenta observed for fission fragments is still a question under discussion. To address this, we study isomeric yield ratios (IYR), i.e. the relative population of two or more long-lived metastable states with different spins, of fission products. We report on IYR of 17 isotopes produced in the 28 MeV $\alpha$-induced fission of $^{232}$Th at the IGISOL facility of the University of Jyv\"askyl\"a. The fissioning nuclei in this reaction are $^{233,234,235}$U*. We compare our data to IYR from thermal neutron-induced fission of $^{233}$U and $^{235}$U, and we observe statistically significant larger IYR in the $^{232}$Th($\alpha$,f) reaction, where the average compound nucleus (CN) spin is 7.5 $\hbar$, than in $^{233,235}$U(n$_{th}$,f), with average spins 2.5 and 3.5 $\hbar$, respectively. To assess the influence of the excitation energy, we study literature data of IYR from photon-induced fission reactions, and find that the IYR are independent of the CN excitation energy. We conclude that the different IYR must be explained by the different CN spin alone. This implies that the FF angular momentum only partly comes from the fission process itself, and is in addition influenced by the angular momentum present in the CN.
[ { "version": "v1", "created": "Thu, 5 Dec 2024 16:59:00 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 09:20:35 GMT" }, { "version": "v3", "created": "Mon, 10 Mar 2025 10:38:34 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 12:27:49 GMT" } ]
2025-03-14T00:00:00
[ [ "Cannarozzo", "Simone", "" ], [ "Pomp", "Stephan", "" ], [ "Solders", "Andreas", "" ], [ "Al-Adili", "Ali", "" ], [ "Gao", "Zhihao", "" ], [ "Lantz", "Mattias", "" ], [ "Penttilä", "Heikki", "" ], [ "Kankainen", "Anu", "" ], [ "Moore", "Iain", "" ], [ "Eronen", "Tommi", "" ], [ "Ruotsalainen", "Jouni", "" ], [ "Ge", "Zhuang", "" ], [ "Jaries", "Arthur", "" ], [ "Mougeot", "Maxime", "" ], [ "Raggio", "Andrea", "" ], [ "Virtanen", "Ville", "" ], [ "Stryjczyk", "Marek", "" ] ]
2412.04361
Yinghe Qi
Yinghe Qi, Yaxing Li, Filippo Coletti
Small-scale dynamics and structure of free-surface turbulence
null
J. Fluid Mech. 1007 (2025) A3
10.1017/jfm.2025.139
null
physics.flu-dyn
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The dynamics of small-scale structures in free-surface turbulence is crucial to large-scale phenomena in natural and industrial environments. Here we conduct experiments on the quasi-flat free surface of a zero-mean-flow turbulent water tank over the Reynolds number range $Re_{\lambda} = 207\textrm{--}312$. By seeding microscopic floating particles at high concentrations, the fine scales of the flow and the velocity gradient tensor are resolved. A kinematic relation is derived expressing the contribution of surface divergence and vorticity to the dissipation rate. The probability density functions of divergence, vorticity and strain-rate collapse once normalized by the Kolmogorov scales. Their magnitude displays strong intermittency and follows chi-square distributions with power-law tails at small values. The topology of high-intensity events and two-point statistics indicate that the surface divergence is characterized by dissipative spatial and temporal scales, while the high-vorticity and high-strain-rate regions are larger, long-lived, concurrent, and elongated. The second-order velocity structure functions obey the classic Kolmogorov scaling in the inertial range when the dissipation rate on the surface is considered, with a different numerical constant than in 3D turbulence. The cross-correlation among divergence, vorticity and strain-rate indicates that the surface-attached vortices are strengthened during downwellings and diffuse when those dissipate. Sources (sinks) in the surface velocity fields are associated with strong (weak) surface-parallel stretching and compression along perpendicular directions. The floating particles cluster over spatial and temporal scales larger than those of the sinks. These results demonstrate that, compared to 3D turbulence, in free-surface turbulence the energetic scales leave a stronger imprint on the small-scale quantities.
[ { "version": "v1", "created": "Thu, 5 Dec 2024 17:19:20 GMT" } ]
2025-03-14T00:00:00
[ [ "Qi", "Yinghe", "" ], [ "Li", "Yaxing", "" ], [ "Coletti", "Filippo", "" ] ]
2412.04653
Kasra Arabi
Kasra Arabi, Benjamin Feuer, R. Teal Witter, Chinmay Hegde, Niv Cohen
Hidden in the Noise: Two-Stage Robust Watermarking for Images
null
null
null
null
cs.CV cs.AI cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
As the quality of image generators continues to improve, deepfakes become a topic of considerable societal debate. Image watermarking allows responsible model owners to detect and label their AI-generated content, which can mitigate the harm. Yet, current state-of-the-art methods in image watermarking remain vulnerable to forgery and removal attacks. This vulnerability occurs in part because watermarks distort the distribution of generated images, unintentionally revealing information about the watermarking techniques. In this work, we first demonstrate a distortion-free watermarking method for images, based on a diffusion model's initial noise. However, detecting the watermark requires comparing the initial noise reconstructed for an image to all previously used initial noises. To mitigate these issues, we propose a two-stage watermarking framework for efficient detection. During generation, we augment the initial noise with generated Fourier patterns to embed information about the group of initial noises we used. For detection, we (i) retrieve the relevant group of noises, and (ii) search within the given group for an initial noise that might match our image. This watermarking approach achieves state-of-the-art robustness to forgery and removal against a large battery of attacks.
[ { "version": "v1", "created": "Thu, 5 Dec 2024 22:50:42 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 08:42:20 GMT" }, { "version": "v3", "created": "Sat, 1 Feb 2025 15:56:15 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 10:33:15 GMT" } ]
2025-03-14T00:00:00
[ [ "Arabi", "Kasra", "" ], [ "Feuer", "Benjamin", "" ], [ "Witter", "R. Teal", "" ], [ "Hegde", "Chinmay", "" ], [ "Cohen", "Niv", "" ] ]
2412.05256
Xiangyu Han
Xiangyu Han, Zhen Jia, Boyi Li, Yan Wang, Boris Ivanovic, Yurong You, Lingjie Liu, Yue Wang, Marco Pavone, Chen Feng, Yiming Li
Extrapolated Urban View Synthesis Benchmark
Project page: https://ai4ce.github.io/EUVS-Benchmark/
null
null
null
cs.CV cs.AI cs.LG cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Photorealistic simulators are essential for the training and evaluation of vision-centric autonomous vehicles (AVs). At their core is Novel View Synthesis (NVS), a crucial capability that generates diverse unseen viewpoints to accommodate the broad and continuous pose distribution of AVs. Recent advances in radiance fields, such as 3D Gaussian Splatting, achieve photorealistic rendering at real-time speeds and have been widely used in modeling large-scale driving scenes. However, their performance is commonly evaluated using an interpolated setup with highly correlated training and test views. In contrast, extrapolation, where test views largely deviate from training views, remains underexplored, limiting progress in generalizable simulation technology. To address this gap, we leverage publicly available AV datasets with multiple traversals, multiple vehicles, and multiple cameras to build the first Extrapolated Urban View Synthesis (EUVS) benchmark. Meanwhile, we conduct both quantitative and qualitative evaluations of state-of-the-art NVS methods across different evaluation settings. Our results show that current NVS methods are prone to overfitting to training views. Besides, incorporating diffusion priors and improving geometry cannot fundamentally improve NVS under large view changes, highlighting the need for more robust approaches and large-scale training. We will release the data to help advance self-driving and urban robotics simulation technology.
[ { "version": "v1", "created": "Fri, 6 Dec 2024 18:41:39 GMT" }, { "version": "v2", "created": "Tue, 10 Dec 2024 02:54:36 GMT" }, { "version": "v3", "created": "Wed, 12 Mar 2025 20:57:59 GMT" } ]
2025-03-14T00:00:00
[ [ "Han", "Xiangyu", "" ], [ "Jia", "Zhen", "" ], [ "Li", "Boyi", "" ], [ "Wang", "Yan", "" ], [ "Ivanovic", "Boris", "" ], [ "You", "Yurong", "" ], [ "Liu", "Lingjie", "" ], [ "Wang", "Yue", "" ], [ "Pavone", "Marco", "" ], [ "Feng", "Chen", "" ], [ "Li", "Yiming", "" ] ]
2412.05362
Seth Koren
Antonio Delgado and Seth Koren
Non-Invertible Peccei-Quinn Symmetry, Natural 2HDM Alignment, and the Visible Axion
16 + 7 pages, 4 figures, 4 tables; v2: updated to match JHEP version
null
10.1007/JHEP02(2025)178
null
hep-ph hep-th
http://creativecommons.org/licenses/by/4.0/
We identify $m_{12}^2$ as a spurion of non-invertible Peccei-Quinn symmetry in the type II 2HDM with gauged quark flavor. Thus a UV theory which introduces quark color-flavor monopoles can naturally realize alignment without decoupling and can furthermore revive the Weinberg-Wilczek axion. As an example we consider the $SU(9)$ theory of color-flavor unification, which needs no new fermions. This is the first model-building use of non-invertible symmetry to find a Dirac natural explanation for a small $\textit{relevant}$ parameter.
[ { "version": "v1", "created": "Fri, 6 Dec 2024 19:00:02 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 21:06:24 GMT" } ]
2025-03-14T00:00:00
[ [ "Delgado", "Antonio", "" ], [ "Koren", "Seth", "" ] ]
2412.05378
Leandro Lessa
L. A. Lessa and G.J. Olmo
On the Structure of Black Bounces Sourced by Anisotropic Fluids
null
JCAP03(2025)019
10.1088/1475-7516/2025/03/019
null
gr-qc
http://creativecommons.org/licenses/by/4.0/
The field equations of static, spherically symmetric geometries generated by anisotropic fluids is investigated with the aim of better understanding the relation between the matter and the emergence of minimal area throats, like in wormhole and black bounce scenarios. Imposing some simplifying restrictions on the matter, which amounts to considering nonlinear electromagnetic sources, we find analytical expressions that allow one to design the type of sought geometries. We illustrate our analysis with several examples, including an asymmetric, bounded black bounce spacetime which reproduces the standard Reissner-Nordstrom geometry on the outside all the way down to the throat.
[ { "version": "v1", "created": "Fri, 6 Dec 2024 19:11:55 GMT" } ]
2025-03-14T00:00:00
[ [ "Lessa", "L. A.", "" ], [ "Olmo", "G. J.", "" ] ]
2412.05785
Zhaosheng Li
Zhijiao Peng, Zhaosheng Li, Yuanyue Pan, Tao Fu, Wenhui Yu, Yupeng Chen, Shu Zhang, Maurizio Falanga, and Shuang-Nan Zhang
Quenching and recovery of persistent X-ray emission during a superburst in 4U 1820$-$30
published in ApJ
The Astrophysical Journal, 982, 18 (2025)
10.3847/1538-4357/adb726
null
astro-ph.HE
http://creativecommons.org/licenses/by/4.0/
We report the superburst from 4U 1820--30 in 2021 observed by the Monitor of All-sky X-ray Image and Neutron star Interior Composition Explorer (NICER). During the tail of the superburst, we found that the NICER light curve unexpectedly increased from 1080 to 2204 ${\rm counts~s^{-1}}$ over 6.89 hr. From the time-resolved superburst spectra, we estimated the burst decay time of $\approx2.5$ hr, the ignition column depth of $\approx0.3\times 10^{12}~{\rm g ~cm^{-2}}$, the energy release per unit mass of $\approx2.4\times 10^{17}~{\rm erg~g^{-1}}$, the fluence of $\approx4.1\times 10^{-4}~{\rm erg~cm^{-2}}$, and the total energy release of $\approx3.5\times10^{42}$ erg. Notably, we found a gradual increase in the Componization flux from $8.9\times 10^{-10}~{\rm erg~s^{-1}~cm^{-2}}$ to the preburst level during the superburst. This increase can be interpreted as a consequence of superburst radiation depleting the inner accretion disk, leading to a near-complete quenching of the persistent emission. As the burst radiation decayed, the inner accretion disk gradually returned to its preburst state, as evidenced by the best-fit spectral parameters. Additionally, we observed a prominent absorption line that exhibited a gravitational redshift, shifting from 4.15 to 3.62 keV during the recovery phase of persistent emission. This absorption feature likely originates from the inner accretion disk rather than from burst emission on the neutron star (NS) surface. The observed changes in the absorption line energy suggest that the inner disk approached the NS to a distance as close as $\approx17$ km.
[ { "version": "v1", "created": "Sun, 8 Dec 2024 02:31:08 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 06:31:21 GMT" } ]
2025-03-14T00:00:00
[ [ "Peng", "Zhijiao", "" ], [ "Li", "Zhaosheng", "" ], [ "Pan", "Yuanyue", "" ], [ "Fu", "Tao", "" ], [ "Yu", "Wenhui", "" ], [ "Chen", "Yupeng", "" ], [ "Zhang", "Shu", "" ], [ "Falanga", "Maurizio", "" ], [ "Zhang", "Shuang-Nan", "" ] ]
2412.06519
Simone Zoia
Simon Badger, Heribertus Bayu Hartanto, Rene Poncelet, Zihao Wu, Yang Zhang, Simone Zoia
Full-colour double-virtual amplitudes for associated production of a Higgs boson with a bottom-quark pair at the LHC
27 pages, 4 figures, 1 appendix, ancillary files available at https://zenodo.org/records/14328503; v2: published version
J. High Energ. Phys. 2025, 66 (2025)
10.1007/JHEP03(2025)066
IFJPAN-IV-2024-14, USTC-ICTS/PCFT-24-55, ZU-TH-63/24
hep-ph hep-th
http://creativecommons.org/licenses/by/4.0/
We present the double-virtual amplitudes contributing to the production of a Higgs boson in association with a $b\bar{b}$ pair at the Large Hadron Collider. We perform the computation within the five-flavour scheme, which employs massless bottom quarks and finite bottom-Yukawa coupling, taking into account all the colour structures. We derive the analytic form of the helicity amplitudes through finite-field reconstruction techniques. The analytic expressions have been implemented in a public C++ library, and we demonstrate that evaluations are sufficiently stable and efficient for use in phenomenological studies.
[ { "version": "v1", "created": "Mon, 9 Dec 2024 14:19:50 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 09:04:56 GMT" } ]
2025-03-14T00:00:00
[ [ "Badger", "Simon", "" ], [ "Hartanto", "Heribertus Bayu", "" ], [ "Poncelet", "Rene", "" ], [ "Wu", "Zihao", "" ], [ "Zhang", "Yang", "" ], [ "Zoia", "Simone", "" ] ]
2412.07014
Lenka Slav\'ikov\'a
Petr Honz\'ik, Stefanos Lappas and Lenka Slav\'ikov\'a
Bilinear singular integral operators with kernels in weighted spaces
20 pages, 1 figure; changes in the introduction
null
null
null
math.CA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We establish the full quasi-Banach range of $L^{p_1}(\mathbb R) \times L^{p_2}(\mathbb R) \rightarrow L^p(\mathbb R)$ bounds for one-dimensional bilinear singular integral operators with homogeneous kernels whose restriction $\Omega$ to the unit sphere $\mathbb S^1$ is supported away from the degenerate line $\theta_1=\theta_2$, belongs to $L^q(\mathbb S^1)$ for some $q>1$ and has vanishing integral. In fact, a more general result is obtained by dropping the support condition on $\Omega$ and requiring that $\Omega\in L^q(\mathbb S^1,u^q)$, where $u(\theta_1,\theta_2)=|\theta_1-\theta_2|^{-1}$ for $(\theta_1,\theta_2)\in \mathbb S^1$. In addition, we provide counterexamples that show the failure of the $n$-dimensional version of the previous result when $n\geq 2$, as well as the failure of its $m$-linear variant in dimension one when $m\geq 3$. The relationship of these results to (un)boundedness properties of higher-dimensional multilinear Hilbert transforms is also discussed.
[ { "version": "v1", "created": "Mon, 9 Dec 2024 21:45:22 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 17:09:46 GMT" } ]
2025-03-14T00:00:00
[ [ "Honzík", "Petr", "" ], [ "Lappas", "Stefanos", "" ], [ "Slavíková", "Lenka", "" ] ]
2412.07172
Zheng-Wen Long
Jie Liang, Dong Liu, Hao-Jie Lin, Zheng-Wen Long
Probing black holes via quasinormal modes in a dark energy-induced dark matter
null
Eur. Phys. J. C 85, 251 (2025)
10.1140/epjc/s10052-025-13953-0
null
gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This study delves into the existence of dark matter around supermassive black holes in galactic cores using a novel gravitational model. By analyzing gravitational waves emitted during the ringdown phase of black holes under different field perturbations, we explore the potential for detecting dark matter. The model hypothesizes that the dark matter distribution around black hole is driven by a mechanism where dark energy endows gravitons with mass, thereby forming a new spacetime structure. Results reveal that as relevant parameters increase, the quasinormal modes (QNMs) exhibit a gradual reduction in real parts, with negative imaginary parts whose absolute values also decrease. Moreover, compared to gravitational wave signals from Schwarzschild black hole without dark matter, this system demonstrates significant differences in oscillation modes and frequencies. This achievement not only validates the self-consistency of the new gravitational model but also lays a theoretical foundation for subsequent gravitational wave detection within dark matter. Simultaneously, it provides new theoretical support for understanding the mechanism of dark energy in large-scale cosmic structures and broadens the research perspective on the relationships between black hole physics, dark matter, and dark energy.
[ { "version": "v1", "created": "Tue, 10 Dec 2024 04:12:04 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 05:37:39 GMT" } ]
2025-03-14T00:00:00
[ [ "Liang", "Jie", "" ], [ "Liu", "Dong", "" ], [ "Lin", "Hao-Jie", "" ], [ "Long", "Zheng-Wen", "" ] ]
2412.07377
Fuyi Yang
Jiazuo Mu, Fuyi Yang, Yanshun Zhang, Mingqian Zhang, Junxiong Zhang, Yongjian Luo, Lan Xu, Yujiao Shi and Yingliang Zhang
CADSpotting: Robust Panoptic Symbol Spotting on Large-Scale CAD Drawings
18pages, 14 figures, Project web-page: https://dgeneai.github.io/cadspotting-pages/
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce CADSpotting, an effective method for panoptic symbol spotting in large-scale architectural CAD drawings. Existing approaches struggle with symbol diversity, scale variations, and overlapping elements in CAD designs. CADSpotting overcomes these challenges by representing primitives through densely sampled points with attributes like coordinates and colors, using a unified 3D point cloud model for robust feature learning. To enable accurate segmentation in large, complex drawings, we further propose a novel Sliding Window Aggregation (SWA) technique, combining weighted voting and Non-Maximum Suppression (NMS). Moreover, we introduce LS-CAD, a new large-scale CAD dataset to support our experiments, with each floorplan covering around 1,000 square meters, significantly larger than previous benchmarks. Experiments on FloorPlanCAD and LS-CAD datasets show that CADSpotting significantly outperforms existing methods. We also demonstrate its practical value through automating parametric 3D reconstruction, enabling interior modeling directly from raw CAD inputs.
[ { "version": "v1", "created": "Tue, 10 Dec 2024 10:22:17 GMT" }, { "version": "v2", "created": "Wed, 11 Dec 2024 03:27:12 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 07:41:50 GMT" } ]
2025-03-14T00:00:00
[ [ "Mu", "Jiazuo", "" ], [ "Yang", "Fuyi", "" ], [ "Zhang", "Yanshun", "" ], [ "Zhang", "Mingqian", "" ], [ "Zhang", "Junxiong", "" ], [ "Luo", "Yongjian", "" ], [ "Xu", "Lan", "" ], [ "Shi", "Yujiao", "" ], [ "Zhang", "Yingliang", "" ] ]
2412.07589
Jianzong Wu
Jianzong Wu, Chao Tang, Jingbo Wang, Yanhong Zeng, Xiangtai Li, Yunhai Tong
DiffSensei: Bridging Multi-Modal LLMs and Diffusion Models for Customized Manga Generation
[CVPR 2025] The project page is https://jianzongwu.github.io/projects/diffsensei/
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Story visualization, the task of creating visual narratives from textual descriptions, has seen progress with text-to-image generation models. However, these models often lack effective control over character appearances and interactions, particularly in multi-character scenes. To address these limitations, we propose a new task: \textbf{customized manga generation} and introduce \textbf{DiffSensei}, an innovative framework specifically designed for generating manga with dynamic multi-character control. DiffSensei integrates a diffusion-based image generator with a multimodal large language model (MLLM) that acts as a text-compatible identity adapter. Our approach employs masked cross-attention to seamlessly incorporate character features, enabling precise layout control without direct pixel transfer. Additionally, the MLLM-based adapter adjusts character features to align with panel-specific text cues, allowing flexible adjustments in character expressions, poses, and actions. We also introduce \textbf{MangaZero}, a large-scale dataset tailored to this task, containing 43,264 manga pages and 427,147 annotated panels, supporting the visualization of varied character interactions and movements across sequential frames. Extensive experiments demonstrate that DiffSensei outperforms existing models, marking a significant advancement in manga generation by enabling text-adaptable character customization. The project page is https://jianzongwu.github.io/projects/diffsensei/.
[ { "version": "v1", "created": "Tue, 10 Dec 2024 15:24:12 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 06:23:03 GMT" } ]
2025-03-14T00:00:00
[ [ "Wu", "Jianzong", "" ], [ "Tang", "Chao", "" ], [ "Wang", "Jingbo", "" ], [ "Zeng", "Yanhong", "" ], [ "Li", "Xiangtai", "" ], [ "Tong", "Yunhai", "" ] ]
2412.07720
Jinyi Hu
Jinyi Hu, Shengding Hu, Yuxuan Song, Yufei Huang, Mingxuan Wang, Hao Zhou, Zhiyuan Liu, Wei-Ying Ma, Maosong Sun
ACDiT: Interpolating Autoregressive Conditional Modeling and Diffusion Transformer
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
We present ACDiT, a novel Autoregressive blockwise Conditional Diffusion Transformer, that innovatively combines autoregressive and diffusion paradigms for modeling continuous visual information. By introducing a block-wise autoregressive unit, ACDiT offers a flexible interpolation between token-wise autoregression and full-sequence diffusion, bypassing the limitations of discrete tokenization. The generation of each block is formulated as a conditional diffusion process, conditioned on prior blocks. ACDiT is easy to implement, as simple as creating a Skip-Causal Attention Mask (SCAM) on standard diffusion transformer during training. During inference, the process iterates between diffusion denoising and autoregressive decoding that can make full use of KV-Cache. We show that ACDiT performs best among all autoregressive baselines under similar model scales on image and video generation tasks. We also demonstrate that benefiting from autoregressive modeling, pretrained ACDiT can be transferred in visual understanding tasks despite being trained with the diffusion objective. The analysis of the trade-off between autoregressive modeling and diffusion demonstrates the potential of ACDiT to be used in long-horizon visual generation tasks. We hope that ACDiT offers a novel perspective on visual autoregressive generation and unlocks new avenues for unified models.
[ { "version": "v1", "created": "Tue, 10 Dec 2024 18:13:20 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 16:29:17 GMT" } ]
2025-03-14T00:00:00
[ [ "Hu", "Jinyi", "" ], [ "Hu", "Shengding", "" ], [ "Song", "Yuxuan", "" ], [ "Huang", "Yufei", "" ], [ "Wang", "Mingxuan", "" ], [ "Zhou", "Hao", "" ], [ "Liu", "Zhiyuan", "" ], [ "Ma", "Wei-Ying", "" ], [ "Sun", "Maosong", "" ] ]
2412.07752
Korbinian P\"oppel
Korbinian P\"oppel, Maximilian Beck, Sepp Hochreiter
FlashRNN: I/O-Aware Optimization of Traditional RNNs on modern hardware
null
null
null
null
cs.LG cs.AI
http://creativecommons.org/licenses/by/4.0/
While Transformers and other sequence-parallelizable neural network architectures seem like the current state of the art in sequence modeling, they specifically lack state-tracking capabilities. These are important for time-series tasks and logical reasoning. Traditional RNNs like LSTMs and GRUs, as well as modern variants like sLSTM do have these capabilities at the cost of strictly sequential processing. While this is often seen as a strong limitation, we show how fast these networks can get with our hardware-optimization FlashRNN in Triton and CUDA, optimizing kernels to the register level on modern GPUs. We extend traditional RNNs with a parallelization variant that processes multiple RNNs of smaller hidden state in parallel, similar to the head-wise processing in Transformers. To enable flexibility on different GPU variants, we introduce a new optimization framework for hardware-internal cache sizes, memory and compute handling. It models the hardware in a setting using polyhedral-like constraints, including the notion of divisibility. This speeds up the solution process in our ConstrINT library for general integer constraint satisfaction problems (integer CSPs). We show that our kernels can achieve 50x speed-ups over a vanilla PyTorch implementation and allow 40x larger hidden sizes compared to our Triton implementation. Our open-source kernels and the optimization library are released here to boost research in the direction of state-tracking enabled RNNs and sequence modeling: https://github.com/NX-AI/flashrnn
[ { "version": "v1", "created": "Tue, 10 Dec 2024 18:50:37 GMT" }, { "version": "v2", "created": "Mon, 13 Jan 2025 17:34:22 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 11:14:49 GMT" } ]
2025-03-14T00:00:00
[ [ "Pöppel", "Korbinian", "" ], [ "Beck", "Maximilian", "" ], [ "Hochreiter", "Sepp", "" ] ]
2412.07765
Sebastian Bocquet
S. Bocquet, S. Grandis, E. Krause, C. To, L. E. Bleem, M. Klein, J. J. Mohr, T. Schrabback, A. Alarcon, O. Alves, A. Amon, F. Andrade-Oliveira, E. J. Baxter, K. Bechtol, M. R. Becker, G. M. Bernstein, J. Blazek, H. Camacho, A. Campos, A. Carnero Rosell, M. Carrasco Kind, R. Cawthon, C. Chang, R. Chen, A. Choi, J. Cordero, M. Crocce, C. Davis, J. DeRose, H. T. Diehl, S. Dodelson, C. Doux, A. Drlica-Wagner, K. Eckert, T. F. Eifler, F. Elsner, J. Elvin-Poole, S. Everett, X. Fang, A. Fert\'e, P. Fosalba, O. Friedrich, J. Frieman, M. Gatti, G. Giannini, D. Gruen, R. A. Gruendl, I. Harrison, W. G. Hartley, K. Herner, H. Huang, E. M. Huff, D. Huterer, M. Jarvis, N. Kuropatkin, P.-F. Leget, P. Lemos, A. R. Liddle, N. MacCrann, J. McCullough, J. Muir, J. Myles, A. Navarro-Alsina, S. Pandey, Y. Park, A. Porredon, J. Prat, M. Raveri, R. P. Rollins, A. Roodman, R. Rosenfeld, E. S. Rykoff, C. S\'anchez, J. Sanchez, L. F. Secco, I. Sevilla-Noarbe, E. Sheldon, T. Shin, M. A. Troxel, I. Tutusaus, T. N. Varga, N. Weaverdyck, R. H. Wechsler, H.-Y. Wu, B. Yanny, B. Yin, Y. Zhang, J. Zuntz, T. M. C. Abbott, P. A. R. Ade, M. Aguena, S. Allam, S. W. Allen, A. J. Anderson, B. Ansarinejad, J. E. Austermann, M. Bayliss, J. A. Beall, A. N. Bender, B. A. Benson, F. Bianchini, M. Brodwin, D. Brooks, L. Bryant, D. L. Burke, R. E. A. Canning, J. E. Carlstrom, J. Carretero, F. J. Castander, C. L. Chang, P. Chaubal, H. C. Chiang, T-L. Chou, R. Citron, C. Corbett Moran, M. Costanzi, T. M. Crawford, A. T. Crites, L. N. da Costa, M. E. S. Pereira, T. M. Davis, T. de Haan, M. A. Dobbs, P. Doel, W. Everett, A. Farahi, B. Flaugher, A. M. Flores, B. Floyd, J. Gallicchio, E. Gaztanaga, E. M. George, M. D. Gladders, N. Gupta, G. Gutierrez, N. W. Halverson, S. R. Hinton, J. Hlavacek-Larrondo, G. P. Holder, D. L. Hollowood, W. L. Holzapfel, J. D. Hrubes, N. Huang, J. Hubmayr, K. D. Irwin, D. J. James, F. K\'eruzor\'e, G. Khullar, K. Kim, L. Knox, R. Kraft, K. Kuehn, O. Lahav, A. T. Lee, S. Lee, D. Li, C. Lidman, M. Lima, A. Lowitz, G. Mahler, A. Mantz, J. L. Marshall, M. McDonald, J. J. McMahon, J. Mena-Fern\'andez, S. S. Meyer, R. Miquel, J. Montgomery, T. Natoli, J. P. Nibarger, G. I. Noble, V. Novosad, R. L. C. Ogando, S. Padin, P. Paschos, S. Patil, A. A. Plazas Malag\'on, C. Pryke, C. L. Reichardt, J. Roberson, A. K. Romer, C. Romero, J. E. Ruhl, B. R. Saliwanchik, L. Salvati, S. Samuroff, E. Sanchez, B. Santiago, A. Sarkar, A. Saro, K. K. Schaffer, K. Sharon, C. Sievers, G. Smecher, M. Smith, T. Somboonpanyakul, M. Sommer, B. Stalder, A. A. Stark, J. Stephen, V. Strazzullo, E. Suchyta, M. E. C. Swanson, G. Tarle, D. Thomas, C. Tucker, D. L. Tucker, T. Veach, J. D. Vieira, A. von der Linden, G. Wang, N. Whitehorn, W. L. K. Wu, V. Yefremenko, M. Young, J. A. Zebrowski, H. Zohren, DES Collaboration, SPT Collaboration
Multiprobe Cosmology from the Abundance of SPT Clusters and DES Galaxy Clustering and Weak Lensing
v2 is accepted for publication in Phys. Rev. D
null
null
null
astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Cosmic shear, galaxy clustering, and the abundance of massive halos each probe the large-scale structure of the Universe in complementary ways. We present cosmological constraints from the joint analysis of the three probes, building on the latest analyses of the lensing-informed abundance of clusters identified by the South Pole Telescope (SPT) and of the auto- and cross-correlation of galaxy position and weak lensing measurements (3$\times$2pt) in the Dark Energy Survey (DES). We consider the cosmological correlation between the different tracers and we account for the systematic uncertainties that are shared between the large-scale lensing correlation functions and the small-scale lensing-based cluster mass calibration. Marginalized over the remaining $\Lambda$ cold dark matter ($\Lambda$CDM) parameters (including the sum of neutrino masses) and 52 astrophysical modeling parameters, we measure $\Omega_\mathrm{m}=0.300\pm0.017$ and $\sigma_8=0.797\pm0.026$. Compared to constraints from Planck primary cosmic microwave background (CMB) anisotropies, our constraints are only 15% wider with a probability to exceed of 0.22 ($1.2\sigma$) for the two-parameter difference. We further obtain $S_8\equiv\sigma_8(\Omega_\mathrm{m}/0.3)^{0.5}=0.796\pm0.013$ which is lower than the Planck measurement at the $1.6\sigma$ level. The combined SPT cluster, DES 3$\times$2pt, and Planck datasets mildly prefer a nonzero positive neutrino mass, with a 95% upper limit $\sum m_\nu<0.25~\mathrm{eV}$ on the sum of neutrino masses. Assuming a $w$CDM model, we constrain the dark energy equation of state parameter $w=-1.15^{+0.23}_{-0.17}$ and when combining with Planck primary CMB anisotropies, we recover $w=-1.20^{+0.15}_{-0.09}$, a $1.7\sigma$ difference with a cosmological constant. The precision of our results highlights the benefits of multiwavelength multiprobe cosmology.
[ { "version": "v1", "created": "Tue, 10 Dec 2024 18:58:26 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 10:37:55 GMT" } ]
2025-03-14T00:00:00
[ [ "Bocquet", "S.", "" ], [ "Grandis", "S.", "" ], [ "Krause", "E.", "" ], [ "To", "C.", "" ], [ "Bleem", "L. E.", "" ], [ "Klein", "M.", "" ], [ "Mohr", "J. J.", "" ], [ "Schrabback", "T.", "" ], [ "Alarcon", "A.", "" ], [ "Alves", "O.", "" ], [ "Amon", "A.", "" ], [ "Andrade-Oliveira", "F.", "" ], [ "Baxter", "E. J.", "" ], [ "Bechtol", "K.", "" ], [ "Becker", "M. R.", "" ], [ "Bernstein", "G. M.", "" ], [ "Blazek", "J.", "" ], [ "Camacho", "H.", "" ], [ "Campos", "A.", "" ], [ "Rosell", "A. Carnero", "" ], [ "Kind", "M. Carrasco", "" ], [ "Cawthon", "R.", "" ], [ "Chang", "C.", "" ], [ "Chen", "R.", "" ], [ "Choi", "A.", "" ], [ "Cordero", "J.", "" ], [ "Crocce", "M.", "" ], [ "Davis", "C.", "" ], [ "DeRose", "J.", "" ], [ "Diehl", "H. T.", "" ], [ "Dodelson", "S.", "" ], [ "Doux", "C.", "" ], [ "Drlica-Wagner", "A.", "" ], [ "Eckert", "K.", "" ], [ "Eifler", "T. F.", "" ], [ "Elsner", "F.", "" ], [ "Elvin-Poole", "J.", "" ], [ "Everett", "S.", "" ], [ "Fang", "X.", "" ], [ "Ferté", "A.", "" ], [ "Fosalba", "P.", "" ], [ "Friedrich", "O.", "" ], [ "Frieman", "J.", "" ], [ "Gatti", "M.", "" ], [ "Giannini", "G.", "" ], [ "Gruen", "D.", "" ], [ "Gruendl", "R. A.", "" ], [ "Harrison", "I.", "" ], [ "Hartley", "W. G.", "" ], [ "Herner", "K.", "" ], [ "Huang", "H.", "" ], [ "Huff", "E. M.", "" ], [ "Huterer", "D.", "" ], [ "Jarvis", "M.", "" ], [ "Kuropatkin", "N.", "" ], [ "Leget", "P. -F.", "" ], [ "Lemos", "P.", "" ], [ "Liddle", "A. R.", "" ], [ "MacCrann", "N.", "" ], [ "McCullough", "J.", "" ], [ "Muir", "J.", "" ], [ "Myles", "J.", "" ], [ "Navarro-Alsina", "A.", "" ], [ "Pandey", "S.", "" ], [ "Park", "Y.", "" ], [ "Porredon", "A.", "" ], [ "Prat", "J.", "" ], [ "Raveri", "M.", "" ], [ "Rollins", "R. P.", "" ], [ "Roodman", "A.", "" ], [ "Rosenfeld", "R.", "" ], [ "Rykoff", "E. S.", "" ], [ "Sánchez", "C.", "" ], [ "Sanchez", "J.", "" ], [ "Secco", "L. F.", "" ], [ "Sevilla-Noarbe", "I.", "" ], [ "Sheldon", "E.", "" ], [ "Shin", "T.", "" ], [ "Troxel", "M. A.", "" ], [ "Tutusaus", "I.", "" ], [ "Varga", "T. N.", "" ], [ "Weaverdyck", "N.", "" ], [ "Wechsler", "R. H.", "" ], [ "Wu", "H. -Y.", "" ], [ "Yanny", "B.", "" ], [ "Yin", "B.", "" ], [ "Zhang", "Y.", "" ], [ "Zuntz", "J.", "" ], [ "Abbott", "T. M. C.", "" ], [ "Ade", "P. A. R.", "" ], [ "Aguena", "M.", "" ], [ "Allam", "S.", "" ], [ "Allen", "S. W.", "" ], [ "Anderson", "A. J.", "" ], [ "Ansarinejad", "B.", "" ], [ "Austermann", "J. E.", "" ], [ "Bayliss", "M.", "" ], [ "Beall", "J. A.", "" ], [ "Bender", "A. N.", "" ], [ "Benson", "B. A.", "" ], [ "Bianchini", "F.", "" ], [ "Brodwin", "M.", "" ], [ "Brooks", "D.", "" ], [ "Bryant", "L.", "" ], [ "Burke", "D. L.", "" ], [ "Canning", "R. E. A.", "" ], [ "Carlstrom", "J. E.", "" ], [ "Carretero", "J.", "" ], [ "Castander", "F. J.", "" ], [ "Chang", "C. L.", "" ], [ "Chaubal", "P.", "" ], [ "Chiang", "H. C.", "" ], [ "Chou", "T-L.", "" ], [ "Citron", "R.", "" ], [ "Moran", "C. Corbett", "" ], [ "Costanzi", "M.", "" ], [ "Crawford", "T. M.", "" ], [ "Crites", "A. T.", "" ], [ "da Costa", "L. N.", "" ], [ "Pereira", "M. E. S.", "" ], [ "Davis", "T. M.", "" ], [ "de Haan", "T.", "" ], [ "Dobbs", "M. A.", "" ], [ "Doel", "P.", "" ], [ "Everett", "W.", "" ], [ "Farahi", "A.", "" ], [ "Flaugher", "B.", "" ], [ "Flores", "A. M.", "" ], [ "Floyd", "B.", "" ], [ "Gallicchio", "J.", "" ], [ "Gaztanaga", "E.", "" ], [ "George", "E. M.", "" ], [ "Gladders", "M. D.", "" ], [ "Gupta", "N.", "" ], [ "Gutierrez", "G.", "" ], [ "Halverson", "N. W.", "" ], [ "Hinton", "S. R.", "" ], [ "Hlavacek-Larrondo", "J.", "" ], [ "Holder", "G. P.", "" ], [ "Hollowood", "D. L.", "" ], [ "Holzapfel", "W. L.", "" ], [ "Hrubes", "J. D.", "" ], [ "Huang", "N.", "" ], [ "Hubmayr", "J.", "" ], [ "Irwin", "K. D.", "" ], [ "James", "D. J.", "" ], [ "Kéruzoré", "F.", "" ], [ "Khullar", "G.", "" ], [ "Kim", "K.", "" ], [ "Knox", "L.", "" ], [ "Kraft", "R.", "" ], [ "Kuehn", "K.", "" ], [ "Lahav", "O.", "" ], [ "Lee", "A. T.", "" ], [ "Lee", "S.", "" ], [ "Li", "D.", "" ], [ "Lidman", "C.", "" ], [ "Lima", "M.", "" ], [ "Lowitz", "A.", "" ], [ "Mahler", "G.", "" ], [ "Mantz", "A.", "" ], [ "Marshall", "J. L.", "" ], [ "McDonald", "M.", "" ], [ "McMahon", "J. J.", "" ], [ "Mena-Fernández", "J.", "" ], [ "Meyer", "S. S.", "" ], [ "Miquel", "R.", "" ], [ "Montgomery", "J.", "" ], [ "Natoli", "T.", "" ], [ "Nibarger", "J. P.", "" ], [ "Noble", "G. I.", "" ], [ "Novosad", "V.", "" ], [ "Ogando", "R. L. C.", "" ], [ "Padin", "S.", "" ], [ "Paschos", "P.", "" ], [ "Patil", "S.", "" ], [ "Malagón", "A. A. Plazas", "" ], [ "Pryke", "C.", "" ], [ "Reichardt", "C. L.", "" ], [ "Roberson", "J.", "" ], [ "Romer", "A. K.", "" ], [ "Romero", "C.", "" ], [ "Ruhl", "J. E.", "" ], [ "Saliwanchik", "B. R.", "" ], [ "Salvati", "L.", "" ], [ "Samuroff", "S.", "" ], [ "Sanchez", "E.", "" ], [ "Santiago", "B.", "" ], [ "Sarkar", "A.", "" ], [ "Saro", "A.", "" ], [ "Schaffer", "K. K.", "" ], [ "Sharon", "K.", "" ], [ "Sievers", "C.", "" ], [ "Smecher", "G.", "" ], [ "Smith", "M.", "" ], [ "Somboonpanyakul", "T.", "" ], [ "Sommer", "M.", "" ], [ "Stalder", "B.", "" ], [ "Stark", "A. A.", "" ], [ "Stephen", "J.", "" ], [ "Strazzullo", "V.", "" ], [ "Suchyta", "E.", "" ], [ "Swanson", "M. E. C.", "" ], [ "Tarle", "G.", "" ], [ "Thomas", "D.", "" ], [ "Tucker", "C.", "" ], [ "Tucker", "D. L.", "" ], [ "Veach", "T.", "" ], [ "Vieira", "J. D.", "" ], [ "von der Linden", "A.", "" ], [ "Wang", "G.", "" ], [ "Whitehorn", "N.", "" ], [ "Wu", "W. L. K.", "" ], [ "Yefremenko", "V.", "" ], [ "Young", "M.", "" ], [ "Zebrowski", "J. A.", "" ], [ "Zohren", "H.", "" ], [ "Collaboration", "DES", "" ], [ "Collaboration", "SPT", "" ] ]
2412.08060
Jordan Lekeufack Sopze
Jordan Lekeufack, Michael I. Jordan
An Optimistic Algorithm for Online Convex Optimization with Adversarial Constraints
18 pages
null
null
null
stat.ML cs.LG math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study Online Convex Optimization (OCO) with adversarial constraints, where an online algorithm must make sequential decisions to minimize both convex loss functions and cumulative constraint violations. We focus on a setting where the algorithm has access to predictions of the loss and constraint functions. Our results show that we can improve the current best bounds of $ O(\sqrt{T}) $ regret and $ \tilde{O}(\sqrt{T}) $ cumulative constraint violations to $ O(\sqrt{E_T(f)}) $ and $ \tilde{O}(\sqrt{E_T(g^+)}) $, respectively, where $ E_T(f) $ and $E_T(g^+)$ represent the cumulative prediction errors of the loss and constraint functions. In the worst case, where $E_T(f) = O(T) $ and $ E_T(g^+) = O(T) $ (assuming bounded gradients of the loss and constraint functions), our rates match the prior $ O(\sqrt{T}) $ results. However, when the loss and constraint predictions are accurate, our approach yields significantly smaller regret and cumulative constraint violations. Finally, we apply this to the setting of adversarial contextual bandits with sequential risk constraints, obtaining optimistic bounds $O (\sqrt{E_T(f)} T^{1/3})$ regret and $O(\sqrt{E_T(g^+)} T^{1/3})$ constraints violation, yielding better performance than existing results when prediction quality is sufficiently high.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 03:06:42 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 21:09:19 GMT" } ]
2025-03-14T00:00:00
[ [ "Lekeufack", "Jordan", "" ], [ "Jordan", "Michael I.", "" ] ]
2412.08099
Sicong Jiang
Fuqiang Liu, Sicong Jiang, Luis Miranda-Moreno, Seongjin Choi, Lijun Sun
Adversarial Vulnerabilities in Large Language Models for Time Series Forecasting
AISTATS 2025
null
null
null
cs.LG cs.AI cs.CL cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Large Language Models (LLMs) have recently demonstrated significant potential in time series forecasting, offering impressive capabilities in handling complex temporal data. However, their robustness and reliability in real-world applications remain under-explored, particularly concerning their susceptibility to adversarial attacks. In this paper, we introduce a targeted adversarial attack framework for LLM-based time series forecasting. By employing both gradient-free and black-box optimization methods, we generate minimal yet highly effective perturbations that significantly degrade the forecasting accuracy across multiple datasets and LLM architectures. Our experiments, which include models like LLMTime with GPT-3.5, GPT-4, LLaMa, and Mistral, TimeGPT, and TimeLLM show that adversarial attacks lead to much more severe performance degradation than random noise, and demonstrate the broad effectiveness of our attacks across different LLMs. The results underscore the critical vulnerabilities of LLMs in time series forecasting, highlighting the need for robust defense mechanisms to ensure their reliable deployment in practical applications. The code repository can be found at https://github.com/JohnsonJiang1996/AdvAttack_LLM4TS.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 04:53:15 GMT" }, { "version": "v2", "created": "Mon, 6 Jan 2025 20:32:48 GMT" }, { "version": "v3", "created": "Tue, 28 Jan 2025 17:33:40 GMT" }, { "version": "v4", "created": "Wed, 12 Mar 2025 21:35:52 GMT" } ]
2025-03-14T00:00:00
[ [ "Liu", "Fuqiang", "" ], [ "Jiang", "Sicong", "" ], [ "Miranda-Moreno", "Luis", "" ], [ "Choi", "Seongjin", "" ], [ "Sun", "Lijun", "" ] ]
2412.08308
Manuel Costanzo
Manuel Costanzo, Enzo Rucci, Carlos Garc\'ia-S\'anchez, Marcelo Naiouf, Manuel Prieto-Mat\'ias
Analyzing the Performance Portability of SYCL across CPUs, GPUs, and Hybrid Systems with SW Sequence Alignment
arXiv admin note: text overlap with arXiv:2309.09609
null
null
null
cs.DC
http://creativecommons.org/licenses/by-nc-sa/4.0/
The high-performance computing (HPC) landscape is undergoing rapid transformation, with an increasing emphasis on energy-efficient and heterogeneous computing environments. This comprehensive study extends our previous research on SYCL's performance portability by evaluating its effectiveness across a broader spectrum of computing architectures, including CPUs, GPUs, and hybrid CPU-GPU configurations from NVIDIA, Intel, and AMD. Our analysis covers single-GPU, multi-GPU, single-CPU, and CPU-GPU hybrid setups, using two common, bioinformatic applications as a case study. The results demonstrate SYCL's versatility across different architectures, maintaining comparable performance to CUDA on NVIDIA GPUs while achieving similar architectural efficiency rates on AMD and Intel GPUs in the majority of cases tested. SYCL also demonstrated remarkable versatility and effectiveness across CPUs from various manufacturers, including the latest hybrid architectures from Intel. Although SYCL showed excellent functional portability in hybrid CPU-GPU configurations, performance varied significantly based on specific hardware combinations. Some performance limitations were identified in multi-GPU and CPU-GPU configurations, primarily attributed to workload distribution strategies rather than SYCL-specific constraints. These findings position SYCL as a promising unified programming model for heterogeneous computing environments, particularly for bioinformatic applications.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 11:42:03 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 12:01:47 GMT" } ]
2025-03-14T00:00:00
[ [ "Costanzo", "Manuel", "" ], [ "Rucci", "Enzo", "" ], [ "García-Sánchez", "Carlos", "" ], [ "Naiouf", "Marcelo", "" ], [ "Prieto-Matías", "Manuel", "" ] ]
2412.08626
Hyunwoo Oh
Thomas D. Cohen, Hyunwoo Oh, Veronica Wang
Numerical study of computational cost of maintaining adiabaticity for long paths
8 pages, 3 figures
null
null
null
quant-ph hep-lat nucl-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent work argued that the scaling of a dimensionless quantity $Q_D$ with path length is a better proxy for quantifying the scaling of the computational cost of maintaining adiabaticity than the timescale. It also conjectured that generically the scaling will be superlinear (although special cases exist in which it is linear). The quantity $Q_D$ depends only on the properties of ground states along the Hamiltonian path and the rate at which the path is followed. In this paper, we demonstrate that this conjecture holds for simple Hamiltonian systems that can be studied numerically. In particular, the systems studied exhibit the behavior that $Q_D$ grows approximately as $L \log L$ where $L$ is the path length when the threshold error is fixed.
[ { "version": "v1", "created": "Wed, 11 Dec 2024 18:46:36 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:47:19 GMT" } ]
2025-03-14T00:00:00
[ [ "Cohen", "Thomas D.", "" ], [ "Oh", "Hyunwoo", "" ], [ "Wang", "Veronica", "" ] ]
2412.09013
Zongsheng Yue Dr.
Zongsheng Yue, Kang Liao, and Chen Change Loy
Arbitrary-steps Image Super-resolution via Diffusion Inversion
Accepted by CVPR 2025. Project: https://github.com/zsyOAOA/InvSR
null
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-sa/4.0/
This study presents a new image super-resolution (SR) technique based on diffusion inversion, aiming at harnessing the rich image priors encapsulated in large pre-trained diffusion models to improve SR performance. We design a Partial noise Prediction strategy to construct an intermediate state of the diffusion model, which serves as the starting sampling point. Central to our approach is a deep noise predictor to estimate the optimal noise maps for the forward diffusion process. Once trained, this noise predictor can be used to initialize the sampling process partially along the diffusion trajectory, generating the desirable high-resolution result. Compared to existing approaches, our method offers a flexible and efficient sampling mechanism that supports an arbitrary number of sampling steps, ranging from one to five. Even with a single sampling step, our method demonstrates superior or comparable performance to recent state-of-the-art approaches. The code and model are publicly available at https://github.com/zsyOAOA/InvSR.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 07:24:13 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:25:34 GMT" } ]
2025-03-14T00:00:00
[ [ "Yue", "Zongsheng", "" ], [ "Liao", "Kang", "" ], [ "Loy", "Chen Change", "" ] ]
2412.09154
Maksim Nekrasov L
M. L. Nekrasov
High-energy Coulomb scattering of spatially extended particles
17 pages, 1 figure. More detailed discussion of some issues and 1 reference added
Nucl.Phys.A 1058 (2025) 123068
10.1016/j.nuclphysa.2025.123068
null
hep-ph hep-th nucl-th
http://creativecommons.org/licenses/by/4.0/
We analyze pure Coulomb high-energy elastic scattering of charged particles (hadrons or nuclei), discarding their strong interactions. We distinguish three scattering modes, determined by the magnitude of the momentum transfer, in which particles behave as point-like, structureless extended, and structured composite objects. The results are compared in the potential and QFT approaches of the eikonal model. In the case of proton Coulomb scattering at the LHC the difference between these two approaches is significant. This indicates the unsuitability of the potential approach. However, in the case of Coulomb scattering of heavy nuclei, the leading one is the optical approximation, which formally reproduces the prescription of the potential approach.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 10:39:55 GMT" }, { "version": "v2", "created": "Tue, 11 Mar 2025 19:03:40 GMT" } ]
2025-03-14T00:00:00
[ [ "Nekrasov", "M. L.", "" ] ]
2412.09165
Zhijie Nie
Zhijie Nie, Zhangchi Feng, Mingxin Li, Cunwang Zhang, Yanzhao Zhang, Dingkun Long, Richong Zhang
When Text Embedding Meets Large Language Model: A Comprehensive Survey
Work in progress
null
null
null
cs.CL cs.AI cs.IR
http://creativecommons.org/licenses/by-nc-sa/4.0/
Text embedding has become a foundational technology in natural language processing (NLP) during the deep learning era, driving advancements across a wide array of downstream tasks. While many natural language understanding challenges can now be modeled using generative paradigms and leverage the robust generative and comprehension capabilities of large language models (LLMs), numerous practical applications-such as semantic matching, clustering, and information retrieval-continue to rely on text embeddings for their efficiency and effectiveness. Therefore, how to combine the LLMs and the text embeddings has become one of the hotspots of academic attention in recent years. In this survey, we categorize the interplay between LLMs and text embeddings into three overarching themes: (1) LLM-augmented text embedding, enhancing traditional embedding methods with LLMs; (2) LLMs as text embedders, adapting their innate capabilities for high-quality embedding; and (3) Text embedding understanding with LLMs, leveraging LLMs to analyze and interpret embeddings. By organizing recent works based on interaction patterns rather than specific downstream applications, we offer a novel and systematic overview of contributions from various research and application domains in the era of LLMs. Furthermore, we highlight the unresolved challenges that persisted in the pre-LLM era with pre-trained language models (PLMs) and explore the emerging obstacles brought forth by LLMs. Building on this analysis, we outline prospective directions for the evolution of text embedding, addressing both theoretical and practical opportunities in the rapidly advancing landscape of NLP.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 10:50:26 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 16:11:43 GMT" } ]
2025-03-14T00:00:00
[ [ "Nie", "Zhijie", "" ], [ "Feng", "Zhangchi", "" ], [ "Li", "Mingxin", "" ], [ "Zhang", "Cunwang", "" ], [ "Zhang", "Yanzhao", "" ], [ "Long", "Dingkun", "" ], [ "Zhang", "Richong", "" ] ]
2412.09262
Chunyu Li
Chunyu Li, Chao Zhang, Weikai Xu, Jingyu Lin, Jinghui Xie, Weiguo Feng, Bingyue Peng, Cunjian Chen, Weiwei Xing
LatentSync: Taming Audio-Conditioned Latent Diffusion Models for Lip Sync with SyncNet Supervision
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
End-to-end audio-conditioned latent diffusion models (LDMs) have been widely adopted for audio-driven portrait animation, demonstrating their effectiveness in generating lifelike and high-resolution talking videos. However, direct application of audio-conditioned LDMs to lip-synchronization (lip-sync) tasks results in suboptimal lip-sync accuracy. Through an in-depth analysis, we identified the underlying cause as the "shortcut learning problem", wherein the model predominantly learns visual-visual shortcuts while neglecting the critical audio-visual correlations. To address this issue, we explored different approaches for integrating SyncNet supervision into audio-conditioned LDMs to explicitly enforce the learning of audio-visual correlations. Since the performance of SyncNet directly influences the lip-sync accuracy of the supervised model, the training of a well-converged SyncNet becomes crucial. We conducted the first comprehensive empirical studies to identify key factors affecting SyncNet convergence. Based on our analysis, we introduce StableSyncNet, with an architecture designed for stable convergence. Our StableSyncNet achieved a significant improvement in accuracy, increasing from 91% to 94% on the HDTF test set. Additionally, we introduce a novel Temporal Representation Alignment (TREPA) mechanism to enhance temporal consistency in the generated videos. Experimental results show that our method surpasses state-of-the-art lip-sync approaches across various evaluation metrics on the HDTF and VoxCeleb2 datasets.
[ { "version": "v1", "created": "Thu, 12 Dec 2024 13:20:52 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 09:17:52 GMT" } ]
2025-03-14T00:00:00
[ [ "Li", "Chunyu", "" ], [ "Zhang", "Chao", "" ], [ "Xu", "Weikai", "" ], [ "Lin", "Jingyu", "" ], [ "Xie", "Jinghui", "" ], [ "Feng", "Weiguo", "" ], [ "Peng", "Bingyue", "" ], [ "Chen", "Cunjian", "" ], [ "Xing", "Weiwei", "" ] ]
2412.09964
Sebastiano Stramaglia
Marlis Ontivero-Ortega, Luca Faes, Jesus M Cortes, Daniele Marinazzo, Sebastiano Stramaglia
Assessing high-order effects in feature importance via predictability decomposition
11 pages, 3 figures
Phys. Rev. E 111, L033301 (2025)
10.1103/PhysRevE.111.L033301
null
physics.data-an stat.ML
http://creativecommons.org/licenses/by/4.0/
Leveraging the large body of work devoted in recent years to describe redundancy and synergy in multivariate interactions among random variables, we propose a novel approach to quantify cooperative effects in feature importance, one of the most used techniques for explainable artificial intelligence. In particular, we propose an adaptive version of a well-known metric of feature importance, named Leave One Covariate Out (LOCO), to disentangle high-order effects involving a given input feature in regression problems. LOCO is the reduction of the prediction error when the feature under consideration is added to the set of all the features used for regression. Instead of calculating the LOCO using all the features at hand, as in its standard version, our method searches for the multiplet of features that maximize LOCO and for the one that minimize it. This provides a decomposition of the LOCO as the sum of a two-body component and higher-order components (redundant and synergistic), also highlighting the features that contribute to building these high-order effects alongside the driving feature. We report the application to proton/pion discrimination from simulated detector measures by GEANT.
[ { "version": "v1", "created": "Fri, 13 Dec 2024 08:47:16 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 18:06:05 GMT" } ]
2025-03-14T00:00:00
[ [ "Ontivero-Ortega", "Marlis", "" ], [ "Faes", "Luca", "" ], [ "Cortes", "Jesus M", "" ], [ "Marinazzo", "Daniele", "" ], [ "Stramaglia", "Sebastiano", "" ] ]
2412.11112
Maohua Yan
Maohua Yan, Ruicheng Wang, Ke Liu
Populating cellular metamaterials on the extrema of attainable elasticity through neuroevolution
39 pages, 13 figures
null
null
null
cs.NE cs.CE
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The trade-offs between different mechanical properties of materials pose fundamental challenges in engineering material design, such as balancing stiffness versus toughness, weight versus energy-absorbing capacity, and among the various elastic coefficients. Although gradient-based topology optimization approaches have been effective in finding specific designs and properties, they are not efficient tools for surveying the vast design space of metamaterials, and thus unable to reveal the attainable bound of interdependent material properties. Other common methods, such as parametric design or data-driven approaches, are limited by either the lack of diversity in geometry or the difficulty to extrapolate from known data, respectively. In this work, we formulate the simultaneous exploration of multiple competing material properties as a multi-objective optimization (MOO) problem and employ a neuroevolution algorithm to efficiently solve it. The Compositional Pattern-Producing Networks (CPPNs) is used as the generative model for unit cell designs, which provide very compact yet lossless encoding of geometry. A modified Neuroevolution of Augmenting Topologies (NEAT) algorithm is employed to evolve the CPPNs such that they create metamaterial designs on the Pareto front of the MOO problem, revealing empirical bounds of different combinations of elastic properties. Looking ahead, our method serves as a universal framework for the computational discovery of diverse metamaterials across a range of fields, including robotics, biomedicine, thermal engineering, and photonics.
[ { "version": "v1", "created": "Sun, 15 Dec 2024 08:18:30 GMT" }, { "version": "v2", "created": "Tue, 17 Dec 2024 10:37:08 GMT" }, { "version": "v3", "created": "Wed, 25 Dec 2024 06:08:22 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 09:07:31 GMT" } ]
2025-03-14T00:00:00
[ [ "Yan", "Maohua", "" ], [ "Wang", "Ruicheng", "" ], [ "Liu", "Ke", "" ] ]
2412.11154
Chuang Yu
Chuang Yu, Jinmiao Zhao, Yunpeng Liu, Sicheng Zhao, Yimian Dai, Xiangyu Yue
From Easy to Hard: Progressive Active Learning Framework for Infrared Small Target Detection with Single Point Supervision
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recently, single-frame infrared small target (SIRST) detection with single point supervision has drawn wide-spread attention. However, the latest label evolution with single point supervision (LESPS) framework suffers from instability, excessive label evolution, and difficulty in exerting embedded network performance. Inspired by organisms gradually adapting to their environment and continuously accumulating knowledge, we construct an innovative Progressive Active Learning (PAL) framework for single point supervision, which drives the existing SIRST detection networks progressively and actively recognizes and learns more hard samples to achieve significant performance improvements. Specifically, to avoid the early low-performance model leading to the wrong selection of hard samples, we propose a model pre-start concept, which focuses on automatically selecting a portion of easy samples and helping the model have basic task-specific learning capabilities. Meanwhile, we propose a refined dual-update strategy, which can promote reasonable learning of harder samples and continuous refinement of pseudo-labels. In addition, to alleviate the risk of excessive label evolution, a decay factor is reasonably introduced, which helps to achieve a dynamic balance between the expansion and contraction of target annotations. Extensive experiments show that existing SIRST detection networks equipped with our PAL framework have achieved state-of-the-art (SOTA) results on multiple public datasets. Furthermore, our PAL framework can build an efficient and stable bridge between full supervision and single point supervision tasks. Our code are available at https://github.com/YuChuang1205/PAL.
[ { "version": "v1", "created": "Sun, 15 Dec 2024 11:08:49 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 08:04:37 GMT" } ]
2025-03-14T00:00:00
[ [ "Yu", "Chuang", "" ], [ "Zhao", "Jinmiao", "" ], [ "Liu", "Yunpeng", "" ], [ "Zhao", "Sicheng", "" ], [ "Dai", "Yimian", "" ], [ "Yue", "Xiangyu", "" ] ]
2412.12770
Liwei Pan
Liwei Pan and Weike Pan and Meiyan Wei and Hongzhi Yin and Zhong Ming
A Survey on Sequential Recommendation
null
null
null
null
cs.IR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Different from most conventional recommendation problems, sequential recommendation focuses on learning users' preferences by exploiting the internal order and dependency among the interacted items, which has received significant attention from both researchers and practitioners. In recent years, we have witnessed great progress and achievements in this field, necessitating a new survey. In this survey, we study the SR problem from a new perspective (i.e., the construction of an item's properties), and summarize the most recent techniques used in sequential recommendation such as pure ID-based SR, SR with side information, multi-modal SR, generative SR, LLM-powered SR, ultra-long SR and data-augmented SR. Moreover, we introduce some frontier research topics in sequential recommendation, e.g., open-domain SR, data-centric SR, could-edge collaborative SR, continuous SR, SR for good, and explainable SR. We believe that our survey could be served as a valuable roadmap for readers in this field.
[ { "version": "v1", "created": "Tue, 17 Dec 2024 10:33:13 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 11:34:22 GMT" } ]
2025-03-14T00:00:00
[ [ "Pan", "Liwei", "" ], [ "Pan", "Weike", "" ], [ "Wei", "Meiyan", "" ], [ "Yin", "Hongzhi", "" ], [ "Ming", "Zhong", "" ] ]
2412.13250
Giovanni Granata
G. Granata, G. B. Caminha, S. Ertl, C. Grillo, S. Schuldt, S. H. Suyu, A. Acebron, P. Bergamini, R. Ca\~nameras, P. Rosati and S. Taubenberger
Cosmology with Supernova Encore in the lensing cluster MACS J0138$-$2155 -- Spectroscopy with MUSE
Astronomy and Astrophysics, accepted. 16 pages, 8 figures, 3 tables
null
null
null
astro-ph.GA astro-ph.CO
http://creativecommons.org/licenses/by/4.0/
We present a spectroscopic analysis of MACS J0138$-$2155, at $z=0.336$, the first galaxy cluster hosting two strongly-lensed supernovae (SNe), Requiem and Encore, providing us with a chance to obtain a reliable $H_0$ measurement from the time delays between the multiple images. We take advantage of new data from the Multi Unit Spectroscopic Explorer (MUSE) on the Very Large Telescope, covering a central $1 \rm \, arcmin^2$ of the lensing cluster, for a total depth of 3.7 hours, including 2.9 hours recently obtained by our Target of Opportunity programme. Our new spectroscopic catalogue contains reliable redshifts for 107 objects, including 50 galaxy cluster members with secure redshift values in the range $0.324 < z < 0.349$, and 13 lensed multiple images from four background sources between $0.767\leq z \leq 3.420$, including four images of the host galaxy of the two SNe. We exploit the MUSE data to study the stellar kinematics of 14 bright cluster members and two background galaxies, obtaining reliable measurements of their line-of-sight velocity dispersion. Finally, we combine these results with measurements of the total magnitude of the cluster members in the Hubble Space Telescope F160W band to calibrate the Faber-Jackson relation between luminosity and stellar velocity dispersion ($L \propto \sigma^{1/\alpha}$) for the early-type cluster member galaxies, measuring a slope $\alpha=0.25^{+0.05}_{-0.05}$. A pure and complete sample of cluster member galaxies and a reliable characterisation of their total mass structure are key to building accurate total mass maps of the cluster, mitigating the impact of parametric degeneracies, which is necessary for inferring the value of $H_0$ from the measured time delays between the lensed images of the two SNe.
[ { "version": "v1", "created": "Tue, 17 Dec 2024 19:00:00 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 12:29:45 GMT" } ]
2025-03-14T00:00:00
[ [ "Granata", "G.", "" ], [ "Caminha", "G. B.", "" ], [ "Ertl", "S.", "" ], [ "Grillo", "C.", "" ], [ "Schuldt", "S.", "" ], [ "Suyu", "S. H.", "" ], [ "Acebron", "A.", "" ], [ "Bergamini", "P.", "" ], [ "Cañameras", "R.", "" ], [ "Rosati", "P.", "" ], [ "Taubenberger", "S.", "" ] ]
2412.13627
Rahul Sundar
Rahul Sundar, Yucong Hu, Nishant Parashar, Antoine Blanchard, and Boyko Dodov
TAUDiff: Highly efficient kilometer-scale downscaling using generative diffusion models
null
null
null
null
cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Deterministic regression-based downscaling models for climate variables often suffer from spectral bias, which can be mitigated by generative models like diffusion models. To enable efficient and reliable simulation of extreme weather events, it is crucial to achieve rapid turnaround, dynamical consistency, and accurate spatio-temporal spectral recovery. We propose an efficient correction diffusion model, TAUDiff, that combines a deterministic spatio-temporal model for mean field downscaling with a smaller generative diffusion model for recovering the fine-scale stochastic features. We demonstrate the efficacy of this approach on downscaling atmospheric wind velocity fields obtained from coarse GCM simulations. We then extend TAUDiff for computationally efficient kilometer-scale downscaling of atmospheric wind velocity fields. Owing to low inference times, our approach can ensure quicker simulation of extreme events necessary for estimating associated risks and economic losses.
[ { "version": "v1", "created": "Wed, 18 Dec 2024 09:05:19 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 05:04:23 GMT" } ]
2025-03-14T00:00:00
[ [ "Sundar", "Rahul", "" ], [ "Hu", "Yucong", "" ], [ "Parashar", "Nishant", "" ], [ "Blanchard", "Antoine", "" ], [ "Dodov", "Boyko", "" ] ]
2412.13876
Simone Zoia
Simon Badger, Matteo Becchetti, Colomba Brancaccio, Heribertus Bayu Hartanto, Simone Zoia
Numerical evaluation of two-loop QCD helicity amplitudes for $gg\to t \bar{t} g$ at leading colour
22 pages, 6 figures, 3 tables, ancillary files at https://zenodo.org/records/14473301; v2: published version
J. High Energ. Phys. 2025, 70 (2025)
10.1007/JHEP03(2025)070
ZU-TH-65/24
hep-ph hep-th
http://creativecommons.org/licenses/by/4.0/
We present the first benchmark evaluation of the two-loop finite remainders for the production of a top-quark pair in association with a jet at hadron colliders in the gluon channel. We work in the leading colour approximation, and perform the numerical evaluation in the physical phase space. To achieve this result, we develop a new method for expressing the master integrals in terms of a (over-complete) basis of special functions that enables the infrared and ultraviolet poles to be cancelled analytically despite the presence of elliptic Feynman integrals. The special function basis makes it manifest that the elliptic functions appear solely in the finite remainder, and can be evaluated numerically through generalised series expansions. The helicity amplitudes are constructed using four dimensional projectors combined with finite-field techniques to perform integration-by-parts reduction, mapping to special functions and Laurent expansion in the dimensional regularisation parameter.
[ { "version": "v1", "created": "Wed, 18 Dec 2024 14:16:55 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 08:56:05 GMT" } ]
2025-03-14T00:00:00
[ [ "Badger", "Simon", "" ], [ "Becchetti", "Matteo", "" ], [ "Brancaccio", "Colomba", "" ], [ "Hartanto", "Heribertus Bayu", "" ], [ "Zoia", "Simone", "" ] ]
2412.14652
Alireza Qaiumzadeh
Therese Frostad, Anne Louise Kristoffersen, Verena Brehm, Roberto E. Troncoso, Arne Brataas, and Alireza Qaiumzadeh
Stability of chiral magnon condensates in collinear antiferromagnetic insulators
10 pages, 3 figures
null
null
QuSpin 2024
cond-mat.mes-hall
http://creativecommons.org/licenses/by/4.0/
Quasiequilibrium magnon Bose-Einstein condensates in ferromagnetic insulators have been a field of great interest, while condensation in antiferromagnetic systems has not yet been explored in detail. We analyze the stability of condensed chiral magnons in two antiferromagnetic insulators: a uniaxial easy-axis system and a biaxial system. We show that two-component magnon condensation and inter-magnon interactions are essential to create metastable magnon condensation. The uniaxial system with a Rashba-type Dzyaloshinskii-Moriya interaction supports two degenerate condensate populations at finite wave vectors. We find that the condensation state in this model is (meta)stable only when the distribution of condensed magnons between the two populations is symmetric. In addition, we demonstrate the emergence of a zero-sound-like Goldstone mode in antiferromagnetic systems that support two-component magnon condensation. On the other hand, in the biaxial system without Dzyaloshinskii-Moriya interaction, we predict that the magnon condensate cannot stabilize due to the breaking of the magnon degeneracy. Our results suggest that this instability is a general characteristic of single-component quasiequilibrium quasiparticle condensates.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 09:03:57 GMT" }, { "version": "v2", "created": "Fri, 20 Dec 2024 07:56:12 GMT" }, { "version": "v3", "created": "Mon, 23 Dec 2024 18:07:09 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 16:12:48 GMT" } ]
2025-03-14T00:00:00
[ [ "Frostad", "Therese", "" ], [ "Kristoffersen", "Anne Louise", "" ], [ "Brehm", "Verena", "" ], [ "Troncoso", "Roberto E.", "" ], [ "Brataas", "Arne", "" ], [ "Qaiumzadeh", "Alireza", "" ] ]
2412.14662
Quoc Hung Pham
Quoc Hung Pham, Mathias Noe, Rainer Nast
Resistance of high-temperature superconducting tapes triggered by alternating magnetic field
null
IEEE Transactions on Applied Superconductivity 2025 Volume 35 , Issue 3
10.1109/TASC.2025.3550837
TAS-2024-0253
cond-mat.supr-con physics.app-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Dynamic resistance occurs in a superconducting tape carrying a dc transport current while being exposed to an alternating magnetic field. This effect is caused by flux movements interacting with the transport current. The dynamic resistance is already applied in many superconducting applications, for example superconducting flux pumps or persistent current switches. The resistance is highly dependent on the magnetic field and the frequency the superconductor is subjected to and its properties. When the dynamic resistance exceeds a certain value and thus enters the magnitude of the resistances of the normal conducting layers of the HTS tape, these normal conducting layers play a significant role in the total resistance of the tape. In this paper, modifications were made to the silver stabilizer and the total resistance of the HTS tape has been investigated. The experimental results with frequencies up to 1000 Hz and magnetic field up to 277 mT show significant increases in resistance. Additionally, a multilayer model based on H-formulation is presented to calculate the losses of the superconductor. The results also show significant heating due to the losses and therefore a temperature rise, which effects the measured total resistance. These results can be further used for applications where high switchable resistances are required with zero dc resistance when the magnet is turned off.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 09:13:07 GMT" } ]
2025-03-14T00:00:00
[ [ "Pham", "Quoc Hung", "" ], [ "Noe", "Mathias", "" ], [ "Nast", "Rainer", "" ] ]
2412.14876
Patric Holmvall
Kevin Marc Seja, Niclas Wall-Wennerdal, Tomas L\"ofwander, Annica M. Black-Schaffer, Mikael Fogelstr\"om, Patric Holmvall
Impurity-temperature phase diagram with phase crystals and competing time-reversal symmetry breaking states in nodal $d$-wave superconductors
14 pages, 5 figures
null
10.1103/PhysRevB.111.094513
null
cond-mat.supr-con cond-mat.dis-nn cond-mat.mes-hall
http://creativecommons.org/licenses/by/4.0/
Phase crystals are a class of non-uniform superconducting ground states characterized by spontaneous phase gradients of the superconducting order parameter. These phase gradients non-locally drive periodic currents and magnetic fields, thus breaking both time-reversal symmetry and continuous translational symmetry. The phase crystal instability is generally triggered by negative and inhomogeneous superfluid stiffness. Several scenarios have been identified that can realize phase crystals, especially flat bands at specific edges of unconventional nodal superconductors. Motivated by omnipresent disorder in all materials, we employ the ${t}$-matrix approach within the quasiclassical theory of superconductivity to study the emergence of phase crystals at edges of a nodal $d$-wave superconductor. We quantify the full phase diagram as a function of the impurity scattering energy and the temperature, with full self-consistency in the impurity self energies, the superconducting order parameter, and the vector potential. We find that the phase crystal survives even up to $\sim 40-50\%$ of the superconducting critical impurity strength in both the Born and unitary scattering limits. Finally, we show how mesoscopic finite-size effects induce a competition with a state still breaking time-reversal symmetry but with translationally invariant edge currents.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 14:14:34 GMT" } ]
2025-03-14T00:00:00
[ [ "Seja", "Kevin Marc", "" ], [ "Wall-Wennerdal", "Niclas", "" ], [ "Löfwander", "Tomas", "" ], [ "Black-Schaffer", "Annica M.", "" ], [ "Fogelström", "Mikael", "" ], [ "Holmvall", "Patric", "" ] ]
2412.14886
Nathan Goldman
Anais Defossez, Laurens Vanderstraeten, Lucila Peralta Gavensky and Nathan Goldman
Dynamic Realization of Majorana Zero Modes in a Particle-Conserving Ladder
Revised version; 13 pages, 9 figures, including Appendix
null
null
null
quant-ph cond-mat.mes-hall cond-mat.quant-gas cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
We present a scheme to realize a topological superconducting system supporting Majorana zero modes, within a number-conserving framework suitable for optical-lattice experiments. Our approach builds on the engineering of pair-hopping processes on a ladder geometry, using a sequence of pulses that activate single-particle hopping in a time-periodic manner. We demonstrate that this dynamic setting is well captured by an effective Hamiltonian that preserves the parity symmetry, a key requirement for the stabilization of Majorana zero modes. The phase diagram of our system is determined using a bosonization theory, which is then validated by a numerical study of the topological bulk gap and entanglement spectrum using matrix product states. Our results indicate that Majorana zero modes can be stabilized in a large parameter space, accessible in optical-lattice experiments.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 14:19:51 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 16:01:39 GMT" } ]
2025-03-14T00:00:00
[ [ "Defossez", "Anais", "" ], [ "Vanderstraeten", "Laurens", "" ], [ "Gavensky", "Lucila Peralta", "" ], [ "Goldman", "Nathan", "" ] ]
2412.15185
Or Madar
Or Madar, Ohad Fried
Tiled Diffusion
Please visit our website for more information and the code: https://madaror.github.io/tiled-diffusion.github.io/
CVPR 2025
null
null
cs.CV
http://creativecommons.org/licenses/by-nc-nd/4.0/
Image tiling -- the seamless connection of disparate images to create a coherent visual field -- is crucial for applications such as texture creation, video game asset development, and digital art. Traditionally, tiles have been constructed manually, a method that poses significant limitations in scalability and flexibility. Recent research has attempted to automate this process using generative models. However, current approaches primarily focus on tiling textures and manipulating models for single-image generation, without inherently supporting the creation of multiple interconnected tiles across diverse domains. This paper presents Tiled Diffusion, a novel approach that extends the capabilities of diffusion models to accommodate the generation of cohesive tiling patterns across various domains of image synthesis that require tiling. Our method supports a wide range of tiling scenarios, from self-tiling to complex many-to-many connections, enabling seamless integration of multiple images. Tiled Diffusion automates the tiling process, eliminating the need for manual intervention and enhancing creative possibilities in various applications, such as seamlessly tiling of existing images, tiled texture creation, and 360$^\circ$ synthesis.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 18:55:25 GMT" }, { "version": "v2", "created": "Sat, 8 Mar 2025 19:03:23 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 17:02:35 GMT" } ]
2025-03-14T00:00:00
[ [ "Madar", "Or", "" ], [ "Fried", "Ohad", "" ] ]
2412.15414
Giorgio Comitini
Giorgio Comitini and Fabio Siringo
QCD phase diagram from the gluon propagator at finite temperature and density
null
Phys. Rev. D 111, 054012 (2025)
10.1103/PhysRevD.111.054012
null
hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The screened massive expansion of full QCD is used in conjunction with a model for infrared quark masses to compute the Landau-gauge gluon propagator at finite temperature and baryonic density. Analytic expressions up to a one-dimensional momentum integral are provided for the propagator, and its behavior is studied at zero Matsubara frequency with respect to temperature, chemical potential, and the parameters of the expansion. The phase diagram of QCD is explored under the assumption that the deconfinement temperature can be identified as the position of the maximum of the longitudinal gluon propagator at zero Matsubara frequency and fixed spatial momentum.
[ { "version": "v1", "created": "Thu, 19 Dec 2024 21:48:31 GMT" }, { "version": "v2", "created": "Fri, 7 Mar 2025 10:51:46 GMT" } ]
2025-03-14T00:00:00
[ [ "Comitini", "Giorgio", "" ], [ "Siringo", "Fabio", "" ] ]
2412.16293
Timothy Proctor
Robin Blume-Kohout, Kenneth Rudinger, and Timothy Proctor
Easy better quantum process tomography
v2: Author added; Minor changes
null
null
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Quantum process tomography (QPT), used to estimate the linear map that best describes a quantum operation, is usually performed using a priori assumptions about state preparation and measurement (SPAM), which yield a biased and inconsistent estimator. This estimate can be made more accurate and less biased by incorporating SPAM-calibration data. Unobservable properties of the SPAM operations introduce a small gauge freedom that can be regularized using the a priori SPAM. We give an explicit correction procedure for standard linear-inversion QPT and overcomplete linear-inversion QPT, and describe how to extend it to statistically principled estimators like maximum likelihood estimation.
[ { "version": "v1", "created": "Fri, 20 Dec 2024 19:07:48 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 21:15:39 GMT" } ]
2025-03-14T00:00:00
[ [ "Blume-Kohout", "Robin", "" ], [ "Rudinger", "Kenneth", "" ], [ "Proctor", "Timothy", "" ] ]
2412.16780
Changchang Sun
Changchang Sun and Ren Wang and Yihua Zhang and Jinghan Jia and Jiancheng Liu and Gaowen Liu and Sijia Liu and Yan Yan
Forget Vectors at Play: Universal Input Perturbations Driving Machine Unlearning in Image Classification
null
null
null
null
cs.LG cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Machine unlearning (MU), which seeks to erase the influence of specific unwanted data from already-trained models, is becoming increasingly vital in model editing, particularly to comply with evolving data regulations like the ``right to be forgotten''. Conventional approaches are predominantly model-based, typically requiring retraining or fine-tuning the model's weights to meet unlearning requirements. In this work, we approach the MU problem from a novel input perturbation-based perspective, where the model weights remain intact throughout the unlearning process. We demonstrate the existence of a proactive input-based unlearning strategy, referred to forget vector, which can be generated as an input-agnostic data perturbation and remains as effective as model-based approximate unlearning approaches. We also explore forget vector arithmetic, whereby multiple class-specific forget vectors are combined through simple operations (e.g., linear combinations) to generate new forget vectors for unseen unlearning tasks, such as forgetting arbitrary subsets across classes. Extensive experiments validate the effectiveness and adaptability of the forget vector, showcasing its competitive performance relative to state-of-the-art model-based methods. Codes are available at https://github.com/Changchangsun/Forget-Vector.
[ { "version": "v1", "created": "Sat, 21 Dec 2024 21:27:22 GMT" }, { "version": "v2", "created": "Wed, 8 Jan 2025 17:00:18 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 01:25:27 GMT" } ]
2025-03-14T00:00:00
[ [ "Sun", "Changchang", "" ], [ "Wang", "Ren", "" ], [ "Zhang", "Yihua", "" ], [ "Jia", "Jinghan", "" ], [ "Liu", "Jiancheng", "" ], [ "Liu", "Gaowen", "" ], [ "Liu", "Sijia", "" ], [ "Yan", "Yan", "" ] ]
2412.16833
Kaiwen Zuo
Kaiwen Zuo, Yirui Jiang, Fan Mo, Pietro Lio
KG4Diagnosis: A Hierarchical Multi-Agent LLM Framework with Knowledge Graph Enhancement for Medical Diagnosis
10 pages,5 figures,published to AAAI-25 Bridge Program
null
null
null
cs.AI cs.LG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Integrating Large Language Models (LLMs) in healthcare diagnosis demands systematic frameworks that can handle complex medical scenarios while maintaining specialized expertise. We present KG4Diagnosis, a novel hierarchical multi-agent framework that combines LLMs with automated knowledge graph construction, encompassing 362 common diseases across medical specialties. Our framework mirrors real-world medical systems through a two-tier architecture: a general practitioner (GP) agent for initial assessment and triage, coordinating with specialized agents for in-depth diagnosis in specific domains. The core innovation lies in our end-to-end knowledge graph generation methodology, incorporating: (1) semantic-driven entity and relation extraction optimized for medical terminology, (2) multi-dimensional decision relationship reconstruction from unstructured medical texts, and (3) human-guided reasoning for knowledge expansion. KG4Diagnosis serves as an extensible foundation for specialized medical diagnosis systems, with capabilities to incorporate new diseases and medical knowledge. The framework's modular design enables seamless integration of domain-specific enhancements, making it valuable for developing targeted medical diagnosis systems. We provide architectural guidelines and protocols to facilitate adoption across medical contexts.
[ { "version": "v1", "created": "Sun, 22 Dec 2024 02:40:59 GMT" }, { "version": "v2", "created": "Fri, 3 Jan 2025 00:07:09 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 03:05:30 GMT" } ]
2025-03-14T00:00:00
[ [ "Zuo", "Kaiwen", "" ], [ "Jiang", "Yirui", "" ], [ "Mo", "Fan", "" ], [ "Lio", "Pietro", "" ] ]
2412.17741
Rui Qian
Rui Qian, Xin Yin, Dejing Dou
Reasoning to Attend: Try to Understand How <SEG> Token Works
This work has been accepted to CVPR 2025, please refer to https://github.com/rui-qian/READ
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Current Large Multimodal Models (LMMs) empowered visual grounding typically rely on $\texttt{<SEG>}$ tokens as a text prompt to jointly optimize the vision-language model (e.g., LLaVA) and the downstream task-specific model (e.g., SAM). However, we observe that little research has looked into how it works.In this work, we first visualize the similarity maps, which are obtained by computing the semantic similarity between the $\texttt{<SEG>}$ token and the image token embeddings derived from the last hidden layer in both the LLaVA encoder and SAM decoder. Intriguingly, we have found that a striking consistency holds in terms of activation responses in the similarity map, which reveals that what the $\texttt{<SEG>}$ token contributes to is semantic similarity within image-text pairs. Specifically, the $\texttt{<SEG>}$ token, a placeholder expanded in text vocabulary, extensively queries among individual tokenized image patches to match the semantics of an object from text to the paired image, while the Large Language Models (LLMs) are being fine-tuned. Upon the above findings, we present READ, which facilitates LMMs' resilient $\textbf{REA}$soning capability of where to atten$\textbf{D}$ under the guidance of highly activated points borrowed from similarity maps. Remarkably, READ features an intuitive design, Similarity as Points module (SasP), which can be seamlessly applied to $\texttt{<SEG>}$-like paradigms in a plug-and-play fashion. Also, extensive experiments have been conducted on ReasonSeg and RefCOCO(+/g) datasets. To validate whether READ suffers from catastrophic forgetting of previous skills after fine-tuning, we further assess its generation ability on an augmented FP-RefCOCO(+/g) dataset. All codes and models are publicly available at https://github.com/rui-qian/READ.
[ { "version": "v1", "created": "Mon, 23 Dec 2024 17:44:05 GMT" }, { "version": "v2", "created": "Wed, 25 Dec 2024 10:19:44 GMT" }, { "version": "v3", "created": "Mon, 20 Jan 2025 07:57:50 GMT" }, { "version": "v4", "created": "Wed, 5 Mar 2025 15:55:51 GMT" }, { "version": "v5", "created": "Thu, 6 Mar 2025 04:11:30 GMT" }, { "version": "v6", "created": "Thu, 13 Mar 2025 14:04:12 GMT" } ]
2025-03-14T00:00:00
[ [ "Qian", "Rui", "" ], [ "Yin", "Xin", "" ], [ "Dou", "Dejing", "" ] ]
2412.17783
Mathias Kuschick
Mathias Kuschick
Encoding off-shell effects in top pair production in Direct Diffusion networks
Talk at the 17th International Workshop on Top Quark Physics (Top2024), 22-27 September 2024
null
null
null
hep-ph
http://creativecommons.org/licenses/by/4.0/
To meet the precision targets of upcoming LHC runs in the simulation of top pair production events it is essential to also consider off-shell effects. Due to their great computational cost I propose to encode them in neural networks. For that I use a combination of neural networks that take events with approximate off-shell effects and transform them into events that match those obtained with full off-shell calculations. This was shown to work reliably and efficiently at leading order. Here I discuss first steps extending this method to include higher order effects.
[ { "version": "v1", "created": "Mon, 23 Dec 2024 18:42:51 GMT" }, { "version": "v2", "created": "Tue, 7 Jan 2025 14:54:24 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 12:34:55 GMT" } ]
2025-03-14T00:00:00
[ [ "Kuschick", "Mathias", "" ] ]
2412.18193
Paige Bright
Paige Bright, Manik Dhar
Spread Furstenberg Sets
20 pages, no figures. Added reference
null
null
null
math.CA math.MG
http://creativecommons.org/licenses/by/4.0/
We obtain new bounds for (a variant of) the Furstenberg set problem for high dimensional flats over $\mathbb{R}^n$. In particular, let $F\subset \mathbb{R}^n$, $1\leq k \leq n-1$, $s\in (0,k]$, and $t\in (0,k(n-k)]$. We say that $F$ is a $(s,t;k)$-spread Furstenberg set if there exists a $t$-dimensional set of subspaces $\mathcal P \subset \mathcal G(n,k)$ such that for all $P\in \mathcal P$, there exists a translation vector $a_P \in \mathbb{R}^n$ such that $\dim(F\cap (P + a_P)) \geq s$. We show that given $k \geq k_0 +1$ (where $k_0:= k_0(n)$ is sufficiently large) and $s>k_0$, every $(s,t;k)$-spread Furstenberg set $F$ in $\mathbb{R}^n$ satisfies \[ \dim F \geq n-k + s - \frac{k(n-k) - t}{\lceil s\rceil - k_0 +1 }. \] Our methodology is motivated by the work of the second author, Dvir, and Lund over finite fields.
[ { "version": "v1", "created": "Tue, 24 Dec 2024 06:01:17 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 03:38:25 GMT" } ]
2025-03-14T00:00:00
[ [ "Bright", "Paige", "" ], [ "Dhar", "Manik", "" ] ]
2412.18652
Christian Copetti
Andrea Antinucci, Christian Copetti, Giovanni Galati and Giovanni Rizi
Topological Constraints on Defect Dynamics
31 pages, 3 figures. v2 added references and improved nomenclature
null
null
null
hep-th cond-mat.str-el
http://creativecommons.org/licenses/by/4.0/
Extended objects (defects) in Quantum Field Theory exhibit rich, nontrivial dynamics describing a variety of physical phenomena. These systems often involve strong coupling at long distances, where the bulk and defects interact, making analytical studies challenging. By carefully analyzing the behavior of bulk symmetries in the presence of defects, we uncover robust topological constraints on defect RG flows. Specifically, we introduce the notions of $\textit{defect anomalies}$ and $\textit{symmetry reflecting defects}$, both of which are RG-invariant. Several known notions, such as higher-form symmetries, fractionalization, and projective lines, are revealed to be manifestations of defect anomalies, which also encompass novel phenomena and forbid trivial defect dynamics in the IR. Meanwhile, symmetry reflecting defects are shown to remain coupled at low energies, imposing powerful dynamical constraints. We verify our findings through concrete examples: exactly solvable defect RG flows in (1+1)d Conformal Field Theories with symmetry reflecting lines and a surface defect in (2+1)d scalar QED.
[ { "version": "v1", "created": "Tue, 24 Dec 2024 19:00:01 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 11:15:45 GMT" } ]
2025-03-14T00:00:00
[ [ "Antinucci", "Andrea", "" ], [ "Copetti", "Christian", "" ], [ "Galati", "Giovanni", "" ], [ "Rizi", "Giovanni", "" ] ]
2412.18947
Kaiwen Zuo
Kaiwen Zuo, Yirui Jiang
MedHallBench: A New Benchmark for Assessing Hallucination in Medical Large Language Models
Published to AAAI-25 Bridge Program
null
null
null
cs.CL cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Medical Large Language Models (MLLMs) have demonstrated potential in healthcare applications, yet their propensity for hallucinations -- generating medically implausible or inaccurate information -- presents substantial risks to patient care. This paper introduces MedHallBench, a comprehensive benchmark framework for evaluating and mitigating hallucinations in MLLMs. Our methodology integrates expert-validated medical case scenarios with established medical databases to create a robust evaluation dataset. The framework employs a sophisticated measurement system that combines automated ACHMI (Automatic Caption Hallucination Measurement in Medical Imaging) scoring with rigorous clinical expert evaluations and utilizes reinforcement learning methods to achieve automatic annotation. Through an optimized reinforcement learning from human feedback (RLHF) training pipeline specifically designed for medical applications, MedHallBench enables thorough evaluation of MLLMs across diverse clinical contexts while maintaining stringent accuracy standards. We conducted comparative experiments involving various models, utilizing the benchmark to establish a baseline for widely adopted large language models (LLMs). Our findings indicate that ACHMI provides a more nuanced understanding of the effects of hallucinations compared to traditional metrics, thereby highlighting its advantages in hallucination assessment. This research establishes a foundational framework for enhancing MLLMs' reliability in healthcare settings and presents actionable strategies for addressing the critical challenge of AI hallucinations in medical applications.
[ { "version": "v1", "created": "Wed, 25 Dec 2024 16:51:29 GMT" }, { "version": "v2", "created": "Fri, 3 Jan 2025 00:16:52 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 02:29:47 GMT" } ]
2025-03-14T00:00:00
[ [ "Zuo", "Kaiwen", "" ], [ "Jiang", "Yirui", "" ] ]
2501.00012
Ian McCue
Samuel Price, Zhaoxi Cao, Ian McCue
On-the-Fly Path Planning for the Design of Compositional Gradients in High Dimensions
28 pages, 9 figures, 3 supplementary figures, 1 table
null
null
null
physics.comp-ph cond-mat.mtrl-sci
http://creativecommons.org/licenses/by-nc-nd/4.0/
Functional gradients have recently experienced an explosion in activity due to advances in manufacturing, where compositions can now be spatially varied on-the-fly during fabrication. In addition, modern computational thermodynamics has reached sufficient maturity -- with respect to property databases and the availability of commercial software -- that gradients can be designed with specific sets of properties. Despite these successes, there are practical limitations on the calculation speeds of these thermodynamic tools that make it intractable to model every element in an alloy. As a result, most path planning is carried out via surrogate models on simplified systems (e.g., approximating Inconel 718 as Ni$_{59}$Cr$_{23}$Fe$_{18}$ instead of Ni$_{53}$Cr$_{23}$Fe$_{18}$Nb$_{3}$Mo$_{2}$Ti$_{1}$). In this work, we demonstrate that this limitation can be overcome using a combination of on-the-fly sampling and a conjectured corollary of the lever rule for transformations of isothermal paths in arbitrary compositional dimensions. We quantitatively benchmark the effectiveness of this new method and find that it can be as much as 106 times more efficient than surrogate modeling.
[ { "version": "v1", "created": "Fri, 13 Dec 2024 18:54:40 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 17:20:56 GMT" } ]
2025-03-14T00:00:00
[ [ "Price", "Samuel", "" ], [ "Cao", "Zhaoxi", "" ], [ "McCue", "Ian", "" ] ]
2501.00371
Derya Malak
Derya Malak
Structured Codes for Distributed Matrix Multiplication
Preprint. A preliminary version of this work was presented in parts at the 2024 Int. Symp. Inf. Theory, Athens, Greece
null
null
null
cs.IT math.IT
http://creativecommons.org/licenses/by/4.0/
Our work addresses the well-known open problem of distributed computing of bilinear functions of two correlated sources ${\bf A}$ and ${\bf B}$. In a setting with two nodes, with the first node having access to ${\bf A}$ and the second to ${\bf B}$, we establish bounds on the optimal sum-rate that allows a receiver to compute an important class of non-linear functions, and in particular bilinear functions, including dot products $\langle {\bf A},{\bf B}\rangle$, and general matrix products ${\bf A}^{\intercal}{\bf B}$ over finite fields. The bounds are tight, for large field sizes, for which case we can derive the exact fundamental performance limits for all problem dimensions and a large class of sources. Our achievability scheme involves the design of non-linear transformations of ${\bf A}$ and ${\bf B}$, which are carefully calibrated to work synergistically with the structured linear encoding scheme by K\"orner and Marton. The subsequent converse derived here, calibrates the Han-Kobayashi approach to yield a relatively tight converse on the sum rate. We also demonstrate unbounded compression gains over Slepian-Wolf coding, depending on the source correlations. In the end, our work derives fundamental limits for distributed computing of a crucial class of functions, succinctly capturing the computation structures and source correlations. Our findings are subsequently applied to the practical master-workers-receiver framework, where each of $N$ distributed workers has a bounded memory reflecting a bounded computational capability. By combining the above scheme with the polynomial code framework, we design novel structured polynomial codes for distributed matrix multiplication, and show that our codes can surpass the performance of the existing state of art, while also adapting these new codes to support chain matrix multiplications and information-theoretically secure computations.
[ { "version": "v1", "created": "Tue, 31 Dec 2024 09:47:55 GMT" }, { "version": "v2", "created": "Sun, 2 Feb 2025 08:24:54 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 11:22:22 GMT" } ]
2025-03-14T00:00:00
[ [ "Malak", "Derya", "" ] ]
2501.00620
Navid Afrasiabian
Navid Afrasiabian, Colin Denniston
A Novel Velocity Discretization for Lattice Boltzmann Method: Application to Compressible Flow
33 pages, 10 figures
null
10.1063/5.0255862
null
cond-mat.soft cond-mat.mtrl-sci physics.flu-dyn
http://creativecommons.org/licenses/by-nc-sa/4.0/
The Lattice Boltzmann Method (LBM) has emerged as a powerful tool in computational fluid dynamics and material science. However, standard LBM formulation imposes some limitations on the applications of the method, particularly compressible fluids. In this paper, we introduce a new velocity discretization method to overcome some of these challenges. In this new formulation, the particle populations are discretized using a bump function that has a mean and a variance. This introduces enough independent degrees of freedom to set the equilibrium moments to the moments of Maxwell-Boltzmann distribution up to and including the third moments. Consequently, the correct macroscopic fluid dynamics equations for compressible fluids are recovered. We validate our method using several benchmark simulations.
[ { "version": "v1", "created": "Tue, 31 Dec 2024 19:42:06 GMT" } ]
2025-03-14T00:00:00
[ [ "Afrasiabian", "Navid", "" ], [ "Denniston", "Colin", "" ] ]
2501.01193
Mikhail G. Katz
Mikhail G. Katz and Karl Kuhlemann
Leibniz's contested infinitesimals: Further depictions
38 pages; to appear in Ganita Bharati
Ganita Bharati 35 (2023), no. 1, 77-112
10.32381/GB.2022.45.1.4
null
math.HO
http://creativecommons.org/licenses/by/4.0/
We contribute to the lively debate in current scholarship on the Leibnizian calculus. In a recent text, Arthur and Rabouin argue that non-Archimedean continua are incompatible with Leibniz's concepts of number, quantity and magnitude. They allege that Leibniz viewed infinitesimals as contradictory, and claim to deduce such a conclusion from an analysis of the Leibnizian definition of quantity. However, their argument is marred by numerous errors, deliberate omissions, and misrepresentations, stemming in a number of cases from flawed analyses in their earlier publications. We defend the thesis, traceable to the classic study by Henk Bos, that Leibniz used genuine infinitesimals, which he viewed as fictional mathematical entities (and not merely shorthand for talk about more ordinary quantities) on par with negatives and imaginaries.
[ { "version": "v1", "created": "Thu, 2 Jan 2025 11:04:31 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 10:34:29 GMT" } ]
2025-03-14T00:00:00
[ [ "Katz", "Mikhail G.", "" ], [ "Kuhlemann", "Karl", "" ] ]
2501.02220
William Jacobs
Hunter Seyforth, Sambarta Chatterjee, Thomas E. Videb{\ae}k, Manodeep Mondal, William M. Jacobs, and W. Benjamin Rogers
The underappreciated role of nonspecific interactions in the crystallization of DNA-coated colloids
Includes supplementary information
null
null
null
cond-mat.soft cond-mat.mtrl-sci
http://creativecommons.org/licenses/by-nc-nd/4.0/
Over the last decade, the field of programmable self-assembly has seen an explosion in the diversity of crystal lattices that can be synthesized from DNA-coated colloidal nanometer- and micrometer-scale particles. The prevailing wisdom has been that a particular crystal structure can be targeted by designing the DNA-mediated interactions, to enforce binding between specific particle pairs, and the particle diameters, to control the packing of the various species. In this article, we show that other ubiquitous nonspecific interactions can play equally important roles in determining the relative stability of different crystal polymorphs and therefore what crystal structure is most likely to form in an experiment. For a binary mixture of same-sized DNA-coated colloidal micrometer-scale particles, we show how changing the magnitudes of nonspecific steric and van der Waals interactions gives rise to a family of binary body-centered tetragonal crystals, including both cesium-chloride and copper-gold crystals. Simulations using pair potentials that account for these interactions reproduce our experimental observations quantitatively, and a theoretical model reveals how a subtle balance between specific and nonspecific forces determines the equilibrium crystal structure. These results highlight the importance of accounting for nonspecific interactions in the crystal-engineering design process.
[ { "version": "v1", "created": "Sat, 4 Jan 2025 07:43:19 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:47:42 GMT" } ]
2025-03-14T00:00:00
[ [ "Seyforth", "Hunter", "" ], [ "Chatterjee", "Sambarta", "" ], [ "Videbæk", "Thomas E.", "" ], [ "Mondal", "Manodeep", "" ], [ "Jacobs", "William M.", "" ], [ "Rogers", "W. Benjamin", "" ] ]
2501.02509
Hui Li
Hui Li, Xiaoyu Ren, Hongjiu Yu, Huiyu Duan, Kai Li, Ying Chen, Libo Wang, Xiongkuo Min, Guangtao Zhai, Xu Liu
Facial Attractiveness Prediction in Live Streaming: A New Benchmark and Multi-modal Method
Section 3 in Images Collection has description errors about data cleaning. The compared methods data of Table 3 lacks other metrics
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Facial attractiveness prediction (FAP) has long been an important computer vision task, which could be widely applied in live streaming for facial retouching, content recommendation, etc. However, previous FAP datasets are either small, closed-source, or lack diversity. Moreover, the corresponding FAP models exhibit limited generalization and adaptation ability. To overcome these limitations, in this paper we present LiveBeauty, the first large-scale live-specific FAP dataset, in a more challenging application scenario, i.e., live streaming. 10,000 face images are collected from a live streaming platform directly, with 200,000 corresponding attractiveness annotations obtained from a well-devised subjective experiment, making LiveBeauty the largest open-access FAP dataset in the challenging live scenario. Furthermore, a multi-modal FAP method is proposed to measure the facial attractiveness in live streaming. Specifically, we first extract holistic facial prior knowledge and multi-modal aesthetic semantic features via a Personalized Attractiveness Prior Module (PAPM) and a Multi-modal Attractiveness Encoder Module (MAEM), respectively, then integrate the extracted features through a Cross-Modal Fusion Module (CMFM). Extensive experiments conducted on both LiveBeauty and other open-source FAP datasets demonstrate that our proposed method achieves state-of-the-art performance. Dataset will be available soon.
[ { "version": "v1", "created": "Sun, 5 Jan 2025 11:43:35 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 02:34:18 GMT" } ]
2025-03-14T00:00:00
[ [ "Li", "Hui", "" ], [ "Ren", "Xiaoyu", "" ], [ "Yu", "Hongjiu", "" ], [ "Duan", "Huiyu", "" ], [ "Li", "Kai", "" ], [ "Chen", "Ying", "" ], [ "Wang", "Libo", "" ], [ "Min", "Xiongkuo", "" ], [ "Zhai", "Guangtao", "" ], [ "Liu", "Xu", "" ] ]
2501.02877
Satoru Odake
Satoru Odake
Multi-indexed Orthogonal Polynomials of a Discrete Variable and Exactly Solvable Birth and Death Processes
35 pages. Typos are corrected. Comments and some data are added. To appear in PTEP
null
null
DPSU-25-1
math-ph hep-th math.CA math.MP math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present the case-(1) multi-indexed orthogonal polynomials of a discrete variable for 8 types ((dual)($q$-)Hahn, three kinds of $q$-Krawtchouk and $q$-Meixner). Based on them and the case-(1) multi-indexed orthogonal polynomials of Racah, $q$-Racah, Meixner, little $q$-Jacobi and little $q$-Laguerre types, exactly solvable continuous time birth and death processes are obtained. Their discrete time versions (Markov chains) are also obtained for finite types.
[ { "version": "v1", "created": "Mon, 6 Jan 2025 09:37:44 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 07:33:14 GMT" } ]
2025-03-14T00:00:00
[ [ "Odake", "Satoru", "" ] ]
2501.02894
Igal Sason
Igal Sason
On H-Intersecting Graph Families and Counting of Homomorphisms
null
null
null
null
math.CO cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This work derives an upper bound on the maximum cardinality of a family of graphs on a fixed number of vertices, in which the intersection of every two graphs in that family contains a subgraph that is isomorphic to a specified graph H. Such families are referred to as H-intersecting graph families. The bound is derived using the combinatorial version of Shearer's lemma, and it forms a nontrivial extension of the bound derived by Chung, Graham, Frankl, and Shearer (1986), where H is specialized to a triangle. The derived bound is expressed in terms of the chromatic number of H, while a relaxed version, formulated using the Lov\'{a}sz $\vartheta$-function of the complement of H, offers reduced computational complexity. Additionally, a probabilistic version of Shearer's lemma, combined with properties of the Shannon entropy, are employed to establish bounds related to the enumeration of graph homomorphisms, providing further insights into the interplay between combinatorial structures and information-theoretic principles.
[ { "version": "v1", "created": "Mon, 6 Jan 2025 10:16:22 GMT" }, { "version": "v2", "created": "Tue, 4 Feb 2025 09:38:46 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 12:24:28 GMT" } ]
2025-03-14T00:00:00
[ [ "Sason", "Igal", "" ] ]
2501.03636
Lucio Centrone
Lucio Centrone, Sehmus Findik, Manuela da Silva Souza
On the Nowicki Conjecture for the free Lie algebra of rank 2
null
null
null
null
math.RA
http://creativecommons.org/licenses/by/4.0/
Let K[X_n]=K[x_1,\ldots,x_n] be the polynomial algebra in n variables over a field K of characteristic zero. A locally nilpotent linear derivation \delta of K[X_n] is called Weitzenb\"ock due to his well known result from 1932 stating that the algebra \text{\rm ker}(\delta)=K[X_n]^{\delta} of constants of $\delta$ is finitely generated. The explicit form of a generating set of $K[X_n,Y_n]^{\delta}$ was conjectured by Nowicki in 1994 in the case \delta was such that \delta(y_{i})=x_{i}$, $\delta(x_i)=0, i=1,\ldots,n. Nowicki's conjecture turned out to be true and, recently, has been applied to several relatively free associative algebras. In this paper, we consider the free Lie algebra \mathcal{L}(x,y) of rank 2 generated by x and y over K and we assume the Weitzenb\"ock derivation \delta sending y to x, and x to zero. We introduce the idea of pseudodeterminants and we present a characterization of Hall monomials that are constants showing they are not so far from being pseudodeterminants. We also give a complete list of generators of the constants of degree less than 7 which are, of course, pseudodeterminants.
[ { "version": "v1", "created": "Tue, 7 Jan 2025 09:11:42 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:51:12 GMT" } ]
2025-03-14T00:00:00
[ [ "Centrone", "Lucio", "" ], [ "Findik", "Sehmus", "" ], [ "Souza", "Manuela da Silva", "" ] ]
2501.04076
Debasish Borah
Disha Bandyopadhyay, Debasish Borah, Nayan Das
Axion misalignment with memory-burdened PBH
33 pages, 13 captioned figures, matches version accepted for publication in JCAP
null
null
null
hep-ph astro-ph.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study the possibility of producing axion dark matter (DM) via misalignment mechanisms in a non-standard cosmological era dominated by ultra-light primordial black holes (PBH). While the effect of PBH domination on the production of axion via vacuum misalignment is known assuming the PBH evaporation to proceed according to Hawking's semi-classical (SC) approximation, we go beyond these simplest possibilities to include kinetic misalignment of axion and backreaction effect of emitted particles on the PBH themselves, referred to as the memory-burden (MB) effect. We show that, depending upon the type of misalignment mechanism and PBH evaporation regime, the axion as well as PBH parameter space consistent with the observed DM relic changes significantly having interesting implications for axion detection experiments. PBH also offer complementary detection prospects via gravitational wave due to PBH density fluctuations and excess radiation due to emission of hot axions within reach of future cosmic microwave background experiments.
[ { "version": "v1", "created": "Tue, 7 Jan 2025 19:00:00 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 16:51:03 GMT" } ]
2025-03-14T00:00:00
[ [ "Bandyopadhyay", "Disha", "" ], [ "Borah", "Debasish", "" ], [ "Das", "Nayan", "" ] ]
2501.04467
Marc Aubreville
Christof A. Bertram, Viktoria Weiss, Taryn A. Donovan, Sweta Banerjee, Thomas Conrad, Jonas Ammeling, Robert Klopfleisch, Christopher Kaltenecker, Marc Aubreville
Histologic Dataset of Normal and Atypical Mitotic Figures on Human Breast Cancer (AMi-Br)
null
In: Palm, C., et al. Bildverarbeitung f\"ur die Medizin 2025. BVM 2025. Informatik aktuell. Springer Vieweg, Wiesbaden
10.1007/978-3-658-47422-5_25
null
cs.CV cs.DB
http://creativecommons.org/licenses/by-nc-nd/4.0/
Assessment of the density of mitotic figures (MFs) in histologic tumor sections is an important prognostic marker for many tumor types, including breast cancer. Recently, it has been reported in multiple works that the quantity of MFs with an atypical morphology (atypical MFs, AMFs) might be an independent prognostic criterion for breast cancer. AMFs are an indicator of mutations in the genes regulating the cell cycle and can lead to aberrant chromosome constitution (aneuploidy) of the tumor cells. To facilitate further research on this topic using pattern recognition, we present the first ever publicly available dataset of atypical and normal MFs (AMi-Br). For this, we utilized two of the most popular MF datasets (MIDOG 2021 and TUPAC) and subclassified all MFs using a three expert majority vote. Our final dataset consists of 3,720 MFs, split into 832 AMFs (22.4%) and 2,888 normal MFs (77.6%) across all 223 tumor cases in the combined set. We provide baseline classification experiments to investigate the consistency of the dataset, using a Monte Carlo cross-validation and different strategies to combat class imbalance. We found an averaged balanced accuracy of up to 0.806 when using a patch-level data set split, and up to 0.713 when using a patient-level split.
[ { "version": "v1", "created": "Wed, 8 Jan 2025 12:41:42 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 07:10:26 GMT" } ]
2025-03-14T00:00:00
[ [ "Bertram", "Christof A.", "" ], [ "Weiss", "Viktoria", "" ], [ "Donovan", "Taryn A.", "" ], [ "Banerjee", "Sweta", "" ], [ "Conrad", "Thomas", "" ], [ "Ammeling", "Jonas", "" ], [ "Klopfleisch", "Robert", "" ], [ "Kaltenecker", "Christopher", "" ], [ "Aubreville", "Marc", "" ] ]
2501.04774
Kuldeep Deka
Nicol\'as Bernal, Kuldeep Deka, Marta Losada
Dark Matter Ultraviolet Freeze-in in General Reheating Scenarios
22 pages, 6 figures, references updated, minor changes, version accepted for publication in PRD
null
null
null
hep-ph astro-ph.CO hep-th
http://creativecommons.org/licenses/by/4.0/
The dynamics of cosmic reheating, that is, on how the energy stored in the inflaton is transferred to the standard model (SM) thermal bath, is largely unknown. In this work, we show that the phenomenology of the nonbaryonic dark matter (DM) ultraviolet freeze-in production strongly depends on the dynamics of the cosmic-reheating era. Using a general parametrization for the Hubble expansion rate and SM temperature, we thoroughly investigate DM production during reheating, not only recovering earlier findings that focused on specific cases, but also exploring alternative scenarios. Additionally, we derive a generalized framework for DM production via inflaton decays and identify the viable parameter space, while simultaneously addressing constraints from CMB observations. As illustrative examples, we explore gravitational DM production through scatterings of SM particles or inflatons, deriving well-defined parameter regions for these scenarios.
[ { "version": "v1", "created": "Wed, 8 Jan 2025 19:00:01 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 13:17:52 GMT" } ]
2025-03-14T00:00:00
[ [ "Bernal", "Nicolás", "" ], [ "Deka", "Kuldeep", "" ], [ "Losada", "Marta", "" ] ]
2501.05031
Ronghao Dang
Ronghao Dang, Yuqian Yuan, Wenqi Zhang, Yifei Xin, Boqiang Zhang, Long Li, Liuyi Wang, Qinyang Zeng, Xin Li, Lidong Bing
ECBench: Can Multi-modal Foundation Models Understand the Egocentric World? A Holistic Embodied Cognition Benchmark
null
null
null
null
cs.CV cs.LG cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The enhancement of generalization in robots by large vision-language models (LVLMs) is increasingly evident. Therefore, the embodied cognitive abilities of LVLMs based on egocentric videos are of great interest. However, current datasets for embodied video question answering lack comprehensive and systematic evaluation frameworks. Critical embodied cognitive issues, such as robotic self-cognition, dynamic scene perception, and hallucination, are rarely addressed. To tackle these challenges, we propose ECBench, a high-quality benchmark designed to systematically evaluate the embodied cognitive abilities of LVLMs. ECBench features a diverse range of scene video sources, open and varied question formats, and 30 dimensions of embodied cognition. To ensure quality, balance, and high visual dependence, ECBench uses class-independent meticulous human annotation and multi-round question screening strategies. Additionally, we introduce ECEval, a comprehensive evaluation system that ensures the fairness and rationality of the indicators. Utilizing ECBench, we conduct extensive evaluations of proprietary, open-source, and task-specific LVLMs. ECBench is pivotal in advancing the embodied cognitive capabilities of LVLMs, laying a solid foundation for developing reliable core models for embodied agents. All data and code are available at https://github.com/Rh-Dang/ECBench.
[ { "version": "v1", "created": "Thu, 9 Jan 2025 07:43:49 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 07:45:55 GMT" } ]
2025-03-14T00:00:00
[ [ "Dang", "Ronghao", "" ], [ "Yuan", "Yuqian", "" ], [ "Zhang", "Wenqi", "" ], [ "Xin", "Yifei", "" ], [ "Zhang", "Boqiang", "" ], [ "Li", "Long", "" ], [ "Wang", "Liuyi", "" ], [ "Zeng", "Qinyang", "" ], [ "Li", "Xin", "" ], [ "Bing", "Lidong", "" ] ]
2501.05280
Oskar V{\aa}ger\"o
Oskar V{\aa}ger\"o, Koen van Greevenbroek, Aleksander Grochowicz and Maximilian Roithner
Exploring near-optimal energy systems with stakeholders: a novel approach for participatory modelling
24 pages, 7 figures and 3 tables
null
null
null
cs.CY math.OC physics.soc-ph
http://creativecommons.org/licenses/by/4.0/
Involving people in energy systems planning can increase the legitimacy and socio-political feasibility of energy transitions. Participatory research in energy modelling offers the opportunity to engage with stakeholders in a comprehensive way, but is limited by how results can be generated and presented without imposing assumptions and discrete scenarios on the participants. To this end, we present a methodology and a framework, based on near-optimal modelling results, that can incorporate stakeholders in a holistic and engaging way. We confront stakeholders with a continuum of modelling-based energy system designs via an interactive interface allowing them to choose essentially any combination of components that meet the system requirements. Together with information on the implications of different technologies, it is possible to assess how participants prioritise different aspects in energy systems planning while also facilitating learning in an engaging and stimulating way. We showcase the methodology for the remote Arctic settlement of Longyearbyen and illustrate how participants deviate consistently from the cost optimum. At the same time, they manage to balance different priorities such as emissions, costs, and system vulnerability leading to a better understanding of the complexity and intertwined nature of decisions.
[ { "version": "v1", "created": "Thu, 9 Jan 2025 14:43:29 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 11:47:45 GMT" } ]
2025-03-14T00:00:00
[ [ "Vågerö", "Oskar", "" ], [ "van Greevenbroek", "Koen", "" ], [ "Grochowicz", "Aleksander", "" ], [ "Roithner", "Maximilian", "" ] ]
2501.05553
Ivan Solonenko
Ivan Solonenko, V\'ictor Sanmart\'in-L\'opez
Classification of cohomogeneity-one actions on symmetric spaces of noncompact type
60 pages, 6 figures. A few typos and minor errors corrected
null
null
null
math.DG
http://creativecommons.org/licenses/by/4.0/
We complete the classification of isometric cohomogeneity-one actions on all symmetric spaces of noncompact type up to orbit equivalence.
[ { "version": "v1", "created": "Thu, 9 Jan 2025 19:58:07 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 15:56:08 GMT" } ]
2025-03-14T00:00:00
[ [ "Solonenko", "Ivan", "" ], [ "Sanmartín-López", "Víctor", "" ] ]
2501.06532
Manuel Garcia-Fernandez
M. Garcia-Fernandez
Determination of galaxy photometric redshifts using Conditional Generative Adversarial Networks (CGANs)
null
null
null
null
astro-ph.IM astro-ph.CO cs.AI
http://creativecommons.org/licenses/by-nc-sa/4.0/
Accurate and reliable photometric redshift determination is one of the key aspects for wide-field photometric surveys. Determination of photometric redshift for galaxies, has been traditionally solved by use of machine-learning and artificial intelligence techniques trained on a calibration sample of galaxies, where both photometry and spectrometry are available. On this paper, we present a new algorithmic approach for determining photometric redshifts of galaxies using Conditional Generative Adversarial Networks (CGANs). The proposed implementation is able to determine both point-estimation and probability-density estimations for photometric redshifts. The methodology is tested with data from Dark Energy Survey (DES) Y1 data and compared with other existing algorithm such as a Mixture Density Network (MDN). Although results obtained show a superiority of MDN, CGAN quality-metrics are close to the MDN results, opening the door to the use of CGAN at photometric redshift estimation.
[ { "version": "v1", "created": "Sat, 11 Jan 2025 12:42:07 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 12:31:03 GMT" } ]
2025-03-14T00:00:00
[ [ "Garcia-Fernandez", "M.", "" ] ]
2501.06828
Ruizhe Ou
Ruizhe Ou, Yuan Hu, Fan Zhang, Jiaxin Chen, Yu Liu
GeoPix: Multi-Modal Large Language Model for Pixel-level Image Understanding in Remote Sensing
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Multi-modal large language models (MLLMs) have achieved remarkable success in image- and region-level remote sensing (RS) image understanding tasks, such as image captioning, visual question answering, and visual grounding. However, existing RS MLLMs lack the pixel-level dialogue capability, which involves responding to user instructions with segmentation masks for specific instances. In this paper, we propose GeoPix, a RS MLLM that extends image understanding capabilities to the pixel level. This is achieved by equipping the MLLM with a mask predictor, which transforms visual features from the vision encoder into masks conditioned on the LLM's segmentation token embeddings. To facilitate the segmentation of multi-scale objects in RS imagery, a class-wise learnable memory module is integrated into the mask predictor to capture and store class-wise geo-context at the instance level across the entire dataset. In addition, to address the absence of large-scale datasets for training pixel-level RS MLLMs, we construct the GeoPixInstruct dataset, comprising 65,463 images and 140,412 instances, with each instance annotated with text descriptions, bounding boxes, and masks. Furthermore, we develop a two-stage training strategy to balance the distinct requirements of text generation and masks prediction in multi-modal multi-task optimization. Extensive experiments verify the effectiveness and superiority of GeoPix in pixel-level segmentation tasks, while also maintaining competitive performance in image- and region-level benchmarks.
[ { "version": "v1", "created": "Sun, 12 Jan 2025 14:45:27 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 08:16:01 GMT" } ]
2025-03-14T00:00:00
[ [ "Ou", "Ruizhe", "" ], [ "Hu", "Yuan", "" ], [ "Zhang", "Fan", "" ], [ "Chen", "Jiaxin", "" ], [ "Liu", "Yu", "" ] ]
2501.07303
Yuri Tarasevich
Yuri Yu. Tarasevich, Andrei V. Eserkepov, Irina V. Vodolazskaya, Avik P. Chatterjee
Phenomenological model of crack patterns in thin colloidal films undergoing desiccation
11 pages, 60 refs., 12 figures, 4 tables
null
null
null
cond-mat.dis-nn cond-mat.stat-mech
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A number of geometric and topological properties of samples of crack-template based conductive films are examined to assess the degree to which Voronoi diagrams can successfully model structure and conductivity in such networks. Our analysis suggests that although Poisson--Voronoi diagrams are only partially successful in modeling structural features of real-world crack patterns formed in films undergoing desiccation, such diagrams can nevertheless be useful in situations where topological characteristics are more important than geometric ones. A phenomenological model is proposed that is more accurate at capturing features of the real-world crack patterns.
[ { "version": "v1", "created": "Mon, 13 Jan 2025 13:12:03 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 14:33:50 GMT" } ]
2025-03-14T00:00:00
[ [ "Tarasevich", "Yuri Yu.", "" ], [ "Eserkepov", "Andrei V.", "" ], [ "Vodolazskaya", "Irina V.", "" ], [ "Chatterjee", "Avik P.", "" ] ]
2501.07460
Omid Makhmali
Omid Makhmali
Weyl metrizability of 3-dimensional projective structures and CR submanifolds
25 pages; the statement of Theorem 5.2 is shortened and Remark 5.3 is added; Three more references are added
null
null
null
math.DG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A projective structure is Weyl metrizable if it has a representative that preserves a conformal structure. We interpret Weyl metrizability of 3-dimensional projective structures as certain 5-dimensional nondegenerate CR submanifolds in a class of 7-dimensional 2-nondegenerate CR structures. As a corollary, it follows that in dimension three Beltrami's theorem extends to conformal structures, i.e. a flat projective structure is Weyl metrizable exclusively with respect to a flat conformal structure. In higher dimensions it is shown that conformal Beltrami theorem remains true as well.
[ { "version": "v1", "created": "Mon, 13 Jan 2025 16:30:02 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 10:25:47 GMT" } ]
2025-03-14T00:00:00
[ [ "Makhmali", "Omid", "" ] ]
2501.07601
Yi-Ping Chen
Yi-Ping Chen, Vispi Karkaria, Ying-Kuan Tsai, Faith Rolark, Daniel Quispe, Robert X. Gao, Jian Cao, Wei Chen
Real-Time Decision-Making for Digital Twin in Additive Manufacturing with Model Predictive Control using Time-Series Deep Neural Networks
null
null
null
null
cs.LG cs.AI cs.SY eess.SY
http://creativecommons.org/licenses/by/4.0/
Digital Twin -- a virtual replica of a physical system enabling real-time monitoring, model updating, prediction, and decision-making -- combined with recent advances in machine learning, offers new opportunities for proactive control strategies in autonomous manufacturing. However, achieving real-time decision-making with Digital Twins requires efficient optimization driven by accurate predictions of highly nonlinear manufacturing systems. This paper presents a simultaneous multi-step Model Predictive Control (MPC) framework for real-time decision-making, using a multivariate deep neural network, named Time-Series Dense Encoder (TiDE), as the surrogate model. Unlike conventional MPC models which only provide one-step ahead prediction, TiDE is capable of predicting future states within the prediction horizon in one shot (multi-step), significantly accelerating the MPC. Using Directed Energy Deposition (DED) additive manufacturing as a case study, we demonstrate the effectiveness of the proposed MPC in achieving melt pool temperature tracking to ensure part quality, while reducing porosity defects by regulating laser power to maintain melt pool depth constraints. In this work, we first show that TiDE is capable of accurately predicting melt pool temperature and depth. Second, we demonstrate that the proposed MPC achieves precise temperature tracking while satisfying melt pool depth constraints within a targeted dilution range (10\%-30\%), reducing potential porosity defects. Compared to PID controller, the MPC results in smoother and less fluctuating laser power profiles with competitive or superior melt pool temperature control performance. This demonstrates the MPC's proactive control capabilities, leveraging time-series prediction and real-time optimization, positioning it as a powerful tool for future Digital Twin applications and real-time process optimization in manufacturing.
[ { "version": "v1", "created": "Fri, 10 Jan 2025 22:31:53 GMT" }, { "version": "v2", "created": "Thu, 30 Jan 2025 14:20:33 GMT" }, { "version": "v3", "created": "Wed, 12 Mar 2025 20:56:35 GMT" } ]
2025-03-14T00:00:00
[ [ "Chen", "Yi-Ping", "" ], [ "Karkaria", "Vispi", "" ], [ "Tsai", "Ying-Kuan", "" ], [ "Rolark", "Faith", "" ], [ "Quispe", "Daniel", "" ], [ "Gao", "Robert X.", "" ], [ "Cao", "Jian", "" ], [ "Chen", "Wei", "" ] ]
2501.07966
Rafa{\l} {\L}ochowski
Phumlani L. Zondi, Darlington Hove, Rafa{\l} M. {\L}ochowski, Farai J. Mhlanga
Quadratic variation and local times of the horizontal component of the Peano curve (square filling curve)
null
null
null
null
math.CA math.PR
http://creativecommons.org/licenses/by-nc-nd/4.0/
We show that the horizontal component of the Peano curve has quadratic variation equal the limit of quadratic variations along the Lebesgue partitions for grids of the form $3^{-n}p\mathbb{Z}+3^{-n}r$, $n=1,2,\ldots$, where $p$ is a rational number, while $r$ is irrational number, but the value of such quadratic variation depends on $p$. This also yields that the horizontal component of the Peano curve is an example of a deterministic function possessing local time (density of the occupation measure) with respect to the Lebesgue measure, whose local time can be expressed as the limit of normalized numbers of interval crossings by this function but the normalization is not a smooth function of the width of the intervals. These two features distinct the horizontal component of the Peano curve from the trajectories of the Wiener process, which is widely used in financial models.
[ { "version": "v1", "created": "Tue, 14 Jan 2025 09:36:10 GMT" }, { "version": "v2", "created": "Fri, 21 Feb 2025 08:43:21 GMT" }, { "version": "v3", "created": "Wed, 12 Mar 2025 18:24:50 GMT" } ]
2025-03-14T00:00:00
[ [ "Zondi", "Phumlani L.", "" ], [ "Hove", "Darlington", "" ], [ "Łochowski", "Rafał M.", "" ], [ "Mhlanga", "Farai J.", "" ] ]
2501.08084
Marina Ishchenko
M. Ishchenko, V. Masliukh, M. Hradov, P. Berczik, B. Shukirgaliyev, and C. Omarov
Dynamical evolution of the open clusters with different star formation efficiencies and orbital parameters
15 pages, 12 figures, 3 Tables. Accepted for publication in Astronomy and Astrophysics
null
10.1051/0004-6361/202452336
Astronomy & Astrophysics, Volume number 694, Article number A33
astro-ph.GA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Open star clusters are dynamic systems whose evolution is critically influenced by initial conditions such as star formation efficiency and orbital parameters. Understanding their dissolution mechanisms provides insight into stellar population dynamical mixing in the Milky Way. We aim to investigate the dynamical evolution and dissolution of initially non-virialised open clusters by examining how different global star formation efficiencies and orbital characteristics impact the cluster longevity and structural changes. We followed the evolution of the clusters up to their dissolution time on the basis of our calculations. We compare our open cluster dynamical evolutionary models with the observed open clusters in our Galaxy's solar vicinity. Using high-order direct N-body simulations, we modelled cluster evolution across different Galactic orbits, systematically varying initial star formation efficiencies to comprehensively explore dissolution mechanisms. Our simulations reveal that open clusters typically survive approximately ten orbital periods, with cluster lifetime being strongly dependent on global star formation efficiency and only marginally influenced by orbital eccentricity. We estimate gas expulsion timescales of 0.9 Myr, with initial supernova explosions efficiently removing gaseous components from the cluster. The expected lifetime of the cluster (in units of orbital periods) strongly depends on the cluster global star-formation efficiency and only slightly on the orbital eccentricities of the cluster. The theoretical models demonstrate a remarkable agreement of the Roche-volobe filling parameter with the recent observed Gaia DR3 cluster catalogues in the solar vicinity. By incorporating a mixed sample of clusters with varying star formation efficiencies, we provide a more nuanced understanding of open cluster evolution in the Galactic disc.
[ { "version": "v1", "created": "Tue, 14 Jan 2025 12:52:38 GMT" } ]
2025-03-14T00:00:00
[ [ "Ishchenko", "M.", "" ], [ "Masliukh", "V.", "" ], [ "Hradov", "M.", "" ], [ "Berczik", "P.", "" ], [ "Shukirgaliyev", "B.", "" ], [ "Omarov", "C.", "" ] ]
2501.08137
Marcella Astrid
Marcella Astrid, Enjie Ghorbel, Djamila Aouada
Audio-Visual Deepfake Detection With Local Temporal Inconsistencies
Accepted in ICASSP 2025
null
null
null
cs.CV cs.CR cs.MM cs.SD eess.AS
http://creativecommons.org/licenses/by/4.0/
This paper proposes an audio-visual deepfake detection approach that aims to capture fine-grained temporal inconsistencies between audio and visual modalities. To achieve this, both architectural and data synthesis strategies are introduced. From an architectural perspective, a temporal distance map, coupled with an attention mechanism, is designed to capture these inconsistencies while minimizing the impact of irrelevant temporal subsequences. Moreover, we explore novel pseudo-fake generation techniques to synthesize local inconsistencies. Our approach is evaluated against state-of-the-art methods using the DFDC and FakeAVCeleb datasets, demonstrating its effectiveness in detecting audio-visual deepfakes.
[ { "version": "v1", "created": "Tue, 14 Jan 2025 14:15:10 GMT" }, { "version": "v2", "created": "Tue, 28 Jan 2025 09:14:14 GMT" }, { "version": "v3", "created": "Wed, 12 Mar 2025 10:22:54 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 11:02:33 GMT" } ]
2025-03-14T00:00:00
[ [ "Astrid", "Marcella", "" ], [ "Ghorbel", "Enjie", "" ], [ "Aouada", "Djamila", "" ] ]
2501.08552
Aniruddha Srinivas Joshi
Aniruddha Srinivas Joshi
Reinforcement Learning-Enhanced Procedural Generation for Dynamic Narrative-Driven AR Experiences
Published in Proceedings of the 20th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications - GRAPP 2025 https://www.scitepress.org/PublicationsDetail.aspx?ID=LfPv9Lfiya8=&t=1
null
10.5220/0013373200003912
null
cs.AI cs.GR cs.HC cs.LG
http://creativecommons.org/licenses/by-nc-nd/4.0/
Procedural Content Generation (PCG) is widely used to create scalable and diverse environments in games. However, existing methods, such as the Wave Function Collapse (WFC) algorithm, are often limited to static scenarios and lack the adaptability required for dynamic, narrative-driven applications, particularly in augmented reality (AR) games. This paper presents a reinforcement learning-enhanced WFC framework designed for mobile AR environments. By integrating environment-specific rules and dynamic tile weight adjustments informed by reinforcement learning (RL), the proposed method generates maps that are both contextually coherent and responsive to gameplay needs. Comparative evaluations and user studies demonstrate that the framework achieves superior map quality and delivers immersive experiences, making it well-suited for narrative-driven AR games. Additionally, the method holds promise for broader applications in education, simulation training, and immersive extended reality (XR) experiences, where dynamic and adaptive environments are critical.
[ { "version": "v1", "created": "Wed, 15 Jan 2025 03:23:06 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 07:31:10 GMT" } ]
2025-03-14T00:00:00
[ [ "Joshi", "Aniruddha Srinivas", "" ] ]
2501.09335
Ye Ming Qing
Ye Ming Qing, Jiao Liu, Zhaoyan Yang, Yue Gou, Liang Wei Wu, Jun Wu
Dynamic modulation of dual-band nonreciprocal radiation in a graphene-Weyl semimetal plasmonic structure
5 Pages, 5 figures
null
null
null
physics.optics physics.app-ph
http://creativecommons.org/licenses/by/4.0/
We introduce and develop a hybrid structure combining graphene and Weyl semimetal, capable of achieving dynamically adjustable dual-band nonreciprocal radiation. The results reveal that the nonreciprocal radiation can be attributed to the synergistic interaction between resonance mode excitation and the unique properties of Weyl materials, with the electric field distribution providing further insights into the graphene plasmon modes involved. By exploiting the resonant characteristics of graphene plasmons, we demonstrate that strong nonreciprocal radiation can be effectively regulated through adjusting the grating's geometric parameters, while maintaining robustness over a wide range. Notably, substantial dynamic tuning of the resonant wavelength for nonreciprocal radiation is achievable by modulating the Fermi level of graphene. Our research results offer promising prospects for the developing of complex energy harvesting and conversion systems within advanced thermal frameworks.
[ { "version": "v1", "created": "Thu, 16 Jan 2025 07:18:49 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 05:47:49 GMT" } ]
2025-03-14T00:00:00
[ [ "Qing", "Ye Ming", "" ], [ "Liu", "Jiao", "" ], [ "Yang", "Zhaoyan", "" ], [ "Gou", "Yue", "" ], [ "Wu", "Liang Wei", "" ], [ "Wu", "Jun", "" ] ]
2501.10637
Pengyang Song
Pengyang Song, Han Feng, Shreyashi Shukla, Jue Wang, and Tao Hong
HOPS: High-order Polynomials with Self-supervised Dimension Reduction for Load Forecasting
20 pages, 5 figures
null
null
null
cs.LG cs.SY eess.SY
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Load forecasting is a fundamental task in smart grid. Many techniques have been applied to developing load forecasting models. Due to the challenges such as the Curse of Dimensionality, overfitting, and limited computing resources, multivariate higher-order polynomial models have received limited attention in load forecasting, despite their desirable mathematical foundations and optimization properties. In this paper, we propose low rank approximation and self-supervised dimension reduction to address the aforementioned issues. To further improve computational efficiency, we also utilize a fast Conjugate Gradient based algorithm for the proposed polynomial models. Based on the load datasets from the ISO New England, the proposed method high-order polynomials with self-supervised dimension reduction (HOPS) demonstrates higher forecasting accuracy over several competitive models. Additionally, experimental results indicate that our approach alleviates redundant variable construction, achieving better forecasts with fewer input variables.
[ { "version": "v1", "created": "Sat, 18 Jan 2025 02:44:34 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 01:18:10 GMT" } ]
2025-03-14T00:00:00
[ [ "Song", "Pengyang", "" ], [ "Feng", "Han", "" ], [ "Shukla", "Shreyashi", "" ], [ "Wang", "Jue", "" ], [ "Hong", "Tao", "" ] ]
2501.10736
Shanwen Wang
Shanwen Wang, Xin Sun, Changrui Chen, Danfeng Hong, Jungong Han
Semi-supervised Semantic Segmentation for Remote Sensing Images via Multi-scale Uncertainty Consistency and Cross-Teacher-Student Attention
null
null
null
null
cs.CV cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Semi-supervised learning offers an appealing solution for remote sensing (RS) image segmentation to relieve the burden of labor-intensive pixel-level labeling. However, RS images pose unique challenges, including rich multi-scale features and high inter-class similarity. To address these problems, this paper proposes a novel semi-supervised Multi-Scale Uncertainty and Cross-Teacher-Student Attention (MUCA) model for RS image semantic segmentation tasks. Specifically, MUCA constrains the consistency among feature maps at different layers of the network by introducing a multi-scale uncertainty consistency regularization. It improves the multi-scale learning capability of semi-supervised algorithms on unlabeled data. Additionally, MUCA utilizes a Cross-Teacher-Student attention mechanism to guide the student network, guiding the student network to construct more discriminative feature representations through complementary features from the teacher network. This design effectively integrates weak and strong augmentations (WA and SA) to further boost segmentation performance. To verify the effectiveness of our model, we conduct extensive experiments on ISPRS-Potsdam and LoveDA datasets. The experimental results show the superiority of our method over state-of-the-art semi-supervised methods. Notably, our model excels in distinguishing highly similar objects, showcasing its potential for advancing semi-supervised RS image segmentation tasks.
[ { "version": "v1", "created": "Sat, 18 Jan 2025 11:57:20 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 14:18:36 GMT" } ]
2025-03-14T00:00:00
[ [ "Wang", "Shanwen", "" ], [ "Sun", "Xin", "" ], [ "Chen", "Changrui", "" ], [ "Hong", "Danfeng", "" ], [ "Han", "Jungong", "" ] ]
2501.10800
Emanuele La Malfa
Oliver Goldstein, Emanuele La Malfa, Felix Drinkall, Samuele Marro, Michael Wooldridge
Jailbreaking Large Language Models in Infinitely Many Ways
null
null
null
null
cs.LG cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We discuss the ``Infinitely Many Paraphrases'' attacks (IMP), a category of jailbreaks that leverages the increasing capabilities of a model to handle paraphrases and encoded communications to bypass their defensive mechanisms. IMPs' viability pairs and grows with a model's capabilities to handle and bind the semantics of simple mappings between tokens and work extremely well in practice, posing a concrete threat to the users of the most powerful LLMs in commerce. We show how one can bypass the safeguards of the most powerful open- and closed-source LLMs and generate content that explicitly violates their safety policies. One can protect against IMPs by improving the guardrails and making them scale with the LLMs' capabilities. For two categories of attacks that are straightforward to implement, i.e., bijection and encoding, we discuss two defensive strategies, one in token and the other in embedding space. We conclude with some research questions we believe should be prioritised to enhance the defensive mechanisms of LLMs and our understanding of their safety.
[ { "version": "v1", "created": "Sat, 18 Jan 2025 15:39:53 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 08:43:27 GMT" } ]
2025-03-14T00:00:00
[ [ "Goldstein", "Oliver", "" ], [ "La Malfa", "Emanuele", "" ], [ "Drinkall", "Felix", "" ], [ "Marro", "Samuele", "" ], [ "Wooldridge", "Michael", "" ] ]
2501.10941
Haotian Zhang
Haotian Zhang, Shijian Gao, Weibo Wen, Xiang Cheng
Synesthesia of Machines (SoM)-Aided FDD Precoding with Sensing Heterogeneity: A Vertical Federated Learning Approach
7 pages, 7 figures
null
null
null
eess.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
High complexity in precoding design for frequency division duplex systems necessitates streamlined solutions. Guided by Synesthesia of Machines (SoM), this paper introduces a heterogeneous multi-vehicle, multi-modal sensing aided precoding scheme within a vertical federated learning (VFL) framework, which significantly minimizes pilot sequence length while optimizing the system's sum rate. We address the challenges posed by local data heterogeneity due to varying on-board sensor configurations through a meticulously designed VFL training procedure. To extract valuable channel features from multi-modal sensing, we employ three distinct data preprocessing methods that convert raw data into informative representations relevant for precoding. Additionally, we propose an online training strategy based on VFL framework, enabling the scheme to adapt dynamically to fluctuations in user numbers. Numerical results indicate that our approach, utilizing short pilot sequences, closely approximates the performance of traditional optimization methods with perfect channel state information.
[ { "version": "v1", "created": "Sun, 19 Jan 2025 04:29:17 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 05:43:15 GMT" } ]
2025-03-14T00:00:00
[ [ "Zhang", "Haotian", "" ], [ "Gao", "Shijian", "" ], [ "Wen", "Weibo", "" ], [ "Cheng", "Xiang", "" ] ]
2501.11069
Shibang Liu
Shibang Liu, Xuemei Xie, and Guangming Shi
Refinement Module based on Parse Graph of Feature Map for Human Pose Estimation
null
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Parse graphs of the human body can be obtained in the human brain to help humans complete the human Pose Estimation better (HPE). It contains a hierarchical structure, like a tree structure, and context relations among nodes. To equip models with such capabilities, many researchers predefine the parse graph of body structure to design HPE frameworks. However, these frameworks struggle to adapt to instances that deviate from the predefined parse graph and they are often parameter-heavy. Unlike them, we view the feature map holistically, much like the human body. It can be optimized using parse graphs, where nodes' implicit feature representation boosts adaptability, avoiding rigid structural limitations. In this paper, we design the Refinement Module based on the Parse Graph of feature map (RMPG), which includes two stages: top-down decomposition and bottom-up combination. In the first stage, the feature map is constructed into a tree structure through recursive decomposition, with each node representing a sub-feature map, thereby achieving hierarchical modeling of features. In the second stage, context information is calculated and sub-feature maps with context are recursively connected to gradually build a refined feature map. Additionally, we design a hierarchical network with fewer parameters using multiple RMPG modules to model the context relations and hierarchies in the parse graph of body structure for HPE, some of which are supervised to obtain context relations among body parts. Our network achieves excellent results on multiple mainstream human pose datasets and the effectiveness of RMPG is proven on different methods. The code of RMPG will be open.
[ { "version": "v1", "created": "Sun, 19 Jan 2025 15:05:15 GMT" }, { "version": "v2", "created": "Sun, 16 Feb 2025 13:07:16 GMT" }, { "version": "v3", "created": "Sun, 2 Mar 2025 03:01:19 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 02:41:37 GMT" } ]
2025-03-14T00:00:00
[ [ "Liu", "Shibang", "" ], [ "Xie", "Xuemei", "" ], [ "Shi", "Guangming", "" ] ]
2501.12673
Daniel Ruberman
Dave Auckly, Daniel Ruberman
Exotic families of embeddings
25 page, 9 figures. Added acknowledgment to 2nd version
Frontiers in geometry and topology, Proc. Sympos. Pure Math., 109, 71--98, (2024) Amer. Math. Soc., Providence, RI
null
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct a number of topologically trivial but smoothly non-trivial families of embeddings of 3-manifolds in 4-manifolds. These include embeddings of homology spheres in $S^4$ that are not isotopic but have diffeomorphic complements, and families (parameterized by high-dimensional spheres) of embeddings of any 3-manifold that embeds in a blown-up K3 surface. In each case, the families are constructed so as to be topologically trivial in an appropriate sense. We also illustrate a general technique for converting a non-trivial family of embeddings into a non-trivial family of submanifolds.
[ { "version": "v1", "created": "Wed, 22 Jan 2025 06:16:27 GMT" }, { "version": "v2", "created": "Thu, 13 Mar 2025 12:40:53 GMT" } ]
2025-03-14T00:00:00
[ [ "Auckly", "Dave", "" ], [ "Ruberman", "Daniel", "" ] ]
2501.12973
Da-Sol Joo
Da-Sol Joo
A global similarity correction for the RANS modeling of natural convection in unstably stratified flows
39 pages, 11 figures
null
null
null
physics.flu-dyn
http://creativecommons.org/licenses/by/4.0/
This study proposes a global similarity correction for Reynolds-averaged Navier--Stokes (RANS) modeling of buoyancy effects in unstably stratified flows. Conventional two-equation RANS models (e.g., the $k$-$\varepsilon$ model) lack a clear criterion for incorporating unstable buoyancy effects in their scale-determining equations (e.g., $\varepsilon$-equation). To address this gap, a global correction function is introduced, derived from a generalized algebraic formulation that incorporates available potential energy as an additional parameter. This function reproduces a global similarity law commonly observed in natural convection flows--for instance, the correlation among the Nusselt, Rayleigh, and Prandtl numbers, which can be approximately expressed as a single power law over a wide parameter range. A calibration method is proposed in which an approximate analytical solution for Rayleigh--B\'enard convection is obtained via equilibrium analysis, confirming that the proposed model captures similarity relations not addressed by conventional one-point closures. Numerical results show significantly improved agreement with experimental data, accurately reproducing Nusselt number dependencies over broad ranges of Rayleigh and Prandtl numbers in unstably stratified flows, such as Rayleigh--B\'enard convection and two types of internally heated convection. The method remains fully compatible with standard RANS frameworks and reverts to traditional turbulence treatments in shear-driven flows where buoyant effects are negligible. By introducing only a single, simple, algebraic global function in the conventional $\varepsilon$-equation, this approach significantly enhances the accuracy and robustness of buoyancy-driven turbulence simulations.
[ { "version": "v1", "created": "Wed, 22 Jan 2025 15:57:40 GMT" }, { "version": "v2", "created": "Tue, 11 Mar 2025 16:27:13 GMT" }, { "version": "v3", "created": "Wed, 12 Mar 2025 03:28:37 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 02:47:37 GMT" } ]
2025-03-14T00:00:00
[ [ "Joo", "Da-Sol", "" ] ]
2501.13354
Weijie Li
Yongxiang Liu and Weijie Li and Li Liu and Jie Zhou and Bowen Peng and Yafei Song and Xuying Xiong and Wei Yang and Tianpeng Liu and Zhen Liu and Xiang Li
ATRNet-STAR: A Large Dataset and Benchmark Towards Remote Sensing Object Recognition in the Wild
17 pages, 14 figures; ATRNet-STAR: https://github.com/waterdisappear/ATRNet-STAR
null
null
null
cs.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The absence of publicly available, large-scale, high-quality datasets for Synthetic Aperture Radar Automatic Target Recognition (SAR ATR) has significantly hindered the application of rapidly advancing deep learning techniques, which hold huge potential to unlock new capabilities in this field. This is primarily because collecting large volumes of diverse target samples from SAR images is prohibitively expensive, largely due to privacy concerns, the characteristics of microwave radar imagery perception, and the need for specialized expertise in data annotation. Throughout the history of SAR ATR research, there have been only a number of small datasets, mainly including targets like ships, airplanes, buildings, etc. There is only one vehicle dataset MSTAR collected in the 1990s, which has been a valuable source for SAR ATR. To fill this gap, this paper introduces a large-scale, new dataset named ATRNet-STAR with 40 different vehicle categories collected under various realistic imaging conditions and scenes. It marks a substantial advancement in dataset scale and diversity, comprising over 190,000 well-annotated samples, 10 times larger than its predecessor, the famous MSTAR. Building such a large dataset is a challenging task, and the data collection scheme will be detailed. Secondly, we illustrate the value of ATRNet-STAR via extensively evaluating the performance of 15 representative methods with 7 different experimental settings on challenging classification and detection benchmarks derived from the dataset. Finally, based on our extensive experiments, we identify valuable insights for SAR ATR and discuss potential future research directions in this field. We hope that the scale, diversity, and benchmark of ATRNet-STAR can significantly facilitate the advancement of SAR ATR.
[ { "version": "v1", "created": "Thu, 23 Jan 2025 03:42:22 GMT" }, { "version": "v2", "created": "Wed, 29 Jan 2025 23:57:36 GMT" }, { "version": "v3", "created": "Fri, 7 Mar 2025 14:28:51 GMT" }, { "version": "v4", "created": "Thu, 13 Mar 2025 10:51:12 GMT" } ]
2025-03-14T00:00:00
[ [ "Liu", "Yongxiang", "" ], [ "Li", "Weijie", "" ], [ "Liu", "Li", "" ], [ "Zhou", "Jie", "" ], [ "Peng", "Bowen", "" ], [ "Song", "Yafei", "" ], [ "Xiong", "Xuying", "" ], [ "Yang", "Wei", "" ], [ "Liu", "Tianpeng", "" ], [ "Liu", "Zhen", "" ], [ "Li", "Xiang", "" ] ]
2501.13859
Shiyu Zhang
Shiyu Zhang, Cheng Yan, Yang Liu, Chenchen Jing, Lei Zhou, Wenjun Wang
Learning Visual Proxy for Compositional Zero-Shot Learning
null
null
null
null
cs.CV
http://creativecommons.org/licenses/by/4.0/
Compositional Zero-Shot Learning (CZSL) aims to recognize novel attribute-object compositions by leveraging knowledge from seen compositions. Existing methods align textual prototypes with visual features through Vision-Language Models (VLMs), but they face two key limitations: (1) modality gaps hinder the discrimination of semantically similar composition pairs, and (2) single-modal textual prototypes lack fine-grained visual cues, creating bottlenecks in VLM-based CZSL. In this paper, we introduce Visual Proxy Learning, a novel approach that facilitates the learning of distinct visual distributions, effectively reducing the modality gap and improving compositional generalization performance. Specifically, we initialize visual proxies for various attributes, objects, and their compositions using text representations. By optimizing the visual space, we capture fine-grained visual cues and guide the learning of more discriminative visual representations for attributes, objects and compositions. Furthermore, we propose an effective Cross-Modal Joint Learning (CMJL) strategy that imposes cross-modal constraints between the original text-image space and the fine-grained visual space. This approach not only boosts generalization for previously unseen composition pairs but also sharpens the discrimination of similar pairs, fostering more robust and precise learning. Extensive experiments demonstrate state-of-the-art performance in closed-world scenarios and competitive open-world results across four established CZSL benchmarks, validating the effectiveness of our approach in advancing compositional generalization.
[ { "version": "v1", "created": "Thu, 23 Jan 2025 17:30:27 GMT" }, { "version": "v2", "created": "Wed, 12 Mar 2025 05:46:59 GMT" }, { "version": "v3", "created": "Thu, 13 Mar 2025 04:04:32 GMT" } ]
2025-03-14T00:00:00
[ [ "Zhang", "Shiyu", "" ], [ "Yan", "Cheng", "" ], [ "Liu", "Yang", "" ], [ "Jing", "Chenchen", "" ], [ "Zhou", "Lei", "" ], [ "Wang", "Wenjun", "" ] ]