Gil Goldman

NA
3papers
10citations
Novelty28%
AI Score33

3 Papers

NAJun 5, 2018
Geometry and Singularities of Prony varieties

Gil Goldman, Yehonatan Salman, Yosef Yomdin

We start a systematic study of the topology, geometry and singularities of the Prony varieties $S_q(μ)$, defined by the first $q+1$ equations of the classical Prony system $$\sum_{j=1}^d a_j x_j^k = μ_k, \ k= 0,1,\ldots \ .$$ Prony varieties, being a generalization of the Vandermonde varieties, introduced in [5,21], present a significant independent mathematical interest (compare [5,19,21]). The importance of Prony varieties in the study of the error amplification patterns in solving Prony system was shown in [1-4,19]. In [19] a survey of these results was given, from the point of view of Singularity Theory. In the present paper we show that for $q\ge d$ the variety $S_q(μ)$ is diffeomerphic to an intersection of a certain affine subspace in the space ${\cal V}_d$ of polynomials of degree $d$, with the hyperbolic set $H_d$. On the Prony curves $S_{2d-2}$ we study the behavior of the amplitudes $a_j$ as the nodes $x_j$ collide, and the nodes escape to infinity. We discuss the behavior of the Prony varieties as the right hand side $μ$ varies, and possible connections of this problem with J. Mather's result in [23] on smoothness of solutions in families of linear systems.

NAApr 22, 2018
Accuracy of noisy Spike-Train Reconstruction: a Singularity Theory point of view

Gil Goldman, Yehonatan Salman, Yosef Yomdin

This is a survey paper discussing one specific (and classical) system of algebraic equations - the so called "Prony system". We provide a short overview of its unusually wide connections with many different fields of Mathematics, stressing the role of Singularity Theory. We reformulate Prony System as the problem of reconstruction of "Spike-train" signals of the form $F(x)=\sum_{j=1}^d a_jδ(x-x_j)$ from the noisy moment measurements. We provide an overview of some recent results of [1-3, 6, 8, 9, 11, 12, 5] on the "geometry of the error amplification" in the reconstruction process, in situations where the nodes $x_j$ near-collide. Some algebraic-geometric structures, underlying the error amplification, are described (Prony, Vieta, and Hankel mappings, Prony varieties), as well as their connection with Vandermonde mappings and varieties. Our main goal is to present some promising fields of possible applications of Singulary Theory.

CVNov 25, 2025Code
Smooth regularization for efficient video recognition

Gil Goldman, Raja Giryes, Mahadev Satyanarayanan

We propose a smooth regularization technique that instills a strong temporal inductive bias in video recognition models, particularly benefiting lightweight architectures. Our method encourages smoothness in the intermediate-layer embeddings of consecutive frames by modeling their changes as a Gaussian Random Walk (GRW). This penalizes abrupt representational shifts, thereby promoting low-acceleration solutions that better align with the natural temporal coherence inherent in videos. By leveraging this enforced smoothness, lightweight models can more effectively capture complex temporal dynamics. Applied to such models, our technique yields a 3.8% to 6.4% accuracy improvement on Kinetics-600. Notably, the MoViNets model family trained with our smooth regularization improves the current state of the art by 3.8% to 6.1% within their respective FLOP constraints, while MobileNetV3 and the MoViNets-Stream family achieve gains of 4.9% to 6.4% over prior state-of-the-art models with comparable memory footprints. Our code and models are available at https://github.com/cmusatyalab/grw-smoothing.