Source author record

Teng Qiu

Teng Qiu 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

12works
9topics
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

12 published item(s)

preprint2022arXiv

Structural engineering of transition-metal nitrides for surface-enhanced Raman scattering chips

Noble-metal-free surface-enhanced Raman scattering (SERS) substrates have attracted great attention for their abundant sources, good signal uniformity, superior biocompatibility, and high chemical stability. However, the lack of controllable synthesis and fabrication of noble-metal-free substrates with high SERS activity impedes their practical applications. Herein,we propose a general strategy to fabricate a series of planar transition-metal nitride (TMN) SERS chips via an ambient temperature sputtering deposition route.These planar TMN (tungsten nitride, tantalum nitride, and molybdenum nitride) chips show remarkable Raman enhancement factors (EFs) with ~105 owing to efficient photoinduced charge transfer process between TMN chips and probe molecules. Further, structural engineering of these TMN chips is used to improve their SERS activity. Benefiting from the synergistic effect of charge transfer process and electric field enhancement by constructing nanocavity structure, the Raman EF of WN nanocavity chips could be greatly improved to 1.29 * 107, which is an order of magnitude higher than that of planar chips. Moreover, we also design the WN/monolayer MoS2 heterostructure chips. With the increase of surface electron density on the upper WN and more exciton resonance transitions in the heterostructure, a 1.94 * 107 level EF and a 5 * 10-10 m level detention limit could be achieved. Our results provide important guidance for the structural design of ultrasensitive noble-metal-free SERS chips.

preprint2016arXiv

Clustering by Hierarchical Nearest Neighbor Descent (H-NND)

Previously in 2014, we proposed the Nearest Descent (ND) method, capable of generating an efficient Graph, called the in-tree (IT). Due to some beautiful and effective features, this IT structure proves well suited for data clustering. Although there exist some redundant edges in IT, they usually have salient features and thus it is not hard to remove them. Subsequently, in order to prevent the seemingly redundant edges from occurring, we proposed the Nearest Neighbor Descent (NND) by adding the "Neighborhood" constraint on ND. Consequently, clusters automatically emerged, without the additional requirement of removing the redundant edges. However, NND proved still not perfect, since it brought in a new yet worse problem, the "over-partitioning" problem. Now, in this paper, we propose a method, called the Hierarchical Nearest Neighbor Descent (H-NND), which overcomes the over-partitioning problem of NND via using the hierarchical strategy. Specifically, H-NND uses ND to effectively merge the over-segmented sub-graphs or clusters that NND produces. Like ND, H-NND also generates the IT structure, in which the redundant edges once again appear. This seemingly comes back to the situation that ND faces. However, compared with ND, the redundant edges in the IT structure generated by H-NND generally become more salient, thus being much easier and more reliable to be identified even by the simplest edge-removing method which takes the edge length as the only measure. In other words, the IT structure constructed by H-NND becomes more fitted for data clustering. We prove this on several clustering datasets of varying shapes, dimensions and attributes. Besides, compared with ND, H-NND generally takes less computation time to construct the IT data structure for the input data.

preprint2016arXiv

Efficiency at maximum power of thermochemical engines with near-independent particles

Two-reservoir thermochemical engines are established in by using near-independent particles (including Maxwell-Boltzmann, Fermi-Dirac, and Bose-Einstein particles) as the working substance. Particle and heat fluxes can be formed based on the temperature and chemical potential gradients between two different reservoirs. A rectangular-type energy filter with width $Γ$ is introduced for each engine to weaken the coupling between the particle and heat fluxes. The efficiency at maximum power of each particle system decreases monotonously from an upper bound $η^+$ to a lower bound $η^-$ when $Γ$ increases from 0 to $\infty$. It is found that the $η^+$ values for all three systems are bounded by $η_{\mathrm{C}}/2 \leq η^+ \leq η_{\mathrm{C}}/(2-η_{\mathrm{C}})$ due to strong coupling, where $η_{\mathrm{C}}$ is the Carnot efficiency. For the Bose-Einstein system, it is found that the upper bound is approximated by the Curzon-Ahlborn efficiency: $η_{\mathrm{CA}}=1-\sqrt{1-η_{\mathrm{C}}}$. When $Γ\rightarrow\infty$, the intrinsic maximum powers are proportional to the square of the temperature difference of two reservoirs for all three systems, and the corresponding lower bounds of efficiency at maximum power can be simplified in the same form of $η^{-}=η_{\mathrm{C}}/[1+a_0(2-η_{\mathrm{C}})]$.

