SearcharxivSearch

arXiv subjects

Xiang Yu

Publications and source records attributed to Xiang Yu.

At least 109 records · Page 6Linked to original sources

DeFormer: Integrating Transformers with Deformable Models for 3D Shape Abstraction from a Single Image

Accurate 3D shape abstraction from a single 2D image is a long-standing problem in computer vision and graphics. By leveraging a set of primitives to represent the target shape, recent methods have achieved promising results. However, these methods either use a relatively large number of primitives or lack geometric flexibility due to the limited expressibility of the primitives. In this paper, we propose a novel bi-channel Transformer architecture, integrated with parameterized deformable models, termed DeFormer, to simultaneously estimate the global and local deformations of primitives. In this way, DeFormer can abstract complex object shapes while using a small number of primitives which offer a broader geometry coverage and finer details. Then, we introduce a force-driven dynamic fitting and a cycle-consistent re-projection loss to optimize the primitive parameters. Extensive experiments on ShapeNet across various settings show that DeFormer achieves better reconstruction accuracy over the state-of-the-art, and visualizes with consistent semantic correspondences for improved interpretability.

cs.CV

Composite Disturbance Filtering: A Novel State Estimation Scheme for Systems With Multi-Source, Heterogeneous, and Isomeric Disturbances

State estimation has long been a fundamental problem in signal processing and control areas. The main challenge is to design filters with ability to reject or attenuate various disturbances. With the arrival of big data era, the disturbances of complicated systems are physically multi-source, mathematically heterogenous, affecting the system dynamics via isomeric (additive, multiplicative and recessive) channels, and deeply coupled with each other. In traditional filtering schemes, the multi-source heterogenous disturbances are usually simplified as a lumped one so that the "single" disturbance can be either rejected or attenuated. Since the pioneering work in 2012, a novel state estimation methodology called {\it composite disturbance filtering} (CDF) has been proposed, which deals with the multi-source, heterogenous, and isomeric disturbances based on their specific characteristics. With the CDF, enhanced anti-disturbance capability can be achieved via refined quantification, effective separation, and simultaneous rejection and attenuation of the disturbances. In this paper, an overview of the CDF scheme is provided, which includes the basic principle, general design procedure, application scenarios (e.g. alignment, localization and navigation), and future research directions. In summary, it is expected that the CDF offers an effective tool for state estimation, especially in the presence of multi-source heterogeneous disturbances.

eess.SY

Marshall-Olkin Power-Law Distributions in Length-Frequency of Entities

Entities involve important concepts with concrete meanings and play important roles in numerous linguistic tasks. Entities have different forms in different linguistic tasks and researchers treat those different forms as different concepts. In this paper, we are curious to know whether there are some common characteristics that connect those different forms of entities. Specifically, we investigate the underlying distributions of entities from different types and different languages, trying to figure out some common characteristics behind those diverse entities. After analyzing twelve datasets about different types of entities and eighteen datasets about entities in different languages, we find that while these entities are dramatically diverse from each other in many aspects, their length-frequencies can be well characterized by a family of Marshall-Olkin power-law (MOPL) distributions. We conduct experiments on those thirty datasets about entities in different types and different languages, and experimental results demonstrate that MOPL models characterize the length-frequencies of entities much better than two state-of-the-art power-law models and an alternative log-normal model. Experimental results also demonstrate that MOPL models are scalable to the length-frequency of entities in large-scale real-world datasets.

cs.CL

Trustworthy Representation Learning Across Domains

As AI systems have obtained significant performance to be deployed widely in our daily live and human society, people both enjoy the benefits brought by these technologies and suffer many social issues induced by these systems. To make AI systems good enough and trustworthy, plenty of researches have been done to build guidelines for trustworthy AI systems. Machine learning is one of the most important parts for AI systems and representation learning is the fundamental technology in machine learning. How to make the representation learning trustworthy in real-world application, e.g., cross domain scenarios, is very valuable and necessary for both machine learning and AI system fields. Inspired by the concepts in trustworthy AI, we proposed the first trustworthy representation learning across domains framework which includes four concepts, i.e, robustness, privacy, fairness, and explainability, to give a comprehensive literature review on this research direction. Specifically, we first introduce the details of the proposed trustworthy framework for representation learning across domains. Second, we provide basic notions and comprehensively summarize existing methods for the trustworthy framework from four concepts. Finally, we conclude this survey with insights and discussions on future research directions.

