Source author record

Qiang Fu

Qiang Fu appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

53works
24topics
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

53 published item(s)

preprint2026arXiv

Efficient LLM-based Advertising via Model Compression and Parallel Verification

Large language models (LLMs) have shown remarkable potential in advertising scenarios such as ad creative generation and targeted advertising. However, deploying LLMs in real-time advertising systems poses significant challenges due to their high inference latency and computational cost. In this paper, we propose an Efficient Generative Targeting framework that integrates adaptive group quantization, layer-adaptive hierarchical sparsification, and prefix-tree parallel verification to accelerate LLM inference while preserving generation quality. Extensive experiments on two real-world advertising scenarios demonstrate that our framework achieves significant speedup with acceptable quality degradation, making it operationally viable for practical deployments.

preprint2023arXiv

Professional Network Matters: Connections Empower Person-Job Fit

Online recruitment platforms typically employ Person-Job Fit models in the core service that automatically match suitable job seekers with appropriate job positions. While existing works leverage historical or contextual information, they often disregard a crucial aspect: job seekers' social relationships in professional networks. This paper emphasizes the importance of incorporating professional networks into the Person-Job Fit model. Our innovative approach consists of two stages: (1) defining a Workplace Heterogeneous Information Network (WHIN) to capture heterogeneous knowledge, including professional connections and pre-training representations of various entities using a heterogeneous graph neural network; (2) designing a Contextual Social Attention Graph Neural Network (CSAGNN) that supplements users' missing information with professional connections' contextual information. We introduce a job-specific attention mechanism in CSAGNN to handle noisy professional networks, leveraging pre-trained entity representations from WHIN. We demonstrate the effectiveness of our approach through experimental evaluations conducted across three real-world recruitment datasets from LinkedIn, showing superior performance compared to baseline models.

preprint2022arXiv

A survey on computational spectral reconstruction methods from RGB to hyperspectral imaging

Hyperspectral imaging enables versatile applications due to its competence in capturing abundant spatial and spectral information, which are crucial for identifying substances. However, the devices for acquiring hyperspectral images are expensive and complicated. Therefore, many alternative spectral imaging methods have been proposed by directly reconstructing the hyperspectral information from lower-cost, more available RGB images. We present a thorough investigation of these state-of-the-art spectral reconstruction methods from the widespread RGB images. A systematic study and comparison of more than 25 methods has revealed that most of the data-driven deep learning methods are superior to prior-based methods in terms of reconstruction accuracy and quality despite lower speeds. This comprehensive review can serve as a fruitful reference source for peer researchers, thus further inspiring future development directions in related domains.

preprint2022arXiv

GBK-GNN: Gated Bi-Kernel Graph Neural Networks for Modeling Both Homophily and Heterophily

Graph Neural Networks (GNNs) are widely used on a variety of graph-based machine learning tasks. For node-level tasks, GNNs have strong power to model the homophily property of graphs (i.e., connected nodes are more similar) while their ability to capture the heterophily property is often doubtful. This is partially caused by the design of the feature transformation with the same kernel for the nodes in the same hop and the followed aggregation operator. One kernel cannot model the similarity and the dissimilarity (i.e., the positive and negative correlation) between node features simultaneously even though we use attention mechanisms like Graph Attention Network (GAT), since the weight calculated by attention is always a positive value. In this paper, we propose a novel GNN model based on a bi-kernel feature transformation and a selection gate. Two kernels capture homophily and heterophily information respectively, and the gate is introduced to select which kernel we should use for the given node pairs. We conduct extensive experiments on various datasets with different homophily-heterophily properties. The experimental results show consistent and significant improvements against state-of-the-art GNN methods.

preprint2022arXiv

HTGN-BTW: Heterogeneous Temporal Graph Network with Bi-Time-Window Training Strategy for Temporal Link Prediction

With the development of temporal networks such as E-commerce networks and social networks, the issue of temporal link prediction has attracted increasing attention in recent years. The Temporal Link Prediction task of WSDM Cup 2022 expects a single model that can work well on two kinds of temporal graphs simultaneously, which have quite different characteristics and data properties, to predict whether a link of a given type will occur between two given nodes within a given time span. Our team, named as nothing here, regards this task as a link prediction task in heterogeneous temporal networks and proposes a generic model, i.e., Heterogeneous Temporal Graph Network (HTGN), to solve such temporal link prediction task with the unfixed time intervals and the diverse link types. That is, HTGN can adapt to the heterogeneity of links and the prediction with unfixed time intervals within an arbitrary given time period. To train the model, we design a Bi-Time-Window training strategy (BTW) which has two kinds of mini-batches from two kinds of time windows. As a result, for the final test, we achieved an AUC of 0.662482 on dataset A, an AUC of 0.906923 on dataset B, and won 2nd place with an Average T-scores of 0.628942.

preprint2022arXiv

Input-Tuning: Adapting Unfamiliar Inputs to Frozen Pretrained Models

Recently the prompt-tuning paradigm has attracted significant attention. By only tuning continuous prompts with a frozen pre-trained language model (PLM), prompt-tuning takes a step towards deploying a shared frozen PLM to serve numerous downstream tasks. Although prompt-tuning shows good performance on certain natural language understanding (NLU) tasks, its effectiveness on natural language generation (NLG) tasks is still under-explored. In this paper, we argue that one of the factors hindering the development of prompt-tuning on NLG tasks is the unfamiliar inputs (i.e., inputs are linguistically different from the pretraining corpus). For example, our preliminary exploration reveals a large performance gap between prompt-tuning and fine-tuning when unfamiliar inputs occur frequently in NLG tasks. This motivates us to propose input-tuning, which fine-tunes both the continuous prompts and the input representations, leading to a more effective way to adapt unfamiliar inputs to frozen PLMs. Our proposed input-tuning is conceptually simple and empirically powerful. Experimental results on seven NLG tasks demonstrate that input-tuning is significantly and consistently better than prompt-tuning. Furthermore, on three of these tasks, input-tuning can achieve a comparable or even better performance than fine-tuning.

