Catalog footprint

What is connected

49works
35topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

49 published item(s)

preprint2026arXiv

MoleCode unlocks structural intelligence in large language models

Molecules are graphs, but large language models~(LLMs) are usually asked to reason about them through linear strings. The most popular molecular representation, SMILES, compresses atoms, bonds, branches and rings into a compact sequence in which topology is implicit, forcing LLMs to reconstruct molecular structure before performing the requested chemical operation. Here we introduce MoleCode, an LLM-native, training-free, graph-explicit molecular language in which all molecular components are represented as typed entities with persistent identifiers and explicit relations. MoleCode makes molecular topology directly readable, editable and auditable within the language context, allowing an LLM to operate on structure rather than recover it from syntax. Across molecular reasoning, editing, generation and analysis tasks, this representational shift improves frontier LLMs most strongly when structural access is limiting: unfamiliar molecules, topology-sensitive operations, larger structures and repetitive polymers. It also changes how inference is allocated, replacing long reasoning traces devoted to implicit structural reconstruction with shorter, more chemically directed reasoning over explicit atoms and bonds. In molecular optimization, this enables localized, property-aligned edits that preserve structural similarity to the starting compounds. The same Subgraph--Node--Edge grammar extends beyond small molecules to polymers, Markush structures, mechanism-style transformations and interleaved scientific documents, including research articles and patent disclosures in which chemical information is distributed across text and images. These results suggest that the interface between scientific objects and LLMs should not treat structure as something to be decoded from text. When the object of reasoning is relational, the structure itself should be part of the language.

preprint2025arXiv

MobileWorld: Benchmarking Autonomous Mobile Agents in Agent-User Interactive and MCP-Augmented Environments

Among existing online mobile-use benchmarks, AndroidWorld has emerged as the dominant benchmark due to its reproducible environment and deterministic evaluation; however, recent agents achieving over 90% success rates indicate its saturation and motivate the need for a more challenging benchmark. In addition, its environment lacks key application categories, such as e-commerce and enterprise communication, and does not reflect realistic mobile-use scenarios characterized by vague user instructions and hybrid tool usage. We introduce MobileWorld, a substantially more challenging benchmark designed to reflect real-world usage through 201 tasks across 20 applications. MobileWorld derives its difficulty from an emphasis on long-horizon, cross-application workflows, requiring nearly twice as many completion steps on average (27.8 vs. 14.3) and featuring a significantly higher proportion of multi-app tasks (62.2% vs. 9.5%) than AndroidWorld. To overcome the limitations of existing environments, MobileWorld achieves a balance between production-grade utility and reproducible evaluation by utilizing open-source alternatives to industry standards (e.g., Mattermost for Slack). This approach enables a fully observable and controlled environment through source code modification and direct backend database access for precise verification. MobileWorld also introduces novel task categories, including agent-user interaction and Model Context Protocol (MCP)-augmented tasks, for evaluating agents in user-aware, hybrid-tool scenarios. To facilitate evaluation, we develop a planner-executor agentic framework with extended action spaces to support user interactions and MCP calls. Our results reveal a sharp performance drop compared to AndroidWorld, with the best agentic framework and end-to-end model achieving 51.7% and 20.9% success rates, respectively, highlighting ample headroom for future research.

preprint2024arXiv

EmotionGesture: Audio-Driven Diverse Emotional Co-Speech 3D Gesture Generation

Generating vivid and diverse 3D co-speech gestures is crucial for various applications in animating virtual avatars. While most existing methods can generate gestures from audio directly, they usually overlook that emotion is one of the key factors of authentic co-speech gesture generation. In this work, we propose EmotionGesture, a novel framework for synthesizing vivid and diverse emotional co-speech 3D gestures from audio. Considering emotion is often entangled with the rhythmic beat in speech audio, we first develop an Emotion-Beat Mining module (EBM) to extract the emotion and audio beat features as well as model their correlation via a transcript-based visual-rhythm alignment. Then, we propose an initial pose based Spatial-Temporal Prompter (STP) to generate future gestures from the given initial poses. STP effectively models the spatial-temporal correlations between the initial poses and the future gestures, thus producing the spatial-temporal coherent pose prompt. Once we obtain pose prompts, emotion, and audio beat features, we will generate 3D co-speech gestures through a transformer architecture. However, considering the poses of existing datasets often contain jittering effects, this would lead to generating unstable gestures. To address this issue, we propose an effective objective function, dubbed Motion-Smooth Loss. Specifically, we model motion offset to compensate for jittering ground-truth by forcing gestures to be smooth. Last, we present an emotion-conditioned VAE to sample emotion features, enabling us to generate diverse emotional results. Extensive experiments demonstrate that our framework outperforms the state-of-the-art, achieving vivid and diverse emotional co-speech 3D gestures. Our code and dataset will be released at the project page: https://xingqunqi-lab.github.io/Emotion-Gesture-Web/

preprint2023arXiv

Physical properties, electronic structure, and strain-tuned monolayer of the weak topological insulator RbTi3Bi5 with Kagome lattice

Kagome metals AV3Sb5 (A = K, Rb, and Cs) with a V-Kagome lattice acting as a fertile platform to investigate geometric frustration, electron correlation, superconductivity, and nontrivial band topology, have attracted tremendous attention. Here we reported the structure and properties of ATi3Bi5 (A = Rb, Cs) family with a Ti-Kagome lattice, specifically focusing on the electronic structure and nontrivial band topology of RbTi3Bi5. ATi3Bi5 (A = Rb, Cs) is found to be non-superconducting metal with strong quasi-two-dimensional feature, moderate electron correlation, and small Pauli paramagnetism. Based on first principles calculations, RbTi3Bi5 is determined to be a weak topological insulator with gapless surface states along (100) plane, and the electronic band structure along (001) plane is in great agreement with experimentally observed one. In particular, the electronic properties of the RbTi3Bi5 monolayer can be efficiently tuned by a biaxial strain according to calculation, with its lower saddle points coming from Kagome lattice approaching the Fermi level. These results highlight ATi3Bi5 (A = Rb, Cs) with Ti-Kagome lattice is a new Kagome metal to explore nontrivial band topology and exotic phases.