cs.LG

Fault Separation Based on An Excitation Operator with Application to a Quadrotor UAV

This paper presents an excitation operator based fault separation architecture for a quadrotor unmanned aerial vehicle (UAV) subject to loss of effectiveness (LoE) faults, actuator aging, and load uncertainty. The actuator fault dynamics is deeply excavated, containing the deep coupling information among the actuator faults, the system states, and control inputs. By explicitly considering the physical constraints and tracking performance, an excitation operator and corresponding integrated state observer are designed to estimate separately actuator fault and load uncertainty. Moreover, a fault separation maneuver and a safety controller are proposed to ensure the tracking performance when the excitation operator is injected. Both comparative simulation and flight experiments have demonstrated the effectiveness of the proposed scheme while maintaining high levels of tracking performance.

eess.SY

Optimal dividend and capital injection under spectrally positive Markov additive models

This paper studies De Finetti's optimal dividend problem with capital injection under spectrally positive Markov additive models. Based on dynamic programming principle, we first study an auxiliary singular control problem with a final payoff at an exponential random time. The double barrier strategy is shown to be optimal and the optimal barriers are characterized in analytical form using fluctuation identities of spectrally positive Levy processes. We then transform the original problem under spectrally positive Markov additive models into an equivalent series of local optimization problems with the final payoff at the regime-switching time. The optimality of the regime-modulated double barrier strategy can be confirmed for the original problem using results from the auxiliary problem and the fixed point argument for recursive iterations.

math.OC

Q: How to Specialize Large Vision-Language Models to Data-Scarce VQA Tasks? A: Self-Train on Unlabeled Images!

Finetuning a large vision language model (VLM) on a target dataset after large scale pretraining is a dominant paradigm in visual question answering (VQA). Datasets for specialized tasks such as knowledge-based VQA or VQA in non natural-image domains are orders of magnitude smaller than those for general-purpose VQA. While collecting additional labels for specialized tasks or domains can be challenging, unlabeled images are often available. We introduce SelTDA (Self-Taught Data Augmentation), a strategy for finetuning large VLMs on small-scale VQA datasets. SelTDA uses the VLM and target dataset to build a teacher model that can generate question-answer pseudolabels directly conditioned on an image alone, allowing us to pseudolabel unlabeled images. SelTDA then finetunes the initial VLM on the original dataset augmented with freshly pseudolabeled images. We describe a series of experiments showing that our self-taught data augmentation increases robustness to adversarially searched questions, counterfactual examples and rephrasings, improves domain generalization, and results in greater retention of numerical reasoning skills. The proposed strategy requires no additional annotations or architectural modifications, and is compatible with any modern encoder-decoder multimodal transformer. Code available at https://github.com/codezakh/SelTDA.

cs.CV

Selective Structured State-Spaces for Long-Form Video Understanding

Effective modeling of complex spatiotemporal dependencies in long-form videos remains an open problem. The recently proposed Structured State-Space Sequence (S4) model with its linear complexity offers a promising direction in this space. However, we demonstrate that treating all image-tokens equally as done by S4 model can adversely affect its efficiency and accuracy. To address this limitation, we present a novel Selective S4 (i.e., S5) model that employs a lightweight mask generator to adaptively select informative image tokens resulting in more efficient and accurate modeling of long-term spatiotemporal dependencies in videos. Unlike previous mask-based token reduction methods used in transformers, our S5 model avoids the dense self-attention calculation by making use of the guidance of the momentum-updated S4 model. This enables our model to efficiently discard less informative tokens and adapt to various long-form video understanding tasks more effectively. However, as is the case for most token reduction methods, the informative image tokens could be dropped incorrectly. To improve the robustness and the temporal horizon of our model, we propose a novel long-short masked contrastive learning (LSMCL) approach that enables our model to predict longer temporal context using shorter input videos. We present extensive comparative results using three challenging long-form video understanding datasets (LVU, COIN and Breakfast), demonstrating that our approach consistently outperforms the previous state-of-the-art S4 model by up to 9.6% accuracy while reducing its memory footprint by 23%.

cs.CV

Axisymmetric necking of a circular electrodes-coated dielectric membrane