preprint2022arXiv

Learning Rate Perturbation: A Generic Plugin of Learning Rate Schedule towards Flatter Local Minima

Learning rate is one of the most important hyper-parameters that has a significant influence on neural network training. Learning rate schedules are widely used in real practice to adjust the learning rate according to pre-defined schedules for fast convergence and good generalization. However, existing learning rate schedules are all heuristic algorithms and lack theoretical support. Therefore, people usually choose the learning rate schedules through multiple ad-hoc trials, and the obtained learning rate schedules are sub-optimal. To boost the performance of the obtained sub-optimal learning rate schedule, we propose a generic learning rate schedule plugin, called LEArning Rate Perturbation (LEAP), which can be applied to various learning rate schedules to improve the model training by introducing a certain perturbation to the learning rate. We found that, with such a simple yet effective strategy, training processing exponentially favors flat minima rather than sharp minima with guaranteed convergence, which leads to better generalization ability. In addition, we conduct extensive experiments which show that training with LEAP can improve the performance of various deep learning models on diverse datasets using various learning rate schedules (including constant learning rate).

preprint2022arXiv

Multi-Task Deep Residual Echo Suppression with Echo-aware Loss

This paper introduces the NWPU Team's entry to the ICASSP 2022 AEC Challenge. We take a hybrid approach that cascades a linear AEC with a neural post-filter. The former is used to deal with the linear echo components while the latter suppresses the residual non-linear echo components. We use gated convolutional F-T-LSTM neural network (GFTNN) as the backbone and shape the post-filter by a multi-task learning (MTL) framework, where a voice activity detection (VAD) module is adopted as an auxiliary task along with echo suppression, with the aim to avoid over suppression that may cause speech distortion. Moreover, we adopt an echo-aware loss function, where the mean square error (MSE) loss can be optimized particularly for every time-frequency bin (TF-bin) according to the signal-to-echo ratio (SER), leading to further suppression on the echo. Extensive ablation study shows that the time delay estimation (TDE) module in neural post-filter leads to better perceptual quality, and an adaptive filter with better convergence will bring consistent performance gain for the post-filter. Besides, we find that using the linear echo as the input of our neural post-filter is a better choice than using the reference signal directly. In the ICASSP 2022 AEC-Challenge, our approach has ranked the 1st place on word accuracy (WAcc) (0.817) and the 3rd place on both mean opinion score (MOS) (4.502) and the final score (0.864).

preprint2022arXiv

One-step exfoliation method for plasmonic activation of large-area 2D crystals

Advanced exfoliation techniques are crucial for exploring the intrinsic properties and applications of 2D materials. Though the recently discovered Au-enhanced exfoliation technique provides an effective strategy for preparation of large-scale 2D crystals, the high cost of gold hinders this method from being widely adopted in industrial applications. In addition, direct Au contact could significantly quench photoluminescence (PL) emission in 2D semiconductors. It is therefore crucial to find alternative metals that can replace gold to achieve efficient exfoliation of 2D materials. Here, we present a one-step Ag-assisted method that can efficiently exfoliate many large-area 2D monolayers, where the yield ratio is comparable to Au-enhanced exfoliation method. Differing from Au film, however, the surface roughness of as-prepared Ag films on SiO2/Si substrate is much higher, which facilitates the generation of surface plasmons resulting from the nanostructures formed on the rough Ag surface. More interestingly, the strong coupling between 2D semiconductor crystals (e.g. MoS2, MoSe2) and Ag film leads to a unique PL enhancement that has not been observed in other mechanical exfoliation techniques, which can be mainly attributed to enhanced light-matter interaction as a result of extended propagation of surface plasmonic polariton (SPP). Our work provides a lower-cost and universal Ag-assisted exfoliation method, while at the same offering enhanced SPP-matter interactions.

preprint2022arXiv

Personalized Acoustic Echo Cancellation for Full-duplex Communications

Deep neural networks (DNNs) have shown promising results for acoustic echo cancellation (AEC). But the DNN-based AEC models let through all near-end speakers including the interfering speech. In light of recent studies on personalized speech enhancement, we investigate the feasibility of personalized acoustic echo cancellation (PAEC) in this paper for full-duplex communications, where background noise and interfering speakers may coexist with acoustic echoes. Specifically, we first propose a novel backbone neural network termed as gated temporal convolutional neural network (GTCNN) that outperforms state-of-the-art AEC models in performance. Speaker embeddings like d-vectors are further adopted as auxiliary information to guide the GTCNN to focus on the target speaker. A special case in PAEC is that speech snippets of both parties on the call are enrolled. Experimental results show that auxiliary information from either the near-end speaker or the far-end speaker can improve the DNN-based AEC performance. Nevertheless, there is still much room for improvement in the utilization of the finite-dimensional speaker embeddings.

preprint2022arXiv

PL-VINS: Real-Time Monocular Visual-Inertial SLAM with Point and Line Features

Leveraging line features to improve localization accuracy of point-based visual-inertial SLAM (VINS) is gaining interest as they provide additional constraints on scene structure. However, real-time performance when incorporating line features in VINS has not been addressed. This paper presents PL-VINS, a real-time optimization-based monocular VINS method with point and line features, developed based on the state-of-the-art point-based VINS-Mono \cite{vins}. We observe that current works use the LSD \cite{lsd} algorithm to extract line features; however, LSD is designed for scene shape representation instead of the pose estimation problem, which becomes the bottleneck for the real-time performance due to its high computational cost. In this paper, a modified LSD algorithm is presented by studying a hidden parameter tuning and length rejection strategy. The modified LSD can run at least three times as fast as LSD. Further, by representing space lines with the Plücker coordinates, the residual error in line estimation is modeled in terms of the point-to-line distance, which is then minimized by iteratively updating the minimum four-parameter orthonormal representation of the Plücker coordinates. Experiments in a public benchmark dataset show that the localization error of our method is 12-16\% less than that of VINS-Mono at the same pose update frequency. %For the benefit of the community, The source code of our method is available at: https://github.com/cnqiangfu/PL-VINS.

