Source author record

Chao Qian

Chao Qian 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

20works
10topics
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

20 published item(s)

preprint2026arXiv

Revealing the long-range coupling for multi-dimensional metasurface multiplexer

Metasurface coupling constitutes a fundamental yet intricate electromagnetic interaction that occurs within a lattice of artificial subwavelength unit cells. Despite its prevalence, such coupling is typically ignored in conventional metasurface design frameworks due to the high characterization complexity, leading to suboptimal device performance. Here, we reveal a distinctive long-range coupling that exceeds an order of magnitude compared with the interaction range of evanescent waves, substantially enriching the metasurface design landscapes. This coupling exhibits pronounced graph topological features, and we design a graph neural network (GNN) to accurately abstract its inherent physics. Through strategic enhancement of the coupling effects, the discrete metasurface responses are transformed into continuous states, thereby unlocking diverse multiplexing channels. By further integrating the GNN into an inverse design agent, we tailor the multi-channel global response of metasurface to support simultaneous multiplexing across angle, frequency, and polarization domains. Experimentally, we demonstrate a compact metasurface multiplexer with eight independent channels, showcasing its potential for next-generation vehicular networks. This work establishes a new paradigm for highly integrated multifunctional metasurfaces, with promising prospects for high-density optical storage, information encryption, and high-capacity wireless communication.

preprint2022arXiv

An Adaptive and Scalable ANN-based Model-Order-Reduction Method for Large-Scale TO Designs

Topology Optimization (TO) provides a systematic approach for obtaining structure design with optimum performance of interest. However, the process requires numerical evaluation of objective function and constraints at each iteration, which is computational expensive especially for large-scale design. Deep learning-based models have been developed to accelerate the process either by acting as surrogate models replacing the simulation process, or completely replacing the optimization process. However, most of them require a large set of labelled training data, which are generated mostly through simulations. The data generation time scales rapidly with the design domain size, decreasing the efficiency of the method itself. Another major issue is the weak generalizability of most deep learning models. Most models are trained to work with the design problem similar to that used for data generation and require retraining if the design problem changes. In this work a scalable deep learning-based model-order-reduction method is proposed to accelerate large-scale TO process, by utilizing MapNet, a neural network which maps the field of interest from coarse-scale to fine-scale. The proposed method allows for each simulation of the TO process to be performed at a coarser mesh, thereby greatly reducing the total computational time. Moreover, by using domain fragmentation, the transferability of the MapNet is largely improved. Specifically, it has been demonstrated that the MapNet trained using data from one cantilever beam design with a specific loading condition can be directly applied to other structure design problems with different domain shapes, sizes, boundary and loading conditions.

preprint2022arXiv

Clifford systems, harmonic maps and metrics with non-negative curvature

Associated with a symmetric Clifford system $\{P_0, P_1,\cdots, P_{m}\}$ on $\mathbb{R}^{2l}$, there is a canonical vector bundle $η$ over $S^{l-1}$. For $m=4$ and $8$, we construct explicitly its characteristic map, and determine completely when the sphere bundle $S(η)$ associated to $η$ admits a cross-section. These generalize the results in \cite{St51} and \cite{Ja58}. As an application, we establish new harmonic representatives of certain elements in homotopy groups of spheres (cf. \cite{PT97} \cite{PT98}). By a suitable choice of Clifford system, we construct a metric of non-negative curvature on $S(η)$ which is diffeomorphic to the inhomogeneous focal submanifold $M_+$ of OT-FKM type isoparametric hypersurfaces with $m=3$.

preprint2022arXiv

Neural Network Pruning by Cooperative Coevolution

Neural network pruning is a popular model compression method which can significantly reduce the computing cost with negligible loss of accuracy. Recently, filters are often pruned directly by designing proper criteria or using auxiliary modules to measure their importance, which, however, requires expertise and trial-and-error. Due to the advantage of automation, pruning by evolutionary algorithms (EAs) has attracted much attention, but the performance is limited for deep neural networks as the search space can be quite large. In this paper, we propose a new filter pruning algorithm CCEP by cooperative coevolution, which prunes the filters in each layer by EAs separately. That is, CCEP reduces the pruning space by a divide-and-conquer strategy. The experiments show that CCEP can achieve a competitive performance with the state-of-the-art pruning methods, e.g., prune ResNet56 for $63.42\%$ FLOPs on CIFAR10 with $-0.24\%$ accuracy drop, and ResNet50 for $44.56\%$ FLOPs on ImageNet with $0.07\%$ accuracy drop.

