Researcher profile

Haixin Liu

Haixin Liu contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - UnverifiedVerification L1Unclaimed author
2works
0followers
3topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

Tunable lasers with optical-parametric oscillation in photonic-crystal resonators

By design access to laser wavelength, especially with integrated photonics, is critical to advance quantum sensors like optical clocks and quantum-information systems, and open opportunities in optical communication. Semiconductor-laser gain provides exemplary efficiency and integration but merely in developed wavelength bands. Alternatively, nonlinear optics requires control of phase matching, but the principle of nonlinear conversion of a pump laser to a designed wavelength is extensible. We report on laser-wavelength access by versatile customization of optical-parametric oscillation (OPO) with a photonic-crystal resonator (PhCR). By controlling the bandgap of a PhCR, we enable OPO generation across a wavelength range of 1234-2093 nm with a 1550 nm pump and 1016-1110 nm with a 1064 nm pump. Moreover, our tunable laser platform offers pump-to-sideband conversion efficiency of >10% and negligible additive optical-frequency noise across the output range. From laser design to simulation of nonlinear dynamics, we use a Lugiato-Lefever framework that predicts the system characteristics, including bi-directional OPO generation in the PhCR and conversion efficiency in agreement with our observations. Our experiments introduce tunable lasers by design with PhCR OPOs, providing critical functionalities in integrated photonics.

preprint2021arXiv

FBGEMM: Enabling High-Performance Low-Precision Deep Learning Inference

Deep learning models typically use single-precision (FP32) floating point data types for representing activations and weights, but a slew of recent research work has shown that computations with reduced-precision data types (FP16, 16-bit integers, 8-bit integers or even 4- or 2-bit integers) are enough to achieve same accuracy as FP32 and are much more efficient. Therefore, we designed fbgemm, a high-performance kernel library, from ground up to perform high-performance quantized inference on current generation CPUs. fbgemm achieves efficiency by fusing common quantization operations with a high-performance gemm implementation and by shape- and size-specific kernel code generation at runtime. The library has been deployed at Facebook, where it delivers greater than 2x performance gains with respect to our current production baseline.