SearcharxivSearch

arXiv subjects

Shi Cheng

Publications and source records attributed to Shi Cheng.

At least 19 recordsLinked to original sources

R-Twisting, Fibered Knots, and Gauge Theories

We argue that R-twisting implies the Seiberg-Witten curves of 4d Argyres-Douglas theories could be combined with the R-twisted circle to form the mapping tori of torus knots, inspired by Milnor fibration theorem. Then 3d gauge theories labeled by mapping tori are generated, which in the IR capture 4d BPS spectrum and mutations. This construction addresses the boundary problem of the domain wall approach in \cite{Cecotti:2011iy}. These 3d theories show a supersymmetry enhancement, and are related to 3d rank zero theories.

hep-th

Benchmarking Continuous Dynamic Multi-Objective Optimization: Survey and Generalized Test Suite

The field of Dynamic Multi-Objective Optimization (DMOO) has witnessed a surge of interest from both academia and industry, as numerous time-evolving real-world applications can be naturally formulated as Dynamic Multi-Objective Optimization Problems (DMOPs). This growing demand thus necessitates advanced benchmarks to rigorously evaluate optimization algorithms under realistic conditions. This paper introduces a comprehensive and principled framework for constructing highly realistic and challenging DMOO benchmarks. The proposed framework incorporates several novel components, including: a generalized formulation that allows the Pareto-optimal Set (PS) to change on hypersurfaces; a mechanism for creating controlled variable contribution imbalances to generate heterogeneous landscapes; and dynamic rotation matrices for inducing time-varying variable interactions and non-separability. Furthermore, we incorporate a temporal perturbation mechanism to simulate irregular environmental changes and propose a generalized time-linkage mechanism that systematically embeds historical solution quality into future problems, thereby capturing critical real-world phenomena such as error accumulation and time-deception. Extensive experimental results validate the effectiveness of the proposed framework, demonstrating its superiority over conventional benchmarks in terms of realism, complexity, and its capability for discriminating state-of-the-art algorithmic performance. Thus, this work establishes a new standard for dynamic multi-objective optimization benchmarking and provides a powerful tool for the development and evaluation of next-generation algorithms capable of addressing the complexities of real-world dynamic systems.

cs.NE

HI-TransPA: Hearing Impairments Translation Personal Assistant

Hearing-impaired individuals often face significant barriers in daily communication due to the inherent challenges of producing clear speech. To address this, we introduce the Omni-Model paradigm into assistive technology and present HI-TransPA, an instruction-driven audio-visual personal assistant. The model fuses indistinct speech with lip dynamics, enabling both translation and dialogue within a single multimodal framework. To address the distinctive pronunciation patterns of hearing-impaired speech and the limited adaptability of existing models, we develop a multimodal preprocessing and curation pipeline that detects facial landmarks, stabilizes the lip region, and quantitatively evaluates sample quality. These quality scores guide a curriculum learning strategy that first trains on clean, high-confidence samples and progressively incorporates harder cases to strengthen model robustness. Architecturally, we employs a novel unified 3D-Resampler to efficiently encode the lip dynamics, which is critical for accurate interpretation. Experiments on purpose-built HI-Dialogue dataset show that HI-TransPA achieves state-of-the-art performance in both literal accuracy and semantic fidelity. Our work establishes a foundation for applying Omni-Models to assistive communication technology, providing an end-to-end modeling framework and essential processing tools for future research.

cs.CL

An Experimental Study on Joint Modeling for Sound Event Localization and Detection with Source Distance Estimation

In traditional sound event localization and detection (SELD) tasks, the focus is typically on sound event detection (SED) and direction-of-arrival (DOA) estimation, but they fall short of providing full spatial information about the sound source. The 3D SELD task addresses this limitation by integrating source distance estimation (SDE), allowing for complete spatial localization. We propose three approaches to tackle this challenge: a novel method with independent training and joint prediction, which firstly treats DOA and distance estimation as separate tasks and then combines them to solve 3D SELD; a dual-branch representation with source Cartesian coordinate used for simultaneous DOA and distance estimation; and a three-branch structure that jointly models SED, DOA, and SDE within a unified framework. Our proposed method ranked first in the DCASE 2024 Challenge Task 3, demonstrating the effectiveness of joint modeling for addressing the 3D SELD task. The relevant code for this paper will be open-sourced in the future.