preprint2022arXiv

Result Diversification by Multi-objective Evolutionary Algorithms with Theoretical Guarantees

Given a ground set of items, the result diversification problem aims to select a subset with high "quality" and "diversity" while satisfying some constraints. It arises in various real-world artificial intelligence applications, such as web-based search, document summarization and feature selection, and also has applications in other areas, e.g., computational geometry, databases, finance and operations research. Previous algorithms are mainly based on greedy or local search. In this paper, we propose to reformulate the result diversification problem as a bi-objective maximization problem, and solve it by a multi-objective evolutionary algorithm (EA), i.e., the GSEMO. We theoretically prove that the GSEMO can achieve the (asymptotically) optimal theoretical guarantees under both static and dynamic environments. For cardinality constraints, the GSEMO can achieve the optimal polynomial-time approximation ratio, $1/2$. For more general matroid constraints, the GSEMO can achieve an asymptotically optimal polynomial-time approximation ratio, $1/2-ε/(4n)$, where $ε>0$ and $n$ is the size of the ground set of items. Furthermore, when the objective function (i.e., a linear combination of quality and diversity) changes dynamically, the GSEMO can maintain this approximation ratio in polynomial running time, addressing the open question proposed by Borodin. This also theoretically shows the superiority of EAs over local search for solving dynamic optimization problems for the first time, and discloses the robustness of the mutation operator of EAs against dynamic changes. Experiments on the applications of web-based search, multi-label feature selection and document summarization show the superior performance of the GSEMO over the state-of-the-art algorithms (i.e., the greedy algorithm and local search) under both static and dynamic environments.

preprint2022arXiv

Robust Subset Selection by Greedy and Evolutionary Pareto Optimization

Subset selection, which aims to select a subset from a ground set to maximize some objective function, arises in various applications such as influence maximization and sensor placement. In real-world scenarios, however, one often needs to find a subset which is robust against (i.e., is good over) a number of possible objective functions due to uncertainty, resulting in the problem of robust subset selection. This paper considers robust subset selection with monotone objective functions, relaxing the submodular property required by previous studies. We first show that the greedy algorithm can obtain an approximation ratio of $1-e^{-βγ}$, where $β$ and $γ$ are the correlation and submodularity ratios of the objective functions, respectively; and then propose EPORSS, an evolutionary Pareto optimization algorithm that can utilize more time to find better subsets. We prove that EPORSS can also be theoretically grounded, achieving a similar approximation guarantee to the greedy algorithm. In addition, we derive the lower bound of $β$ for the application of robust influence maximization, and further conduct experiments to validate the performance of the greedy algorithm and EPORSS.

preprint2022arXiv

Topology and curvature of isoparametric families in spheres

An isoparametric family in the unit sphere consists of parallel isoparametric hypersurfaces and their two focal submanifolds. The present paper has two parts. The first part investigates topology of the isoparametric families, namely the homotopy, homeomorphism, or diffeomorphism types, parallelizability, as well as the Lusternik-Schnirelmann category. This part extends substantially the results of Q.M.Wang in \cite{Wa88}. The second part is concerned with their curvatures, more precisely, we determine when they have non-negative sectional curvatures or positive Ricci curvatures with the induced metric.

preprint2021arXiv

An adaptive artificial neural network-based generative design method for layout designs

Layout designs are encountered in a variety of fields. For problems with many design degrees of freedom, efficiency of design methods becomes a major concern. In recent years, machine learning methods such as artificial neural networks have been used increasingly to speed up the design process. A main issue of many such approaches is the need for a large corpus of training data that are generated using high-dimensional simulations. The high computational cost associated with training data generation largely diminishes the efficiency gained by using machine learning methods. In this work, an adaptive artificial neural network-based generative design approach is proposed and developed. This method uses a generative adversarial network to generate design candidates and thus the number of design variables is greatly reduced. To speed up the evaluation of the objective function, a convolutional neural network is constructed as the surrogate model for function evaluation. The inverse design is carried out using the genetic algorithm in conjunction with two neural networks. A novel adaptive learning and optimization strategy is proposed, which allows the design space to be effectively explored for the search for optimal solutions. As such the number of training data needed is greatly reduced. The performance of the proposed design method is demonstrated on two heat source layout design problems. In both problems, optimal designs have been obtained. Compared with several existing approaches, the proposed approach has the best performance in terms of accuracy and efficiency.

