SearcharxivSearch

arXiv subjects

Zhengyang Guo

Publications and source records attributed to Zhengyang Guo.

3 recordsLinked to original sources

Minimum Enclosing Parallelogram with Outliers

We study the problem of minimum enclosing rectangle with outliers, which asks to find, for a given set of $n$ planar points, a rectangle with minimum area that encloses at least $(n-t)$ points. The uncovered points are regarded as outliers. We present an exact algorithm with $O(kt^3+ktn+n^2\log n)$ runtime, assuming that no three points lie on the same line. Here $k$ denotes the number of points on the first $(t+1)$ convex layers. We further propose a sampling algorithm with runtime $O(n+\mbox{poly}(\log{n}, t, 1/ε))$, which with high probability finds a rectangle covering at least $(1-ε)(n-t)$ points with at most the exact optimal area.

cs.CG

Expected Size of Random Tukey Layers and Convex Layers

We study the Tukey layers and convex layers of a planar point set, which consists of $n$ points independently and uniformly sampled from a convex polygon with $k$ vertices. We show that the expected number of vertices on the first $t$ Tukey layers is $O\left(kt\log(n/k)\right)$ and the expected number of vertices on the first $t$ convex layers is $O\left(kt^{3}\log(n/(kt^2))\right)$. We also show a lower bound of $Ω(t\log n)$ for both quantities in the special cases where $k=3,4$. The implications of those results in the average-case analysis of two computational geometry algorithms are then discussed.

cs.CG

Machine learning for graph-based representations of three-dimensional discrete fracture networks

Structural and topological information play a key role in modeling flow and transport through fractured rock in the subsurface. Discrete fracture network (DFN) computational suites such as dfnWorks are designed to simulate flow and transport in such porous media. Flow and transport calculations reveal that a small backbone of fractures exists, where most flow and transport occurs. Restricting the flowing fracture network to this backbone provides a significant reduction in the network's effective size. However, the particle tracking simulations needed to determine the reduction are computationally intensive. Such methods may be impractical for large systems or for robust uncertainty quantification of fracture networks, where thousands of forward simulations are needed to bound system behavior. In this paper, we develop an alternative network reduction approach to characterizing transport in DFNs, by combining graph theoretical and machine learning methods. We consider a graph representation where nodes signify fractures and edges denote their intersections. Using random forest and support vector machines, we rapidly identify a subnetwork that captures the flow patterns of the full DFN, based primarily on node centrality features in the graph. Our supervised learning techniques train on particle-tracking backbone paths found by dfnWorks, but run in negligible time compared to those simulations. We find that our predictions can reduce the network to approximately 20% of its original size, while still generating breakthrough curves consistent with those of the original network.

physics.geo-ph