REVIEW 3 major objections 4 minor 300 references
Direct Search Methods for Online Nonconvex Optimization Under Inexact Bandit Feedback
T0 review · 3 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read The paper proves a two-query direct-search algorithm finds near-stationary points in time-varying nonconvex optimization, with explicit dependence on drift and oracle noise.
desk verdict A correct potential-function bound for online direct search, but the sup-norm drift assumption is violated by the paper's own examples; a bounded-domain or trajectory-dependent reformulation would repair it. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing identity is the Gaussian one-sided moment calculation: for $v\sim\mathcal{N}(0,I_p/p)$ and any nonzero $g$, $\mathbb{E}[(-\langle g,v\rangle)_+]=\|g\|/\sqrt{2\pi p}$. It converts the expected improvement from one random probe into a signal proportional to the gradient norm, while the accept-reject update guarantees $\Phi_{t+2}(u_{t+2})\le\min\{\Phi_t(u_t),\Phi_t(u_{t+1})\}$ plus drift and oracle terms. Telescoping this descent inequality over even steps produces the main bound; in the diminishing-probing case, elementary sum estimates on $\sum \delta_t$ and $\sum \delta_t^2$ supply the logarithmic factor.
What would settle it
Take $p=1$, $\Phi_t(u)=u^2+a_t u$ with $a_{t+1}-a_t=1$, and an exact oracle. The paper's definition gives $d_t=\sup_{u\in\mathbb{R}}|u|=\infty$ for every $t$, so $D_T=\infty$ and Theorem 3.2's premise $E_T\le\varepsilon^2/(9\pi p L_{\nabla\Phi})$ cannot hold; observing that the algorithm still tracks the moving minimizer would show the gap is in the worst-case drift measure, not necessarily in the method. Conversely, running the algorithm on a bounded interval $[-M,M]$ where $d_t$ is finite and checking whether the empirical $\varepsilon$-complexity matches $O(p\varepsilon^{-2})$ would verify or refute the mechanism under its stated assumptions.
Extended reading notes
Core claim
The paper's central claim is Theorem 3.1: for any even horizon $T$, the two-point accept-reject algorithm satisfies $$(1/\sqrt{2\pi p})\sum_{t\in[T]_2} \delta_t\,\mathbb{E}\|\nabla\Phi_t(u_t)\| \le \Phi_0(u_0)-\Phi_{\mathrm{low}} + (L_{\nabla\Phi}/4)\sum_{t\in[T]_2}\$delta_t^{2}$ + 2D_T + 2B_T,$$ where $D_T$ sums one-step worst-case drifts $\sup_u|\Phi_{t+1}(u)-\Phi_t(u)|$ and $B_T$ sums worst-case oracle errors $\sup_u|\tilde\Phi_t(u)-\Phi_t(u)|$. From this inequality, constant probing delivers a point with expected gradient norm at most $\varepsilon$ in $O(p\varepsilon^{-2})$ iterations when the average drift plus error is $O(\varepsilon^2/p)$, and diminishing probing delivers the same in $O(p\varepsilon^{-2}\log^2(\sqrt{p}/\varepsilon))$ iterations when cumulative drift plus error grows at most $O(\sqrt{T})$. When drift and error vanish, the bounds recover the static zeroth-order complexity; when applied to feedback control, the oracle is the transient plant output, and the same analysis gives stationarity bounds in terms of disturbance variation and transient/steady-state mismatch.
Load-bearing premise
The analysis assumes the one-step drift $d_t=\sup_{u\in\mathbb{R}^p}|\Phi_{t+1}(u)-\Phi_t(u)|$ and the oracle error $b_t=\sup_{u\in\mathbb{R}^p}|\tilde\Phi_t(u)-\Phi_t(u)|$ are finite on all of $\mathbb{R}^p$; this fails for natural instances like a time-varying linear perturbation or the quadratic cost used in the simulations, so when it fails the $D_T$ and $B_T$ terms in the main bound become infinite and the complexity theorems carry no information.
Editorial extensions
If this is right
- Under the constant probing choice $\delta = 4\varepsilon/(3\sqrt{2\pi p}L_{\nabla\Phi})$, the algorithm reaches an $\varepsilon$-stationary point in $O(p\varepsilon^{-2})$ iterations, matching the classical dimension and accuracy scalings of static zeroth-order methods.
- With diminishing probing $\delta_t=1/\sqrt{t+1}$, the algorithm reaches an $\varepsilon$-stationary point in $O(p\varepsilon^{-2}\log^2(L_{\nabla\Phi}\sqrt{p}/\varepsilon))$ iterations, and if $E_T\sqrt{T}\to0$ then the expected gradient norm tends to zero asymptotically.
- The constant-probing regime tolerates cumulative drift and oracle error growing linearly with the horizon, while the diminishing-probing regime requires at most $O(\sqrt{T})$ growth; uniform drift and error bounds translate into explicit conditions such as $d+b\le \varepsilon^2/(18\pi p L_{\nabla\Phi})$ or $d+b=O(\varepsilon/(\sqrt{pT}))$.
- Specialized to feedback optimization, the online oracle using the transient plant output instead of the steady-state map has cumulative error $B_T^{\mathrm{fo}}=O(\sqrt{T})$ under constant disturbances, so the same complexity holds and the method selects near-stationary equilibria without waiting for the plant to settle.
- The stationarity bounds imply an instantaneous local-regret bound $R_1^{\mathrm{even}}(T)=O(T)$ for constant probing and $O(\sqrt{pT}(\log T+D_T+B_T))$ for diminishing probing.
Reading between the lines
- The paper leaves implicit that the worst-case drift $d_t$ is infinite for its own Example 2.2(ii), a time-varying linear term, on $\mathbb{R}^p$; a natural correction is to re-run the analysis on a bounded feasible set with projections, where the same argument would yield finite $D_T$ and explicit dependence on the set's diameter.
- The simulation's quadratic terminal cost (6.1) does not satisfy the global Lipschitz-in-$y$ assumption used in the control section; testing the same algorithm on a globally Lipschitz cost such as $\sqrt{1+\|y\|^2}$ would separate the effect of this assumption from the algorithm's actual behavior.
- A testable extension suggested by the numerics is that the plateau level of the gradient norm scales linearly with the disturbance scale $\sigma$; one could try to prove a matching lower bound for the specific disturbance model, which would show the vanishing-drift condition in Theorem 3.4 is not merely an artifact of the proof technique.
- The one-point and three-point variants are only conjectured, and a direct comparison of their empirical constants on the same quadratic plant suggests the three-point method's improvement is a constant factor, matching the paper's guess; deriving the analogue of Theorem 3.1 for those updates would settle the conjecture.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a randomized two-point direct-search algorithm for time-varying nonconvex optimization under inexact zeroth-order feedback. The main theoretical result is Theorem 3.1, a potential-function bound on the cumulative expected gradient norm in terms of the initial gap, the probing ratios, the cumulative temporal drift D_T, and the cumulative oracle error B_T. The paper then derives iteration-complexity bounds under constant and diminishing probing ratios, claims to recover classical zeroth-order rates in the time-invariant case, and applies the framework to feedback optimization and equilibrium selection in dynamical systems. The proof of Theorem 3.1 is structurally sound: the descent inequality (3.8) follows from Lemma A.2, the drift terms telescope, and the complexities follow from the stated choices of delta. The central weakness is that the standing definitions of drift and oracle error as suprema over the whole of R^p are violated by the paper's own examples and numerical experiments, so the headline complexity claims are vacuous for those instances.
Significance. If the assumptions were repaired, the paper would make a genuine contribution: it would give the first direct-search iteration complexity for time-varying nonconvex bandit optimization, with an explicit dependence on drift and oracle error, and it would recover static zeroth-order rates in the limit of zero drift and zero oracle error. The control application is also natural, and the trajectory-dependent reformulation in Remark 4.9 and Lemma 4.13 is an interesting step toward making the bounds meaningful. However, the current formulation of d_t and b_t as global suprema over R^p is not a cosmetic issue: it invalidates the applicability of the main theorems to the motivating examples, including the linear-perturbation drift model and the quadratic control cost used in the simulations. The central proof mechanism is sound, but the assumptions need to be reformulated before the advertised claims are supported.
major comments (3)
- [Eq. (2.1), footnote after (2.1), Example 2.2(ii)] The definition d_t = sup_{u in R^p} |Phi_{t+1}(u) - Phi_t(u)| is infinite for the paper's own drift examples. For the time-varying linear perturbation Phi_t(u) = Phi(u) + a_t^T u in Example 2.2(ii), d_t = sup_u |(a_{t+1}-a_t)^T u| = +infinity unless a_{t+1}=a_t. The sentence following the example, claiming d_t <= sup_u ||u|| ||a_{t+1}-a_t||, is therefore incorrect as written because sup_u ||u|| is infinite. Since D_T is built from such d_t, every bound in (3.1), (3.2), (3.14), and (3.24) has an infinite right-hand side for these instances, and the convergence conditions (3.11) and (3.21) cannot be satisfied. This is not a flaw in the proof of Theorem 3.1, but it makes the headline complexity claims carry no information for the paper's own examples.
- [Eq. (2.3) and simulation objective (6.3)] The same global-supremum issue affects the numerical experiments. The exact oracle (6.3) satisfies Phi_{t+1}(u) - Phi_t(u) = gamma(||Gu+Hw_{t+1}||^2 - ||Gu+Hw_t||^2), which is a nonconstant linear function of u, so d_t = +infinity whenever G^T H(w_{t+1}-w_t) is nonzero. The inexact oracle (6.4) has the same structure. Consequently, the simulated problem does not satisfy the standing finiteness assumption d_t < infinity, and the theoretical guarantees of Theorems 3.2, 3.4, and 4.14 do not apply to the reported experiments. A trajectory-dependent or bounded-domain reformulation of D_T and B_T, as partially anticipated in the footnote after (2.1), is needed.
- [Assumption 4.3 and Lemma 4.7] Assumption 4.3 requires Psi(u,y) to be globally L_{Psi,y}-Lipschitz in y, but the terminal cost used in the simulations, Psi(u,y) = u^T R1 u + R2^T u + gamma ||y||^2, is not globally Lipschitz in y on R^q because its gradient in y is 2 gamma y, which is unbounded. This means that Lemma 4.7, Corollary 4.10, Corollary 4.11, and Theorem 4.14 do not apply to the numerical setting. The paper should either use a bounded domain, a locally Lipschitz argument with bounded iterates, or a different terminal cost that satisfies the stated global Lipschitz condition.
minor comments (4)
- [Example 2.2(ii)] The displayed bound 'd_t <= sup_u ||u|| ||a_{t+1}-a_t||' should be replaced by a correct statement: d_t = +infinity unless a_{t+1}=a_t. This will help readers see that the example is not admissible under the standing assumption.
- [Figure 2] The green curve is labelled 'upper bound' in the legend, but the text in Section 6.1 correctly states that it is an empirical surrogate, not a certified upper bound. The legend should be changed to avoid giving readers the impression that the displayed quantity is a proven bound.
- [Proof of Theorem 3.4] The sentence 'By iterating the arguments in the proof of Theorem 3.2' omits the derivation of the bound on the first two terms of (3.24) from condition (3.22). The result is plausible and the statement is correct, but a few lines of algebra would make the proof self-contained.
- [Abstract] There is a typo in the abstract: 'methods in this seting' should be 'methods in this setting'.
Circularity Check
No circularity: the stationarity bound is a self-contained potential-function argument with explicit drift and oracle-error inputs.
full rationale
The derivation chain is self-contained and non-circular. Theorem 3.1 is proved directly from the smoothness assumption (Assumption 2.1), the definition of temporal drift d_t and cumulative drift D_T (eq. 2.1), the oracle error bound b_t and cumulative error B_T (eq. 2.3), and the Gaussian one-sided moment identities proved in Appendix A.2. No fitted constants enter the theorem; D_T and B_T are problem-dependent inputs that appear explicitly on the right-hand side of the final bound (3.1), and the complexity results in Theorems 3.2 and 3.4 are arithmetic specializations of (3.1) under particular probing schedules. The claimed recovery of the static direct-search rate of [2] is the special case D_T = B_T = 0, which is a limit of the established bound rather than an input to it. Self-citations such as [4] and [27] appear only in related-work or motivation contexts and are not used to justify the main potential-function argument. The paper's assumption that d_t and b_t are finite over R^p may be violated by some illustrative examples and by the quadratic simulation cost, but that is a correctness/scope mismatch between assumptions and applications, not a circular reduction: the theorems remain conditional on the stated finiteness assumptions. Thus no step of the claimed derivation reduces by construction to its own inputs.
Assumptions & free parameters
assumptions (6)
- domain assumption Assumption 2.1: each Phi_t has L_gradPhi-Lipschitz gradient and is bounded below on R^p.
- domain assumption Finite cumulative drift and oracle error: d_t < infinity and b_t < infinity for all t, with D_T and B_T defined in (2.1) and (2.3).
- domain assumption Assumption 4.1: the plant map f is contractive in the state and Lipschitz in input and disturbance; the output map h is Lipschitz.
- domain assumption Assumption 4.3: the reduced cost Phi_t(u) = Psi(u, y_ss(u,w_t)) has Lipschitz gradient, and Psi is L_Psi,y-Lipschitz in y.
- domain assumption Assumption 4.8: there is a sequence mu_t with ||y_{t+1} - y_ss(u_t,w_t)|| <= mu_t for all t.
- domain assumption Assumption 4.12: the disturbance sequence w_t is constant for the refined convergence result in Theorem 4.14.
Cite this review
Pith. "Pith review of Direct Search Methods for Online Nonconvex Optimization Under Inexact Bandit Feedback." pith.science (2026). https://pith.science/paper/37Q3YLFH
@misc{pith2026260808979,
author = {Pith},
title = {Pith review of: Direct Search Methods for Online Nonconvex Optimization Under Inexact Bandit Feedback},
year = {2026},
howpublished = {\url{https://pith.science/paper/37Q3YLFH}},
note = {Machine review of arXiv:2608.08979}
}
read the original abstract
Optimization under zeroth-order (i.e., bandit) feedback is central to many engineering problems where the analytic forms of objectives and/or constraints are unavailable. In modern applications, such as online control and online learning, optimization problems often evolve with time, requiring adaptive optimization methodologies. Yet, existing methods in this seting are largely confined to adaptations of methodologies developed for time-invariant or first-order optimization, and thus often rely on gradient surrogates that fail to fully exploit the zeroth-order structure of the available information. In this paper, we propose a randomized two-point direct-search algorithm for nonconvex time-varying optimization and derive iteration-complexity bounds under both constant and diminishing probing ratios. The resulting analysis yields explicit stationarity bounds in terms of the temporal variability of the problem and possible oracle errors. Our complexity bounds recover the complexity of existing zeroth-order methods in the time-invariant setting, while extending direct- search methods beyond static settings. As an illustrative application, we show that the methodology is naturally suited to solve optimal (equilibrium-selection) control problems for dynamical systems. In this setting, the analysis yields explicit stationarity bounds in terms of the temporal variability of the problem, measured through the effects of plant dynamics and exogenous disturbance variations.
Reference graph
Works this paper leans on
-
[2]
arXiv , note =
Convex Synthesis of First-Order Methods for Time-Varying Smooth Strongly Convex Optimization , author =. arXiv , note =. 2026 , month = apr, pdf =
2026
-
[15]
Navigation Systems May Deteriorate Stability in Traffic Networks , author =. 2024 , pdf =. doi:10.1109/OJCSYS.2024.3397270 , arxiv =
-
[1]
arXiv , note =
Direct Search Methods for Online Nonconvex Optimization Inder Inexact Bandit Feedback , author =. arXiv , note =. 2026 , month = aug, pdf =
2026
-
[3]
2026 , month = aug, pdf =
Data-driven Adaptive Event-Triggered Control for Discrete-Time Systems , author =. 2026 , month = aug, pdf =
2026
-
[4]
arXiv , note =
Data Poisoning Attacks Can Systematically Destabilize Data-Driven Control Synthesis , author =. arXiv , note =. 2026 , month = apr, pdf =
2026
-
[5]
arXiv , year =
Model-Free Aggregative Cooperative Optimization via Randomized Gradient-Free Minimization and Exploration Momentum , author =. arXiv , year =
-
[6]
ACS Synthetic Biology , year =
Multi-Objective Online Trade-Off Optimization for the Regulation of Glucaric Acid Production in Escherichia Coli , author =. ACS Synthetic Biology , year =
-
[7]
2026 , month = aug, pdf =
The Role of Network Connectivity in Distributed k -Agreement Protocols , author =. 2026 , month = aug, pdf =
2026
Show all 300 references
-
[8]
arXiv preprint , year =
Temporal Variabilities Limit Convergence Rates in Gradient-Based Online Optimization , author =. arXiv preprint , year =
-
[9]
Mehrnoosh and G
A. Mehrnoosh and G. Bianchin , title =. arXiv preprint , year =
-
[10]
arXiv preprint , year =
Feedback Optimization of Dynamical Systems in Time-Varying Environments: An Internal Model Principle Approach , author =. arXiv preprint , year =
-
[11]
Mehrnoosh and G
A. Mehrnoosh and G. Bianchin , title =. 2025 , month = jul, pdf =
2025
-
[12]
Bianchin and B
G. Bianchin and B. The Discrete-time Internal Model Principle of Time-varying Optimization: Limitations and Algorithm Design , booktitle = cdc, year =
-
[13]
2024 , month = jul, volume =
k -Dimensional Agreement in Multiagent Systems , author =. 2024 , month = jul, volume =
2024
-
[14]
2026 , month = aug, pdf =
The Internal Model Principle of Time-Varying Optimization , author =. 2026 , month = aug, pdf =
2026
-
[16]
Perotti and A
E. Perotti and A. M. Ospina and G. Bianchin and A. Simonetto and E. Dall'Anese , title =. Scientific Reports , year =
-
[17]
Bianchin and J.-C
G. Bianchin and J.-C. Delvenne , title =. 2024 , month = jul, pdf =
2024
-
[18]
Bianchin , title =
G. Bianchin , title =. 2023 , address =. doi:10.1109/CDC49753.2023.10384008 , arxiv =
2023
-
[19]
Asilomar Conference on Signals, Systems, and Computers , pages =
Online optimization of linear-time invariant dynamical systems with cost perception , author =. Asilomar Conference on Signals, Systems, and Computers , pages =. 2022 , doi =
2022
-
[20]
in preparation , year =
Event-Triggered Feedback Optimization of LTI Systems with Applications to Pandemic Control , author =. in preparation , year =
-
[21]
arXiv preprint , year =
k -Dimensional Agreement in Multiagent Systems for distributed coordination , author =. arXiv preprint , year =
-
[22]
2022 , volume =
Online Optimization of Dynamical Systems With Deep Learning Perception , author =. 2022 , volume =
2022
-
[23]
Avram and R
F. Avram and R. Adenane and G. Bianchin and A. Halanay , title =. Mathematics , volume =. 2022 , number =
2022
-
[24]
2022 , address =
Data-enabled Gradient Flow as Feedback Controller: Regulation of Linear Dynamical Systems to Minimizers of Unknown Functions , author =. 2022 , address =
2022
-
[25]
Avram and R
F. Avram and R. Adenane and L. Basnarkov and G. Bianchin and D. Goreac and A. Halanay , journal =. An Age of Infection Kernel, an. 2021 , month = dec, arxiv =
2021
-
[26]
2024 , month = jul, volume =
Online Stochastic Optimization for Unknown Linear Systems: Data-Driven Controller Synthesis and Analysis , author =. 2024 , month = jul, volume =
2024
-
[27]
Wood and G
K. Wood and G. Bianchin and E. Dall'Anese , title =. 2021 , volume =. doi:10.1109/LCSYS.2021.3124187 , arxiv =
2021
-
[28]
2021 , howpublished = "
Online Primal-Dual Controller for the Control of Epidemic Outbreaks , author=. 2021 , howpublished = "
2021
-
[29]
Bianchin and E
G. Bianchin and E. Dall'Anese and J. I. Poveda and D. Jacobson and E. J. Carlton and A. Buchwald , journal =. Novel use of online optimization in a mathematical model of. 2022 , volume =. doi:10.1038/s41598-022-08389-5 , arXiv =
2022 doi
-
[30]
Bianchin and E
G. Bianchin and E. Dall'Anese and J. I. Poveda and A. Buchwald , journal =. Planning a Return to Normal after the. 2021 , month = apr, pdf =. doi:, arxiv =
2021
-
[31]
2021 , pages =
Data-Driven Synthesis of Optimization-Based Controllers for Regulation of Unknown Linear Systems , author =. 2021 , pages =. doi:10.1109/CDC45484.2021.9682795 , ISSN =
2021
-
[32]
Galarza-Jimenez and G
F. Galarza-Jimenez and G. Bianchin and J. I. Poveda and E. Dall'Anese , journal =. Online Optimization of. 2022 , month = may, pdf =. doi:10.1016/j.nahs.2022.101152 , arxiv =
2022
-
[33]
2020 , howpublished = "
Online Primal-Dual Controller for Ramp Metering in Transportation Systems , author=. 2020 , howpublished = "
2020
-
[34]
Bianchin and J
G. Bianchin and J. Cort\'. Time-Varying Optimization of. 2022 , month = mar, pdf =. doi:10.1109/TCNS.2021.3112762 , arxiv =
2022
-
[35]
Galarza-Jimenez and J
F. Galarza-Jimenez and J. I. Poveda and G. Bianchin and E. Dall'Anese , title =. 2021 , volume =
2021
-
[36]
Bianchin and J
G. Bianchin and J. I. Poveda and E. Dall'Anese , journal = automatica, volume =. Online Optimization of Switched. 2022 , month = aug, pdf =. doi:10.1016/j.automatica.2022.110579 , arxiv =
2022
-
[37]
Bianchin , school =
G. Bianchin , school =. Control-Theoretic Methods for the Robustness of Network Systems: Application to Traffic Control and Cyber-Physical Security , year =. doi:https://search.proquest.com/docview/2404628863/C6C21BE985FD48FFPQ/1?accountid=14503 , pdf =
-
[38]
2020 , address =
Routing Apps May Cause Oscillatory Congestions in Traffic Networks , author =. 2020 , address =
2020
-
[39]
Liu and G
Y.-C. Liu and G. Bianchin and F. Pasqualetti , title =. 2020. doi:10.1016/j.automatica.2019.108655 , arxiv =
2020
-
[40]
Bianchin and Y.-C
G. Bianchin and Y.-C. Liu and F. Pasqualetti , title =. 2020 , doi =
2020
-
[41]
Bianchin and F
G. Bianchin and F. Pasqualetti , title =. 2020 , volume =. doi:10.1109/TITS.2019.2922900 , arxiv =
2020
-
[42]
Bianchin and F
G. Bianchin and F. Pasqualetti and S. Kundu , title =. 2019 , address =. doi:10.23919/ACC.2019.8815259 , arxiv =
2019
-
[43]
Bianchin and F
G. Bianchin and F. Pasqualetti , year =
-
[44]
Bianchin and F
G. Bianchin and F. Pasqualetti , title =. Cyber-Physical Systems Security , year =. doi:10.1007/978-3-319-98935-8_8 , pdf =
-
[45]
Bianchin and F
G. Bianchin and F. Pasqualetti , title =. 2018 , address =. doi:10.1109/CDC.2018.8619320 , pdf =
2018
-
[46]
Menara and G
T. Menara and G. Bianchin and M. Innocenti and F. Pasqualetti , title =. 2017 , month = may, pages =. doi:10.23919/ACC.2017.7962976 , pdf =
2017
-
[47]
Bianchin and P
G. Bianchin and P. Frasca and A. Gasparri and F. Pasqualetti , title =. 2017 , doi =
2017
-
[48]
Bianchin and P
G. Bianchin and P. Frasca and A. Gasparri and F. Pasqualetti , title =. 2016 , address =. doi:10.1109/ACC.2016.7524913 , pdf =
2016
-
[49]
Bianchin and F
G. Bianchin and F. Pasqualetti and S. Zampieri , title =. 2015 , pages =. doi:10.1109/CDC.2015.7402000 , pdf =
2015
-
[50]
Bianchin and A
G. Bianchin and A. Cenedese and M. Luvisotto and G. Michieletto , title =. 2015 , pages =. doi:10.1109/CDC.2015.7402814 , pdf =
2015
-
[51]
Bianchin , school =
G. Bianchin , school =. Coordinated Control of Mixed Robot and Sensor Networks in distributed Area Exploration , year =. doi:http://tesi.cab.unipd.it/46711/1/Bianchin_Gianluca_Thesis_1055989.pdf , pdf =
-
[52]
Internal Model-Based Online Optimization , year=
Bastianello, Nicola and Carli, Ruggero and Zampieri, Sandro , journal=. Internal Model-Based Online Optimization , year=
-
[53]
, title =
Francis, Bruce A. , title =. SIAM Journal on Control and Optimization , volume =. 1977 , doi =
1977
-
[54]
and Isidori, A
Byrnes, C.I. and Isidori, A. , journal=. Nonlinear internal models for output regulation , year=
-
[55]
2004 , isbn =
Boyd, Stephen and Vandenberghe, Lieven , title =. 2004 , isbn =
2004
-
[56]
Center Manifolds
Osipenko, George. Center Manifolds. Mathematics of Complexity and Dynamical Systems. 2011. doi:10.1007/978-1-4614-1806-1_5
2011 doi
-
[57]
Journal of the Franklin Institute , volume =
Discrete-time. Journal of the Franklin Institute , volume =. 2024 , issn =. doi:10.1016/j.jfranklin.2024.106898 , author =
2024
-
[58]
2019 , doi=
Ames, Aaron D and Coogan, Samuel and Egerstedt, Magnus and Notomista, Gennaro and Sreenath, Koushil and Tabuada, Paulo , booktitle=. 2019 , doi=
2019
-
[59]
and Mayne, D.Q
Rawlings, J.B. and Mayne, D.Q. and Diehl, M. , year =. Model
-
[60]
, publisher =
Birkhoff, George D. , publisher =
-
[61]
1993 , issn =
Nonlinear regulation for a class of discrete-time systems , journal =. 1993 , issn =. doi:10.1016/0167-6911(93)90087-M , author =
1993 doi
-
[62]
and Vaidya, Umesh , journal=
Raveendran, Rejitha and Mahindrakar, Arun D. and Vaidya, Umesh , journal=. Dynamical System Approach for Time-Varying Constrained Convex Optimization Problems , year=
-
[63]
Fixed-Time Stable Gradient Flows: Applications to Continuous-Time Optimization , year=
Garg, Kunal and Panagou, Dimitra , journal=. Fixed-Time Stable Gradient Flows: Applications to Continuous-Time Optimization , year=
-
[64]
2023 , pages=
Bin, Michelangelo and Marconi, Lorenzo and Sepulchre, Rodolphe , booktitle=cdc, title=. 2023 , pages=
2023
-
[65]
2023 , note =
Data-driven Output Regulation via Gaussian Processes and Luenberger Internal Models , journal =. 2023 , note =. doi:10.1016/j.ifacol.2023.02.062 , author =
2023 doi
-
[66]
2024 , issn =
Accelerated analysis on the triple momentum method for a two-layer ReLU neural network , journal =. 2024 , issn =. doi:10.1016/j.jksuci.2024.102016 , author =
2024
-
[67]
Weijie Su and Stephen Boyd and Emmanuel J. Cand. A Differential Equation for Modeling. Journal of Machine Learning Research , year =
-
[68]
Saddle-Point Dynamics:
Cherukuri, Ashish and Gharesifard, Bahman and Cort\'. Saddle-Point Dynamics:. 2017 , publisher =. doi:10.1137/15M1026924 , journal =
2017 doi
-
[69]
and Khong, Sei Zhen and Jovanovi\'
Dhingra, Neil K. and Khong, Sei Zhen and Jovanovi\'. IEEE Transactions on Automatic Control , title=. 2019 , volume=
2019
-
[70]
On a Class of Smooth Optimization Algorithms with Applications in Control , journal =
Hans-Bernd D\". On a Class of Smooth Optimization Algorithms with Applications in Control , journal =. 2012 , note =. doi:10.3182/20120823-5-NL-3013.00027 , url =
2012
-
[71]
Accelerated Mirror Descent in Continuous and Discrete Time , url =
Krichene, Walid and Bayen, Alexandre and Bartlett, Peter L , booktitle =. Accelerated Mirror Descent in Continuous and Discrete Time , url =
-
[72]
doi:10.1007/978-1-4471-3467-1 , publisher =
Optimization and Dynamical Systems , author =. doi:10.1007/978-1-4471-3467-1 , publisher =
-
[73]
The Gradient Tracking Is a Distributed Integral Action , year=
Notarnicola, Ivano and Bin, Michelangelo and Marconi, Lorenzo and Notarstefano, Giuseppe , journal=. The Gradient Tracking Is a Distributed Integral Action , year=
-
[74]
Small gain theorems for large scale systems and construction of ISS Lyapunov functions , author=
-
[75]
Qin and G
W.-X. Qin and G. Chen. Coupling schemes for cluster synchronization in coupled J osephson equations. Physica D : N onlinear P henomena. 2004. doi:10.1016/j.physd.2004.07.011
2004 doi
-
[76]
2006 , journal =
Asymmetric Coevolutionary Networks Facilitate Biodiversity Maintenance , author =. 2006 , journal =
2006
-
[77]
Proceedings of the Institution of Mechanical Engineers, Part I: Journal of Systems and Control Engineering , volume=
State-of-the-art of vehicular traffic flow modelling , author=. Proceedings of the Institution of Mechanical Engineers, Part I: Journal of Systems and Control Engineering , volume=
-
[78]
Memory traces in dynamical systems , author=
-
[79]
Non-normal amplification in random balanced neuronal networks , author =. Phys. Rev. E , volume =
-
[80]
2012 , publisher=
The Adaptive Landscape in Evolutionary Biology , author=. 2012 , publisher=
2012
-
[81]
1993 , publisher=
The Origins of Order: Self-Organization and Selection in Evolution , author=. 1993 , publisher=
1993
-
[82]
2007 , publisher=
Approximate Dynamic Programming: Solving the Curses of Dimensionality , author=. 2007 , publisher=
2007
-
[83]
Huang and Y
Q. Huang and Y. Yuan and J. Goncalves and M. A. Dahleh , booktitle = acc, address =. H_2 Norm Based Network Volatility Measures , year =
-
[84]
Acemoglu and V
D. Acemoglu and V. M. Carvalho and A. Ozdaglar and A. Tahbaz-Salehi , title=. Econometrica , year=
-
[85]
1988 , publisher=
Linear stochastic systems , author=. 1988 , publisher=
1988
-
[86]
Nature , volume=
Emergence of structural and dynamical properties of ecological mutualistic networks , author=. Nature , volume=
-
[87]
Dynamical model of traffic congestion and numerical simulation , author=
-
[88]
2019 , note =
Analysis and control of a continuous-time bi-virus model , author=. 2019 , note =
2019
-
[89]
Epilepsy Research , pages =
Emerging roles of network analysis for epilepsy , author =. Epilepsy Research , pages =. 2019 , publisher =
2019
-
[90]
Nature Reviews Physics , volume=
The physics of brain network structure, function and control , author=. Nature Reviews Physics , volume=. 2019 , publisher=
2019
-
[91]
2013 , publisher=
Spontaneous synchrony in power-grid networks , author=. 2013 , publisher=
2013
-
[92]
Nature Ecology & Evolution , volume=
The multilayer nature of ecological networks , author=. Nature Ecology & Evolution , volume=. 2017 , publisher=
2017
-
[93]
The neuroscientist , volume=
Small-world brain networks , author=. The neuroscientist , volume=. 2006 , publisher=
2006
-
[94]
Nature , volume=
Will a large complex system be stable? , author=. Nature , volume=. 1972 , publisher=
1972
-
[95]
Nature , volume=
Connectance of large dynamic (cybernetic) systems: critical values for stability , author=. Nature , volume=. 1970 , publisher=
1970
-
[96]
On the relation between non-normality and diameter in linear dynamical networks , author=
-
[97]
Talagrand , journal =
M. Talagrand , journal =. A New Look at Independence , volume =
-
[98]
Gratton and D
S. Gratton and D. Stochastic Conditioning of Matrix Functions , journal =
-
[99]
F. C. Leone and L. S. Nelson and R. B. Nottingham , journal =. The Folded Normal Distribution , volume =
-
[100]
1990 , publisher=
Matrix Perturbation Theory , author=. 1990 , publisher=
1990
-
[101]
2013 , publisher=
Concentration Inequalities: A Nonasymptotic Theory of Independence , author=. 2013 , publisher=
2013
-
[102]
Foundations and Trends
An Introduction to Matrix Concentration Inequalities , number =. Foundations and Trends. 2015 , volume =
2015
-
[103]
1973 , publisher=
Random Integral Equations , author=. 1973 , publisher=
1973
-
[104]
A. P. Valadbeigi and A. K. Sedigh and F. L. Lewis , journal=
-
[105]
2005 , publisher=
Advanced Multivariate Statistics with Matrices , author=. 2005 , publisher=
2005
-
[106]
Deep Learning , author=
-
[107]
Kybernetika , volume=
Kalman filter sensitivity with respect to parametric noises uncertainty , author=. Kybernetika , volume=
-
[108]
IEEE Robotics and Automation Letters , volume=
Estimation, control, and planning for aggressive flight with a small quadrotor with a single camera and IMU , author=. IEEE Robotics and Automation Letters , volume=
-
[109]
Visual-inertial sensor fusion: Localization, mapping and sensor-to-sensor self-calibration , author=
-
[110]
Advances in Neural Information Processing Systems , pages=
Online learning for adversaries with memory: price of past mistakes , author=. Advances in Neural Information Processing Systems , pages=
-
[111]
Hassibi and T
B. Hassibi and T. Kaliath , journal=tac, title=. 2001 , volume=
2001
-
[112]
Yasini and K
S. Yasini and K. Pelckmans , journal= tac, title=. 2018 , volume=
2018
-
[113]
1998 , publisher=
Essentials of robust control , author=. 1998 , publisher=
1998
-
[114]
arXiv preprint arXiv:1901.08573 , year=
Theoretically principled trade-off between robustness and accuracy , author=. arXiv preprint arXiv:1901.08573 , year=
1901 arXiv
-
[115]
arXiv preprint arXiv:1906.01354 , year=
Architecture Selection via the Trade-off Between Accuracy and Robustness , author=. arXiv preprint arXiv:1906.01354 , year=
1906 arXiv
-
[116]
arXiv preprint arXiv:1805.12152 , year=
Robustness may be at odds with accuracy , author=. arXiv preprint arXiv:1805.12152 , year=
-
[117]
On (non) supermodularity of average control energy , author=
-
[118]
Structural target controllability of undirected networks , author=
-
[119]
On the structural and strong structural controllability of undirected networks , author=
-
[120]
Strong structural controllability of linear systems revisited , author=
-
[121]
2015 , publisher=
A framework for structural input/output and control configuration selection in large-scale systems , author=. 2015 , publisher=
2015
-
[122]
2012 , publisher=
Systems analysis by graphs and matroids: structural solvability and controllability , author=. 2012 , publisher=
2012
-
[123]
Robust Guarantees for Perception-Based Control , author=
-
[124]
ACM Computing Surveys (CSUR) , volume=
A survey of physics-based attack detection in cyber-physical systems , author=. ACM Computing Surveys (CSUR) , volume=. 2018 , publisher=
2018
-
[125]
Discovering governing equations from data by sparse identification of nonlinear dynamical systems , author=
-
[126]
Topology Identification via Growing a Chow-Liu Tree Network , author=
-
[127]
2012 , publisher=
A Bayesian approach to sparse dynamic network identification , author=. 2012 , publisher=
2012
-
[128]
Topology reconstruction of dynamical networks via constrained Lyapunov equations , author=
-
[129]
PloS one , volume=
On how network architecture determines the dominant patterns of spontaneous neural activity , author=. PloS one , volume=
-
[130]
Predicting human resting-state functional connectivity from structural connectivity , author=
-
[131]
International Joint Conference on Artificial Intelligence , pages=
Adversarial regression for detecting attacks in cyber-physical systems , author=. International Joint Conference on Artificial Intelligence , pages=
-
[132]
Recent advances of large-scale linear classification , author=
-
[133]
2006 , publisher=
Detection and estimation theory and its applications , author=. 2006 , publisher=
2006
-
[134]
International Conference on Learning Representations , address=
Certified Defenses Against Adversarial Examples , author=. International Conference on Learning Representations , address=
-
[135]
Deepfool: a simple and accurate method to fool deep neural networks , author=
-
[136]
International Conference on Learning Representations , address=
Adversarial machine learning at scale , author=. International Conference on Learning Representations , address=
-
[137]
European Symposium on Security and Privacy , pages=
The limitations of deep learning in adversarial settings , author=. European Symposium on Security and Privacy , pages=
-
[138]
International Conference on Learning Representations , address=
Explaining and harnessing adversarial examples , author=. International Conference on Learning Representations , address=. 2015 , URL =
2015
-
[139]
IEEE Conference on Decision and Control , address=
Deep learning feature extraction for target recognition and classification in underwater sonar images , author=. IEEE Conference on Decision and Control , address=
-
[140]
2012 , publisher=
Identification and stochastic adaptive control , author=. 2012 , publisher=
2012
-
[141]
Machine learning , volume=
Q-learning , author=. Machine learning , volume=. 1992 , publisher=
1992
-
[142]
M\"unz and M
U. M\"unz and M. Pfister and P. Wolfrum , journal= tac, volume=. Sensor and Actuator Placement for Linear Systems Based on
-
[143]
Distributed online topology design for network-level disturbance rejection , author=
-
[144]
arXiv preprint arXiv:1701.07274 , year=
Deep reinforcement learning: An overview , author=. arXiv preprint arXiv:1701.07274 , year=
-
[145]
arXiv preprint arXiv:1905.12009 , year=
A trajectory-based framework for data-driven system analysis and control , author=. arXiv preprint arXiv:1905.12009 , year=
1905 arXiv
-
[146]
Bursztein , title =
E. Bursztein , title =. 2018 , note =
2018
-
[147]
Schneier , title =
B. Schneier , title =. 2019 , note =
2019
-
[148]
Samuel , title =
S. Samuel , title =. 2019 , note =
2019
-
[149]
Linear predictors for nonlinear dynamical systems: Koopman operator meets model predictive control , author=
-
[150]
M. O. Williams and I. G. Kevrekidis and C. W. Rowley , journal =. A data-driven approximation of the. 2015 , publisher =
2015
-
[151]
arXiv preprint arXiv:1903.10723 , year=
A trajectory-based framework for data-driven system analysis and control , author=. arXiv preprint arXiv:1903.10723 , year=
1903 arXiv
-
[152]
De Persis and P
C. De Persis and P. Tesi , title =
-
[153]
2012 , publisher=
Reinforcement learning and feedback control: Using natural decision methods to design optimal adaptive controllers , author=. 2012 , publisher=
2012
-
[154]
2017 , address =
Data-driven control for feedback linearizable single-input systems , author=. 2017 , address =
2017
-
[155]
An optimal control approach to robust tracking of linear systems , author=
-
[156]
Coulson and J
J. Coulson and J. Lygeros and F. D. Data-enabled predictive control: In the shallows of the. 2019 18th European Control Conference (ECC) , pages=
2019
-
[157]
Model-free control , author=
-
[158]
1998 , publisher=
Iterative feedback tuning: theory and applications , author=. 1998 , publisher=
1998
-
[159]
Neural networks for control and system identification , author=
-
[160]
2013 , publisher=
Adaptive control , author=. 2013 , publisher=
2013
-
[161]
Transactions of the ASME , volume=
Optimum settings for automatic controllers , author=. Transactions of the ASME , volume=
-
[162]
On Submodularity and Controllability in Complex Dynamical Networks , author=
-
[163]
Kim and C
J. Kim and C. Lee and H. Shim and Y. Eun and J. H. Seo , journal=tac, title=
-
[164]
Hu and D
Q. Hu and D. Fooladivanda and Y. H. Chang and C. J. Tomlin , journal=tac, title=. 2018 , volume=
2018
-
[165]
Royal Society open science , volume=
Energy scaling and reduction in controlling complex networks , author=. Royal Society open science , volume=
-
[166]
Fundamental limits and tradeoffs on disturbance propagation in linear dynamical networks , author=
-
[167]
Emerging Applications of Control and Systems Theory , pages=
Robustness Sensitivities in Large Networks , author=. Emerging Applications of Control and Systems Theory , pages=
-
[168]
Robustness scaling in large networks , author=
-
[169]
2004 , publisher=
The engineer of 2020: visions of engineering in the new century , author=. 2004 , publisher=
2020
-
[170]
Noonan , title =
R. Noonan , title =. 2017 , note =
2017
-
[171]
Nichols , title =
A. Nichols , title =. 2017 , note =
2017
-
[172]
Nichols and D
A. Nichols and D. Evans-Bell , title =. 2017 , note =
2017
-
[173]
Dahleh , title =
M. Dahleh , title =. 2015 , note =
2015
-
[174]
Neuron , volume=
Memory without feedback in a neural network , author=. Neuron , volume=
-
[175]
Philosophical Transactions of the Royal Society of London A: Mathematical, Physical and Engineering Sciences , volume=
The criticality hypothesis: how local cortical networks might optimize information processing , author=. Philosophical Transactions of the Royal Society of London A: Mathematical, Physical and Engineering Sciences , volume=
-
[176]
Neuron , volume=
Feedforward to the past: The relation between neuronal connectivity, amplification, and short-term memory , author=. Neuron , volume=
-
[177]
Nature Reviews Neuroscience , volume=
Oscillatory multiplexing of population codes for selective communication in the mammalian brain , author=. Nature Reviews Neuroscience , volume=
-
[178]
Efficient âcommunication through coherenceâ requires oscillations structured to minimize interference between signals , author=
-
[179]
Neuron , volume=
Oscillations and filtering networks support flexible routing of information , author=. Neuron , volume=
-
[180]
1981 , publisher=
On structural controllability theorem , author=. 1981 , publisher=
1981
-
[181]
Interacting with networks: How does structure relate to controllability in single-leader, consensus networks? , author=
-
[182]
International Conference on Computer-Aided Design , pages=
CONVINCE: a cross-layer modeling, exploration and validation framework for next-generation connected vehicles , author=. International Conference on Computer-Aided Design , pages=
-
[183]
International Conference on Smart Computing , pages=
Delay-Aware Design, Analysis and Verification of Intelligent Intersection Management , author=. International Conference on Smart Computing , pages=
-
[184]
IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems , volume=
Design automation of cyber-physical systems: Challenges, advances, and opportunities , author=. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems , volume=
-
[185]
Transactions on Design Automation of Electronic Systems , volume=
Security-aware design methodology and optimization for automotive systems , author=. Transactions on Design Automation of Electronic Systems , volume=
-
[186]
Minimum energy control for complex networks , author =
-
[187]
Gramian-Based Reachability Metrics for Bilinear Networks , author=
-
[188]
Eigenvalue clustering, control energy, and logarithmic capacity , author=
-
[189]
On the Role of Network Centrality in the Controllability of Complex Networks , author=
-
[190]
Strong structural controllability , author=
-
[191]
NeuroImage , volume=
Warnings and Caveats in Brain Controllability , author=. NeuroImage , volume=
-
[192]
Stability of
Ladde, GS and Sathananthan, S , journal=. Stability of. 1992 , publisher=
1992
-
[193]
The European Physical Journal B-Condensed Matter and Complex Systems , volume=
Modeling cascading failures in the North American power grid , author=. The European Physical Journal B-Condensed Matter and Complex Systems , volume=. 2005 , publisher=
2005
-
[194]
Neural computation , year=
Fragility in dynamic networks: application to neural networks in the epileptic cortex , author=. Neural computation , year=
-
[195]
Population Ecology , volume=
The stability-complexity relationship at age 40: a random matrix perspective , author=. Population Ecology , volume=. 2015 , publisher=
2015
-
[196]
2002 , number =
Sorensen, Danny C and Zhou, Yunkai , title =. 2002 , number =
2002
-
[197]
Stability radii of linear systems , author=
-
[198]
Explicit solutions of linear matrix equations , author=
-
[199]
Nature Human Behaviour , volume=
Mind Control as a Guide for the Mind , author=. Nature Human Behaviour , volume=. 2017 , publisher=
2017
-
[200]
Annals of the New York Academy of Sciences , year=
A network engineering perspective on probing and perturbing cognition with neurofeedback , author=. Annals of the New York Academy of Sciences , year=
-
[201]
Brain stimulation , volume=
Transcranial Magnetic Stimulation of Left Dorsolateral Prefrontal Cortex Induces Brain Morphological Changes in Regions Associated with a Treatment Resistant Major Depressive Episode: An Exploratory Analysis , author=. Brain stimulation , volume=. 2016 , publisher=
2016
-
[202]
Journal of Neuroscience , volume=
Temporal and spatial dynamics of brain structure changes during extensive learning , author=. Journal of Neuroscience , volume=. 2006 , publisher=
2006
-
[203]
Nature neuroscience , volume=
Mapping cortical change across the human life span , author=. Nature neuroscience , volume=. 2003 , publisher=
2003
-
[204]
2016 , publisher=
Distributed synchronization of heterogeneous oscillators on networks with arbitrary topology , author=. 2016 , publisher=
2016
-
[205]
Physical review letters , volume=
Phase synchronization of chaotic oscillators , author=. Physical review letters , volume=. 1996 , publisher=
1996
-
[206]
Scientific American , volume=
Coupled oscillators and biological synchronization , author=. Scientific American , volume=
-
[207]
Proceedings of the National Academy of Sciences , volume=
Synchronization in complex oscillator networks and smart grids , author=. Proceedings of the National Academy of Sciences , volume=. 2013 , publisher=
2013
-
[208]
Acebr. The. Reviews of modern physics , volume=. 2005 , publisher=
2005
-
[209]
Biophysical journal , volume=
Excitatory and inhibitory interactions in localized populations of model neurons , author=. Biophysical journal , volume=
-
[210]
J. A. Brown and J. D. Van Horn , journal=. Connected brains and minds: The. 2016 , publisher=
2016
-
[211]
Frontiers in neuroinformatics , volume=
The connectome viewer toolkit: an open source framework to manage, analyze, and visualize connectomes , author=. Frontiers in neuroinformatics , volume=. 2011 , publisher=
2011
-
[212]
J. A. Brown and J. D. Rudie and A. Bandrowski and J. D. Van Horn and S. Y. Bookheimer , journal=. The. 2012 , publisher=
2012
-
[213]
Physical Review E , volume=
Indications of nonlinear deterministic and finite-dimensional structures in time series of brain electrical activity: Dependence on recording region and brain state , author=. Physical Review E , volume=. 2001 , publisher=
2001
-
[214]
2009 , school=
Application of machine learning to epileptic seizure onset detection and treatment , author=. 2009 , school=
2009
-
[215]
Circulation , volume=
Physiobank, physiotoolkit, and physionet , author=. Circulation , volume=. 2000 , publisher=
2000
-
[216]
D. C. Van Essen and S. M. Smith and D. M. Barch and T. E. Behrens and E. Yacoub and K. Ugurbil , journal=. The. 2013 , publisher=
2013
-
[217]
Neuroimage , volume=
Diffusion spectrum magnetic resonance imaging (DSI) tractography of crossing fibers , author=. Neuroimage , volume=. 2008 , publisher=
2008
-
[218]
Nature communications , volume=
The theory of pattern formation on directed networks , author=. Nature communications , volume=. 2014 , publisher=
2014
-
[219]
2016 , publisher=
Rigid patterns of synchrony for equilibria and periodic cycles in network dynamics , author=. 2016 , publisher=
2016
-
[220]
Physica D: Nonlinear Phenomena , volume=
A mathematical model for the dynamics of clustering , author=. Physica D: Nonlinear Phenomena , volume=. 2008 , publisher=
2008
-
[221]
Patterns of synchrony in coupled cell networks with multiple arrows , author=
-
[222]
Physical review letters , volume=
Synchronization in chaotic systems , author=. Physical review letters , volume=. 1990 , publisher=
1990
-
[223]
Frontiers in human neuroscience , volume=
Functional Brain Network Characterization and Adaptivity during Task Practice in Healthy Volunteers and People with Schizophrenia , author=. Frontiers in human neuroscience , volume=. 2011 , publisher=
2011
-
[224]
Smart power grid synchronization with fault tolerant nonlinear estimation , author=
-
[225]
IEEE Transactions on Control of Network Systems , year=
Partition-based Distributed Kalman Filter with plug and play features , author=. IEEE Transactions on Control of Network Systems , year=
-
[226]
State estimation in power distribution networks with poorly synchronized measurements , author=
-
[227]
Physics reports , volume=
Complex networks: Structure and dynamics , author=. Physics reports , volume=. 2006 , publisher=
2006
-
[228]
International journal of bifurcation and chaos , volume=
Complex networks: topology, dynamics and synchronization , author=. International journal of bifurcation and chaos , volume=. 2002 , publisher=
2002
-
[229]
National Center for Education Statistics , title =
-
[230]
Campus Ethnic Diversity at National Universities , year =
-
[231]
Graduates by Ethnic Group , month = jan, year =
California. Graduates by Ethnic Group , month = jan, year =
-
[232]
Commentarii academiae scientiarum Petropolitanae , volume=
Solutio problematis ad geometriam situs pertinentis , author=. Commentarii academiae scientiarum Petropolitanae , volume=
-
[233]
Neuron , volume=
Unraveling the miswired connectome: a developmental perspective , author=. Neuron , volume=. 2014 , publisher=
2014
-
[234]
PLoS Computational Biology , volume=
Structurally-constrained relationships between cognitive states in the human brain , author=. PLoS Computational Biology , volume=. 2014 , publisher=
2014
-
[235]
2013 , publisher =
Structural foundations of resting-state and task-based functional connectivity in the human brain , author =. 2013 , publisher =
2013
-
[236]
PLoS Computational Biology , volume=
Learning, memory, and the role of neural network architecture , author=. PLoS Computational Biology , volume=. 2011 , publisher=
2011
-
[237]
Trends in cognitive sciences , volume=
Network hubs in the human brain , author=. Trends in cognitive sciences , volume=. 2013 , publisher=
2013
-
[238]
Biological Psychiatry , volume=
Depression as a dynamical disease , author=. Biological Psychiatry , volume=. 1996 , publisher=
1996
-
[239]
Epilepsia , volume=
Epilepsies as dynamical diseases of brain systems: basic models of the transition between normal and epileptic activity , author=. Epilepsia , volume=. 2003 , publisher=
2003
-
[240]
Neuron , volume=
Beyond the connectome: the dynome , author=. Neuron , volume=. 2014 , publisher=
2014
-
[241]
Nature Reviews Neuroscience , volume=
Emerging concepts for the dynamical organization of resting-state activity in the brain , author=. Nature Reviews Neuroscience , volume=. 2011 , publisher=
2011
-
[242]
Trends in cognitive sciences , volume=
Capacity limits of information processing in the brain , author=. Trends in cognitive sciences , volume=. 2005 , publisher=
2005
-
[243]
Neuron , volume=
Virtual cortical resection reveals push-pull network control preceding seizure evolution , author=. Neuron , volume=. 2016 , publisher=
2016
-
[244]
PLoS Comput Biol , volume=
Dynamic network drivers of seizure generation, propagation and termination in human neocortical epilepsy , author=. PLoS Comput Biol , volume=. 2015 , publisher=
2015
-
[245]
Physical Review E , volume=
Distributed control in a mean-field cortical network model: implications for seizure suppression , author=. Physical Review E , volume=. 2012 , publisher=
2012
-
[246]
Current treatment options in neurology , volume=
Neuromodulation in the treatment of epilepsy , author=. Current treatment options in neurology , volume=. 2015 , publisher=
2015
-
[247]
D. S. Bassett and O. Sporns , year =
-
[248]
bioRxiv , pages=
Detecting hierarchical 3-D genome domain reconfiguration with network modularity , author=. bioRxiv , pages=. 2016 , publisher=
2016
-
[249]
Genome biology , volume=
Staged miRNA re-regulation patterns during reprogramming , author=. Genome biology , volume=. 2013 , publisher=
2013
-
[250]
2012 , publisher=
Functionalization of a protosynaptic gene expression network , author=. 2012 , publisher=
2012
-
[251]
arXiv preprint arXiv:1612.06336 , year=
Structure, Function, and Control of the Musculoskeletal Network , author=. arXiv preprint arXiv:1612.06336 , year=
-
[252]
Nature Reviews Genetics , volume=
Network medicine: a network-based approach to human disease , author=. Nature Reviews Genetics , volume=. 2011 , publisher=
2011
-
[253]
2011 , publisher=
The structure and dynamics of networks , author=. 2011 , publisher=
2011
-
[254]
Proceedings of the American philosophical society , volume=
The architecture of complexity , author=. Proceedings of the American philosophical society , volume=. 1962 , publisher=
1962
-
[255]
Proceedings of the National Academy of Sciences , volume=
A synaptic organizing principle for cortical neuronal groups , author=. Proceedings of the National Academy of Sciences , volume=. 2011 , publisher=
2011
-
[256]
Chaos: An Interdisciplinary Journal of Nonlinear Science , volume=
Multiple attractors, long chaotic transients, and failure in small-world networks of excitable neurons , author=. Chaos: An Interdisciplinary Journal of Nonlinear Science , volume=. 2007 , publisher=
2007
-
[257]
PLoS Computational Biology , volume=
Communication through resonance in spiking neuronal networks , author=. PLoS Computational Biology , volume=. 2014 , publisher=
2014
-
[258]
Physical Review Letters , volume=
Fast response and temporal coherent oscillations in small-world networks , author=. Physical Review Letters , volume=. 2000 , publisher=
2000
-
[259]
Physical review letters , volume=
Self-sustained activity in a small-world network of excitable neurons , author=. Physical review letters , volume=. 2004 , publisher=
2004
-
[260]
Cerebral cortex , volume=
Small-world anatomical networks in the human brain revealed by cortical thickness from MRI , author=. Cerebral cortex , volume=. 2007 , publisher=
2007
-
[261]
eLS , year=
On human brain networks in health and disease , author=. eLS , year=
-
[262]
Nature Reviews Neuroscience , volume=
Modern network science of neurological disorders , author=. Nature Reviews Neuroscience , volume=. 2014 , publisher=
2014
-
[263]
Neuroimage , volume=
Schizophrenia, neuroimaging and connectomics , author=. Neuroimage , volume=. 2012 , publisher=
2012
-
[264]
Trends in cognitive sciences , volume=
Fledgling pathoconnectomics of psychiatric disorders , author=. Trends in cognitive sciences , volume=. 2013 , publisher=
2013
-
[265]
Journal of cognitive neuroscience , year=
Cognitive network neuroscience , author=. Journal of cognitive neuroscience , year=
-
[266]
Nature neuroscience , volume=
Contributions and challenges for network models in cognitive neuroscience , author=. Nature neuroscience , volume=. 2014 , publisher=
2014
-
[267]
Philosophical Transactions of the Royal Society B , volume=
Cerebral cartography and connectomics , author=. Philosophical Transactions of the Royal Society B , volume=. 2015 , publisher=
2015
-
[268]
Neuroimage , volume=
Conserved and variable architecture of human white matter connectivity , author=. Neuroimage , volume=. 2011 , publisher=
2011
-
[269]
Nature Reviews Neuroscience , volume=
Complex brain networks: graph theoretical analysis of structural and functional systems , author=. Nature Reviews Neuroscience , volume=. 2009 , publisher=
2009
-
[270]
Proceedings of the National Academy of Sciences , volume=
Adaptive reconfiguration of fractal small-world human brain functional networks , author=. Proceedings of the National Academy of Sciences , volume=. 2006 , publisher=
2006
-
[271]
Physical Review E , volume=
Functional structure of cortical neuronal networks grown in vitro , author=. Physical Review E , volume=. 2007 , publisher=
2007
-
[272]
Annual review of psychology , year =
Modular Brain Networks , author =. Annual review of psychology , year =
-
[273]
Neuroscientist , year =
Small-world brain networks revisited , author =. Neuroscientist , year =
-
[274]
Neuroscientist , year =
Small-world brain networks , author =. Neuroscientist , year =
-
[275]
PLoS Computational Biology , volume=
The human functional brain network demonstrates structural and dynamical resilience to targeted attack , author=. PLoS Computational Biology , volume=. 2013 , publisher=
2013
-
[276]
Physical Review E , volume=
Efficiency of informational transfer in regular and complex networks , author=. Physical Review E , volume=. 2005 , publisher=
2005
-
[277]
Physical review letters , volume=
Efficient behavior of small-world networks , author=. Physical review letters , volume=. 2001 , publisher=
2001
-
[278]
1962 , journal =
Simon, H , title =. 1962 , journal =
1962
-
[279]
1998 , publisher=
Collective dynamics of 'small-world' networks , author=. 1998 , publisher=
1998
-
[280]
SIAM Review , volume =
The structure and function of complex networks , author =. SIAM Review , volume =
-
[281]
Social networks , volume=
Centrality in social networks conceptual clarification , author=. Social networks , volume=. 1978 , publisher=
1978
-
[282]
Nature Climate Change , volume=
Coral resilience to ocean acidification and global warming through pH up-regulation , author=. Nature Climate Change , volume=. 2012 , publisher=
2012
-
[283]
Computer networks , volume=
Wireless sensor networks: a survey , author=. Computer networks , volume=. 2002 , publisher=
2002
-
[284]
Physica A: Statistical Mechanics and its Applications , volume=
Optimal traffic networks topology: A complex networks perspective , author=. Physica A: Statistical Mechanics and its Applications , volume=. 2008 , publisher=
2008
-
[285]
The Lancet , volume=
Social network targeting to maximise population behaviour change: a cluster randomised controlled trial , author=. The Lancet , volume=. 2015 , publisher=
2015
-
[286]
Science signaling , volume=
New connections, new components, real dynamics , author=. Science signaling , volume=. 2009 , publisher=
2009
-
[287]
Nature neuroscience , volume=
Canonical genetic signatures of the adult human brain , author=. Nature neuroscience , volume=. 2015 , publisher=
2015
-
[288]
Automatica , volume=
A formula for computation of the real stability radius , author=. Automatica , volume=. 1995 , publisher=
1995
-
[289]
The Journal of physiology , volume=
Cholinergic and inhibitory synapses in a pathway from motor-axon collaterals to motoneurones , author=. The Journal of physiology , volume=
-
[290]
Dobson and B
I. Dobson and B. A. Carreras and V. E. Lynch and D. E. Newman , title =. Chaos: An Interdisciplinary Journal of Nonlinear Science , volume =
-
[291]
Systems biology , volume=
Analysis of structural robustness of metabolic networks , author=. Systems biology , volume=. 2004 , publisher=
2004
-
[292]
Nature , volume=
Ecological networks and their fragility , author=. Nature , volume=. 2006 , publisher=
2006
-
[293]
Neuron , volume=
Balanced amplification: a new mechanism of selective amplification of neural activity patterns , author=. Neuron , volume=. 2009 , publisher=
2009
-
[294]
Neuron , volume=
Optimal control of transient dynamics in balanced networks supports generation of complex movements , author=. Neuron , volume=
-
[295]
Area decomposition for electromechanical models of power systems , author=
-
[296]
Franci and A
A. Franci and A. Chaillet and W. Pasillas-L\'. Phase-locking between Kuramoto oscillators: Robustness to time-varying natural frequencies , year=
-
[297]
International symposium on mathematical problems in theoretical physics , pages=
Self-entrainment of a population of coupled non-linear oscillators , author=. International symposium on mathematical problems in theoretical physics , pages=
-
[298]
Automatica , volume=
Synchronization in complex networks of phase oscillators: A survey , author=. Automatica , volume=. 2014 , publisher=
2014
-
[299]
Koskin and D
E. Koskin and D. Galayko and O. Feely and E. Blokhina , booktitle=. Mode-locking in a network of. 2015 , pages=. doi:10.1109/IJCNN.2015.7280728 , ISSN=
2015
-
[300]
Mirchev and L
M. Mirchev and L. Basnarkov and F. Corinto and L. Kocarev , journal=. Cooperative Phenomena in Networks of Oscillators With Non-Identical Interactions and Dynamics , year=. doi:10.1109/TCSI.2013.2284185 , ISSN=
2013
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.