preprint2022arXiv

Small Footprint Multi-channel ConvMixer for Keyword Spotting with Centroid Based Awareness

It is critical for a keyword spotting model to have a small footprint as it typically runs on-device with low computational resources. However, maintaining the previous SOTA performance with reduced model size is challenging. In addition, a far-field and noisy environment with multiple signals interference aggravates the problem causing the accuracy to degrade significantly. In this paper, we present a multi-channel ConvMixer for speech command recognitions. The novel architecture introduces an additional audio channel mixing for channel audio interaction in a multi-channel audio setting to achieve better noise-robust features with more efficient computation. Besides, we proposed a centroid based awareness component to enhance the system by equipping it with additional spatial geometry information in the latent feature projection space. We evaluate our model using the new MISP challenge 2021 dataset. Our model achieves significant improvement against the official baseline with a 55% gain in the competition score (0.152) on raw microphone array input and a 63% (0.126) boost upon front-end speech enhancement.

preprint2022arXiv

Sparse Optical Flow-Based Line Feature Tracking

In this paper we propose a novel sparse optical flow (SOF)-based line feature tracking method for the camera pose estimation problem. This method is inspired by the point-based SOF algorithm and developed based on an observation that two adjacent images in time-varying image sequences satisfy brightness invariant. Based on this observation, we re-define the goal of line feature tracking: track two endpoints of a line feature instead of the entire line based on gray value matching instead of descriptor matching. To achieve this goal, an efficient two endpoint tracking (TET) method is presented: first, describe a given line feature with its two endpoints; next, track the two endpoints based on SOF to obtain two new tracked endpoints by minimizing a pixel-level grayscale residual function; finally, connect the two tracked endpoints to generate a new line feature. The correspondence is established between the given and the new line feature. Compared with current descriptor-based methods, our TET method needs not to compute descriptors and detect line features repeatedly. Naturally, it has an obvious advantage over computation. Experiments in several public benchmark datasets show our method yields highly competitive accuracy with an obvious advantage over speed.

preprint2022arXiv

Transition edge sensor based detector: from X-ray to $γ$-ray

The Transition Edge Sensor is extremely sensitive to the change of temperature, combined with the high-Z metal of a certain thickness, it can realize the high energy resolution measurement of particles such as X-rays. X-rays with energies below 10 keV have very weak penetrating ability, so only a few microns thick of gold or bismuth can obtain quantum efficiency higher than 70\%. Therefore, the entire structure of the TES X-ray detector in this energy range can be realized in the microfabrication process. However, for X-rays or gamma rays from 10 keV to 200 keV, sub-millimeter absorber layers are required, which cannot be realized by microfabrication process. This paper first briefly introduces a set of TES X-ray detectors and their auxiliary systems built by ShanghaiTech University, then focus on the introduction of the TES $γ$-ray detector, with absorber based on an sub-millimeter lead-tin alloy sphere. The detector has a quantum efficiency above 70\% near 100 keV, and an energy resolution of about 161.5eV@59.5keV.

preprint2022arXiv

Various Wavefront Sensing and Control Developments on the Santa Cruz Extreme AO Laboratory (SEAL) Testbed

Ground-based high contrast imaging (HCI) and extreme adaptive optics (AO) technologies have advanced to the point of enabling direct detections of gas-giant exoplanets orbiting beyond the snow lines around nearby young star systems. However, leftover wavefront errors using current HCI and AO technologies, realized as "speckles" in the coronagraphic science image, still limit HCI instrument sensitivities to detecting and characterizing lower-mass, closer-in, and/or older/colder exoplanetary systems. Improving the performance of AO wavefront sensors (WFSs) and control techniques is critical to improving such HCI instrument sensitivity. Here we present three different ongoing wavefront sensing and control project developments on the Santa cruz Extreme AO Laboratory (SEAL) testbed: (1) "multi-WFS single congugate AO (SCAO)" using the Fast Atmospheric Self-coherent camera (SCC) Technique (FAST) and a Shack Hartmann WFS, (2) pupil chopping for focal plane wavefront sensing, first with an external amplitude modulator and then with the DM as a phase-only modulator, and (3) a laboratory demonstration of enhanced linearity with the non-modulated bright Pyramid WFS (PWFS) compared to the regular PWFS. All three topics share a common theme of multi-WFS SCAO and/or second stage AO, presenting opportunities and applications to further investigate these techniques in the future.

preprint2021arXiv

Weighted Recursive Least Square Filter and Neural Network based Residual Echo Suppression for the AEC-Challenge

This paper presents a real-time Acoustic Echo Cancellation (AEC) algorithm submitted to the AEC-Challenge. The algorithm consists of three modules: Generalized Cross-Correlation with PHAse Transform (GCC-PHAT) based time delay compensation, weighted Recursive Least Square (wRLS) based linear adaptive filtering and neural network based residual echo suppression. The wRLS filter is derived from a novel semi-blind source separation perspective. The neural network model predicts a Phase-Sensitive Mask (PSM) based on the aligned reference and the linear filter output. The algorithm achieved a mean subjective score of 4.00 and ranked 2nd in the AEC-Challenge.

preprint2020arXiv

Interlayer Decoupling in 30° Twisted Bilayer Graphene Quasicrystal

Stacking order has strong influence on the coupling between the two layers of twisted bilayer graphene (BLG), which in turn determines its physical properties. Here, we report the investigation of the interlayer coupling of the epitaxially grown single-crystal 30° twisted BLG on Cu(111) at the atomic scale. The stacking order and morphology of BLG is controlled by a rationally designed two-step growth process, that is, the thermodynamically controlled nucleation and kinetically controlled growth. The crystal structure of the 30°-twisted bilayer graphene (30°-tBLG) is determined to have the quasicrystal like symmetry. The electronic properties and interlayer coupling of the 30°-tBLG is investigated using scanning tunneling microscopy (STM) and spectroscopy (STS). The energy-dependent local density of states (DOS) with in-situ electrostatic doping shows that the electronic states in two graphene layers are decoupled near the Dirac point. A linear dispersion originated from the constituent graphene monolayers is discovered with doubled degeneracy. This study contributes to controlled growth of twist-angle-defined BLG, and provides insights of the electronic properties and interlayer coupling in this intriguing system.