preprint2022arXiv

3D Interconnected Magnetic Nanowire Networks as Potential Integrated Multistate Memristors

Interconnected magnetic nanowire (NW) networks offer a promising platform for 3-dimensional (3D) information storage and integrated neuromorphic computing. Here we report discrete propagation of magnetic states in interconnected Co nanowire networks driven by magnetic field and current, manifested in distinct magnetoresistance (MR) features. In these networks, when only a few interconnected NWs were measured, multiple MR kinks and local minima were observed, including a significant minimum at a positive field during the descending field sweep. Micromagnetic simulations showed that this unusual feature was due to domain wall (DW) pinning at the NW intersections, which was confirmed by off-axis electron holography imaging. In a complex network with many intersections, sequential switching of nanowire sections separated by interconnects was observed, along with stochastic characteristics. The pinning/depinning of the DWs can be further controlled by the driving current density. These results illustrate the promise of such interconnected networks as integrated multistate memristors.

preprint2022arXiv

Adversarial Focal Loss: Asking Your Discriminator for Hard Examples

Focal Loss has reached incredible popularity as it uses a simple technique to identify and utilize hard examples to achieve better performance on classification. However, this method does not easily generalize outside of classification tasks, such as in keypoint detection. In this paper, we propose a novel adaptation of Focal Loss for keypoint detection tasks, called Adversarial Focal Loss (AFL). AFL not only is semantically analogous to Focal loss, but also works as a plug-and-chug upgrade for arbitrary loss functions. While Focal Loss requires output from a classifier, AFL leverages a separate adversarial network to produce a difficulty score for each input. This difficulty score can then be used to dynamically prioritize learning on hard examples, even in absence of a classifier. In this work, we show AFL's effectiveness in enhancing existing methods in keypoint detection and verify its capability to re-weigh examples based on difficulty.

preprint2022arXiv

Dual Windows Are Significant: Learning from Mediastinal Window and Focusing on Lung Window

Since the pandemic of COVID-19, several deep learning methods were proposed to analyze the chest Computed Tomography (CT) for diagnosis. In the current situation, the disease course classification is significant for medical personnel to decide the treatment. Most previous deep-learning-based methods extract features observed from the lung window. However, it has been proved that some appearances related to diagnosis can be observed better from the mediastinal window rather than the lung window, e.g., the pulmonary consolidation happens more in severe symptoms. In this paper, we propose a novel Dual Window RCNN Network (DWRNet), which mainly learns the distinctive features from the successive mediastinal window. Regarding the features extracted from the lung window, we introduce the Lung Window Attention Block (LWA Block) to pay additional attention to them for enhancing the mediastinal-window features. Moreover, instead of picking up specific slices from the whole CT slices, we use a Recurrent CNN and analyze successive slices as videos. Experimental results show that the fused and representative features improve the predictions of disease course by reaching the accuracy of 90.57%, against the baseline with an accuracy of 84.86%. Ablation studies demonstrate that combined dual window features are more efficient than lung-window features alone, while paying attention to lung-window features can improve the model's stability.

preprint2022arXiv

Exploring Structural Sparsity of Deep Networks via Inverse Scale Spaces