We investigate the stability of a circular electrodes-coated dielectric membrane under the combined action of an electric field and all-round in-plane tension. It is known that such a membrane is susceptible to the limiting point instability (also known as pull-in instability) which is widely believed to be a precursor to electric breakdown. However, there is experimental evidence showing that the limiting point instability may not necessarily be responsible for rapid thinning and electric breakdown. We explore the possibility that the latter is due to a new instability mechanism, namely localised axisymmetric necking. The bifurcation condition for axisymmetric necking is first derived and used to show that this instability may occur before the Treloar-Kearsley instability or the limiting point instability for a class of free energy functions. A weakly nonlinear analysis is then conducted and it is shown that the near-critical behavior is described by a fourth order nonlinear ODE with variable coefficients. This amplitude equation is solved using the finite difference method and it is demonstrated that a localised solution does indeed bifurcate from the homogeneous solution. Based on this analysis and what is already known for the purely mechanical case, we may deduce that the necking evolution follows the same three stages of initiation, growth and propagation as other similar localisation problems. The insight provided by the current study is expected to be relevant in assessing the integrity of dielectric elastomer actuators.

cond-mat.soft

Mean Field Game of Optimal Relative Investment with Jump Risk

This paper studies the n-player game and the mean field game under the CRRA relative performance on terminal wealth, in which the interaction occurs by peer competition. In the model with n agents, the price dynamics of underlying risky assets depend on a common noise and contagious jump risk modelled by a multi-dimensional nonlinear Hawkes process. With a continuum of agents, we formulate the MFG problem and characterize a deterministic mean field equilibrium in an analytical form under some conditions, allowing us to investigate some impacts of model parameters in the limiting model and discuss some financial implications. Moreover, based on the mean field equilibrium, we construct an approximate Nash equilibrium for the n-player game when n is sufficiently large. The explicit order of the approximation error is also derived.

q-fin.MF

On the finiteness of four-body central configurations

The number of central configurations in the four body problem was proved to be finite, first by Hampton and Moeckel, then by Albouy and Kaloshin, when the masses are all positive. We prove that the four-body central configurations are finite for any four nonzero masses.

math.DS

Adversarial Attacks and Defenses in Physiological Computing: A Systematic Review

Physiological computing uses human physiological data as system inputs in real time. It includes, or significantly overlaps with, brain-computer interfaces, affective computing, adaptive automation, health informatics, and physiological signal based biometrics. Physiological computing increases the communication bandwidth from the user to the computer, but is also subject to various types of adversarial attacks, in which the attacker deliberately manipulates the training and/or test examples to hijack the machine learning algorithm output, leading to possible user confusion, frustration, injury, or even death. However, the vulnerability of physiological computing systems has not been paid enough attention to, and there does not exist a comprehensive review on adversarial attacks to them. This paper fills this gap, by providing a systematic review on the main research areas of physiological computing, different types of adversarial attacks and their applications to physiological computing, and the corresponding defense strategies. We hope this review will attract more research interests on the vulnerability of physiological computing systems, and more importantly, defense strategies to make them more secure.

cs.LG

Optimal consumption and life insurance under shortfall aversion and a drawdown constraint

This paper studies a life-cycle optimal portfolio-consumption problem when the consumption performance is measured by a shortfall aversion preference with an additional drawdown constraint on consumption rate. Meanwhile, the agent also dynamically chooses her life insurance premium to maximize the expected bequest at the death time. By using dynamic programming arguments and the dual transform, we solve the HJB variational inequality explicitly in a piecewise form across different regions and derive some thresholds of the wealth variable for the piecewise optimal feedback controls. Taking advantage of our analytical results, we are able to numerically illustrate some quantitative impacts on optimal consumption and life insurance by model parameters and discuss their financial implications.

math.OC

EMC2A-Net: An Efficient Multibranch Cross-channel Attention Network for SAR Target Classification