preprint2020arXiv

The Lunar Lander Neutron and Dosimetry (LND) Experiment on Chang'E 4

Chang'E 4 is the first mission to the far side of the Moon and consists of a lander, a rover, and a relay spacecraft. Lander and rover were launched at 18:23 UTC on December 7, 2018 and landed in the von Kármán crater at 02:26 UTC on January 3, 2019. Here we describe the Lunar Lander Neutron \& Dosimetry experiment (LND) which is part of the Chang'E 4 Lander scientific payload. Its chief scientific goal is to obtain first active dosimetric measurements on the surface of the Moon. LND also provides observations of fast neutrons which are a result of the interaction of high-energy particle radiation with the lunar regolith and of their thermalized counterpart, thermal neutrons, which are a sensitive indicator of subsurface water content.

preprint2020arXiv

Towards Playing Full MOBA Games with Deep Reinforcement Learning

MOBA games, e.g., Honor of Kings, League of Legends, and Dota 2, pose grand challenges to AI systems such as multi-agent, enormous state-action space, complex action control, etc. Developing AI for playing MOBA games has raised much attention accordingly. However, existing work falls short in handling the raw game complexity caused by the explosion of agent combinations, i.e., lineups, when expanding the hero pool in case that OpenAI's Dota AI limits the play to a pool of only 17 heroes. As a result, full MOBA games without restrictions are far from being mastered by any existing AI system. In this paper, we propose a MOBA AI learning paradigm that methodologically enables playing full MOBA games with deep reinforcement learning. Specifically, we develop a combination of novel and existing learning techniques, including curriculum self-play learning, policy distillation, off-policy adaption, multi-head value estimation, and Monte-Carlo tree-search, in training and playing a large pool of heroes, meanwhile addressing the scalability issue skillfully. Tested on Honor of Kings, a popular MOBA game, we show how to build superhuman AI agents that can defeat top esports players. The superiority of our AI is demonstrated by the first large-scale performance test of MOBA AI agent in the literature.

preprint2015arXiv

Bayesian De-quantization and Data Compression for Low-Energy Physiological Signal Telemonitoring

We address the issue of applying quantized compressed sensing (CS) on low-energy telemonitoring. So far, few works studied this problem in applications where signals were only approximately sparse. We propose a two-stage data compressor based on quantized CS, where signals are compressed by compressed sensing and then the compressed measurements are quantized with only 2 bits per measurement. This compressor can greatly reduce the transmission bit-budget. To recover signals from underdetermined, quantized measurements, we develop a Bayesian De-quantization algorithm. It can exploit both the model of quantization errors and the correlated structure of physiological signals to improve the quality of recovery. The proposed data compressor and the recovery algorithm are validated on a dataset recorded on 12 subjects during fast running. Experiment results showed that an averaged 2.596 beat per minute (BPM) estimation error was achieved by jointly using compressed sensing with 50% compression ratio and a 2-bit quantizer. The results imply that we can effectively transmit n bits instead of n samples, which is a substantial improvement for low-energy wireless telemonitoring.

preprint2015arXiv

IsoDAR Neutrino Experiment Simulation with Proton and Deuteron Beams

In this paper we consider high-intensity source of electron antineutrinos from the production and subsequent decay of 8Li. It opens a wide range of possible searches for beyond standard model physics via studies of the inverse beta decay interaction. In IsoDAR experiments Lithium 8 is a short lived beta emitter producing a high intensity anti-neutrinos, which is very suitable for making several important neutrino experiments. In this paper we used the GEANT4 program. to simulate neutrino production using proton and deuteron beams. We find that the neutrino production rate is about 3 times from deuteron beam than from proton beam in low energy region.

preprint2015arXiv

Noise Robust IOA/CAS Speech Separation and Recognition System For The Third 'CHIME' Challenge

This paper presents the contribution to the third 'CHiME' speech separation and recognition challenge including both front-end signal processing and back-end speech recognition. In the front-end, Multi-channel Wiener filter (MWF) is designed to achieve background noise reduction. Different from traditional MWF, optimized parameter for the tradeoff between noise reduction and target signal distortion is built according to the desired noise reduction level. In the back-end, several techniques are taken advantage to improve the noisy Automatic Speech Recognition (ASR) performance including Deep Neural Network (DNN), Convolutional Neural Network (CNN) and Long short-term memory (LSTM) using medium vocabulary, Lattice rescoring with a big vocabulary language model finite state transducer, and ROVER scheme. Experimental results show the proposed system combining front-end and back-end is effective to improve the ASR performance.

preprint2015arXiv

On the hyperalgebra of the loop algebra ${\widehat{\frak{gl}}_n}$

Let $\widetilde{\mathcal U}_{\mathbb Z}({\widehat{\frak{gl}}_n})$ be the Garland integral form of ${\mathcal U}(\widehat{\frak{gl}}_n)$ introduced by Garland \cite{Ga}, where ${\mathcal U}(\widehat{\frak{gl}}_n)$ is the universal enveloping algebra of ${\widehat{\frak{gl}}_n}$. Using Ringel--Hall algebras, a certain integral form ${\mathcal U}_{\mathbb Z}(\widehat{\frak{gl}}_n)$ of ${\mathcal U}(\widehat{\frak{gl}}_n)$ was constructed in \cite{Fu13}. We prove that the Garland integral form $\widetilde{\mathcal U}_{\mathbb Z}({\widehat{\frak{gl}}_n})$ coincides with ${\mathcal U}_{\mathbb Z}(\widehat{\frak{gl}}_n)$. Let ${\mathpzc k}$ be a commutative ring with unity and let ${\mathcal U}_{\mathpzc k}(\widehat{\frak{gl}}_n)={\mathcal U}_{\mathbb Z}(\widehat{\frak{gl}}_n)\otimes{\mathpzc k}$. For $h\geq 1$, we use Ringel--Hall algebras to construct a certain subalgebra, denoted by ${\mathtt{u}}_{\!\vartriangle\!}(n)_h$, of ${\mathcal U}_{\mathpzc k}(\widehat{\frak{gl}}_n)$. The algebra ${\mathtt{u}}_{\!\vartriangle\!}(n)_h$ is the affine analogue of ${\mathtt{u}}({\frak{gl}}_n)_h$, where ${\mathtt{u}}({\frak{gl}}_n)_h$ is a certain subalgebra of the hyperalgebra associated with ${\frak{gl}}_n$ introduced by Humhpreys \cite{Hum}. The algebra ${\mathtt{u}}({\frak{gl}}_n)_h$ plays an important role in the modular representation theory of ${\frak{gl}}_n$. In this paper we give a realization of ${\mathtt{u}}_{\!\vartriangle\!}(n)_h$ using affine Schur algebras.

