arXiv ScienceSearch

arXiv subjects

Heeyoung Lee

Publications and source records attributed to Heeyoung Lee.

11 recordsLinked to original sources

Uncertainty-driven Embedding Convolution

Text embeddings are essential components in modern NLP pipelines. Although numerous embedding models have been proposed, no single model consistently dominates across domains and tasks. This variability motivates the use of ensemble techniques to combine complementary strengths. However, most existing ensemble methods operate on deterministic embeddings and fail to account for model-specific uncertainty, limiting their robustness and reliability in downstream applications. To address these limitations, we propose Uncertainty-driven Embedding Convolution (UEC). UEC first transforms deterministic embeddings into probabilistic ones in a post-hoc manner. It then computes adaptive ensemble coefficients based on embedding uncertainty, derived from a principled surrogate-loss formulation. Additionally, UEC employs an uncertainty-aware similarity function that directly incorporates uncertainty into the similarity scoring, providing a theoretically grounded and efficient surrogate to distributional distances. Extensive experiments on diverse benchmarks demonstrate that UEC consistently improves both performance and robustness by leveraging principled uncertainty modeling.

cs.LG

Perturb-and-Compare Approach for Detecting Out-of-Distribution Samples in Constrained Access Environments

Accessing machine learning models through remote APIs has been gaining prevalence following the recent trend of scaling up model parameters for increased performance. Even though these models exhibit remarkable ability, detecting out-of-distribution (OOD) samples remains a crucial safety concern for end users as these samples may induce unreliable outputs from the model. In this work, we propose an OOD detection framework, MixDiff, that is applicable even when the model's parameters or its activations are not accessible to the end user. To bypass the access restriction, MixDiff applies an identical input-level perturbation to a given target sample and a similar in-distribution (ID) sample, then compares the relative difference in the model outputs of these two samples. MixDiff is model-agnostic and compatible with existing output-based OOD detection methods. We provide theoretical analysis to illustrate MixDiff's effectiveness in discerning OOD samples that induce overconfident outputs from the model and empirically demonstrate that MixDiff consistently enhances the OOD detection performance on various datasets in vision and text domains.

cs.LG

Accurate estimation of measurement position in Brillouin optical correlation-domain reflectometry based on Rayleigh noise spectral analysis

Brillouin optical correlation-domain reflectometry (BOCDR) is unique in its ability to measure distributed strain and temperature changes along a fiber under test (FUT) from a single end, offering random access and relatively high spatial resolution, making it promising for infrastructure monitoring. BOCDR achieves spatial resolution through frequency modulation of the laser output, and this modulation frequency determines the measurement position, necessitating accurate association of modulation frequencies with positions on the FUT. However, a practical method to precisely correlate modulation frequency values with FUT positions has not yet been proposed. This study introduces a method leveraging the change in Rayleigh noise spectrum with modulation frequency to accurately associate these frequencies with positions on the FUT. The effectiveness of this method is proved through distributed strain measurement.

physics.optics

Observation of Rayleigh scattering by simplified optical correlation-domain reflectometry without frequency shifter

We present a method for measuring the transmission loss of an optical fiber using simplified optical correlation-domain reflectometry. By intentionally lowering the spatial resolution of the system, we observe the Rayleigh scattered signal for the first time without the need for a frequency shifter. Using this method, we simultaneously measure the transmission loss, location, and loss of faulty connections along a 10-km-long fiber under test by performing distributed reflected-power measurements of Rayleigh scattering and Fresnel reflection.

physics.optics

High-speed high-resolution optical correlation-domain reflectometry without using electrical spectrum analyzer

We propose a newly configured optical correlation-domain reflectometry (OCDR) without the use of an electrical spectrum analyzer (ESA) for high-speed distributed reflectivity measurement with an enhanced spatial resolution. First, the operation of ESA-free OCDR is analyzed by numerical simulation, the results of which show the potential of the configuration to perform distributed reflectivity measurement with an improved spatial resolution. Subsequently, the simulation results are verified by comparison experiments, where distributed reflectivity measurements along a 32-m-long single-mode fiber joint with multiple connectors are performed using both conventional (with averaging) and ESA-free OCDR configurations (without averaging) at a repetition rate of 100 Hz. The widths of the reflectivity peaks experimentally obtained by the conventional and ESA-free OCDR configurations are 22.9 cm and 7.0 cm, respectively. Finally, we experimentally evaluated the performance of the ESA-free OCDR at higher repetition rates, achieving 6.3-cm spatial resolution at a repetition rate of 1 kHz. This result indicates that the ESA-free OCDR can perform a distributed reflectivity measurement with an improved spatial resolution at a higher operation speed than ever.

physics.optics

Fiber-optic multimode interference sensing: comprehensive characterization and its potential for strain-insensitive temperature sensing

A strain-insensitive temperature sensor based on multimode interference using standard multimode fibers (MMFs) is proposed according to the comprehensive study of the characteristics of the MMFs. The temperature and strain dependences on the core diameter, numerical aperture (NA), and the length of the MMF section in the single-mode--multimode--single-mode (SMS) fiber structure are investigated experimentally. The results indicate that the larger core diameter of the MMF leads to higher temperature sensitivity but lower strain sensitivity (absolute values); the higher NA does not influence the temperature sensitivity but results in higher absolute value of strain sensitivity; the longer MMF section brings lower temperature sensitivity but does not have an impact on strain sensitivity. These findings also contribute to the theoretical analysis of the length dependence in the SMS fiber sensors. Besides, the results of the characterization study show that the strain sensitivity is relatively low, which brings a possibility to develop a strain-insensitive temperature sensor. The proposed sensor is used for temperature sensing while the strain is constantly applied from 0 to 1100 $με$ with steps of 100 $με$. The measured results are consistent with the comprehensive study. The mean temperature sensitivity is 6.14 pm/$^{\circ}$C with a standard deviation of 0.39 pm/$^{\circ}$C, which proves that the proposed temperature sensor exhibits good stability and is insensitive to strain. We expect that these results will provide a profound guideline to fiber sensors based on multimode interference.

physics.optics

Bridging the Gap for Tokenizer-Free Language Models

Purely character-based language models (LMs) have been lagging in quality on large scale datasets, and current state-of-the-art LMs rely on word tokenization. It has been assumed that injecting the prior knowledge of a tokenizer into the model is essential to achieving competitive results. In this paper, we show that contrary to this conventional wisdom, tokenizer-free LMs with sufficient capacity can achieve competitive performance on a large scale dataset. We train a vanilla transformer network with 40 self-attention layers on the One Billion Word (lm1b) benchmark and achieve a new state of the art for tokenizer-free LMs, pushing these models to be on par with their word-based counterparts.

cs.CL