cs.SD

Fusions and Dualities for 3d Theories $T[M_3]$

We study 3d theories determined by three-manifolds. Previously, we found that some basic 3d dualities relate to the surgeries of three-manifolds and defined gauge circles and matter circles. In this note, we discuss some operations including handle slides, gaugings and flips of mass parameters, and the corresponding geometric interpretations for these operations. We note that a fusion identity could describe the fusion, or in other words, the connected sum of matter circles. Many abelian dualities could arise from this fusion and inherit geometric interpretations thereof.

hep-th

Exploring Audio-Visual Information Fusion for Sound Event Localization and Detection In Low-Resource Realistic Scenarios

This study presents an audio-visual information fusion approach to sound event localization and detection (SELD) in low-resource scenarios. We aim at utilizing audio and video modality information through cross-modal learning and multi-modal fusion. First, we propose a cross-modal teacher-student learning (TSL) framework to transfer information from an audio-only teacher model, trained on a rich collection of audio data with multiple data augmentation techniques, to an audio-visual student model trained with only a limited set of multi-modal data. Next, we propose a two-stage audio-visual fusion strategy, consisting of an early feature fusion and a late video-guided decision fusion to exploit synergies between audio and video modalities. Finally, we introduce an innovative video pixel swapping (VPS) technique to extend an audio channel swapping (ACS) method to an audio-visual joint augmentation. Evaluation results on the Detection and Classification of Acoustic Scenes and Events (DCASE) 2023 Challenge data set demonstrate significant improvements in SELD performances. Furthermore, our submission to the SELD task of the DCASE 2023 Challenge ranks first place by effectively integrating the proposed techniques into a model ensemble.

eess.AS

Kirby Moves for 3d Gauge Theories

The geometric engineering of 3d $\mathcal{N}=2$ gauge theories can be given by M5-branes on three-manifolds. We focus on the Dehn surgeries and Kirby moves of three-manifolds. We notice the Kirby move can be slightly extended when the chiral multiplets exist, and these chiral multiplets arise from Lagrangian M5-branes of the Ooguri-Vafa type in the cotangent bundles of three-manifolds. Through string dualities, we check that this M2-M5-brane configuration is consistent with 3d brane webs. We start from analyzing lens spaces as a toy model, and extend results to plumbed three-manifolds. We also show a basic 3d duality can be interpreted as Rolfsen twist.

hep-th

Hierarchical Audio-Visual Information Fusion with Multi-label Joint Decoding for MER 2023

In this paper, we propose a novel framework for recognizing both discrete and dimensional emotions. In our framework, deep features extracted from foundation models are used as robust acoustic and visual representations of raw video. Three different structures based on attention-guided feature gathering (AFG) are designed for deep feature fusion. Then, we introduce a joint decoding structure for emotion classification and valence regression in the decoding stage. A multi-task loss based on uncertainty is also designed to optimize the whole process. Finally, by combining three different structures on the posterior probability level, we obtain the final predictions of discrete and dimensional emotions. When tested on the dataset of multimodal emotion recognition challenge (MER 2023), the proposed framework yields consistent improvements in both emotion classification and valence regression. Our final system achieves state-of-the-art performance and ranks third on the leaderboard on MER-MULTI sub-challenge.

eess.AS

Automated Design of Metaheuristic Algorithms: A Survey

Metaheuristics have gained great success in academia and practice because their search logic can be applied to any problem with available solution representation, solution quality evaluation, and certain notions of locality. Manually designing metaheuristic algorithms for solving a target problem is criticized for being laborious, error-prone, and requiring intensive specialized knowledge. This gives rise to increasing interest in automated design of metaheuristic algorithms. With computing power to fully explore potential design choices, the automated design could reach and even surpass human-level design and could make high-performance algorithms accessible to a much wider range of researchers and practitioners. This paper presents a broad picture of automated design of metaheuristic algorithms, by conducting a survey on the common grounds and representative techniques in terms of design space, design strategies, performance evaluation strategies, and target problems in this field.

cs.NE

3d $\mathcal{N}=2$ theories and plumbing graphs: adding matter, gauging, and new dualities

