scispace - formally typeset
Y

Yan Gu

Researcher at University of California, Riverside

Publications -  81
Citations -  1192

Yan Gu is an academic researcher from University of California, Riverside. The author has contributed to research in topics: Parallel algorithm & Computer science. The author has an hindex of 18, co-authored 58 publications receiving 848 citations. Previous affiliations of Yan Gu include Carnegie Mellon University & Tsinghua University.

Papers
More filters
Proceedings ArticleDOI

Efficient BVH construction via approximate agglomerative clustering

TL;DR: An efficient, easily parallelizable algorithm for generating high-quality bounding volume hierarchies using agglomerative clustering that often produces higher quality hierarchies than a full sweep SAH building yet executes in less time than the widely used top-down, approximate SAH build algorithm based on binning.
Journal ArticleDOI

Algorithms on Minimizing the Maximum Sensor Movement for Barrier Coverage of a Linear Domain

TL;DR: The problem of moving sensors on a line to form a barrier coverage of a specified segment of the line such that the maximum moving distance of the sensors is minimized is minimized by giving an O(n^2\log n)$$O(n2logn) time algorithm.
Journal ArticleDOI

Extending the graphics pipeline with adaptive, multi-rate shading

TL;DR: New shading language abstractions are designed that simplify development of shaders for this system, and adaptive techniques that use these mechanisms to reduce the number of instructions performed during shading by more than a factor of three while maintaining high image quality are designed.
Proceedings ArticleDOI

A geometric study of v-style pop-ups: theories and algorithms

TL;DR: An interactive tool for designing v-style pop-ups and an automated construction algorithm from a given geometry are developed, both of which guaranteeing the pop-uppability of the results.
Proceedings ArticleDOI

A Top-Down Parallel Semisort

TL;DR: This work implements the parallel integer sorting algorithm of Rajasekaran and Reif, but instead of processing bits of a integers in a reduced range in a bottom-up fashion, it process the hashed values of keys directly top-down.