preprint2015arXiv

A general framework for the IT-based clustering methods

Previously, we proposed a physically inspired rule to organize the data points in a sparse yet effective structure, called the in-tree (IT) graph, which is able to capture a wide class of underlying cluster structures in the datasets, especially for the density-based datasets. Although there are some redundant edges or lines between clusters requiring to be removed by computer, this IT graph has a big advantage compared with the k-nearest-neighborhood (k-NN) or the minimal spanning tree (MST) graph, in that the redundant edges in the IT graph are much more distinguishable and thus can be easily determined by several methods previously proposed by us. In this paper, we propose a general framework to re-construct the IT graph, based on an initial neighborhood graph, such as the k-NN or MST, etc, and the corresponding graph distances. For this general framework, our previous way of constructing the IT graph turns out to be a special case of it. This general framework 1) can make the IT graph capture a wider class of underlying cluster structures in the datasets, especially for the manifolds, and 2) should be more effective to cluster the sparse or graph-based datasets.

preprint2015arXiv

An Effective Semi-supervised Divisive Clustering Algorithm

Nowadays, data are generated massively and rapidly from scientific fields as bioinformatics, neuroscience and astronomy to business and engineering fields. Cluster analysis, as one of the major data analysis tools, is therefore more significant than ever. We propose in this work an effective Semi-supervised Divisive Clustering algorithm (SDC). Data points are first organized by a minimal spanning tree. Next, this tree structure is transitioned to the in-tree structure, and then divided into sub-trees under the supervision of the labeled data, and in the end, all points in the sub-trees are directly associated with specific cluster centers. SDC is fully automatic, non-iterative, involving no free parameter, insensitive to noise, able to detect irregularly shaped cluster structures, applicable to the data sets of high dimensionality and different attributes. The power of SDC is demonstrated on several datasets.

preprint2015arXiv

Clustering by Deep Nearest Neighbor Descent (D-NND): A Density-based Parameter-Insensitive Clustering Method

Most density-based clustering methods largely rely on how well the underlying density is estimated. However, density estimation itself is also a challenging problem, especially the determination of the kernel bandwidth. A large bandwidth could lead to the over-smoothed density estimation in which the number of density peaks could be less than the true clusters, while a small bandwidth could lead to the under-smoothed density estimation in which spurious density peaks, or called the "ripple noise", would be generated in the estimated density. In this paper, we propose a density-based hierarchical clustering method, called the Deep Nearest Neighbor Descent (D-NND), which could learn the underlying density structure layer by layer and capture the cluster structure at the same time. The over-smoothed density estimation could be largely avoided and the negative effect of the under-estimated cases could be also largely reduced. Overall, D-NND presents not only the strong capability of discovering the underlying cluster structure but also the remarkable reliability due to its insensitivity to parameters.

preprint2015arXiv

Clustering by Descending to the Nearest Neighbor in the Delaunay Graph Space

In our previous works, we proposed a physically-inspired rule to organize the data points into an in-tree (IT) structure, in which some undesired edges are allowed to occur. By removing those undesired or redundant edges, this IT structure is divided into several separate parts, each representing one cluster. In this work, we seek to prevent the undesired edges from arising at the source. Before using the physically-inspired rule, data points are at first organized into a proximity graph which restricts each point to select the optimal directed neighbor just among its neighbors. Consequently, separated in-trees or clusters automatically arise, without redundant edges requiring to be removed.

preprint2015arXiv

IT-Dendrogram: A New Member of the In-Tree (IT) Clustering Family