preprint2015arXiv

Presenting affine Schur Algebras

The universal enveloping algebra ${\mathcal U}({\widehat{\frak{gl}}_n})$ of ${\widehat{\frak{gl}}_n}$ was realized in \cite[Ch. 6]{DDF} using affine Schur algebras. In particular some explicit multiplication formulas in affine Schur algebras were derived. We use these formulas to study the structure of affine Schur algebras. In particular, we give a presentation of the affine Schur algebra ${\mathcal S}_{\!\vartriangle}(n,r)_{\mathbb Q}$.

preprint2015arXiv

The comultiplication of modified quantum affine $\frak{sl}_n$

Let $\dot{\mathbf{U}}(\widehat{\frak{sl}}_n)$ be the modified quantum affine $\frak{sl}_n$ and let ${\bf U}(\widehat{\frak{sl}}_N)^+$ be the positive part of quantum affine $\frak{sl}_N$. Let $\dot{\mathbf{B}}(n)$ be the canonical basis of $\dot{\mathbf{U}}(\widehat{\frak{sl}}_n)$ and let $\mathbf{B}(N)^{\mathrm{ap}}$ be the canonical basis of ${\bf U}(\widehat{\frak{sl}}_N)^+$. It is proved in \cite{FS} that each structure constant for the multiplication with respect to $\dot{\mathbf{B}}(n)$ coincide with a certain structure constant for the multiplication with respect to $\mathbf{B}(N)^{\mathrm{ap}}$ for $n<N$. In this paper we use the theory of affine quantum Schur algebras to prove that the structure constants for the comultiplication with respect to $\dot{\mathbf{B}}(n)$ are determined by the structure constants for the comultiplication with respect to $\mathbf{B}(N)^{\mathrm{ap}}$ for $n<N$. In particular, the positivity property for the comultiplication of $\dot{\mathbf{U}}(\widehat{\frak{sl}}_n)$ follows from the positivity property for the comultiplication of ${\bf U}(\widehat{\frak{sl}}_N)^+$.

preprint2014arXiv

Calibration of Multiple Fish-Eye Cameras Using a Wand

Fish-eye cameras are becoming increasingly popular in computer vision, but their use for 3D measurement is limited partly due to the lack of an accurate, efficient and user-friendly calibration procedure. For such a purpose, we propose a method to calibrate the intrinsic and extrinsic parameters (including radial distortion parameters) of two/multiple fish-eye cameras simultaneously by using a wand under general motions. Thanks to the generic camera model used, the proposed calibration method is also suitable for two/multiple conventional cameras and mixed cameras (e.g. two conventional cameras and a fish-eye camera). Simulation and real experiments demonstrate the effectiveness of the proposed method. Moreover, we develop the camera calibration toolbox, which is available online.

preprint2014arXiv

Energy Efficient Telemonitoring of Physiological Signals via Compressed Sensing: A Fast Algorithm and Power Consumption Evaluation

Wireless telemonitoring of physiological signals is an important topic in eHealth. In order to reduce on-chip energy consumption and extend sensor life, recorded signals are usually compressed before transmission. In this paper, we adopt compressed sensing (CS) as a low-power compression framework, and propose a fast block sparse Bayesian learning (BSBL) algorithm to reconstruct original signals. Experiments on real-world fetal ECG signals and epilepsy EEG signals showed that the proposed algorithm has good balance between speed and data reconstruction fidelity when compared to state-of-the-art CS algorithms. Further, we implemented the CS-based compression procedure and a low-power compression procedure based on a wavelet transform in Filed Programmable Gate Array (FPGA), showing that the CS-based compression can largely save energy and other on-chip computing resources.

preprint2014arXiv

Experimental study on Modified Linear Quadratic Gaussian Control for Adaptive Optics

To achieve high resolution imaging the standard control algorithm used for classical adaptive optics (AO) is the simple but efficient proportional-integral (PI) controller. The goal is to minimize the root mean square (RMS) error of the residual wave front. However, with the PI controller one does not reach this minimum. A possibility to achieve is to use Linear Quadratic Gaussian Control (LQG). In practice, however this control algorithm still encounters one unexpected problem, leading to the divergence of control in AO. In this paper we propose a Modified LQG (MLQG) to solve this issue. The controller is analyzed explicitly. Test in the lab shows strong stability and high precision compared to the classical control.

preprint2014arXiv

Positivity properties for canonical bases of modified quantum affine $\frak{sl}_n$

The positivity property for canonical bases asserts that the structure constants of the multiplication for the canonical basis are in ${\mathbb N}[v,v^{-1}]$. Let $\mathbf U$ be the quantum group over ${\mathbb Q}(v)$ associated with a symmetric Cartan datum. The positivity property for the positive part ${\mathbf U}^+$ of ${\mathbf U}$ was proved by Lusztig. He conjectured that the positivity property holds for the modified form $\dot{\mathbf U}$ of ${\mathbf U}$. In this paper, we prove that the structure constants for the canonical basis of $\dot{\mathbf U}(\widehat{\frak{sl}}_n)$ coincide with certain structure constants for the canonical basis of ${\mathbf U}(\widehat{\frak{sl}}_N)^+$ for $n<N$. In particular, the positivity property for $\dot{\mathbf U}(\widehat{\frak{sl}}_n)$ follows from the positivity property for ${\mathbf U}(\widehat{\frak{sl}}_N)^+$.