The great success of deep neural networks is built upon their over-parameterization, which smooths the optimization landscape without degrading the generalization ability. Despite the benefits of over-parameterization, a huge amount of parameters makes deep networks cumbersome in daily life applications. Though techniques such as pruning and distillation are developed, they are expensive in fully training a dense network as backward selection methods, and there is still a void on systematically exploring forward selection methods for learning structural sparsity in deep networks. To fill in this gap, this paper proposes a new approach based on differential inclusions of inverse scale spaces, which generate a family of models from simple to complex ones along the dynamics via coupling a pair of parameters, such that over-parameterized deep models and their structural sparsity can be explored simultaneously. This kind of differential inclusion scheme has a simple discretization, dubbed Deep structure splitting Linearized Bregman Iteration (DessiLBI), whose global convergence in learning deep networks could be established under the Kurdyka-Lojasiewicz framework. Experimental evidence shows that our method achieves comparable and even better performance than the competitive optimizers in exploring the sparse structure of several widely used backbones on the benchmark datasets. Remarkably, with early stopping, our method unveils `winning tickets' in early epochs: the effective sparse network structures with comparable test accuracy to fully trained over-parameterized models, that are further transferable to similar alternative tasks. Furthermore, our method is able to grow networks efficiently with adaptive filter configurations, demonstrating a good performance with much less computational cost. Codes and models can be downloaded at {https://github.com/DessiLBI2020/DessiLBI}.

preprint2022arXiv

Fast Adversarial Training with Adaptive Step Size

While adversarial training and its variants have shown to be the most effective algorithms to defend against adversarial attacks, their extremely slow training process makes it hard to scale to large datasets like ImageNet. The key idea of recent works to accelerate adversarial training is to substitute multi-step attacks (e.g., PGD) with single-step attacks (e.g., FGSM). However, these single-step methods suffer from catastrophic overfitting, where the accuracy against PGD attack suddenly drops to nearly 0% during training, destroying the robustness of the networks. In this work, we study the phenomenon from the perspective of training instances. We show that catastrophic overfitting is instance-dependent and fitting instances with larger gradient norm is more likely to cause catastrophic overfitting. Based on our findings, we propose a simple but effective method, Adversarial Training with Adaptive Step size (ATAS). ATAS learns an instancewise adaptive step size that is inversely proportional to its gradient norm. The theoretical analysis shows that ATAS converges faster than the commonly adopted non-adaptive counterparts. Empirically, ATAS consistently mitigates catastrophic overfitting and achieves higher robust accuracy on CIFAR10, CIFAR100 and ImageNet when evaluated on various adversarial budgets.

preprint2022arXiv

Neural Inertial Localization

This paper proposes the inertial localization problem, the task of estimating the absolute location from a sequence of inertial sensor measurements. This is an exciting and unexplored area of indoor localization research, where we present a rich dataset with 53 hours of inertial sensor data and the associated ground truth locations. We developed a solution, dubbed neural inertial localization (NILoc) which 1) uses a neural inertial navigation technique to turn inertial sensor history to a sequence of velocity vectors; then 2) employs a transformer-based neural architecture to find the device location from the sequence of velocities. We only use an IMU sensor, which is energy efficient and privacy preserving compared to WiFi, cameras, and other data sources. Our approach is significantly faster and achieves competitive results even compared with state-of-the-art methods that require a floorplan and run 20 to 30 times slower. We share our code, model and data at https://sachini.github.io/niloc.

preprint2022arXiv

The Fate of Shear-Oscillated Amorphous Solids

The behavior of shear-oscillated amorphous materials is studied using a coarse-grained model. Samples are prepared at different degrees of annealing and then subject to athermal and quasistatic oscillatory deformations at various fixed amplitudes. The steady-state reached after several oscillations is fully determined by the initial preparation and the oscillation amplitude, as seen from stroboscopic stress and energy measurements. Under small oscillations, poorly annealed materials display shear-annealing, while ultra-stabilized materials are insensitive to them. Yet, beyond a critical oscillation amplitude, both kind of materials display a discontinuous transition to the same mixed state composed by a fluid shear-band embedded in a marginal solid. Quantitative relations between uniform shear and the steady-state reached with this protocol are established. The transient regime characterizing the growth and the motion of the shear band is also studied.

preprint2022arXiv

Time-coded Spiking Fourier Transform in Neuromorphic Hardware

After several decades of continuously optimizing computing systems, the Moore's law is reaching itsend. However, there is an increasing demand for fast and efficient processing systems that can handlelarge streams of data while decreasing system footprints. Neuromorphic computing answers thisneed by creating decentralized architectures that communicate with binary events over time. Despiteits rapid growth in the last few years, novel algorithms are needed that can leverage the potential ofthis emerging computing paradigm and can stimulate the design of advanced neuromorphic chips.In this work, we propose a time-based spiking neural network that is mathematically equivalent tothe Fourier transform. We implemented the network in the neuromorphic chip Loihi and conductedexperiments on five different real scenarios with an automotive frequency modulated continuouswave radar. Experimental results validate the algorithm, and we hope they prompt the design of adhoc neuromorphic chips that can improve the efficiency of state-of-the-art digital signal processorsand encourage research on neuromorphic computing for signal processing.

preprint2021arXiv

Example-based Real-time Clothing Synthesis for Virtual Agents

We present a real-time cloth animation method for dressing virtual humans of various shapes and poses. Our approach formulates the clothing deformation as a high-dimensional function of body shape parameters and pose parameters. In order to accelerate the computation, our formulation factorizes the clothing deformation into two independent components: the deformation introduced by body pose variation (Clothing Pose Model) and the deformation from body shape variation (Clothing Shape Model). Furthermore, we sample and cluster the poses spanning the entire pose space and use those clusters to efficiently calculate the anchoring points. We also introduce a sensitivity-based distance measurement to both find nearby anchoring points and evaluate their contributions to the final animation. Given a query shape and pose of the virtual agent, we synthesize the resulting clothing deformation by blending the Taylor expansion results of nearby anchoring points. Compared to previous methods, our approach is general and able to add the shape dimension to any clothing pose model. %and therefore it is more general. Furthermore, we can animate clothing represented with tens of thousands of vertices at 50+ FPS on a CPU. Moreover, our example database is more representative and can be generated in parallel, and thereby saves the training time. We also conduct a user evaluation and show that our method can improve a user's perception of dressed virtual agents in an immersive virtual environment compared to a conventional linear blend skinning method.

preprint2021arXiv

Facet Dependent Topological Phase Transition in Bi4Br4

The realization of the coexistence of various topologically nontrivial surface states in one material is expected to lay a foundation for new electric applications with selective robust spin current. Here we apply the magnetoconductivity characteristic and angle-resolved photoemission spectroscopy (ARPES) to visualize the surface-selected electronic features evolution of quasi-one-dimensional material Bi4Br4. The transport measurements indicate the quantum interference correction to conductivity possesses symbolic spin rotational characteristic correlated to the value of Berry phase with the effects of weak localization and weak antilocalization for (001) and (100) surfaces, respectively. The ARPES spectra provide the experimental evidence for quasi-one-dimensional massless Dirac surface state at the side (100) surface and anisotropic massive Dirac surface state at the top (001) surface, respectively, which is highly coincide with the angle-dependent scaling behavior of magnetoconductivity. Our results reveal the facet dependent topological phases in quasi-one-dimensional Bi4Br4, stimulating the further investigations of this dual topology classes and the applications of the feasible technologies of topological spintronics.

preprint2021arXiv

One-step synthesis of mesoporous Cobalt sulfides (CoSx) on the metal substrate as an efficient bifunctional electrode for overall water splitting

Electrocatalysts based on transition metal sulfides are drawing accelerating concerns in renewable energy research because of their intrinsically excellent activities towards both hydrogen evolution reaction and oxygen evolution reaction. To date, considerable efforts are made to improve the performance of these catalysts, but ignoring the improper synthesis strategy would incur additional cost to the catalyst. Herein, a convenient, one-step anodization method is developed for fast construction of cobalt sulfides. Without any high-temperature or long-time treatment, mesoporous CoSx is self-grown on the metal substrate in minutes. As a result, as-anodic CoSx requires overpotentials of 102 mV for HER and 284 mV for OER to achieve a current density of 10 mA m-2 in alkaline solution. Moreover, the tandem bifunctional as-anodic CoSx exhibits a required cell voltage of 1.64 V for overall water splitting in alkaline solution, exceeding most of the documented Co-based electrocatalysts.

preprint2020arXiv

DessiLBI: Exploring Structural Sparsity of Deep Networks via Differential Inclusion Paths

Over-parameterization is ubiquitous nowadays in training neural networks to benefit both optimization in seeking global optima and generalization in reducing prediction error. However, compressive networks are desired in many real world applications and direct training of small networks may be trapped in local optima. In this paper, instead of pruning or distilling over-parameterized models to compressive ones, we propose a new approach based on differential inclusions of inverse scale spaces. Specifically, it generates a family of models from simple to complex ones that couples a pair of parameters to simultaneously train over-parameterized deep models and structural sparsity on weights of fully connected and convolutional layers. Such a differential inclusion scheme has a simple discretization, proposed as Deep structurally splitting Linearized Bregman Iteration (DessiLBI), whose global convergence analysis in deep learning is established that from any initializations, algorithmic iterations converge to a critical point of empirical risks. Experimental evidence shows that DessiLBI achieve comparable and even better performance than the competitive optimizers in exploring the structural sparsity of several widely used backbones on the benchmark datasets. Remarkably, with early stopping, DessiLBI unveils "winning tickets" in early epochs: the effective sparse structure with comparable test accuracy to fully trained over-parameterized models.

preprint2020arXiv

Efficient Unpaired Image Dehazing with Cyclic Perceptual-Depth Supervision

Image dehazing without paired haze-free images is of immense importance, as acquiring paired images often entails significant cost. However, we observe that previous unpaired image dehazing approaches tend to suffer from performance degradation near depth borders, where depth tends to vary abruptly. Hence, we propose to anneal the depth border degradation in unpaired image dehazing with cyclic perceptual-depth supervision. Coupled with the dual-path feature re-using backbones of the generators and discriminators, our model achieves $\mathbf{20.36}$ Peak Signal-to-Noise Ratio (PSNR) on NYU Depth V2 dataset, significantly outperforming its predecessors with reduced Floating Point Operations (FLOPs).

preprint2020arXiv

Experimental Realization of Two-Dimensional Buckled Lieb lattice

Two-dimensional (2D) materials with a Lieb lattice can host exotic electronic band structures. Such a system does not exist in nature, and it is also difficult to obtain in the laboratory due to its structural instability. Here, we experimentally realized a 2D system composed of a tin overlayer on an aluminum substrate by molecular beam epitaxy. The specific arrangement of Sn atoms on the Al(100) surface, which benefits from favorable interface interactions, forms a stabilized buckled Lieb lattice. Our theoretical calculations indicate a partially broken nodal line loop protected by its mirror reflection symmetry and a topologically nontrivial insulating state with a spin-orbital coupling (SOC) effect in the band structure of this Lieb lattice. The electronic structure of this system has also been experimentally characterized by scanning tunnelling spectroscopy and angle-resolved photoemmision spectroscopy. Our work provides an appealing method for constructing 2D quantum materials based on the Lieb lattice.

preprint2020arXiv

Graph Representation Learning Network via Adaptive Sampling

Graph Attention Network (GAT) and GraphSAGE are neural network architectures that operate on graph-structured data and have been widely studied for link prediction and node classification. One challenge raised by GraphSAGE is how to smartly combine neighbour features based on graph structure. GAT handles this problem through attention, however the challenge with GAT is its scalability over large and dense graphs. In this work, we proposed a new architecture to address these issues that is more efficient and is capable of incorporating different edge type information. It generates node representations by attending to neighbours sampled from weighted multi-step transition probabilities. We conduct experiments on both transductive and inductive settings. Experiments achieved comparable or better results on several graph benchmarks, including the Cora, Citeseer, Pubmed, PPI, Twitter, and YouTube datasets.

preprint2020arXiv

Instance Credibility Inference for Few-Shot Learning

Few-shot learning (FSL) aims to recognize new objects with extremely limited training data for each category. Previous efforts are made by either leveraging meta-learning paradigm or novel principles in data augmentation to alleviate this extremely data-scarce problem. In contrast, this paper presents a simple statistical approach, dubbed Instance Credibility Inference (ICI) to exploit the distribution support of unlabeled instances for few-shot learning. Specifically, we first train a linear classifier with the labeled few-shot examples and use it to infer the pseudo-labels for the unlabeled data. To measure the credibility of each pseudo-labeled instance, we then propose to solve another linear regression hypothesis by increasing the sparsity of the incidental parameters and rank the pseudo-labeled instances with their sparsity degree. We select the most trustworthy pseudo-labeled instances alongside the labeled examples to re-train the linear classifier. This process is iterated until all the unlabeled samples are included in the expanded training set, i.e. the pseudo-label is converged for unlabeled data pool. Extensive experiments under two few-shot settings show that our simple approach can establish new state-of-the-arts on four widely used few-shot learning benchmark datasets including miniImageNet, tieredImageNet, CIFAR-FS, and CUB. Our code is available at: https://github.com/Yikai-Wang/ICI-FSL

preprint2020arXiv

Jointly Encoding Word Confusion Network and Dialogue Context with BERT for Spoken Language Understanding

Spoken Language Understanding (SLU) converts hypotheses from automatic speech recognizer (ASR) into structured semantic representations. ASR recognition errors can severely degenerate the performance of the subsequent SLU module. To address this issue, word confusion networks (WCNs) have been used to encode the input for SLU, which contain richer information than 1-best or n-best hypotheses list. To further eliminate ambiguity, the last system act of dialogue context is also utilized as additional input. In this paper, a novel BERT based SLU model (WCN-BERT SLU) is proposed to encode WCNs and the dialogue context jointly. It can integrate both structural information and ASR posterior probabilities of WCNs in the BERT architecture. Experiments on DSTC2, a benchmark of SLU, show that the proposed method is effective and can outperform previous state-of-the-art models significantly.

preprint2020arXiv

Robust Spoken Language Understanding with RL-based Value Error Recovery

Spoken Language Understanding (SLU) aims to extract structured semantic representations (e.g., slot-value pairs) from speech recognized texts, which suffers from errors of Automatic Speech Recognition (ASR). To alleviate the problem caused by ASR-errors, previous works may apply input adaptations to the speech recognized texts, or correct ASR errors in predicted values by searching the most similar candidates in pronunciation. However, these two methods are applied separately and independently. In this work, we propose a new robust SLU framework to guide the SLU input adaptation with a rule-based value error recovery module. The framework consists of a slot tagging model and a rule-based value error recovery module. We pursue on an adapted slot tagging model which can extract potential slot-value pairs mentioned in ASR hypotheses and is suitable for the existing value error recovery module. After the value error recovery, we can achieve a supervision signal (reward) by comparing refined slot-value pairs with annotations. Since operations of the value error recovery are non-differentiable, we exploit policy gradient based Reinforcement Learning (RL) to optimize the SLU model. Extensive experiments on the public CATSLU dataset show the effectiveness of our proposed approach, which can improve the robustness of SLU and outperform the baselines by significant margins.

preprint2020arXiv

Segmentation with Residual Attention U-Net and an Edge-Enhancement Approach Preserves Cell Shape Features

The ability to extrapolate gene expression dynamics in living single cells requires robust cell segmentation, and one of the challenges is the amorphous or irregularly shaped cell boundaries. To address this issue, we modified the U-Net architecture to segment cells in fluorescence widefield microscopy images and quantitatively evaluated its performance. We also proposed a novel loss function approach that emphasizes the segmentation accuracy on cell boundaries and encourages shape feature preservation. With a 97% sensitivity, 93% specificity, 91% Jaccard similarity, and 95% Dice coefficient, our proposed method called Residual Attention U-Net with edge-enhancement surpassed the state-of-the-art U-Net in segmentation performance as evaluated by the traditional metrics. More remarkably, the same proposed candidate also performed the best in terms of the preservation of valuable shape features, namely area, eccentricity, major axis length, solidity and orientation. These improvements on shape feature preservation can serve as useful assets for downstream cell tracking and quantification of changes in cell statistics or features over time.

preprint2020arXiv

Substituting Gadolinium in Brain MRI Using DeepContrast

Cerebral blood volume (CBV) is a hemodynamic correlate of oxygen metabolism and reflects brain activity and function. High-resolution CBV maps can be generated using the steady-state gadolinium-enhanced MRI technique. Such a technique requires an intravenous injection of exogenous gadolinium based contrast agent (GBCA) and recent studies suggest that the GBCA can accumulate in the brain after frequent use. We hypothesize that endogenous sources of contrast might exist within the most conventional and commonly acquired structural MRI, potentially obviating the need for exogenous contrast. Here, we test this hypothesis by developing and optimizing a deep learning algorithm, which we call DeepContrast, in mice. We find that DeepContrast performs equally well as exogenous GBCA in mapping CBV of the normal brain tissue and enhancing glioblastoma. Together, these studies validate our hypothesis that a deep learning approach can potentially replace the need for GBCAs in brain MRI.

preprint2020arXiv

You Only Search Once: A Fast Automation Framework for Single-Stage DNN/Accelerator Co-design

DNN/Accelerator co-design has shown great potential in improving QoR and performance. Typical approaches separate the design flow into two-stage: (1) designing an application-specific DNN model with high accuracy; (2) building an accelerator considering the DNN specific characteristics. However, it may fail in promising the highest composite score which combines the goals of accuracy and other hardware-related constraints (e.g., latency, energy efficiency) when building a specific neural-network-based system. In this work, we present a single-stage automated framework, YOSO, aiming to generate the optimal solution of software-and-hardware that flexibly balances between the goal of accuracy, power, and QoS. Compared with the two-stage method on the baseline systolic array accelerator and Cifar10 dataset, we achieve 1.42x~2.29x energy or 1.79x~3.07x latency reduction at the same level of precision, for different user-specified energy and latency optimization constraints, respectively.

preprint2016arXiv

A finite volume/discontinuous Galerkin method for the advective Cahn-Hilliard equation with degenerate mobility on porous domains stemming from micro-CT imaging

A numerical method is formulated for the solution of the advective Cahn-Hilliard (CH) equation with constant and degenerate mobility in three-dimensional porous media with non-vanishing velocity on the exterior boundary. The CH equation describes phase separation of an immiscible binary mixture at constant temperature in the presence of a mass constraint and dissipation of free energy. Porous media/pore-scale problems specifically entail high-resolution images of rocks in which the solid matrix and pore spaces are fully resolved. The interior penalty discontinuous Galerkin method is used for the spatial discretization of the CH equation in mixed form, while a semi-implicit convex-concave splitting is utilized for temporal discretization. The spatial approximation order is arbitrary, while it reduces to a finite volume scheme for the choice of elementwise constants. The resulting nonlinear systems of equations are reduced using the Schur complement and solved via Newton's method. The numerical scheme is first validated using numerical convergence tests and then applied to a number of fundamental problems for validation and numerical experimentation purposes including the case of degenerate mobility. First-order physical applicability and robustness of the numerical method are shown in a breakthrough scenario on a voxel set obtained from a micro-CT scan of a real sandstone rock sample.

preprint2016arXiv

Capacity and Delay Tradeoff of Secondary Cellular Networks with Spectrum Aggregation

Cellular communication networks are plagued with redundant capacity, which results in low utilization and cost-effectiveness of network capital investments. The redundant capacity can be exploited to deliver secondary traffic that is ultra-elastic and delay-tolerant. In this paper, we propose an analytical framework to study the capacity-delay tradeoff of elastic/secondary traffic in large scale cellular networks with spectrum aggregation. Our framework integrates stochastic geometry and queueing theory models and gives analytical insights into the capacity-delay performance in the interference limited regime. Closed-form results are obtained to characterize the mean delay and delay distribution as functions of per user throughput capacity. The impacts of spectrum aggregation, user and base station (BS) densities, traffic session payload, and primary traffic dynamics on the capacity-delay tradeoff relationship are investigated. The fundamental capacity limit is derived and its scaling behavior is revealed. Our analysis shows the feasibility of providing secondary communication services over cellular networks and highlights some critical design issues.

preprint2016arXiv

Deep Multi-Modal Image Correspondence Learning

Inference of correspondences between images from different modalities is an extremely important perceptual ability that enables humans to understand and recognize cross-modal concepts. In this paper, we consider an instance of this problem that involves matching photographs of building interiors with their corresponding floorplan. This is a particularly challenging problem because a floorplan, as a stylized architectural drawing, is very different in appearance from a color photograph. Furthermore, individual photographs by themselves depict only a part of a floorplan (e.g., kitchen, bathroom, and living room). We propose the use of a number of different neural network architectures for this task, which are trained and evaluated on a novel large-scale dataset of 5 million floorplan images and 80 million associated photographs. Experimental evaluation reveals that our neural network architectures are able to identify visual cues that result in reliable matches across these two quite different modalities. In fact, the trained networks are able to even outperform human subjects in several challenging image matching problems. Our result implies that neural networks are effective at perceptual tasks that require long periods of reasoning even for humans to solve.

preprint2016arXiv

Electromagnetic transitions in multiple chiral doublet bands

Multiple chiral doublet bands (M$χ$D) in the $80$, 130 and $190$ mass regions are studied by the model of $γ$=90$^{\circ}$ triaxial rotor coupled with identical symmetric proton-neutron configurations. By selecting the suitable basis, the calculated wave functions are explicitly exhibited to be symmetric under the operator $\hat{A}$, which is defined as rotation by $90^{\circ}$ about 3-axis with the exchange of valance proton and neutron. We found that both $M1$ and $E2$ transitions are allowed between the levels with different values of $A$, while are forbidden between the levels with same values of $A$. Such a selection rule holds true for M$χ$D in different mass regions.

preprint2016arXiv

Generation of Gamma-ray Beam with Orbital Angular Momentum in the QED Regime

We propose a scheme to generate gamma-ray photons with an orbital angular momentum (OAM) and high energy simultaneously from laser-plasma interactions by irradiating a circularly polarized Laguerre-Gaussian laser on a thin plasma target. The spin angular momentum and OAM are first transferred to electrons from the driving laser photons, and then the OAM is transferred to the gamma-ray photons from the electrons through quantum radiation. This scheme has been demonstrated using three-dimensional quantum electrodynamics particle-in-cell simulation. The topological charge, chirality and carrier-envelope phase of the short ultra-intense vortex laser can be revealed according to the pattern feature of the energy density of radiated photons.

preprint2016arXiv

Modeling of a Single Multimode Fiber Imaging System

We present a detailed theoretical analysis on image transmission via a single multimode fiber (MMF). A single MMF imaging model is developed to study the light wave propagation from the light source to the camera, by using free-space Fourier optics theory and mode-coupling theory. A mathematical expression is obtained for the complete single MMF imaging system, which is further validated by image-transmission simulations. Our model is believed to be the first theoretical model to describe the complete MMF imaging system based on the transmission of individual modes. Therefore, this model is robust and capable of analyzing MMF image transmission under specific mode-coupling conditions. We use our model to study bending-induced image blur in single-MMF image transmission, and the result has found a good agreement with that of existing experimental studies. These should provide important insights into future MMF imaging system developments.

preprint2016arXiv

Multi-way Particle Swarm Fusion

This paper proposes a novel MAP inference framework for Markov Random Field (MRF) in parallel computing environments. The inference framework, dubbed Swarm Fusion, is a natural generalization of the Fusion Move method. Every thread (in a case of multi-threading environments) maintains and updates a solution. At each iteration, a thread can generate arbitrary number of solution proposals and take arbitrary number of concurrent solutions from the other threads to perform multi-way fusion in updating its solution. The framework is general, making popular existing inference techniques such as alpha-expansion, fusion move, parallel alpha-expansion, and hierarchical fusion, its special cases. We have evaluated the effectiveness of our approach against competing methods on three problems of varying difficulties, in particular, the stereo, the optical flow, and the layered depthmap estimation problems.

preprint2015arXiv

Driving rate dependence of avalanche statistics and shapes at the yielding transition

We study stress time series caused by plastic avalanches in athermally sheared disordered materials. Using particle-based simulations and a mesoscopic elasto-plastic model, we analyze size and shear-rate dependence of the stress-drop durations and size distributions together with their average temporal shape. We find critical exponents different from mean-field predictions, and a clear asymmetry for individual avalanches. We probe scaling relations for the rate dependency of the dynamics and we report a crossover towards mean-field results for strong driving.

preprint2015arXiv

Generation of Ultra-intense Gamma-ray Train by QED Harmonics

When laser intensity exceeds 10^22W/cm^2, photons with energy above MeV can be generated from high-order harmonics process in the laser-plasma interaction. We find that under such laser intensity, QED effect plays a dominating role in the radiation pattern. Contrast to the gas and relativistic HHG processes, both the occurrence and energy of gamma-ray emission produced by QED harmonics are random and QED harmonics are usually not coherent, while the property of high intensity and ultra-short duration is conserved. Our simulation shows that the period of gamma-ray train is half of the laser period and the peak intensity is 1.4e22W/cm^2. This new harmonic production with QED effects are crucial to light-matter interaction in strong field and can be verified in experiments by 10PW laser facilities in the near future.

preprint2015arXiv

Nature of the Insulating Ground State of the 5d PostPerovskite CaIrO3

The insulating ground state of the 5d transition metal oxide CaIrO3 has been classified as a Mott-type insulator. Based on a systematic density functional theory (DFT) study with local, semilocal, and hybrid exchange-correlation functionals, we reveal that the Ir t2g states exhibit large splittings and one-dimensional electronic states along the c axis due to a tetragonal crystal field. Our hybrid DFT calculation adequately describes the antiferromagnetic (AFM) order along the c direction via a superexchange interaction between Ir4+ spins. Furthermore, the spin-orbit coupling (SOC) hybridizes the t2g states to open an insulating gap. These results indicate that CaIrO3 can be represented as a spin-orbit Slater insulator, driven by the interplay between a long-range AFM order and the SOC. Such a Slater mechanism for the gap formation is also demonstrated by the DFT + dynamical mean field theory calculation, where the metal-insulator transition and the paramagnetic to AFM phase transition are concomitant with each other.

preprint2015arXiv

Non-Markovian effect on remote state preparation

Memory effect of non-Markovian dynamics in open quantum systems is often believed to be beneficial for quantum information processing. In this work, we employ an experimentally controllable two-photon open system, with one photon experiencing a dephasing environment and the other being free from noise, to show that non-Markovian effect may also have a negative impact on quantum tasks such as remote state preparation: For a certain period of controlled time interval, stronger non-Markovian effect yields lower fidelity of remote state preparation, as opposed to the common wisdom that more information leads to better performance. As a comparison, a positive non-Markovian effect on the RSP fidelity with another typical non-Markovian noise is analyzed. Consequently, the observed dual character of non-Markovian effect will be of great importance in the field of open systems engineering.

preprint2015arXiv

Quantum-speed-limit time for multiqubit open systems

Quantum-speed-limit (QSL) time captures the intrinsic minimal time interval for a quantum system evolving from an initial state to a target state. In single qubit open systems, it was found that the memory (non-Markovian) effect of environment plays an essential role in shortening QSL time or, say, increasing the capacity for potential speedup. In this paper, we investigate the QSL time for multiqubit open systems. We find that for a certain class of states the memory effect still acts as the indispensable requirement for cutting the QSL time down, while for another class of states this takes place even when the environment is of no memory. In particular, when the initial state is in product state |111...1>, there exists a sudden transition from no capacity for potential speedup to potential speedup in a memoryless environment. In addition, we also display evidence for the subtle connection between QSL time and entanglement that weak entanglement may shorten QSL time even more.

preprint2015arXiv

The Open Access Advantage Considering Citation, Article Usage and Social Media Attention

In this study, we compare the difference in the impact between open access (OA) and non-open access (non-OA) articles. 1761 Nature Communications articles published from 1 Jan. 2012 to 31 Aug. 2013 are selected as our research objects, including 587 OA articles and 1174 non-OA articles. Citation data and daily updated article-level metrics data are harvested directly from the platform of nature.com. Data is analyzed from the static versus temporal-dynamic perspectives. The OA citation advantage is confirmed, and the OA advantage is also applicable when extending the comparing from citation to article views and social media attention. More important, we find that OA papers not only have the great advantage of total downloads, but also have the feature of keeping sustained and steady downloads for a long time. For article downloads, non-OA papers only have a short period of attention, when the advantage of OA papers exists for a much longer time.

preprint2014arXiv

Does A Paper Being Featured on The Cover of A Journal Guarantee More Attention and Greater Impact?

Paper featured on the cover of a journal has more visibility in an issue compared with other ordinary articles for both printed and electronic journal. Does this kind of visibility guarantee more attention and greater impact of its associated content than the non-cover papers? In this research, usage and citation data of 60 issues of PLOS Biology from 2006 to 2010 are analyzed to compare the attention and scholarly impact between cover and non-cover paper. Our empirical study confirms that, in most cases, the group difference between cover and non-cover paper is not significant for attention or impact. Cover paper is not the best one, nor at the upper level in one issue considering the attention or the citation impact. Having a paper featured on the cover of a journal may be a source of pride to researchers, many institutions and researchers would even release news about it. However, a paper being featured on the cover of a journal doesn't guarantee more attention and greater impact.

preprint2014arXiv

Effects of Oxygen Adsorption on the Surface State of Epitaxial Silicene on Ag(111)

Epitaxial silicene, which is one single layer of silicon atoms packed in a honeycomb structure, demonstrates a strong interaction with the substrate that dramatically affects its electronic structure. The role of electronic coupling in the chemical reactivity between the silicene and the substrate is still unclear so far, which is of great importance for functionalization of silicene layers. Here, we report the reconstructions and hybridized electronic structures of epitaxial 4x4 silicene on Ag(111), which are revealed by scanning tunneling microscopy and angle-resolved photoemission spectroscopy. The hybridization between Si and Ag results in a metallic surface state, which can gradually decay due to oxygen adsorption. X-ray photoemission spectroscopy confirms the decoupling of Si-Ag bonds after oxygen treatment as well as the relatively oxygen resistance of Ag(111) surface, in contrast to 4x4 silicene [with respect to Ag(111)]. First-principles calculations have confirmed the evolution of the electronic structure of silicene during oxidation. It has been verified experimentally and theoretically that the high chemical activity of 4x4 silicene is attributable to the Si pz state, while the Ag(111) substrate exhibits relatively inert chemical behavior.

preprint2014arXiv

From Attention to Citation, What and How Does Altmetrics Work?

Scholarly and social impacts of scientific publications could be measured by various metrics. In this study, the relationship between various metrics of 63,805 PLOS research articles are studied. Generally, article views correlate well with citation, however, different types of article view have different levels of correlation with citation, when pdf download correlates the citation most significantly. It's necessary for publishers and journals to provide detailed and comprehensive article metrics. Although the low correlation between social attention and citation is confirmed by this study and previous studies, more than ever, we find that social attention is highly correlated with article view, especially the browser html view. Social attention is the important source that bringing network traffic to browser html view and may lead to citation subsequently. High altmetric score has the potential role in promoting the long-term academic impact of articles, when a conceptual model is proposed to interpret the conversion from social attention to article view, and to citation finally.

preprint2014arXiv

How far does scientific community look back?

How does the published scientific literature used by scientific community? Many previous studies make analysis on the static usage data. In this research, we propose the concept of dynamic usage data. Based on the platform of realtime.springer.com, we have been monitoring and recording the dynamic usage data of Scientometrics articles round the clock. Our analysis find that papers published in recent four years have many more downloads than papers published four years ago. According to our quantitative calculation, papers down-loaded on one day have an average lifetime of 4.1 years approximately. Classic papers are still being downloaded frequently even long after their publication. Additionally, we find that social media may reboot the attention of old scientific literature in a short time.

preprint2014arXiv

Plasmonic lasing of nanocavity embedding in metallic nanoantenna array

Plasmonic nanolasers have ultrahigh lasing thresholds, especially those devices for which all three dimensions are truly subwavelength. Because of a momentum mismatch between the propagating light and localized optical field of the subwavelength nanocavity, poor optical pumping efficiency is another important reason for the ultrahigh threshold but is normally always ignored. Based on a cavity-embedded nanoantenna array design, we demonstrate a room-temperature low-threshold plasmonic nanolaser that is robust, reproducible, and easy-to-fabricate using chemical-template lithography. The mode volume of the device is~0.22(λ/2n)3 (here,λ is resonant wavelength and n is the refractive index), and the experimental lasing threshold produced is ~2.70MW/mm2. The lasing polarization and the function of nanoantenna array are investigated in detail. Our work provides a new strategy to achieve room-temperature low-threshold plasmonic nanolasers of interest in applications to biological sensoring and information technology.

preprint2014arXiv

Quantum speedup in a memory environment

Memory (non-Markovian) effect is found to be able to accelerate quantum evolution [S. Deffner and E. Lutz, Phys. Rev. Lett. 111, 010402 (2013)]. In this work, for an atom in a structured reservoir, we show that the mechanism for the speedup is not only related to non-Markovianity but also to the population of excited states under a given driving time. In other words, it is the competition between non-Markovianity and population of excited states that ultimately determines the acceleration of quantum evolution in memory environment. A potential experimental realization for verifying the above phenomena is discussed by using a nitrogen-vacancy (N-V) center embedded in a planar photonic crystal cavity (PCC) under the current experimental conditions.

preprint2014arXiv

Tracing The Largest Seasonal Migration on Earth

It is estimated that over 3.6 billion passengers are travelling during the Chinese Spring Festival travel season. They leave their working cities and return their hometowns to enjoy annual family time, and back to cities after the holiday. In this study, with the massive location-based data collected from millions of smartphone users, we propose a novel method to trace the migration flow and explore the migration patterns of Chinese people. From the temporal perspective, we explore the migration trend over time during a 34-days period, about half a month before and after the Spring Festival. From the spatial perspective, the migration directions and routes are estimated and quantified, and the migration flow is visualized. The spatial range of influence of developed regions could be reflected with the destinations of migration, the migration destinations and originations have obvious characteristic of geographical proximity.

preprint2013arXiv

Finite-temperature decoherence of spin states in a $\texttt{\{}\emph{Cu}_3\texttt{\}}$ single molecular magnet

We investigate the quantum evolution of spin states of a single molecular magnet in a local electric field. The decoherence of a $\texttt{\{}\emph{Cu}_3\texttt{\}}$ single molecular magnet weakly coupled to a thermal bosonic environment can be analyzed by the spin-boson model. Using the finite-temperature time-convolutionless quantum master equation, we obtain the analytical expression of the reduced density matrix of the system in the secular approximation. The suppressed and revived dynamical behavior of the spin states are presented by the oscillation of the chirality spin polarization on the time scale of the correlation time of the environment. The quantum decoherence can be effectively restrained with the help of the manipulation of local electric field and the environment spectral density function. Under the influence of the dissipation, the pointer states measured by the von Neumann entropy are calculated to manifest the entanglement property of the system-environment model.

preprint2013arXiv

Games and Culture: Using Online-gaming Data to Cluster Chinese Regional Cultures

To identify cluster of societies and cultures is not easy in subject to the availability of data. In this study, we propose a novel method to cluster Chinese regional cultures. Using geotagged online-gaming data of Chinese internet users playing online card and board games with regional features, 336 Chinese cities are grouped into 17 clusters. The distribution of clustering units shows great geographical proximity when the boundary of the clusters coincides well with the geographical boundary of provinces.

preprint2012arXiv

Quantum decoherence of spin states in an electric-field controllable single molecular magnet

The time evolution of low energy spin states of a single molecular magnet in a local electric field is investigated. The decoherence of the driven single molecular magnet weakly coupled to a thermal bosonic environment is analyzed by the second-order time-convolutionless non-Markovian master equation. If the characteristic time of the system is much smaller than the correlation time of the environment, the analytical expression of the reduced density matrix of the system is obtained. The non-Markovian dynamics of the spin states at low temperatures is induced by the memory effects in the decay rates. The non-Markovian oscillation of the Bloch vector is presented. The quantum decoherence can be effectively restrained with the help of the reasonable manipulation of the environment spectral density function and local electric field. The influence of the dissipation on the pointer states are investigated by the von Neumann entropy. The pointer states can be selected by the environment.

preprint2010arXiv

Symmetry breaking and criticality in tensor-product states

We discuss variationally optimized matrix-product states for the transverse-field Ising chain, using D*D matrices with small D=2-10. For finite system size N there are energy minimums for symmetric as well as symmetry-broken states, which cross each other at a field value hc(N,D); thus the transition is first-order. A continuous transition develops as N->infinity. The asymptotic critical behavior is then always of mean-field type (the magnetization exponent beta=1/2), but a window of field strengths where true Ising scaling holds (beta=1/8) emerges with increasing D. We also demonstrate asymptotic mean-field behavior for infinite-size two-dimensional tensor-product (iPEPS) states with small tensors.