preprint2020arXiv

Accelerating gradient-based topology optimization design with dual-model neural networks

Topology optimization (TO) is a common technique used in free-form designs. However, conventional TO-based design approaches suffer from high computational cost due to the need for repetitive forward calculations and/or sensitivity analysis, which are typically done using high-dimensional simulations such as Finite Element Analysis (FEA). In this work, neural networks are used as efficient surrogate models for forward and sensitivity calculations in order to greatly accelerate the design process of topology optimization. To improve the accuracy of sensitivity analyses, dual-model neural networks that are trained with both forward and sensitivity data are constructed and are integrated into the Solid Isotropic Material with Penalization (SIMP) method to replace FEA. The performance of the accelerated SIMP method is demonstrated on two benchmark design problems namely minimum compliance design and metamaterial design. The efficiency gained in the problem with size of 64x64 is 137 times in forward calculation and 74 times in sensitivity analysis. In addition, effective data generation methods suitable for TO designs are investigated and developed, which lead to a great saving in training time. In both benchmark design problems, a design accuracy of 95% can be achieved with only around 2000 training data.

preprint2020arXiv

Bayesian Optimization using Pseudo-Points

Bayesian optimization (BO) is a popular approach for expensive black-box optimization, with applications including parameter tuning, experimental design, robotics. BO usually models the objective function by a Gaussian process (GP), and iteratively samples the next data point by maximizing an acquisition function. In this paper, we propose a new general framework for BO by generating pseudo-points (i.e., data points whose objective values are not evaluated) to improve the GP model. With the classic acquisition function, i.e., upper confidence bound (UCB), we prove that the cumulative regret can be generally upper bounded. Experiments using UCB and other acquisition functions, i.e., probability of improvement (PI) and expectation of improvement (EI), on synthetic as well as real-world problems clearly show the advantage of generating pseudo-points.

preprint2020arXiv

Extrinsic geometry of the Gromoll-Meyer sphere

Among a family of 2-parameter left invariant metrics on Sp(2), we determine which have nonnegative sectional curvatures and which are Einstein. On the quotiente $\widetilde{N}^{11}=(Sp(2)\times S^4)/S^3$, we construct a homogeneous isoparametric foliation with isoparametric hypersurfaces diffeomorphic to Sp(2). Furthermore, on the quotiente $\widetilde{N}^{11}/S^3$, we construct a transnormal system with transnormal hypersurfaces diffeomorphic to the Gromoll-Meyer sphere $Σ^7$. Moreover, the induced metric on each hypersurface has positive Ricci curvature and quasi-positive sectional curvature simultaneously.

preprint2016arXiv

Ricci curvature of double manifolds via isoparametric foliations

Given a closed manifold $M$ and a vector bundle $ξ$ of rank $n$ over $M$, by gluing two copies of the disc bundle of $ξ$, we can obtain a closed manifold $D(ξ, M)$, the so-called double manifold. In this paper, we firstly prove that each sphere bundle $S_r(ξ)$ of radius $r>0$ is an isoparametric hypersurface in the total space of $ξ$ equipped with a connection metric, and for $r>0$ small enough, the induced metric of $S_r(ξ)$ has positive Ricci curvature under the additional assumptions that $M$ has a metric with positive Ricci curvature and $n\geq3$. As an application, if $M$ admits a metric with positive Ricci curvature and $n\geq2$, then we construct a metric with positive Ricci curvature on $D(ξ, M)$. Moreover, under the same metric, $D(ξ, M)$ admits a natural isoparametric foliation. For a compact minimal isoparametric hypersurface $Y^{n}$ in $S^{n+1}(1)$, which separates $S^{n+1}(1)$ into $S^{n+1}_+$ and $S^{n+1}_-$, one can get double manifolds $D(S^{n+1}_+)$ and $D(S^{n+1}_-)$. Inspired by Tang, Xie and Yan's work on scalar curvature of such manifolds with isoparametric foliations(cf. \cite{TXY12}), we study Ricci curvature of them with isoparametric foliations in the last part.