preprint2014arXiv

Stochastic parallel gradient descent optimization based on decoupling of the software and hardware

We classified the decoupled stochastic parallel gradient descent (SPGD) optimization model into two different types: software and hardware decoupling methods. A kind of software decoupling method is then proposed and a kind of hardware decoupling method is also proposed depending on the Shack-Hartmann (S-H) sensor. Using the normal sensor to accelerate the convergence of algorithm, the hardware decoupling method seems a capable realization of decoupled method. Based on the numerical simulation for correction of phase distortion in atmospheric turbulence, our methods are analyzed and compared with basic SPGD model and also other decoupling models, on the aspects of different spatial resolutions, mismatched control channels and noise. The results show that the phase distortion can be compensated after tens iterations with a strong capacity of noise tolerance in our model.

preprint2014arXiv

Technology Parks Potential for Small and Medium Enterprises

Being one of the most important factors of economic growth of the country, innovations became one of the key vectors in Russian economic policy. In this field technology parks are one of the most effective instruments which can provide growth of innovative activity in sectors, regions and economies. In this paper, we made a model that allows us to evaluate the effect of technology parks in the economy of the country and its potential for small and medium enterprises. The model is based on a system of coupled equations, whose parameters are estimated on the statistical data that reflect the activity of the economic entity, in an environment of this entity the technology parks are acting. Typically, there are regression equations linking a number of economic factors with some output indicators. We analyzed the property of increasing the share of surviving small and medium enterprises for Russian conditions as one of the effect of technology parks and built a working model for estimating the maximum (limit) values of the effect.

preprint2014arXiv

The Integral quantum loop algebra of $\mathfrak{gl}_n$

We will construct the Lusztig form for the quantum loop algebra of $\mathfrak{gl}_n$ by proving the conjecture \cite[3.8.6]{DDF} and establish partially the Schur--Weyl duality at the integral level in this case. We will also investigate the integral form of the modified quantum affine $\mathfrak{gl}_n$ by introducing an affine stabilisation property and will lift the canonical bases from affine quantum Schur algebras to a canonical basis for this integral form. As an application of our theory, we will also discuss the integral form of the modified extended quantum affine $\mathfrak{sl}_n$ and construct its canonical basis to verify a conjecture of Lusztig in this case.

preprint2013arXiv

Bethe-ADMM for Tree Decomposition based Parallel MAP Inference

We consider the problem of maximum a posteriori (MAP) inference in discrete graphical models. We present a parallel MAP inference algorithm called Bethe-ADMM based on two ideas: tree-decomposition of the graph and the alternating direction method of multipliers (ADMM). However, unlike the standard ADMM, we use an inexact ADMM augmented with a Bethe-divergence based proximal function, which makes each subproblem in ADMM easy to solve in parallel using the sum-product algorithm. We rigorously prove global convergence of Bethe-ADMM. The proposed algorithm is extensively evaluated on both synthetic and real datasets to illustrate its effectiveness. Further, the parallel Bethe-ADMM is shown to scale almost linearly with increasing number of cores.

preprint2013arXiv

Blocks of affine quantum Schur algebras

The affine quantum Schur algebra is a certain important infinite dimensional algebra whose representation theory is closely related to that of quantum affine $\frak{gl}_n$. Finite dimensional irreducible modules for the affine quantum Schur algebra ${\mathcal S}_{\vartriangle}(n,r)_{v}$ were classified in \cite{DDF}, where $v\in{\mathbb C}^*$ is not a root of unity. We will classify blocks of the affine quantum Schur algebra ${\mathcal S}_{\vartriangle}(n,r)_{v}$ in this paper.

preprint2013arXiv

Compression via Compressive Sensing : A Low-Power Framework for the Telemonitoring of Multi-Channel Physiological Signals

Telehealth and wearable equipment can deliver personal healthcare and necessary treatment remotely. One major challenge is transmitting large amount of biosignals through wireless networks. The limited battery life calls for low-power data compressors. Compressive Sensing (CS) has proved to be a low-power compressor. In this study, we apply CS on the compression of multichannel biosignals. We firstly develop an efficient CS algorithm from the Block Sparse Bayesian Learning (BSBL) framework. It is based on a combination of the block sparse model and multiple measurement vector model. Experiments on real-life Fetal ECGs showed that the proposed algorithm has high fidelity and efficiency. Implemented in hardware, the proposed algorithm was compared to a Discrete Wavelet Transform (DWT) based algorithm, verifying the proposed one has low power consumption and occupies less computational resources.

preprint2013arXiv

Fast Marginalized Block Sparse Bayesian Learning Algorithm

The performance of sparse signal recovery from noise corrupted, underdetermined measurements can be improved if both sparsity and correlation structure of signals are exploited. One typical correlation structure is the intra-block correlation in block sparse signals. To exploit this structure, a framework, called block sparse Bayesian learning (BSBL), has been proposed recently. Algorithms derived from this framework showed superior performance but they are not very fast, which limits their applications. This work derives an efficient algorithm from this framework, using a marginalized likelihood maximization method. Compared to existing BSBL algorithms, it has close recovery performance but is much faster. Therefore, it is more suitable for large scale datasets and applications requiring real-time implementation.

preprint2013arXiv

Quantum affine $\frak{gl}_n$ via Hecke algebras

