Researcher profile

Xiaoguang Liu

Xiaoguang Liu contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - Baseline
3works
0followers
3topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Research graph

See the researcher in context

Open full explorer

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

Building this graph slice

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

Published work

3 published item(s)

preprint2019arXiv

Wideband Bandpass Filters Using a Novel Thick Metallization Technology

A new class of wideband bandpass filters based on using thick metallic bars as microwave resonators, instead of common microstrip lines, is presented. These bars provide a series of advantages over fully planar printed technologies, including higher coupling levels between resonators, better unloaded quality factors QU, and larger bandwidths, implemented with more compact structures. Moreover, thick bar resonators can easily be coupled to an additional resonance excited in a box used for shielding, allowing to realize transversal topologies able to implement transmission zeros at desired frequencies. To illustrate the capabilities of this technology, two microwave filters with different bandwidths and one transmission zero have been designed. One of the filters has been manufactured and tested using copper bars inside an aluminum housing partially filled with Teflon. Measured data demonstrates a fractional bandwidth about FBW = 32%, spurious free range SFR > 50%, unloaded quality factor of QU = 1180 and return losses over 20 dB without requiring any post-tuning on the prototype, confirming the exciting performance of the proposed technology.

preprint2016arXiv

Selective Term Proximity Scoring Via BP-ANN

When two terms occur together in a document, the probability of a close relationship between them and the document itself is greater if they are in nearby positions. However, ranking functions including term proximity (TP) require larger indexes than traditional document-level indexing, which slows down query processing. Previous studies also show that this technique is not effective for all types of queries. Here we propose a document ranking model which decides for which queries it would be beneficial to use a proximity-based ranking, based on a collection of features of the query. We use a machine learning approach in determining whether utilizing TP will be beneficial. Experiments show that the proposed model returns improved rankings while also reducing the overhead incurred as a result of using TP statistics.

preprint2015arXiv

On the Depth of Deep Neural Networks: A Theoretical View

People believe that depth plays an important role in success of deep neural networks (DNN). However, this belief lacks solid theoretical justifications as far as we know. We investigate role of depth from perspective of margin bound. In margin bound, expected error is upper bounded by empirical margin error plus Rademacher Average (RA) based capacity term. First, we derive an upper bound for RA of DNN, and show that it increases with increasing depth. This indicates negative impact of depth on test performance. Second, we show that deeper networks tend to have larger representation power (measured by Betti numbers based complexity) than shallower networks in multi-class setting, and thus can lead to smaller empirical margin error. This implies positive impact of depth. The combination of these two results shows that for DNN with restricted number of hidden units, increasing depth is not always good since there is a tradeoff between positive and negative impacts. These results inspire us to seek alternative ways to achieve positive impact of depth, e.g., imposing margin-based penalty terms to cross entropy loss so as to reduce empirical margin error without increasing depth. Our experiments show that in this way, we achieve significantly better test performance.