preprint2014arXiv

Isoparametric functions on exotic spheres

This paper extends widely the work in \cite{GT13}. Existence and non-existence results of isoparametric functions on exotic spheres and Eells-Kuiper projective planes are established. In particular, every homotopy $n$-sphere ($n>4$) carries an isoparametric function (with certain metric) with 2 points as the focal set, in strong contrast to the classification of cohomogeneity one actions on homotopy spheres \cite{St96} ( only exotic Kervaire spheres admit cohomogeneity one actions besides the standard spheres ). As an application, we improve a beautiful result of Bérard-Bergery \cite{BB77} ( see also pp.234-235 of \cite{Be78} ).

preprint2014arXiv

Recent progress in isoparametric functions and isoparametric hypersurfaces

This paper gives a survey of recent progress in isoparametric functions and isoparametric hypersurfaces, mainly in two directions. (1) Isoparametric functions on Riemannian manifolds, including exotic spheres. The existences and non-existences will be considered. (2) The Yau conjecture on the first eigenvalues of the embedded minimal hypersurfaces in the unit spheres. The history and progress of the Yau conjecture on minimal isoparametric hypersurfaces will be stated.

preprint2013arXiv

Analyzing Evolutionary Optimization in Noisy Environments

Many optimization tasks have to be handled in noisy environments, where we cannot obtain the exact evaluation of a solution but only a noisy one. For noisy optimization tasks, evolutionary algorithms (EAs), a kind of stochastic metaheuristic search algorithm, have been widely and successfully applied. Previous work mainly focuses on empirical studying and designing EAs for noisy optimization, while, the theoretical counterpart has been little investigated. In this paper, we investigate a largely ignored question, i.e., whether an optimization problem will always become harder for EAs in a noisy environment. We prove that the answer is negative, with respect to the measurement of the expected running time. The result implies that, for optimization tasks that have already been quite hard to solve, the noise may not have a negative effect, and the easier a task the more negatively affected by the noise. On a representative problem where the noise has a strong negative effect, we examine two commonly employed mechanisms in EAs dealing with noise, the re-evaluation and the threshold selection strategies. The analysis discloses that the two strategies, however, both are not effective, i.e., they do not make the EA more noise tolerant. We then find that a small modification of the threshold selection allows it to be proven as an effective strategy for dealing with the noise in the problem.

preprint2012arXiv

New examples of Willmore submanifolds in the unit sphere via isoparametric functions,II

This paper is a continuation of a paper with the same title of the last two authors. In the first part of the present paper, we give a unified geometric proof that both focal submanifolds of every isoparametric hypersurface in spheres with four distinct principal curvatures are Willmore. In the second part, we completely determine which focal submanifolds are Einstein except one case.

preprint2012arXiv

Towards Analyzing Crossover Operators in Evolutionary Search via General Markov Chain Switching Theorem

Evolutionary algorithms (EAs), simulating the evolution process of natural species, are used to solve optimization problems. Crossover (also called recombination), originated from simulating the chromosome exchange phenomena in zoogamy reproduction, is widely employed in EAs to generate offspring solutions, of which the effectiveness has been examined empirically in applications. However, due to the irregularity of crossover operators and the complicated interactions to mutation, crossover operators are hard to analyze and thus have few theoretical results. Therefore, analyzing crossover not only helps in understanding EAs, but also helps in developing novel techniques for analyzing sophisticated metaheuristic algorithms. In this paper, we derive the General Markov Chain Switching Theorem (GMCST) to facilitate theoretical studies of crossover-enabled EAs. The theorem allows us to analyze the running time of a sophisticated EA from an easy-to-analyze EA. Using this tool, we analyze EAs with several crossover operators on the LeadingOnes and OneMax problems, which are noticeably two well studied problems for mutation-only EAs but with few results for crossover-enabled EAs. We first derive the bounds of running time of the (2+2)-EA with crossover operators; then we study the running time gap between the mutation-only (2:2)-EA and the (2:2)-EA with crossover operators; finally, we develop strategies that apply crossover operators only when necessary, which improve from the mutation-only as well as the crossover-all-the-time (2:2)-EA. The theoretical results are verified by experiments.