In recent years, convolutional neural networks (CNNs) have shown great potential in synthetic aperture radar (SAR) target recognition. SAR images have a strong sense of granularity and have different scales of texture features, such as speckle noise, target dominant scatterers and target contours, which are rarely considered in the traditional CNN model. This paper proposed two residual blocks, namely EMC2A blocks with multiscale receptive fields(RFs), based on a multibranch structure and then designed an efficient isotopic architecture deep CNN (DCNN), EMC2A-Net. EMC2A blocks utilize parallel dilated convolution with different dilation rates, which can effectively capture multiscale context features without significantly increasing the computational burden. To further improve the efficiency of multiscale feature fusion, this paper proposed a multiscale feature cross-channel attention module, namely the EMC2A module, adopting a local multiscale feature interaction strategy without dimensionality reduction. This strategy adaptively adjusts the weights of each channel through efficient one-dimensional (1D)-circular convolution and sigmoid function to guide attention at the global channel wise level. The comparative results on the MSTAR dataset show that EMC2A-Net outperforms the existing available models of the same type and has relatively lightweight network structure. The ablation experiment results show that the EMC2A module significantly improves the performance of the model by using only a few parameters and appropriate cross-channel interactions.

cs.CV

Single-Stream Multi-Level Alignment for Vision-Language Pretraining

Self-supervised vision-language pretraining from pure images and text with a contrastive loss is effective, but ignores fine-grained alignment due to a dual-stream architecture that aligns image and text representations only on a global level. Earlier, supervised, non-contrastive methods were capable of finer-grained alignment, but required dense annotations that were not scalable. We propose a single stream architecture that aligns images and language at multiple levels: global, fine-grained patch-token, and conceptual/semantic, using two novel tasks: symmetric cross-modality reconstruction (XMM) and a pseudo-labeled key word prediction (PSL). In XMM, we mask input tokens from one modality and use cross-modal information to reconstruct the masked token, thus improving fine-grained alignment between the two modalities. In PSL, we use attention to select keywords in a caption, use a momentum encoder to recommend other important keywords that are missing from the caption but represented in the image, and then train the visual encoder to predict the presence of those keywords, helping it learn semantic concepts that are essential for grounding a textual token to an image region. We demonstrate competitive performance and improved data efficiency on image-text retrieval, grounding, visual question answering/reasoning against larger models and models trained on more data. Code and models available at zaidkhan.me/SIMLA.

cs.CV

On the Stability of Lagrange Relative Equilibrium in The Planar Three-body Problem

Since the strong degeneracies present in the N-body problem, even in the basic case of the planar three-body problem, nobody inspects the problem of nonlinear stability of Lagrange relative equilibrium. We introduce a new coordinate system to reduce degeneracies according to intrinsic symmetrical characteristic of the N-body problem, then we prove that Lagrange relative equilibrium is stable in the sense of measure, provided it is spectrally stable and except six special resonant cases. Indeed, under this condition, there are abundant KAM invariant tori or quasi-periodic solutions near Lagrange relative equilibrium. Furthermore, these tori or quasi-periodic solutions form a set whose relative measure rapidly tends to 1. We also prove that Lagrange relative equilibrium is exponentially stable for almost every choice of masses in the sense of measure, provided it is spectrally stable; and topologically, this is also right for a large open subset of spectrally stable space of masses.

math.DS

Centralized systemic risk control in the interbank system: Weak formulation and Gamma-convergence

This paper studies a systemic risk control problem by the central bank, which dynamically plans monetary supply to stabilize the interbank system with borrowing and lending activities. Facing both heterogeneity among banks and the common noise, the central bank aims to find an optimal strategy to minimize the average distance between log-monetary reserves of all banks and the benchmark of some target steady levels. A weak formulation is adopted, and an optimal randomized control can be obtained in the system with finite banks by applying Ekeland's variational principle. As the number of banks grows large, we prove the convergence of optimal strategies using the Gamma-convergence argument, which yields an optimal weak control in the mean field model. It is shown that this mean field optimal control is associated to the solution of a stochastic Fokker-Planck-Kolmogorov (FPK) equation, for which the uniqueness of the solution is established under some mild conditions.

math.OC

An analytic derivation of the bifurcation conditions for localization in hyperelastic tubes and sheets

We provide an analytic derivation of the bifurcation conditions for localized bulging in an inflated hyperelastic tube of arbitrary wall thickness and axisymmetric necking in a hyperelastic sheet under equibiaxial stretching. It has previously been shown numerically that the bifurcation condition for the former problem is equivalent to the vanishing of the Jacobian determinant of the internal pressure $P$ and resultant axial force $N$, with each of them viewed as a function of the azimuthal stretch on the inner surface and the axial stretch. This equivalence is established here analytically. For the latter problem for which it has recently been shown that the bifurcation condition is not given by a Jacobian determinant equal to zero, we explain why this is the case and provide an alternative interpretation.

physics.bio-ph