Researcher profile

Xin Tang

Xin Tang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
6works
0followers
11topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

6 published item(s)

preprint2022arXiv

Auto-MLM: Improved Contrastive Learning for Self-supervised Multi-lingual Knowledge Retrieval

Contrastive learning (CL) has become a ubiquitous approach for several natural language processing (NLP) downstream tasks, especially for question answering (QA). However, the major challenge, how to efficiently train the knowledge retrieval model in an unsupervised manner, is still unresolved. Recently the commonly used methods are composed of CL and masked language model (MLM). Unexpectedly, MLM ignores the sentence-level training, and CL also neglects extraction of the internal info from the query. To optimize the CL hardly obtain internal information from the original query, we introduce a joint training method by combining CL and Auto-MLM for self-supervised multi-lingual knowledge retrieval. First, we acquire the fixed dimensional sentence vector. Then, mask some words among the original sentences with random strategy. Finally, we generate a new token representation for predicting the masked tokens. Experimental results show that our proposed approach consistently outperforms all the previous SOTA methods on both AliExpress $\&$ LAZADA service corpus and openly available corpora in 8 languages.

preprint2022arXiv

In-gap states and strain-tuned band convergence in layered structure trivalent iridate K0.75Na0.25IrO2

Iridium oxides (iridates) provide a good platform to study the delicate interplay between spin-orbit coupling (SOC) interactions, electron correlation effects, Hund's coupling and lattice degree of freedom. However, overwhelming investigations primarily focus on tetravalent (Ir4+, 5d5) and pentavalent (Ir5+, 5d4) iridates, far less attention has been paid to iridates with other valence states. Here, we pay our attention to a less-explored trivalent (Ir3+, 5d6) iridates, K0.75Na0.25IrO2, crystalizing in a triangular lattice with edge-sharing IrO6 octahedra and alkali metal ions intercalated [IrO2]- layers. We theoretically determine the preferred occupied positions of the alkali metal ions from energetic viewpoints and reproduce the experimentally observed semiconducting behavior and nonmagnetic (NM) properties. The SOC interactions play a critical role in the band dispersion, resulting in NM Jeff = 0 states. More intriguingly, our electronic structure not only uncovers the presence of in-gap states and explains the abnormal low activation energy in K0.75Na0.25IrO2, but also predicts the band edge can be effectively modulated by mechanical strain. Especially, the in-gap states feature with enhanced band-convergence characteristics by 6% compressive strain, which will greatly enhance the electrical conductivity of K0.75Na0.25IrO2. Present work sheds new lights on the unconventional electronic structures of the trivalent iridates, indicating its promising application as nanoelectronic and thermoelectric material.

preprint2022arXiv

Twists of graded Poisson algebras and related properties

We introduce a Poisson version of the graded twist of a graded associative algebra and prove that every graded Poisson structure on a connected graded polynomial ring $A:=\Bbbk[x_1,\ldots,x_n]$ is a graded twist of a unimodular Poisson structure on $A$, namely, if $π$ is a graded Poisson structure on $A$, then $π$ has a decomposition $$π=π_{unim} +\frac{1}{\sum_{i=1}^n {\rm deg} x_i} E\wedge {\mathbf m}$$ where $E$ is the Euler derivation, $π_{unim}$ is the unimodular graded Poisson structure on $A$ corresponding to $π$, and ${\mathbf m}$ is the modular derivation of $(A,π)$. This result is a generalization of the same result in the quadratic setting. The rigidity of graded twisting, $PH^1$-minimality, and $H$-ozoneness are studied. As an application, we compute the Poisson cohomologies of the quadratic Poisson structures on the polynomial ring of three variables when the potential is irreducible, but not necessarily having isolated singularities.

preprint2020arXiv

Device-Robust Acoustic Scene Classification Based on Two-Stage Categorization and Data Augmentation

In this technical report, we present a joint effort of four groups, namely GT, USTC, Tencent, and UKE, to tackle Task 1 - Acoustic Scene Classification (ASC) in the DCASE 2020 Challenge. Task 1 comprises two different sub-tasks: (i) Task 1a focuses on ASC of audio signals recorded with multiple (real and simulated) devices into ten different fine-grained classes, and (ii) Task 1b concerns with classification of data into three higher-level classes using low-complexity solutions. For Task 1a, we propose a novel two-stage ASC system leveraging upon ad-hoc score combination of two convolutional neural networks (CNNs), classifying the acoustic input according to three classes, and then ten classes, respectively. Four different CNN-based architectures are explored to implement the two-stage classifiers, and several data augmentation techniques are also investigated. For Task 1b, we leverage upon a quantization method to reduce the complexity of two of our top-accuracy three-classes CNN-based architectures. On Task 1a development data set, an ASC accuracy of 76.9\% is attained using our best single classifier and data augmentation. An accuracy of 81.9\% is then attained by a final model fusion of our two-stage ASC classifiers. On Task 1b development data set, we achieve an accuracy of 96.7\% with a model size smaller than 500KB. Code is available: https://github.com/MihawkHu/DCASE2020_task1.

preprint2020arXiv

Joint Multi-User DNN Partitioning and Computational Resource Allocation for Collaborative Edge Intelligence

Mobile Edge Computing (MEC) has emerged as a promising supporting architecture providing a variety of resources to the network edge, thus acting as an enabler for edge intelligence services empowering massive mobile and Internet of Things (IoT) devices with AI capability. With the assistance of edge servers, user equipments (UEs) are able to run deep neural network (DNN) based AI applications, which are generally resource-hungry and compute-intensive, such that an individual UE can hardly afford by itself in real time. However the resources in each individual edge server are typically limited. Therefore, any resource optimization involving edge servers is by nature a resource-constrained optimization problem and needs to be tackled in such realistic context. Motivated by this observation, we investigate the optimization problem of DNN partitioning (an emerging DNN offloading scheme) in a realistic multi-user resource-constrained condition that rarely considered in previous works. Despite the extremely large solution space, we reveal several properties of this specific optimization problem of joint multi-UE DNN partitioning and computational resource allocation. We propose an algorithm called Iterative Alternating Optimization (IAO) that can achieve the optimal solution in polynomial time. In addition, we present rigorous theoretic analysis of our algorithm in terms of time complexity and performance under realistic estimation error. Moreover, we build a prototype that implements our framework and conduct extensive experiments using realistic DNN models, whose results demonstrate its effectiveness and efficiency.