SearcharxivSearch

arXiv subjects

Jiawen Sun

Publications and source records attributed to Jiawen Sun.

3 recordsLinked to original sources

Effect of directionality on extreme wave formation during nonlinear shoaling

Recent studies have shown that, in coastal waters where water depth decreases significantly due to rapid bathymetric changes, the non-equilibrium dynamics (NED) substantially increases the occurrence probability of extreme (rogue) waves. Nevertheless, research on depth-induced NED has been predominantly confined to unidirectional irregular waves, while the role of directionality remains largely unexplored. The scarce studies on multidirectional waves mainly rely on numerical simulations and have yielded conflicting results. In this work, we report on an experimental investigation of wave directionality on the depth-induced non-equilibrium wave statistics. High-order statistical moments, skewness and kurtosis, are used as proxies for the non-equilibrium wave response. Our results indicate that the directional spreading has a minor effect on decreasing the maximum values of these statistical moments. In contrast, the incidence direction plays a significant role in the non-equilibrium wave response, which is attributed to the effective bottom slope.

physics.flu-dyn

Multi-scale Conditional Generative Modeling for Microscopic Image Restoration

The advance of diffusion-based generative models in recent years has revolutionized state-of-the-art (SOTA) techniques in a wide variety of image analysis and synthesis tasks, whereas their adaptation on image restoration, particularly within computational microscopy remains theoretically and empirically underexplored. In this research, we introduce a multi-scale generative model that enhances conditional image restoration through a novel exploitation of the Brownian Bridge process within wavelet domain. By initiating the Brownian Bridge diffusion process specifically at the lowest-frequency subband and applying generative adversarial networks at subsequent multi-scale high-frequency subbands in the wavelet domain, our method provides significant acceleration during training and sampling while sustaining a high image generation quality and diversity on par with SOTA diffusion models. Experimental results on various computational microscopy and imaging tasks confirm our method's robust performance and its considerable reduction in its sampling steps and time. This pioneering technique offers an efficient image restoration framework that harmonizes efficiency with quality, signifying a major stride in incorporating cutting-edge generative models into computational microscopy workflows.

eess.IV

VEBO: A Vertex- and Edge-Balanced Ordering Heuristic to Load Balance Parallel Graph Processing

Graph partitioning drives graph processing in distributed, disk-based and NUMA-aware systems. A commonly used partitioning goal is to balance the number of edges per partition in conjunction with minimizing the edge or vertex cut. While this type of partitioning is computationally expensive, we observe that such topology-driven partitioning nonetheless results in computational load imbalance. We propose Vertex- and Edge-Balanced Ordering (VEBO): balance the number of edges and the number of unique destinations of those edges. VEBO optimally balances edges and vertices for graphs with a power-law degree distribution. Experimental evaluation on three shared-memory graph processing systems (Ligra, Polymer and GraphGrind) shows that VEBO achieves excellent load balance and improves performance by 1.09x over Ligra, 1.41x over Polymer and 1.65x over GraphGrind, compared to their respective partitioning algorithms, averaged across 8 algorithms and 7 graphs.

cs.DC