Reconstructing realistic animal fur geometry from images is a challenging task due to the fine-scale details, self-occlusion, and view-dependent appearance of fur. In contrast to human hairstyle reconstruction, there are also no datasets that can be leveraged to learn a fur prior for different animals. In this work, we present a first multi-view-based method for high-fidelity 3D fur modeling of animals using a strand-based representation, leveraging the general knowledge of a vision language model. Given multi-view RGB images, we first reconstruct a coarse surface geometry using traditional multi-view stereo techniques. We then use a vision language model (VLM) system to retrieve information about the realistic length structure of the fur for each part of the body. We use this knowledge to construct the animal's furless geometry and grow strands atop it. The fur reconstruction is supervised with both geometric and photometric losses computed from multi-view images. To mitigate orientation ambiguities stemming from the Gabor filters that are applied to the input images, we additionally utilize the VLM to guide the strands' growth direction and their relation to the gravity vector th
The tactile sensation of stroking soft fur, known for its comfort and emotional benefits, has numerous applications in virtual reality, animal-assisted therapy, and household products. Previous studies have primarily utilized actual fur to present a voluminous fur experience that poses challenges concerning versatility and flexibility. In this study, we develop a system that integrates a head-mounted display with an ultrasound haptic display to provide visual and haptic feedback. Measurements taken using an artificial skin sheet reveal directional differences in tactile and visual responses to voluminous fur. Based on observations and measurements, we propose interactive models that dynamically adjust to hand movements, simulating fur-stroking sensations. Our experiments demonstrate that the proposed model using visual and haptic modalities significantly enhances the realism of a fur-stroking experience. Our findings suggest that the interactive visuo-haptic model offers a promising fur-stroking experience in virtual reality, potentially enhancing the user experience in therapeutic, entertainment, and retail applications.
The creation of cinematic-quality animal effects necessitates the precise modeling of muscle and fur dynamics, a process that remains both labor-intensive and computationally expensive within traditional production workflows. While generative diffusion models have shown promise in diverse artistic workflows, their capacity for high-fidelity animal simulation remains largely unexploited. We present MoZoo, a generative dynamics solver that bypasses conventional refinement to synthesize high-fidelity animal videos from coarse meshes under multimodal guidance. We propose Role-Aware RoPE (RAR-RoPE) which employs role-based index remapping to synchronize motion alignment while decoupling reference information via fixed temporal offsets. Complementing this, Asymmetric Decoupled Attention partitions the latent sequence to enforce a unidirectional information flow, effectively preventing feature interference and improving computational efficiency. To address the scarcity of high-quality training data, we introduce MoZoo-Data, a synthetic-to-real pipeline that leverages a rendering engine and an inverse mapping approach to construct a large-scale dataset of paired sequences. Furthermore, we
Quantum error detection can produce unbiased expectation values that exponentially converge to noiseless results as the code distance is increased. Despite this, its performance as an error mitigation technique is relatively understudied on quantum hardware because of its two main drawbacks: (i) the number of samples increases exponentially in the circuit depth/noise level, and (ii) the classical processing generally grows exponentially in the code distance, though exceptions exist. Additionally, the constant (but often large) overhead of embedding the code and logical operations on hardware can make accuracy worse instead of better. In this work, we seek to provide a clear picture of these opportunities and challenges for scaling quantum error detection on hardware. We do so by performing a detailed benchmarking study on real and simulated noisy quantum computers, using the repetition code and triangular color code for memory experiments and logical computations with up to $74$ physical qubits. In addition to these benchmarks, we estimate the pseudothreshold of codes to map the frontier of error detection on current and future quantum computers. Despite the challenges, our results
Quantum technologies in the terahertz (THz) require a coherent interface between addressable qubits and THz quantum channels -- a capacity that so far, remains largely underdeveloped. Here, we propose and demonstrate the generation of steady-state entanglement between polar quantum emitters, mediated by THz photons. We exploit strong visible-light driving of the emitters to create Rabi-split dressed eigenstates whose energy separation can be optically tuned into the THz regime. The polar nature of the emitters activates THz transitions within these eigenstates, allowing them to couple to a THz photonic mode that induces collective dissipative dynamics. A coherent driving and control of these effective THz emitters is achieved by using a sideband optical drive with detuning close to the THz transition frequency. The resulting interplay of collective dissipation and driving activates a mechanism to generate steady-state entanglement with high values of the concurrence ($C>0.9$), attainable under experimentally feasible parameters. Crucially, both coherent manipulation and quantum state tomography are implemented entirely through optical means, avoiding direct THz control and detec
The spin-S Heisenberg antiferromagnet on the two-dimensional lattice is investigated for S=1/2 and S=1. We consider interaction at isolated dimers ($J_{\rm d}$) and interaction bonds that form the bounce lattice ($J_{\rm b}$). For $J_{\rm d}=J_{\rm b}$, the system is reduced to the maple-leaf-lattice antiferromagnet. We primarily conduct highly parallelized numerical diagonalization to examine the spin excitation gap above the ground state for various $J_{\rm b}/J_{\rm d}$ cases. For S=1/2, we report calculations for a 42-site cluster that has not been previously treated. The S=1 case is examined for the first time for clusters up to 24 sites. Regardless of whether S=1/2 or 1, we find that the system has a gapped nature for small $J_{\rm d}/J_{\rm b}$ and becomes gapless at $J_{\rm d}/J_{\rm b}\sim 1.4$. For S=1, we also find that another gapped region appears between the gapless case at $J_{\rm d}/J_{\rm b}\sim 1.4$ and the boundary of the exact-dimer phase.
Bosonic quantum error correction enables hardware-efficient protection of quantum information by encoding logical qubits in harmonic oscillators. Bosonic grid states, such as Gottesman-Kitaev-Preskill (GKP) states, are particularly promising due to their potential to correct small displacements and boson loss. However, their generation remains challenging, typically relying on probabilistic protocols or auxiliary qubit systems. Here, we propose deterministic protocols for generating bosonic grid states using programmable nonlinear bosonic circuits composed solely of squeezing, displacement, and Kerr operations. We show that aiming to enforce GKP symmetries in the output of these circuits yields states with competitive performance with respect to current realizations, but whose quality saturates with increasing circuit depth due to imperfect symmetry restoration. Instead, we find that these bosonic circuits naturally give rise to a distinct class of states, that we label as phased-comb states, which are unitarily related to standard grid states but feature an intrinsic phase structure. We demonstrate that these states define a scalable bosonic quantum error-correcting code with near
In this paper, we establish local well-posedness for the Cauchy problem associated with the Korteweg-de Vries (KdV) equation on a general metric star graph. The graph comprises m + k semi-infinite edges: k negative half-lines and m positive half-lines, all joined at a common vertex. The choice of boundary conditions is compatible with the conditions determined by the semigroup theory. The crucial point in this work is to obtain the integral formula using the forcing operator method and the Fourier restriction method of Bourgain. This work extends the results obtained by Cavalcante for the specific case of the Y junction to a more general class of star graphs.
Sampling graphs is an important task in data mining. In this paper, we describe Little Ball of Fur a Python library that includes more than twenty graph sampling algorithms. Our goal is to make node, edge, and exploration-based network sampling techniques accessible to a large number of professionals, researchers, and students in a single streamlined framework. We created this framework with a focus on a coherent application public interface which has a convenient design, generic input data requirements, and reasonable baseline settings of algorithms. Here we overview these design foundations of the framework in detail with illustrative code snippets. We show the practical usability of the library by estimating various global statistics of social networks and web graphs. Experiments demonstrate that Little Ball of Fur can speed up node and whole graph embedding techniques considerably with mildly deteriorating the predictive value of distilled features.
We present an optomechanical device platform for characterization of optical, thermal, and rheological properties of fluids on the micron scale. A suspended silicon microdisk resonator with a vibrating mass of 100 fg and an effective measurement volume of less than a pL is used to monitor properties of different fluids at rest. By employing analytical models for thermo-optical effects, thermal diffusion and fluid-structure interactions, our platform determines the refractive index, thermal conductivity, viscosity, density and compressibility of the fluid, in a compact measurement setup. A single measurement takes as short as 70 microseconds, and the employed power can be less than 100 microwatts, guaranteeing measurement at rest and in thermal equilibrium.
Observations of colliding galaxy clusters with high relative velocity probe the tail of the halo pairwise velocity distribution with the potential of providing a powerful test of cosmology. As an example it has been argued that the discovery of the Bullet Cluster challenges standard $Λ$CDM model predictions. Halo catalogs from N-body simulations have been used to estimate the probability of Bullet-like clusters. However, due to simulation volume effects previous studies had to rely on a Gaussian extrapolation of the pairwise velocity distribution to high velocities. Here, we perform a detail analysis using the halo catalogs from the Dark Energy Universe Simulation Full Universe Runs (DEUS-FUR), which enables us to resolve the high-velocity tail of the distribution and study its dependence on the halo mass definition, redshift and cosmology. Building upon these results we estimate the probability of Bullet-like systems in the framework of Extreme Value Statistics. We show that the tail of extreme pairwise velocities significantly deviates from that of a Gaussian, moreover it carries an imprint of the underlying cosmology. We find the Bullet Cluster probability to be two orders of ma
We investigate the non-linear evolution of Baryon Acoustic Oscillations (BAO) in the low-redshift matter power spectrum from the DEUS-FUR $Λ$CDM model simulation. This is the first cosmological N-body simulation encompassing the full observable cosmic volume, thus allowing cosmic variance limited predictions at BAO scales. We control the effect of numerical systematic errors using a series of large volume high-resolution simulations. The combined analysis allows us to measure the matter power spectrum between $z=0$ and $1$ to 1% over the entire BAO range, $0.03<k [\textrm{h Mpc}^{-1}]<0.3$, in bins of size $Δk/k\lesssim$ 1%. We define the BAO with respect to a non-linearly evolved wiggle-free spectrum and determine the characteristics of the BAO without recurring to extrapolation from global fitting functions. We quantify the effects of non-linearities on the position and amplitude of the BAO extrema, and the coupling to the broadband slope of the power spectrum. We use these estimates to test non-linear predictions from semi-analytical models. Quite remarkably from the analysis of the redshift evolution of BAO we find that the second dip and third peak remains unaltered by n
[Translation of and Commentary on Léon Rosenfeld's "Ueber die Gravitationwirkungen des Lichtes", Zeitschrift fur Physik 65: 589-599 (1930). Originally published in German. Submitted for publication on September 26, 1930. See [1] in the Comments with References section before reading this English translation.] The gravitational field generated by an electromagnetic field is calculated using of laws of quantum mechanics and it is shown that the resulting gravitational energy turns out to be infinitely large, raising a new difficulty for the Heisenberg-Pauli quantum theory of wave fields. In addition, the transition processes in first-order approximation involving light and gravitational quanta are briefly discussed.
In this manuscript, we describe a scientific device specifically designed for the study of the plasticity fluctuations preceding the fracture of granular media. Biaxial tests on model granular media are performed using a commercial uniaxial loading system. Strain field fluctuations are measured using a method based on the interference of coherent light scattered by the sample. We show that such a device enables discrete plasticity events to be unambiguously evidenced. Moreover, those discrete plasticity fluctuations depend only on the imposed strain, and not on the strain rate.
We prove asymptotics and study sign patterns for coefficients in expansions of elements in the Habiro ring which satisfy a strange identity. As an application, we prove asymptotics and discuss positivity for the generalized Fishburn numbers which arise from the Kontsevich-Zagier series associated to the colored Jones polynomial for a family of torus knots. This extends Zagier's result on asymptotics for the Fishburn numbers.
In this paper, we build a compactification by a strictly pseudoconvex CR structure for complete and non-compact Kähler manifolds whose curvature tensor is asymptotic to that of the complex hyperbolic space.
We discuss the existence and non-existence of constant scalar curvature, as well as extremal, Sasaki metrics. We prove that the natural Sasaki-Boothby-Wang manifold over the admissible projective bundles over local products of non-negative CSC Kähler metrics, as described in https://link-springer-com.libproxy.unm.edu/article/10.1007/s00222-008-0126-x, always has a constant scalar curvature (CSC) Sasaki metric in its Sasaki-Reeb cone. Moreover, we give examples that show that the extremal Sasaki--Reeb cone, defined as the set of Sasaki--Reeb vector fields admitting a compatible extremal Sasaki metric, is not necessarily connected in the Sasaki--Reeb cone, and it can be empty even in the non-Gorenstein case. We also show by example that a non-empty extremal Sasaki--Reeb cone need not contain a (CSC) Sasaki metric which answers a question posed in https://mathscinet-ams-org.libproxy.unm.edu/mathscinet-getitem?mr=4420789. The paper also contains an appendix where we explore the existence of Kähler metrics of constant weighted scalar curvature, as defined in https://londmathsoc-onlinelibrary-wiley-com.libproxy.unm.edu/doi/full/10.1112/plms.12255, on admissible manifolds over local produ
Pure t-motives were introduced by G. Anderson as higher dimensional generalizations of Drinfeld modules, and as the appropriate analogs of abelian varieties in the arithmetic of function fields. In order to construct moduli spaces for pure t-motives the second author has previously introduced the concept of abelian τ-sheaf. In this article we clarify the relation between pure t-motives and abelian τ-sheaves. We obtain an equivalence of the respective quasi-isogeny categories. Furthermore, we develop the elementary theory of both structures regarding morphisms, isogenies, Tate modules, and local shtukas. The later are the analogs of p-divisible groups.
We briefly summarize the current status of driven solid-state and cold-atom systems, and introduce articles compiled in the Focus Section in Zeitschrift für Naturforschung A, Volume 71, Issue 10 (2016)
Let $X$ be a normal projective variety and $f:X\to X$ a non-isomorphic polarized endomorphism. We give two characterizations for $X$ to be a toric variety. First we show that if $X$ is $\mathbb{Q}$-factorial and $G$-almost homogeneous for some linear algebraic group $G$ such that $f$ is $G$-equivariant, then $X$ is a toric variety. Next we give a geometric characterization: if $X$ is of Fano type and smooth in codimension 2 and if there is an $f^{-1}$-invariant reduced divisor $D$ such that $f|_{X\backslash D}$ is quasi-étale and $K_X+D$ is $\mathbb{Q}$-Cartier, then $X$ admits a quasi-étale cover $\widetilde{X}$ such that $\widetilde{X}$ is a toric variety and $f$ lifts to $\widetilde{X}$. In particular, if $X$ is further assumed to be smooth, then $X$ is a toric variety.