We use the Hecke algebras of affine symmetric groups and their associated Schur algebras to construct a new algebra through a basis, and a set of generators and explicit multiplication formulas of basis elements by generators. We prove that this algebra is isomorphic to the quantum enveloping algebra of the loop algebra of $\mathfrak {gl}_n$. Though this construction is motivated by the work \cite{BLM} by Beilinson--Lusztig--MacPherson for quantum $\frak{gl}_n$, our approach is purely algebraic and combinatorial, independent of the geometric method which seems to work only for quantum $\mathfrak{gl}_n$ and quantum affine $\mathfrak{sl}_n$. As an application, we discover a presentation of the Ringel--Hall algebra of a cyclic quiver by semisimple generators and their multiplications by the defining basis elements.

preprint2013arXiv

Scan-based Compressed Terahertz Imaging and Real-Time Reconstruction via the Complex-valued Fast Block Sparse Bayesian Learning Algorithm

Compressed Sensing based Terahertz imaging (CS-THz) is a computational imaging technique. It uses only one THz receiver to accumulate the random modulated image measurements where the original THz image is reconstruct from these measurements using compressed sensing solvers. The advantage of the CS-THz is its reduced acquisition time compared with the raster scan mode. However, when it applied to large-scale two-dimensional (2D) imaging, the increased dimension resulted in both high computational complexity and excessive memory usage. In this paper, we introduced a novel CS-based THz imaging system that progressively compressed the THz image column by column. Therefore, the CS-THz system could be simplified with a much smaller sized modulator and reduced dimension. In order to utilize the block structure and the correlation of adjacent columns of the THz image, a complex-valued block sparse Bayesian learning algorithm was proposed. We conducted systematic evaluation of state-of-the-art CS algorithms under the scan based CS-THz architecture. The compression ratios and the choices of the sensing matrices were analyzed in detail using both synthetic and real-life THz images. Simulation results showed that both the scan based architecture and the proposed recovery algorithm were superior and efficient for large scale CS-THz applications.

preprint2013arXiv

Tailoring exciton dynamics by elastic strain-gradient in semiconductors

As device miniaturization approaches the atomic limit, it becomes highly desirable to exploit novel paradigms for tailoring electronic structures and carrier dynamics in materials. Elastic strain can in principle be applied to achieve reversible and fast control of such properties, but it remains a great challenge to create and utilize precisely controlled inhomogeneous deformation in semiconductors. Here, we take a combined experimental and theoretical approach to demonstrate that elastic strain-gradient can be created controllably and reversibly in ZnO micro/nanowires. In particular, we show that the inhomogeneous strain distribution creates an effective field that fundamentally alters the dynamics of the neutral excitons. As the basic principles behind these results are quite generic and applicable to most semiconductors, this work points to a novel route to a wide range of applications in electronics, optoelectronics, and photochemistry.

preprint2013arXiv

The Annealing Sparse Bayesian Learning Algorithm

In this paper we propose a two-level hierarchical Bayesian model and an annealing schedule to re-enable the noise variance learning capability of the fast marginalized Sparse Bayesian Learning Algorithms. The performance such as NMSE and F-measure can be greatly improved due to the annealing technique. This algorithm tends to produce the most sparse solution under moderate SNR scenarios and can outperform most concurrent SBL algorithms while pertains small computational load.

preprint2012arXiv

Affine quantum Schur algebras and affine Hecke algebras

Let ${\mathsf F}$ be the Schur functor from the category of finite dimensional ${\mathcal H}_{\vartriangle}(r)_\mathbb C$-modules to the category of finite dimensional ${\mathcal S}_{\vartriangle}(n,r)_{\mathbb{C}}$-modules, where ${\mathcal H}_{\vartriangle}(r)_\mathbb C$ is the extended affine Hecke algebra of type $A$ over ${\mathbb C}$ and ${\mathcal S}_{\vartriangle}(n,r)_{\mathbb{C}}$ is the affine quantum Schur algebras over $\mathbb{C}$. The Drinfeld polynomials associated with ${\mathsf F}(V)$ were determined in \cite[7.6]{CP96} and \cite[4.4.2]{DDF} in the case of $n>r$, where $V$ is an irreducible ${\mathcal H}_{\vartriangle}(r)_\mathbb C$-module. We will generalize the result in [loc. cit.] to the case of $n\leq r$. As an application, we will classify finite dimensional irreducible ${\mathcal S}_{\vartriangle}(n,r)_{\mathbb{C}}$-modules, which has been proved in \cite[4.6.8]{DDF} using a different method. Furthermore we will use it to generalize \cite[(6.5f)]{Gr80} to the affine case.

preprint2012arXiv

BLM realization for ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$

In 1990, Beilinson-Lusztig-MacPherson (BLM) discovered a realization \cite[5.7]{BLM} for quantum $\frak{gl}_n$ via a geometric setting of quantum Schur algebras. We will generailze their result to the classical affine case. More precisely, we first use Ringel-Hall algebras to construct an integral form ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$ of ${\mathcal U}(\hat{\frak{gl}}_n)$, where ${\mathcal U}(\hat{\frak{gl}}_n)$ is the universal enveloping algebra of the loop algebra $\hat{\frak{gl}}_n:=\frak{gl}_n(\mathbb Q)\otimes\mathbb Q[t,t^{-1}]$. We then establish the stabilization property of multiplication for the classical affine Schur algebras. This stabilization property leads to the BLM realization of ${\mathcal U}(\hat{\frak{gl}}_n)$ and ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$. In particular, we conclude that ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$ is a $\mathbb Z$-Hopf subalgebra of ${\mathcal U}(\hat{\frak{gl}}_n)$. As a bonus, this method leads to an explicit $\mathbb Z$-basis for ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$, and it yields explicit multiplication formulas between generators and basis elements for ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$. As an application, we will prove that the natural algebra homomorphism from ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$ to the affine Schur algebra over $\mathbb Z$ is surjective.

preprint2012arXiv

BLM realization for the integral form of quantum $\frak{gl}_n$

Let ${\mathbf U}(n)$ be the quantum enveloping algebra of ${\frak {gl}}_n$ over $\mathbb Q(v)$, where $v$ is an indeterminate. We will use $q$-Schur algebras to realize the integral form of ${\mathbf U}(n)$. Furthermore we will use this result to realize quantum $\frak{gl}_n$ over $k$, where $k$ is a field containing an l-th primitive root $\varepsilon$ of 1 with $l\geq 1$ odd.

