SearcharxivSearch

arXiv subjects

Haoyu Gong

Publications and source records attributed to Haoyu Gong.

3 recordsLinked to original sources

NEST: Nested Event Stream Transformer for Sequences of Multisets

Event stream data often exhibit hierarchical structure in which multiple events co-occur, resulting in a sequence of multisets (i.e., bags of events). In electronic health records (EHRs), for example, medical events are grouped into a sequence of clinical encounters with well-defined temporal structure, but the order and timing of events within each encounter may be unknown or unreliable. Most existing foundation models (FMs) for event stream data flatten this hierarchy into a one-dimensional sequence, leading to (i) computational inefficiency associated with dense attention and learning spurious within-set relationships, and (ii) lower-quality set-level representations from heuristic post-training pooling for downstream tasks. Here, we show that preserving the original hierarchy in the FM architecture provides a useful inductive bias that improves both computational efficiency and representation quality. We then introduce Nested Event Stream Transformer (NEST), a FM for event streams comprised of sequences of multisets. Building on this architecture, we formulate Masked Set Modeling (MSM), an efficient paradigm that promotes improved set-level representation learning. Experiments on real-world multiset sequence data show that NEST captures real-world dynamics while improving both pretraining efficiency and downstream performance.

cs.LG

Wide-Field Reflective Imaging with an Epi-Illumination Multi-Camera Array Microscope

We present an epi-illumination multi-camera array microscope (epi-MCAM) designed for wide-field reflective imaging of non-transparent samples. The epi-MCAM contains 24 tightly packed and synchronized epi-illumination microscope units, arranged in a $4 \times 6$ planar array at 18 mm spacing. Each unit contains a unique CMOS image sensor (13 megapixels each), an objective and tube lens pair, and a beamsplitter and epi-illumination light path. An epi-MCAM capture cycle produces a stitched image covering $72 \times 108~\mathrm{mm}^2$ at a micrometer scale resolution down to 2.46 $μ$m. To image samples exceeding this native field of view, we translate the entire array across the sample surface to enable high-resolution coverage of large objects. We demonstrate the system's ability to image both flat and three-dimensionally structured reflective samples, such as semiconductor wafers and printed circuit boards, which highlight the epi-MCAM's strong potential within industrial inspection applications.

physics.optics

PM-Dedup: Secure Deduplication with Partial Migration from Cloud to Edge Servers

Currently, an increasing number of users and enterprises are storing their data in the cloud but do not fully trust cloud providers with their data in plaintext form. To address this concern, they encrypt their data before uploading it to the cloud. However, encryption with different keys means that even identical data will become different ciphertexts, making deduplication less effective. Encrypted deduplication avoids this issue by ensuring that identical data chunks generate the same ciphertext with content-based keys, enabling the cloud to efficiently identify and remove duplicates even in encrypted form. Current encrypted data deduplication work can be classified into two types: target-based and source-based. Target-based encrypted deduplication requires clients to upload all encrypted chunks (the basic unit of deduplication) to the cloud with high network bandwidth overhead. Source-based deduplication involves clients uploading fingerprints (hashes) of encrypted chunks for duplicate checking and only uploading unique encrypted chunks, which reduces network transfer but introduces high latency and potential side-channel attacks, which need to be mitigated by Proof of Ownership (PoW), and high computing overhead of the cloud. So, reducing the latency and the overheads of network and cloud while ensuring security has become a significant challenge for secure data deduplication in cloud storage. In response to this challenge, we present PM-Dedup, a novel secure source-based deduplication approach that relocates a portion of the deduplication checking process and PoW tasks from the cloud to the trusted execution environments (TEEs) in the client-side edge servers. We also propose various designs to enhance the security and efficiency of data deduplication.

cs.CR