Previously, we proposed a physically-inspired method to construct data points into an effective in-tree (IT) structure, in which the underlying cluster structure in the dataset is well revealed. Although there are some edges in the IT structure requiring to be removed, such undesired edges are generally distinguishable from other edges and thus are easy to be determined. For instance, when the IT structures for the 2-dimensional (2D) datasets are graphically presented, those undesired edges can be easily spotted and interactively determined. However, in practice, there are many datasets that do not lie in the 2D Euclidean space, thus their IT structures cannot be graphically presented. But if we can effectively map those IT structures into a visualized space in which the salient features of those undesired edges are preserved, then the undesired edges in the IT structures can still be visually determined in a visualization environment. Previously, this purpose was reached by our method called IT-map. The outstanding advantage of IT-map is that clusters can still be found even with the so-called crowding problem in the embedding. In this paper, we propose another method, called IT-Dendrogram, to achieve the same goal through an effective combination of the IT structure and the single link hierarchical clustering (SLHC) method. Like IT-map, IT-Dendrogram can also effectively represent the IT structures in a visualization environment, whereas using another form, called the Dendrogram. IT-Dendrogram can serve as another visualization method to determine the undesired edges in the IT structures and thus benefit the IT-based clustering analysis. This was demonstrated on several datasets with different shapes, dimensions, and attributes. Unlike IT-map, IT-Dendrogram can always avoid the crowding problem, which could help users make more reliable cluster analysis in certain problems.

preprint2015arXiv

IT-map: an Effective Nonlinear Dimensionality Reduction Method for Interactive Clustering

Scientists in many fields have the common and basic need of dimensionality reduction: visualizing the underlying structure of the massive multivariate data in a low-dimensional space. However, many dimensionality reduction methods confront the so-called "crowding problem" that clusters tend to overlap with each other in the embedding. Previously, researchers expect to avoid that problem and seek to make clusters maximally separated in the embedding. However, the proposed in-tree (IT) based method, called IT-map, allows clusters in the embedding to be locally overlapped, while seeking to make them distinguishable by some small yet key parts. IT-map provides a simple, effective and novel solution to cluster-preserving mapping, which makes it possible to cluster the original data points interactively and thus should be of general meaning in science and engineering.

preprint2015arXiv

Nonparametric Nearest Neighbor Descent Clustering based on Delaunay Triangulation

In our physically inspired in-tree (IT) based clustering algorithm and the series after it, there is only one free parameter involved in computing the potential value of each point. In this work, based on the Delaunay Triangulation or its dual Voronoi tessellation, we propose a nonparametric process to compute potential values by the local information. This computation, though nonparametric, is relatively very rough, and consequently, many local extreme points will be generated. However, unlike those gradient-based methods, our IT-based methods are generally insensitive to those local extremes. This positively demonstrates the superiority of these parametric (previous) and nonparametric (in this work) IT-based methods.

preprint2014arXiv

A theoretical study on the performances of thermoelectric heat engine and refrigerator with two-dimensional electron reservoirs

Theoretical thermoelectric nanophysics models of low-dimensional electronic heat engine and refrigerator devices, comprising two-dimensional hot and cold reservoirs and an interconnecting filtered electron transport mechanism have been established. The models were used to numerically simulate and evaluate the thermoelectric performance and energy conversion efficiencies of these low-dimensional devices, based on three different types of electron transport momentum-dependent filters, referred to herein as: kx, ky and kr filters. Assuming the Fermi-Dirac distribution of electrons, expressions for key thermoelectric performance parameters were derived for the resonant transport processes, in which the transmission of electrons has been approximated as a Lorentzian resonance function. Optimizations were carried out and the corresponding optimized design parameters have been determined, including but not limited to the universal theoretical upper bound of the efficiency at maximum power for heat engines, and the maximum coefficient of performance for refrigerators. From the results, it was determined that kr filter delivers the best thermoelectric performance, followed by the kx filter, and then the ky filter. For refrigerators with any one of three filters, an optimum range for the full width at half maximum of the transport resonance was found to be <2kT .

preprint2013arXiv

Plasmons in graphene: Recent progress and applications

Owing to its excellent electrical, mechanical, thermal and optical properties, graphene has attracted great interests since it was successfully exfoliated in 2004. Its two dimensional nature and superior properties meet the need of surface plasmons and greatly enrich the field of plasmonics. Recent progress and applications of graphene plasmonics will be reviewed, including the theoretical mechanisms, experimental observations, and meaningful applications. With relatively low loss, high confinement, flexible feature, and good tunability, graphene can be a promising plasmonic material alternative to the noble metals. Optics transformation, plasmonic metamaterials, light harvesting etc. are realized in graphene based devices, which are useful for applications in electronics, optics, energy storage, THz technology and so on. Moreover, the fine biocompatibility of graphene makes it a very well candidate for applications in biotechnology and medical science.