preprint2012arXiv

Integral affine Schur-Weyl reciprocity

Let ${\boldsymbol{\mathfrak D}_{\vartriangle}}(n)$ be the double Ringel--Hall algebra of the cyclic quiver $\triangle(n)$ and let $\dot{\boldsymbol{\mathfrak D}_{\vartriangle}}(n)$ be the modified quantum affine algebra of ${\boldsymbol{\mathfrak D}_{\vartriangle}}(n)$. We will construct an integral form $\dot{{\mathfrak D}_{\vartriangle}}(n)$ for $\dot{\boldsymbol{\mathfrak D}_{\vartriangle}}(n)$ such that the natural algebra homomorphism from $\dot{{\mathfrak D}_{\vartriangle}}(n)$ to the integral affine quantum Schur algebra is surjective. Furthermore, we will use Hall algebras to construct the integral form ${\mathcal U}_{\mathbb Z}(\hat{\frak{gl}}_n)$ of the universal enveloping algebra ${\mathcal U}(\hat{\frak{gl}}_n)$ of the loop algebra $\hat{\frak{gl}}_n=\frak{gl}_n({\mathbb Q})\otimes\mathbb Q[t,t^{-1}]$, and prove that the natural algebra homomorphism from ${\mathcal U}_\mathbb Z(\hat{\frak{gl}}_n)$ to the affine Schur algebra over $\mathbb Z$ is surjective.

preprint2012arXiv

Small Representations for Affine q-Schur Algebras

When the parameter $q\in\mathbb C^*$ is not a root of unity, simple modules of affine $q$-Schur algebras have been classified in terms of Frenkel--Mukhin's dominant Drinfeld polynomials (\cite[4.6.8]{DDF}). We compute these Drinfeld polynomials associated with the simple modules of an affine $q$-Schur algebra which come from the simple modules of the corresponding $q$-Schur algebra via the evaluation maps.

preprint2011arXiv

Direct characterization of planar waveguide modes by Fourier plane fluorescence leakage radiation microscopy

In this letter, the leakage radiation microscopy (LRM) is extended into characterization of planar waveguide modes (WMs) rather than surface plasmon polaritons (SPPs) taking advantages of the coupling between WMs and fluorescence emission. Propagation constants of different WMs allowed in the same planar waveguide can be simultaneously and rapidly derived from the Fourier plane image of fluorescence based LRM. Numerical simulations are also carried out to calculate propagation constants of these modes, which are consistent with experimental results. Our experiments provide a simple but high efficient method to characterize planar waveguides.

preprint2011arXiv

Quantum $\frak {gl}_\infty$, infinite $q$-Schur algebras and their representations

In this paper, we investigate the structure and representations of the quantum group ${\mathbf{U}(\infty)}=\mathbf U_\upsilon(\frak{gl}_\infty)$. We will present a realization for $\mathbf{U}(\infty)$, following Beilinson--Lusztig--MacPherson (BLM) \cite{BLM}, and show that the natural algebra homomorphism $ζ_r$ from $\mathbf{U}(\infty)$ to the infinite $q$-Schur algebra ${\boldsymbol{\mathcal S}}(\infty,r)$ is not surjective for any $r\geq 1$. We will give a BLM type realization for the image $\mathbf{U}(\infty,r):=ζ_r(\mathbf{U}(\infty))$ and discuss its presentation in terms of generators and relations. We further construct a certain completion algebra $\hat{\boldsymbol{\mathcal K}}^\dagger(\infty)$ so that $ζ_r$ can be extended to an algebra epimorphism $\tildeζ_r:\hat{\boldsymbol{\mathcal K}}^\dagger(\infty)\to{\boldsymbol{\mathcal S}}(\infty,r)$. Finally we will investigate the representation theory of ${\bf U}(\infty)$, especially the polynomial representations of ${\bf U}(\infty)$.

preprint2011arXiv

Representations of little $q$-Schur algebras

In \cite{DFW} and \cite{Fu07}, little $q$-Schur algebras were introduced as homomorphic images of the infinitesimal quantum groups. In this paper, we will investigate representations of these algebras. We will classify simple modules for little $q$-Schur algebras and classify semisimple little $q$-Schur algebras. Moreover, through the classification of the blocks of little $q$-Schur algebras for $n=2$, we will determine little $q$-Schur algebras of finite representation type in the odd roots of unity case.

preprint2010arXiv

A Double Hall Algebra Approach to Affine Quantum Schur--Weyl Theory

We investigate the structure of the double Ringel-Hall algebras associated with cyclic quivers and its connections with quantum loop algebras of $\mathfrak{gl}_n$, affine quantum Schur algebras and affine Hecke algebras. This includes their Drinfeld-Jimbo type presentation, affine quantum Schur-Weyl reciprocity, representations of affine quantum Schur algebras, and connections with various existing works by Lusztig, Varagnolo-Vasserot, Schiffmann, Hubery, Chari-Pressley, Frenkel-Mukhin, etc. We will also discuss conjectures on a realization of Beilinson-Lusztig-MacPherson type and Lusztig type integral forms for double Ringel-Hall algebras.

preprint2010arXiv

Rotation and dissociation dynamics of a single O2 molecule on the Pt(111) surface determined from a first principles study

The STM induced rotation and dissociation dynamics of a single oxygen molecule on the Pt(111) surface have been finally determined by first principles calculations together with a newly developed statistical model for inelastic electron tunneling. Several long-standing puzzles associated with these dynamic processes in this classic system have been fully resolved. It is found that the unexpected low energy barrier of the O2 rotation is originated from an ingenious pathway, while the prior occupation of the metastable hcp-hollow site after the O2 dissociation can be attributed to a dynamic process of surface accommodation. The experimentally observed non-integer power-law dependence of the rotation rate as a function of the current can be perfectly explained by taking into account the randomness of multi-electron inelastic tunneling processes.