中文
相关论文

相关论文: A spin glass approach to the directed feedback ver…

200 篇论文

An omnidirectional closed-loop gait based on the direct feedback of orientation deviation estimates is presented in this paper. At the core of the gait is an open-loop central pattern generator. The orientation feedback is derived from a 3D…

机器人学 · 计算机科学 2018-10-01 Philipp Allgeuer , Sven Behnke

In the GEODETIC SET problem, an input is a (di)graph $G$ and integer $k$, and the objective is to decide whether there exists a vertex subset $S$ of size $k$ such that any vertex in $V(G)\setminus S$ lies on a shortest (directed) path…

数据结构与算法 · 计算机科学 2026-05-14 Florent Foucaud , Narges Ghareghani , Lucas Lorieau , Morteza Mohammad-Noori , Rasa Parvini Oskuei , Prafullkumar Tale

The virtual reference feedback tuning (VRFT) is a non-iterative data-driven (DD) method employed to tune a controller's parameters aiming to achieve a prescribed closed-loop performance. In its most common formulation, the parameters of a…

系统与控制 · 电气工程与系统科学 2020-09-16 Cristiane Silva Garcia , Alexandre Sanfelici Bazanella

A {\em tournament} is a directed graph $T$ such that every pair of vertices is connected by an arc. A {\em feedback vertex set} is a set $S$ of vertices in $T$ such that $T - S$ is acyclic. We consider the {\sc Feedback Vertex Set} problem…

数据结构与算法 · 计算机科学 2018-09-25 Daniel Lokshtanov , Pranabendu Misra , Joydeep Mukherjee , Geevarghese Philip , Fahad Panolan , Saket Saurabh

Given a multi-input, nonlinear, time-invariant, control-affine system and a controlled invariant, closed, embedded submanifold $\mathsf{N}$, the local transverse feedback linearization (TFL) problem seeks a coordinate and feedback…

最优化与控制 · 数学 2022-04-29 Rollen S. D'Souza , Christopher Nielsen

We review the main methods used to study spin glasses. In the first part, we focus on methods for fully connected models and systems defined on a tree, such as the replica method, the Thouless-Anderson-Palmer formalism, the cavity method,…

无序系统与神经网络 · 物理学 2023-12-01 Ada Altieri , Marco Baity-Jesi

We develop a field theory for spin glasses using Replica Fourier Transforms (RFT). We present the formalism for the case of replica symmetry and the case of replica symmetry breaking on an ultrametric tree, with the number of replicas $n$…

无序系统与神经网络 · 物理学 2015-06-23 I. R. Pimentel , C. De Dominicis

Inversion of a directed graph $D$ with respect to a vertex subset $Y$ is the directed graph obtained from $D$ by reversing the direction of every arc whose endpoints both lie in $Y$. More generally, the inversion of $D$ with respect to a…

数据结构与算法 · 计算机科学 2026-04-08 Dhanyamol Antony , L. Sunil Chandran , Dalu Jacob , R. B. Sandeep

Spin glasses are disordered magnets with random interactions that are, generally, in conflict with each other. Finding the ground states of spin glasses is not only essential for the understanding of the nature of disordered magnetic and…

无序系统与神经网络 · 物理学 2021-09-30 Changjun Fan , Mutian Shen , Zohar Nussinov , Zhong Liu , Yizhou Sun , Yang-Yu Liu

The two weighted graph problems Node Multiway Cut (NMC) and Subset Feedback Vertex Set (SFVS) both ask for a vertex set of minimum total weight, that for NMC disconnects a given set of terminals, and for SFVS intersects all cycles…

数据结构与算法 · 计算机科学 2022-01-19 Benjamin Bergougnoux , Charis Papadopoulos , Jan Arne Telle

The problem of unsupervised learning node embeddings in graphs is one of the important directions in modern network science. In this work we propose a novel framework, which is aimed to find embeddings by \textit{discriminating…

机器学习 · 统计学 2020-01-24 Stanislav Tsepa , Maxim Panov

This work extends our previous study from S. Shrestha et al. (2024) by introducing a new abstract framework for Variational Multiscale (VMS) methods at the discrete level. We introduce the concept of what we define as the optimal projector…

数值分析 · 数学 2025-03-04 Suyash Shrestha , Marc Gerritsma , Gonzalo Rubio , Steven Hulshoff , Esteban Ferrer

We propose a novel spectral convolutional neural network (CNN) model on graph structured data, namely Distributed Feedback-Looped Networks (DFNets). This model is incorporated with a robust class of spectral graph filters, called…

机器学习 · 计算机科学 2020-01-20 Asiri Wijesinghe , Qing Wang

A spin system is a framework in which the vertices of a graph are assigned spins from a finite set. The interactions between neighbouring spins give rise to weights, so a spin assignment can also be viewed as a weighted graph homomorphism.…

数据结构与算法 · 计算机科学 2021-04-15 Andreas Galanis , Leslie Ann Goldberg , James Stewart

Graphlets are subgraphs rooted at a fixed vertex. The number of occurrences of graphlets aligned to a particular vertex, called graphlet degree sequence (gds), gives a topological description of the surrounding of the analyzed vertex.…

组合数学 · 数学 2026-01-01 David Hartman , Aneta Pokorná , Daniel Trlifaj , Lluís Vena

This paper addresses the problem of estimating the shape of objects that exhibit spatially-varying reflectance. We assume that multiple images of the object are obtained under a fixed view-point and varying illumination, i.e., the setting…

计算机视觉与模式识别 · 计算机科学 2016-09-22 Zhuo Hui , Aswin C Sankaranarayanan

Breadth First Search (BFS) is a widely used approach for sampling large unknown Internet topologies. Its main advantage over random walks and other exploration techniques is that a BFS sample is a plausible graph on its own, and therefore…

社会与信息网络 · 计算机科学 2011-02-23 Maciej Kurant , Athina Markopoulou , Patrick Thiran

We consider directed graph algorithms in a streaming setting, focusing on problems concerning orderings of the vertices. This includes such fundamental problems as topological sorting and acyclicity testing. We also study the related…

数据结构与算法 · 计算机科学 2021-05-19 Amit Chakrabarti , Prantar Ghosh , Andrew McGregor , Sofya Vorotnikova

With the current burst of network theory (especially in connection with social and biological networks) there is a renewed interest on realizations of given degree sequences. In this paper we propose an essentially new degree sequence…

组合数学 · 数学 2015-07-14 Péter L. Erdös , Sándor Z. Kiss , István Miklós , Lajos Soukup

Precise calibration is a must for high reliance 3D computer vision algorithms. A challenging case is when the camera is behind a protective glass or transparent object: due to refraction, the image is heavily distorted; the pinhole camera…

计算机视觉与模式识别 · 计算机科学 2019-09-25 Szabolcs Pável , Csanád Sándor , Lehel Csató