Recently, a large class of 3d $\mathcal{N} = 2$ gauge theories with mixed Chern-Simons levels, corresponding to plumbing 3-manifolds, has been identified. In this paper we generalize these theories by including in their content chiral multiples, and analyze their properties. We find that the content of such theories can be encoded in graphs, which generalize plumbing graphs, and various operations in these theories can be represented in terms of transformations of such graphs. The operations in question include gauging global symmetries, integrating out gauge nodes, which for theories without chiral multiplets corresponds to Kirby moves, and ST-transformations that involve chiral multiplets. The dualities such as mirror triality and SQED-XYZ duality can be also represented in terms of graphs, and enable us to find many new dual theories by gauging global symmetries. In particular, we find that gauged SQED-XYZ duality leads to other dualities, which take the same form as operations of linking and unlinking discussed in the context of knots-quivers correspondence. We also find that the superpotential can be encoded in an interesting class of triangle graphs that satisfy certain consistency conditions, we discuss decoupling and Higgsing of chiral multiplets, as well as interpretation of various phenomena in terms of brane webs.

hep-th

AutoOpt: A General Framework for Automatically Designing Metaheuristic Optimization Algorithms with Diverse Structures

Metaheuristics are widely recognized gradient-free solvers to hard problems that do not meet the rigorous mathematical assumptions of conventional solvers. The automated design of metaheuristic algorithms provides an attractive path to relieve manual design effort and gain enhanced performance beyond human-made algorithms. However, the specific algorithm prototype and linear algorithm representation in the current automated design pipeline restrict the design within a fixed algorithm structure, which hinders discovering novelties and diversity across the metaheuristic family. To address this challenge, this paper proposes a general framework, AutoOpt, for automatically designing metaheuristic algorithms with diverse structures. AutoOpt contains three innovations: (i) A general algorithm prototype dedicated to covering the metaheuristic family as widely as possible. It promotes high-quality automated design on different problems by fully discovering potentials and novelties across the family. (ii) A directed acyclic graph algorithm representation to fit the proposed prototype. Its flexibility and evolvability enable discovering various algorithm structures in a single run of design, thus boosting the possibility of finding high-performance algorithms. (iii) A graph representation embedding method offering an alternative compact form of the graph to be manipulated, which ensures AutoOpt's generality. Experiments on numeral functions and real applications validate AutoOpt's efficiency and practicability.

cs.NE

English-to-Chinese Transliteration with Phonetic Back-transliteration

Transliteration is a task of translating named entities from a language to another, based on phonetic similarity. The task has embraced deep learning approaches in recent years, yet, most ignore the phonetic features of the involved languages. In this work, we incorporate phonetic information into neural networks in two ways: we synthesize extra data using forward and back-translation but in a phonetic manner; and we pre-train models on a phonetic task before learning transliteration. Our experiments include three language pairs and six directions, namely English to and from Chinese, Hebrew and Thai. Results indicate that our proposed approach brings benefits to the model and achieves better or similar performance when compared to state of the art.

cs.CL

3d $\mathcal{N}=2$ Brane Webs and Quiver Matrices

We discuss 3d brane webs and effective Chern-Simons levels for 3d $\mathcal{N}=2$ gauge theories. We find that turning on real masses for chiral multiplets leads to various equivalent brane webs that are related by flipping positions of D5-branes. We interpret flips as $ST$-transformations for chiral multiplets. $ST$-transformations could turn abelian theories into dual theories with mixed Chern-Simons levels that are interpreted as quiver matrices $C_{ij}$ encoding DT-invariants. We notice that each brane web corresponds to a quiver matrix. $ST$-transformations of holomorphic blocks are discussed to verify results. We also discuss the movement of flavor D5-branes, which leads to double-layer brane webs and manifests fiber-base duality. In the second part, we compute refined vortex partition functions of nonabelian theories with the gauge group $U\left(N\right)$ and find corresponding quiver matrices. The computation shows that on Higgs branch nonabelian groups are broken to abelian groups.

hep-th

Refined open topological strings revisited

In this work we verify consistency of refined topological string theory from several perspectives. First, we advance the method of computing refined open amplitudes by means of geometric transitions. Based on such computations we show that refined open BPS invariants are non-negative integers for a large class of toric Calabi-Yau threefolds: an infinite class of strip geometries, closed topological vertex geometry, and some threefolds with compact four-cycles. Furthermore, for an infinite class of toric geometries without compact four-cycles we show that refined open string amplitudes take form of quiver generating series. This generalizes the relation to quivers found earlier in the unrefined case, implies that refined open BPS states are made of a finite number of elementary BPS states, and asserts that all refined open BPS invariants associated to a given brane are non-negative integers in consequence of their relation to (integer and non-negative) motivic Donaldson-Thomas invariants. Non-negativity of motivic Donaldson-Thomas invariants of a symmetric quiver is therefore crucial in the context of refined open topological strings. Furthermore, reinterpreting these results in terms of webs of five-branes, we analyze Hanany-Witten transitions in novel configurations involving lagrangian branes.

hep-th

Mirror Symmetry and Mixed Chern-Simons Levels for Abelian 3d $\mathcal{N} = 2$ theories

We study the mirror symmetry of abelian 3d $\mathcal{N}=2$ theories with mixed Chern-Simons levels by turning them into $\mathcal{T}_{A,N}$ theories that are defined as $N$ copies of $U(1)-[1]$ theory coupled together by mixed Chern-Simons levels $k_{ij}$. We find that $\mathcal{T}_{A,N}$ theories have many mirror dual theories with different mixed CS levels and FI parameters. As an example, we analyze $U(1)_k+ N_C \,\mathbf{C} + N_{AC} \, \mathbf{AC}$ theories by transforming these theories into certain $\mathcal{T}_{A,N}$ theories and find many equivalent effective Chern-Simons levels. Finally, we analyze mirror symmetry for theories corresponding to knots. In this work we use sphere partition functions and vortex partition functions to derive dual theories.

hep-th

Refined topological vertex for a 5D $Sp(N)$ gauge theory with antisymmetric matter

We consider Type IIB 5-brane web diagrams for a 5D $Sp(N)$ gauge theory with an antisymmetric hypermultiplet and $N_f$ fundamental hypermultiplets. The corresponding 5-branes can be obtained by Higgsing a 5-brane web for quiver gauge theory. We use the refined topological vertex formalism to compute Nekrasov partition functions of 5D $Sp(2)$ theories with one antisymmetric hypermultiplet and flavors. Our results agree with the known results obtained from the ADHM method. We also discuss a particular tuning of K\"ahler parameters associated with this Higgsing.

hep-th

Simplex Search Based Brain Storm Optimization

Through modeling human's brainstorming process, the brain storm optimization (BSO) algorithm has become a promising population-based evolutionary algorithm. However, BSO is pointed out that it possesses a degenerated L-curve phenomenon, i.e., it often gets near optimum quickly but needs much more cost to improve the accuracy. To overcome this question in this paper, an excellent direct search based local solver, the Nelder-Mead Simplex (NMS) method is adopted in BSO. Through combining BSO's exploration ability and NMS's exploitation ability together, a simplex search based BSO (Simplex-BSO) is developed via a better balance between global exploration and local exploitation. Simplex-BSO is shown to be able to eliminate the degenerated L-curve phenomenon on unimodal functions, and alleviate significantly this phenomenon on multimodal functions. Large number of experimental results show that Simplex-BSO is a promising algorithm for global optimization problems.

cs.NE

Student's t Distribution based Estimation of Distribution Algorithms for Derivative-free Global Optimization

In this paper, we are concerned with a branch of evolutionary algorithms termed estimation of distribution (EDA), which has been successfully used to tackle derivative-free global optimization problems. For existent EDA algorithms, it is a common practice to use a Gaussian distribution or a mixture of Gaussian components to represent the statistical property of available promising solutions found so far. Observing that the Student's t distribution has heavier and longer tails than the Gaussian, which may be beneficial for exploring the solution space, we propose a novel EDA algorithm termed ESTDA, in which the Student's t distribution, rather than Gaussian, is employed. To address hard multimodal and deceptive problems, we extend ESTDA further by substituting a single Student's t distribution with a mixture of Student's t distributions. The resulting algorithm is named as estimation of mixture of Student's t distribution algorithm (EMSTDA). Both ESTDA and EMSTDA are evaluated through extensive and in-depth numerical experiments using over a dozen of benchmark objective functions. Empirical results demonstrate that the proposed algorithms provide remarkably better performance than their Gaussian counterparts.

cs.NE